Documentation ¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type BasicAuth
- type BulkUpdateAssetsEntriesRequestUpdateEntity
- func (o *BulkUpdateAssetsEntriesRequestUpdateEntity) GetId() string
- func (o *BulkUpdateAssetsEntriesRequestUpdateEntity) GetIdOk() (*string, bool)
- func (o *BulkUpdateAssetsEntriesRequestUpdateEntity) GetPayload() ProductUpdateAssetEntryPayload
- func (o *BulkUpdateAssetsEntriesRequestUpdateEntity) GetPayloadMask() string
- func (o *BulkUpdateAssetsEntriesRequestUpdateEntity) GetPayloadMaskOk() (*string, bool)
- func (o *BulkUpdateAssetsEntriesRequestUpdateEntity) GetPayloadOk() (*ProductUpdateAssetEntryPayload, bool)
- func (o *BulkUpdateAssetsEntriesRequestUpdateEntity) HasId() bool
- func (o *BulkUpdateAssetsEntriesRequestUpdateEntity) HasPayload() bool
- func (o *BulkUpdateAssetsEntriesRequestUpdateEntity) HasPayloadMask() bool
- func (o BulkUpdateAssetsEntriesRequestUpdateEntity) MarshalJSON() ([]byte, error)
- func (o *BulkUpdateAssetsEntriesRequestUpdateEntity) SetId(v string)
- func (o *BulkUpdateAssetsEntriesRequestUpdateEntity) SetPayload(v ProductUpdateAssetEntryPayload)
- func (o *BulkUpdateAssetsEntriesRequestUpdateEntity) SetPayloadMask(v string)
- func (o BulkUpdateAssetsEntriesRequestUpdateEntity) ToMap() (map[string]interface{}, error)
- type Configuration
- type EntitymanagerAttribute
- func (o *EntitymanagerAttribute) GetCode() string
- func (o *EntitymanagerAttribute) GetCodeOk() (*string, bool)
- func (o *EntitymanagerAttribute) GetDefault() string
- func (o *EntitymanagerAttribute) GetDefaultOk() (*string, bool)
- func (o *EntitymanagerAttribute) GetEntity() string
- func (o *EntitymanagerAttribute) GetEntityId() string
- func (o *EntitymanagerAttribute) GetEntityIdOk() (*string, bool)
- func (o *EntitymanagerAttribute) GetEntityOk() (*string, bool)
- func (o *EntitymanagerAttribute) GetGroupCode() string
- func (o *EntitymanagerAttribute) GetGroupCodeOk() (*string, bool)
- func (o *EntitymanagerAttribute) GetIsRepeated() bool
- func (o *EntitymanagerAttribute) GetIsRepeatedOk() (*bool, bool)
- func (o *EntitymanagerAttribute) GetIsRequired() bool
- func (o *EntitymanagerAttribute) GetIsRequiredOk() (*bool, bool)
- func (o *EntitymanagerAttribute) GetIsSystem() bool
- func (o *EntitymanagerAttribute) GetIsSystemOk() (*bool, bool)
- func (o *EntitymanagerAttribute) GetLabel() string
- func (o *EntitymanagerAttribute) GetLabelOk() (*string, bool)
- func (o *EntitymanagerAttribute) GetOptionList() string
- func (o *EntitymanagerAttribute) GetOptionListOk() (*string, bool)
- func (o *EntitymanagerAttribute) GetRenderAs() EntitymanagerRenderAs
- func (o *EntitymanagerAttribute) GetRenderAsOk() (*EntitymanagerRenderAs, bool)
- func (o *EntitymanagerAttribute) GetSort() int32
- func (o *EntitymanagerAttribute) GetSortOk() (*int32, bool)
- func (o *EntitymanagerAttribute) GetTitle() map[string]string
- func (o *EntitymanagerAttribute) GetTitleOk() (*map[string]string, bool)
- func (o *EntitymanagerAttribute) GetType() EntitymanagerTypes
- func (o *EntitymanagerAttribute) GetTypeOk() (*EntitymanagerTypes, bool)
- func (o *EntitymanagerAttribute) HasCode() bool
- func (o *EntitymanagerAttribute) HasDefault() bool
- func (o *EntitymanagerAttribute) HasEntity() bool
- func (o *EntitymanagerAttribute) HasEntityId() bool
- func (o *EntitymanagerAttribute) HasGroupCode() bool
- func (o *EntitymanagerAttribute) HasIsRepeated() bool
- func (o *EntitymanagerAttribute) HasIsRequired() bool
- func (o *EntitymanagerAttribute) HasIsSystem() bool
- func (o *EntitymanagerAttribute) HasLabel() bool
- func (o *EntitymanagerAttribute) HasOptionList() bool
- func (o *EntitymanagerAttribute) HasRenderAs() bool
- func (o *EntitymanagerAttribute) HasSort() bool
- func (o *EntitymanagerAttribute) HasTitle() bool
- func (o *EntitymanagerAttribute) HasType() bool
- func (o EntitymanagerAttribute) MarshalJSON() ([]byte, error)
- func (o *EntitymanagerAttribute) SetCode(v string)
- func (o *EntitymanagerAttribute) SetDefault(v string)
- func (o *EntitymanagerAttribute) SetEntity(v string)
- func (o *EntitymanagerAttribute) SetEntityId(v string)
- func (o *EntitymanagerAttribute) SetGroupCode(v string)
- func (o *EntitymanagerAttribute) SetIsRepeated(v bool)
- func (o *EntitymanagerAttribute) SetIsRequired(v bool)
- func (o *EntitymanagerAttribute) SetIsSystem(v bool)
- func (o *EntitymanagerAttribute) SetLabel(v string)
- func (o *EntitymanagerAttribute) SetOptionList(v string)
- func (o *EntitymanagerAttribute) SetRenderAs(v EntitymanagerRenderAs)
- func (o *EntitymanagerAttribute) SetSort(v int32)
- func (o *EntitymanagerAttribute) SetTitle(v map[string]string)
- func (o *EntitymanagerAttribute) SetType(v EntitymanagerTypes)
- func (o EntitymanagerAttribute) ToMap() (map[string]interface{}, error)
- type EntitymanagerAttributeGroup
- func (o *EntitymanagerAttributeGroup) GetCode() string
- func (o *EntitymanagerAttributeGroup) GetCodeOk() (*string, bool)
- func (o *EntitymanagerAttributeGroup) GetLabel() ProductentitymanagerLocalizedText
- func (o *EntitymanagerAttributeGroup) GetLabelOk() (*ProductentitymanagerLocalizedText, bool)
- func (o *EntitymanagerAttributeGroup) GetSort() int32
- func (o *EntitymanagerAttributeGroup) GetSortOk() (*int32, bool)
- func (o *EntitymanagerAttributeGroup) GetVisibility() []string
- func (o *EntitymanagerAttributeGroup) GetVisibilityOk() ([]string, bool)
- func (o *EntitymanagerAttributeGroup) HasCode() bool
- func (o *EntitymanagerAttributeGroup) HasLabel() bool
- func (o *EntitymanagerAttributeGroup) HasSort() bool
- func (o *EntitymanagerAttributeGroup) HasVisibility() bool
- func (o EntitymanagerAttributeGroup) MarshalJSON() ([]byte, error)
- func (o *EntitymanagerAttributeGroup) SetCode(v string)
- func (o *EntitymanagerAttributeGroup) SetLabel(v ProductentitymanagerLocalizedText)
- func (o *EntitymanagerAttributeGroup) SetSort(v int32)
- func (o *EntitymanagerAttributeGroup) SetVisibility(v []string)
- func (o EntitymanagerAttributeGroup) ToMap() (map[string]interface{}, error)
- type EntitymanagerAttributeOption
- func (o *EntitymanagerAttributeOption) GetCode() string
- func (o *EntitymanagerAttributeOption) GetCodeOk() (*string, bool)
- func (o *EntitymanagerAttributeOption) GetId() string
- func (o *EntitymanagerAttributeOption) GetIdOk() (*string, bool)
- func (o *EntitymanagerAttributeOption) GetOption() map[string]string
- func (o *EntitymanagerAttributeOption) GetOptionOk() (*map[string]string, bool)
- func (o *EntitymanagerAttributeOption) GetSort() int64
- func (o *EntitymanagerAttributeOption) GetSortOk() (*int64, bool)
- func (o *EntitymanagerAttributeOption) GetSwatches() []EntitymanagerAttributeOptionSwatch
- func (o *EntitymanagerAttributeOption) GetSwatchesOk() ([]EntitymanagerAttributeOptionSwatch, bool)
- func (o *EntitymanagerAttributeOption) GetValue() ProductentitymanagerLocalizedText
- func (o *EntitymanagerAttributeOption) GetValueOk() (*ProductentitymanagerLocalizedText, bool)
- func (o *EntitymanagerAttributeOption) HasCode() bool
- func (o *EntitymanagerAttributeOption) HasId() bool
- func (o *EntitymanagerAttributeOption) HasOption() bool
- func (o *EntitymanagerAttributeOption) HasSort() bool
- func (o *EntitymanagerAttributeOption) HasSwatches() bool
- func (o *EntitymanagerAttributeOption) HasValue() bool
- func (o EntitymanagerAttributeOption) MarshalJSON() ([]byte, error)
- func (o *EntitymanagerAttributeOption) SetCode(v string)
- func (o *EntitymanagerAttributeOption) SetId(v string)
- func (o *EntitymanagerAttributeOption) SetOption(v map[string]string)
- func (o *EntitymanagerAttributeOption) SetSort(v int64)
- func (o *EntitymanagerAttributeOption) SetSwatches(v []EntitymanagerAttributeOptionSwatch)
- func (o *EntitymanagerAttributeOption) SetValue(v ProductentitymanagerLocalizedText)
- func (o EntitymanagerAttributeOption) ToMap() (map[string]interface{}, error)
- type EntitymanagerAttributeOptionErrors
- func (o *EntitymanagerAttributeOptionErrors) GetError() string
- func (o *EntitymanagerAttributeOptionErrors) GetErrorOk() (*string, bool)
- func (o *EntitymanagerAttributeOptionErrors) GetOption() map[string]string
- func (o *EntitymanagerAttributeOptionErrors) GetOptionOk() (*map[string]string, bool)
- func (o *EntitymanagerAttributeOptionErrors) HasError() bool
- func (o *EntitymanagerAttributeOptionErrors) HasOption() bool
- func (o EntitymanagerAttributeOptionErrors) MarshalJSON() ([]byte, error)
- func (o *EntitymanagerAttributeOptionErrors) SetError(v string)
- func (o *EntitymanagerAttributeOptionErrors) SetOption(v map[string]string)
- func (o EntitymanagerAttributeOptionErrors) ToMap() (map[string]interface{}, error)
- type EntitymanagerAttributeOptionSwatch
- func (o *EntitymanagerAttributeOptionSwatch) GetGrn() string
- func (o *EntitymanagerAttributeOptionSwatch) GetGrnOk() (*string, bool)
- func (o *EntitymanagerAttributeOptionSwatch) GetHex() string
- func (o *EntitymanagerAttributeOptionSwatch) GetHexOk() (*string, bool)
- func (o *EntitymanagerAttributeOptionSwatch) HasGrn() bool
- func (o *EntitymanagerAttributeOptionSwatch) HasHex() bool
- func (o EntitymanagerAttributeOptionSwatch) MarshalJSON() ([]byte, error)
- func (o *EntitymanagerAttributeOptionSwatch) SetGrn(v string)
- func (o *EntitymanagerAttributeOptionSwatch) SetHex(v string)
- func (o EntitymanagerAttributeOptionSwatch) ToMap() (map[string]interface{}, error)
- type EntitymanagerAttributeWriteError
- func (o *EntitymanagerAttributeWriteError) GetAttributeCode() string
- func (o *EntitymanagerAttributeWriteError) GetAttributeCodeOk() (*string, bool)
- func (o *EntitymanagerAttributeWriteError) GetErrorCode() string
- func (o *EntitymanagerAttributeWriteError) GetErrorCodeOk() (*string, bool)
- func (o *EntitymanagerAttributeWriteError) GetMessage() string
- func (o *EntitymanagerAttributeWriteError) GetMessageOk() (*string, bool)
- func (o *EntitymanagerAttributeWriteError) HasAttributeCode() bool
- func (o *EntitymanagerAttributeWriteError) HasErrorCode() bool
- func (o *EntitymanagerAttributeWriteError) HasMessage() bool
- func (o EntitymanagerAttributeWriteError) MarshalJSON() ([]byte, error)
- func (o *EntitymanagerAttributeWriteError) SetAttributeCode(v string)
- func (o *EntitymanagerAttributeWriteError) SetErrorCode(v string)
- func (o *EntitymanagerAttributeWriteError) SetMessage(v string)
- func (o EntitymanagerAttributeWriteError) ToMap() (map[string]interface{}, error)
- type EntitymanagerAttributeWriteErrors
- func (o *EntitymanagerAttributeWriteErrors) GetAttributeWriteErrors() []EntitymanagerAttributeWriteError
- func (o *EntitymanagerAttributeWriteErrors) GetAttributeWriteErrorsOk() ([]EntitymanagerAttributeWriteError, bool)
- func (o *EntitymanagerAttributeWriteErrors) HasAttributeWriteErrors() bool
- func (o EntitymanagerAttributeWriteErrors) MarshalJSON() ([]byte, error)
- func (o *EntitymanagerAttributeWriteErrors) SetAttributeWriteErrors(v []EntitymanagerAttributeWriteError)
- func (o EntitymanagerAttributeWriteErrors) ToMap() (map[string]interface{}, error)
- type EntitymanagerBulkCreateAttributeRequest
- func (o *EntitymanagerBulkCreateAttributeRequest) GetAttributes() []EntitymanagerAttribute
- func (o *EntitymanagerBulkCreateAttributeRequest) GetAttributesOk() ([]EntitymanagerAttribute, bool)
- func (o *EntitymanagerBulkCreateAttributeRequest) GetEntityData() EntitymanagerEntityIdentifier
- func (o *EntitymanagerBulkCreateAttributeRequest) GetEntityDataOk() (*EntitymanagerEntityIdentifier, bool)
- func (o *EntitymanagerBulkCreateAttributeRequest) GetEntityId() string
- func (o *EntitymanagerBulkCreateAttributeRequest) GetEntityIdOk() (*string, bool)
- func (o *EntitymanagerBulkCreateAttributeRequest) GetTenantId() string
- func (o *EntitymanagerBulkCreateAttributeRequest) GetTenantIdOk() (*string, bool)
- func (o *EntitymanagerBulkCreateAttributeRequest) HasAttributes() bool
- func (o *EntitymanagerBulkCreateAttributeRequest) HasEntityData() bool
- func (o *EntitymanagerBulkCreateAttributeRequest) HasEntityId() bool
- func (o *EntitymanagerBulkCreateAttributeRequest) HasTenantId() bool
- func (o EntitymanagerBulkCreateAttributeRequest) MarshalJSON() ([]byte, error)
- func (o *EntitymanagerBulkCreateAttributeRequest) SetAttributes(v []EntitymanagerAttribute)
- func (o *EntitymanagerBulkCreateAttributeRequest) SetEntityData(v EntitymanagerEntityIdentifier)
- func (o *EntitymanagerBulkCreateAttributeRequest) SetEntityId(v string)
- func (o *EntitymanagerBulkCreateAttributeRequest) SetTenantId(v string)
- func (o EntitymanagerBulkCreateAttributeRequest) ToMap() (map[string]interface{}, error)
- type EntitymanagerBulkCreateAttributeResponse
- func (o *EntitymanagerBulkCreateAttributeResponse) GetAttributes() []EntitymanagerAttribute
- func (o *EntitymanagerBulkCreateAttributeResponse) GetAttributesOk() ([]EntitymanagerAttribute, bool)
- func (o *EntitymanagerBulkCreateAttributeResponse) HasAttributes() bool
- func (o EntitymanagerBulkCreateAttributeResponse) MarshalJSON() ([]byte, error)
- func (o *EntitymanagerBulkCreateAttributeResponse) SetAttributes(v []EntitymanagerAttribute)
- func (o EntitymanagerBulkCreateAttributeResponse) ToMap() (map[string]interface{}, error)
- type EntitymanagerCreateAttributeGroupRequest
- func (o *EntitymanagerCreateAttributeGroupRequest) GetCode() string
- func (o *EntitymanagerCreateAttributeGroupRequest) GetCodeOk() (*string, bool)
- func (o *EntitymanagerCreateAttributeGroupRequest) GetLabel() ProductentitymanagerLocalizedText
- func (o *EntitymanagerCreateAttributeGroupRequest) GetLabelOk() (*ProductentitymanagerLocalizedText, bool)
- func (o *EntitymanagerCreateAttributeGroupRequest) GetSort() int32
- func (o *EntitymanagerCreateAttributeGroupRequest) GetSortOk() (*int32, bool)
- func (o *EntitymanagerCreateAttributeGroupRequest) GetTenantId() string
- func (o *EntitymanagerCreateAttributeGroupRequest) GetTenantIdOk() (*string, bool)
- func (o *EntitymanagerCreateAttributeGroupRequest) GetVisibility() []string
- func (o *EntitymanagerCreateAttributeGroupRequest) GetVisibilityOk() ([]string, bool)
- func (o *EntitymanagerCreateAttributeGroupRequest) HasCode() bool
- func (o *EntitymanagerCreateAttributeGroupRequest) HasLabel() bool
- func (o *EntitymanagerCreateAttributeGroupRequest) HasSort() bool
- func (o *EntitymanagerCreateAttributeGroupRequest) HasTenantId() bool
- func (o *EntitymanagerCreateAttributeGroupRequest) HasVisibility() bool
- func (o EntitymanagerCreateAttributeGroupRequest) MarshalJSON() ([]byte, error)
- func (o *EntitymanagerCreateAttributeGroupRequest) SetCode(v string)
- func (o *EntitymanagerCreateAttributeGroupRequest) SetLabel(v ProductentitymanagerLocalizedText)
- func (o *EntitymanagerCreateAttributeGroupRequest) SetSort(v int32)
- func (o *EntitymanagerCreateAttributeGroupRequest) SetTenantId(v string)
- func (o *EntitymanagerCreateAttributeGroupRequest) SetVisibility(v []string)
- func (o EntitymanagerCreateAttributeGroupRequest) ToMap() (map[string]interface{}, error)
- type EntitymanagerCreateAttributeOptionsRequest
- func (o *EntitymanagerCreateAttributeOptionsRequest) GetListCode() string
- func (o *EntitymanagerCreateAttributeOptionsRequest) GetListCodeOk() (*string, bool)
- func (o *EntitymanagerCreateAttributeOptionsRequest) GetOptions() []EntitymanagerAttributeOption
- func (o *EntitymanagerCreateAttributeOptionsRequest) GetOptionsOk() ([]EntitymanagerAttributeOption, bool)
- func (o *EntitymanagerCreateAttributeOptionsRequest) GetTenantId() string
- func (o *EntitymanagerCreateAttributeOptionsRequest) GetTenantIdOk() (*string, bool)
- func (o *EntitymanagerCreateAttributeOptionsRequest) HasListCode() bool
- func (o *EntitymanagerCreateAttributeOptionsRequest) HasOptions() bool
- func (o *EntitymanagerCreateAttributeOptionsRequest) HasTenantId() bool
- func (o EntitymanagerCreateAttributeOptionsRequest) MarshalJSON() ([]byte, error)
- func (o *EntitymanagerCreateAttributeOptionsRequest) SetListCode(v string)
- func (o *EntitymanagerCreateAttributeOptionsRequest) SetOptions(v []EntitymanagerAttributeOption)
- func (o *EntitymanagerCreateAttributeOptionsRequest) SetTenantId(v string)
- func (o EntitymanagerCreateAttributeOptionsRequest) ToMap() (map[string]interface{}, error)
- type EntitymanagerCreateAttributeOptionsResponse
- func (o *EntitymanagerCreateAttributeOptionsResponse) GetErrors() []EntitymanagerAttributeOptionErrors
- func (o *EntitymanagerCreateAttributeOptionsResponse) GetErrorsOk() ([]EntitymanagerAttributeOptionErrors, bool)
- func (o *EntitymanagerCreateAttributeOptionsResponse) GetOptions() []EntitymanagerAttributeOption
- func (o *EntitymanagerCreateAttributeOptionsResponse) GetOptionsOk() ([]EntitymanagerAttributeOption, bool)
- func (o *EntitymanagerCreateAttributeOptionsResponse) HasErrors() bool
- func (o *EntitymanagerCreateAttributeOptionsResponse) HasOptions() bool
- func (o EntitymanagerCreateAttributeOptionsResponse) MarshalJSON() ([]byte, error)
- func (o *EntitymanagerCreateAttributeOptionsResponse) SetErrors(v []EntitymanagerAttributeOptionErrors)
- func (o *EntitymanagerCreateAttributeOptionsResponse) SetOptions(v []EntitymanagerAttributeOption)
- func (o EntitymanagerCreateAttributeOptionsResponse) ToMap() (map[string]interface{}, error)
- type EntitymanagerCreateEntityResponse
- func (o *EntitymanagerCreateEntityResponse) GetAttributeWriteErrors() EntitymanagerAttributeWriteErrors
- func (o *EntitymanagerCreateEntityResponse) GetAttributeWriteErrorsOk() (*EntitymanagerAttributeWriteErrors, bool)
- func (o *EntitymanagerCreateEntityResponse) GetEntity() EntitymanagerEntity
- func (o *EntitymanagerCreateEntityResponse) GetEntityOk() (*EntitymanagerEntity, bool)
- func (o *EntitymanagerCreateEntityResponse) HasAttributeWriteErrors() bool
- func (o *EntitymanagerCreateEntityResponse) HasEntity() bool
- func (o EntitymanagerCreateEntityResponse) MarshalJSON() ([]byte, error)
- func (o *EntitymanagerCreateEntityResponse) SetAttributeWriteErrors(v EntitymanagerAttributeWriteErrors)
- func (o *EntitymanagerCreateEntityResponse) SetEntity(v EntitymanagerEntity)
- func (o EntitymanagerCreateEntityResponse) ToMap() (map[string]interface{}, error)
- type EntitymanagerCreateOptionsListRequest
- func (o *EntitymanagerCreateOptionsListRequest) GetOptionList() EntitymanagerOptionsList
- func (o *EntitymanagerCreateOptionsListRequest) GetOptionListOk() (*EntitymanagerOptionsList, bool)
- func (o *EntitymanagerCreateOptionsListRequest) GetTenantId() string
- func (o *EntitymanagerCreateOptionsListRequest) GetTenantIdOk() (*string, bool)
- func (o *EntitymanagerCreateOptionsListRequest) HasOptionList() bool
- func (o *EntitymanagerCreateOptionsListRequest) HasTenantId() bool
- func (o EntitymanagerCreateOptionsListRequest) MarshalJSON() ([]byte, error)
- func (o *EntitymanagerCreateOptionsListRequest) SetOptionList(v EntitymanagerOptionsList)
- func (o *EntitymanagerCreateOptionsListRequest) SetTenantId(v string)
- func (o EntitymanagerCreateOptionsListRequest) ToMap() (map[string]interface{}, error)
- type EntitymanagerCreateOptionsListResponse
- func (o *EntitymanagerCreateOptionsListResponse) GetOptionList() EntitymanagerOptionsList
- func (o *EntitymanagerCreateOptionsListResponse) GetOptionListOk() (*EntitymanagerOptionsList, bool)
- func (o *EntitymanagerCreateOptionsListResponse) HasOptionList() bool
- func (o EntitymanagerCreateOptionsListResponse) MarshalJSON() ([]byte, error)
- func (o *EntitymanagerCreateOptionsListResponse) SetOptionList(v EntitymanagerOptionsList)
- func (o EntitymanagerCreateOptionsListResponse) ToMap() (map[string]interface{}, error)
- type EntitymanagerDeleteAttributeRequest
- func (o *EntitymanagerDeleteAttributeRequest) GetCode() string
- func (o *EntitymanagerDeleteAttributeRequest) GetCodeOk() (*string, bool)
- func (o *EntitymanagerDeleteAttributeRequest) GetEntityData() EntitymanagerEntityIdentifier
- func (o *EntitymanagerDeleteAttributeRequest) GetEntityDataOk() (*EntitymanagerEntityIdentifier, bool)
- func (o *EntitymanagerDeleteAttributeRequest) GetEntityId() string
- func (o *EntitymanagerDeleteAttributeRequest) GetEntityIdOk() (*string, bool)
- func (o *EntitymanagerDeleteAttributeRequest) GetTenantId() string
- func (o *EntitymanagerDeleteAttributeRequest) GetTenantIdOk() (*string, bool)
- func (o *EntitymanagerDeleteAttributeRequest) HasCode() bool
- func (o *EntitymanagerDeleteAttributeRequest) HasEntityData() bool
- func (o *EntitymanagerDeleteAttributeRequest) HasEntityId() bool
- func (o *EntitymanagerDeleteAttributeRequest) HasTenantId() bool
- func (o EntitymanagerDeleteAttributeRequest) MarshalJSON() ([]byte, error)
- func (o *EntitymanagerDeleteAttributeRequest) SetCode(v string)
- func (o *EntitymanagerDeleteAttributeRequest) SetEntityData(v EntitymanagerEntityIdentifier)
- func (o *EntitymanagerDeleteAttributeRequest) SetEntityId(v string)
- func (o *EntitymanagerDeleteAttributeRequest) SetTenantId(v string)
- func (o EntitymanagerDeleteAttributeRequest) ToMap() (map[string]interface{}, error)
- type EntitymanagerEntity
- func (o *EntitymanagerEntity) GetAttributes() []EntitymanagerAttribute
- func (o *EntitymanagerEntity) GetAttributesOk() ([]EntitymanagerAttribute, bool)
- func (o *EntitymanagerEntity) GetCode() string
- func (o *EntitymanagerEntity) GetCodeOk() (*string, bool)
- func (o *EntitymanagerEntity) GetId() string
- func (o *EntitymanagerEntity) GetIdOk() (*string, bool)
- func (o *EntitymanagerEntity) GetLabel() string
- func (o *EntitymanagerEntity) GetLabelOk() (*string, bool)
- func (o *EntitymanagerEntity) GetParentCode() string
- func (o *EntitymanagerEntity) GetParentCodeOk() (*string, bool)
- func (o *EntitymanagerEntity) GetRelationships() []string
- func (o *EntitymanagerEntity) GetRelationshipsOk() ([]string, bool)
- func (o *EntitymanagerEntity) GetTenantId() string
- func (o *EntitymanagerEntity) GetTenantIdOk() (*string, bool)
- func (o *EntitymanagerEntity) GetType() string
- func (o *EntitymanagerEntity) GetTypeOk() (*string, bool)
- func (o *EntitymanagerEntity) HasAttributes() bool
- func (o *EntitymanagerEntity) HasCode() bool
- func (o *EntitymanagerEntity) HasId() bool
- func (o *EntitymanagerEntity) HasLabel() bool
- func (o *EntitymanagerEntity) HasParentCode() bool
- func (o *EntitymanagerEntity) HasRelationships() bool
- func (o *EntitymanagerEntity) HasTenantId() bool
- func (o *EntitymanagerEntity) HasType() bool
- func (o EntitymanagerEntity) MarshalJSON() ([]byte, error)
- func (o *EntitymanagerEntity) SetAttributes(v []EntitymanagerAttribute)
- func (o *EntitymanagerEntity) SetCode(v string)
- func (o *EntitymanagerEntity) SetId(v string)
- func (o *EntitymanagerEntity) SetLabel(v string)
- func (o *EntitymanagerEntity) SetParentCode(v string)
- func (o *EntitymanagerEntity) SetRelationships(v []string)
- func (o *EntitymanagerEntity) SetTenantId(v string)
- func (o *EntitymanagerEntity) SetType(v string)
- func (o EntitymanagerEntity) ToMap() (map[string]interface{}, error)
- type EntitymanagerEntityIdentifier
- func (o *EntitymanagerEntityIdentifier) GetCode() string
- func (o *EntitymanagerEntityIdentifier) GetCodeOk() (*string, bool)
- func (o *EntitymanagerEntityIdentifier) GetType() string
- func (o *EntitymanagerEntityIdentifier) GetTypeOk() (*string, bool)
- func (o *EntitymanagerEntityIdentifier) HasCode() bool
- func (o *EntitymanagerEntityIdentifier) HasType() bool
- func (o EntitymanagerEntityIdentifier) MarshalJSON() ([]byte, error)
- func (o *EntitymanagerEntityIdentifier) SetCode(v string)
- func (o *EntitymanagerEntityIdentifier) SetType(v string)
- func (o EntitymanagerEntityIdentifier) ToMap() (map[string]interface{}, error)
- type EntitymanagerEntityRequest
- func (o *EntitymanagerEntityRequest) GetEntityData() EntitymanagerEntityIdentifier
- func (o *EntitymanagerEntityRequest) GetEntityDataOk() (*EntitymanagerEntityIdentifier, bool)
- func (o *EntitymanagerEntityRequest) GetEntityId() string
- func (o *EntitymanagerEntityRequest) GetEntityIdOk() (*string, bool)
- func (o *EntitymanagerEntityRequest) GetTenantId() string
- func (o *EntitymanagerEntityRequest) GetTenantIdOk() (*string, bool)
- func (o *EntitymanagerEntityRequest) HasEntityData() bool
- func (o *EntitymanagerEntityRequest) HasEntityId() bool
- func (o *EntitymanagerEntityRequest) HasTenantId() bool
- func (o EntitymanagerEntityRequest) MarshalJSON() ([]byte, error)
- func (o *EntitymanagerEntityRequest) SetEntityData(v EntitymanagerEntityIdentifier)
- func (o *EntitymanagerEntityRequest) SetEntityId(v string)
- func (o *EntitymanagerEntityRequest) SetTenantId(v string)
- func (o EntitymanagerEntityRequest) ToMap() (map[string]interface{}, error)
- type EntitymanagerGetAttributeGroupRequest
- func (o *EntitymanagerGetAttributeGroupRequest) GetCode() string
- func (o *EntitymanagerGetAttributeGroupRequest) GetCodeOk() (*string, bool)
- func (o *EntitymanagerGetAttributeGroupRequest) GetTenantId() string
- func (o *EntitymanagerGetAttributeGroupRequest) GetTenantIdOk() (*string, bool)
- func (o *EntitymanagerGetAttributeGroupRequest) HasCode() bool
- func (o *EntitymanagerGetAttributeGroupRequest) HasTenantId() bool
- func (o EntitymanagerGetAttributeGroupRequest) MarshalJSON() ([]byte, error)
- func (o *EntitymanagerGetAttributeGroupRequest) SetCode(v string)
- func (o *EntitymanagerGetAttributeGroupRequest) SetTenantId(v string)
- func (o EntitymanagerGetAttributeGroupRequest) ToMap() (map[string]interface{}, error)
- type EntitymanagerGetAttributeOptionRequest
- func (o *EntitymanagerGetAttributeOptionRequest) GetListCode() string
- func (o *EntitymanagerGetAttributeOptionRequest) GetListCodeOk() (*string, bool)
- func (o *EntitymanagerGetAttributeOptionRequest) GetOptionId() string
- func (o *EntitymanagerGetAttributeOptionRequest) GetOptionIdOk() (*string, bool)
- func (o *EntitymanagerGetAttributeOptionRequest) GetTenantId() string
- func (o *EntitymanagerGetAttributeOptionRequest) GetTenantIdOk() (*string, bool)
- func (o *EntitymanagerGetAttributeOptionRequest) HasListCode() bool
- func (o *EntitymanagerGetAttributeOptionRequest) HasOptionId() bool
- func (o *EntitymanagerGetAttributeOptionRequest) HasTenantId() bool
- func (o EntitymanagerGetAttributeOptionRequest) MarshalJSON() ([]byte, error)
- func (o *EntitymanagerGetAttributeOptionRequest) SetListCode(v string)
- func (o *EntitymanagerGetAttributeOptionRequest) SetOptionId(v string)
- func (o *EntitymanagerGetAttributeOptionRequest) SetTenantId(v string)
- func (o EntitymanagerGetAttributeOptionRequest) ToMap() (map[string]interface{}, error)
- type EntitymanagerGetAttributeOptionResponse
- func (o *EntitymanagerGetAttributeOptionResponse) GetOption() EntitymanagerAttributeOption
- func (o *EntitymanagerGetAttributeOptionResponse) GetOptionOk() (*EntitymanagerAttributeOption, bool)
- func (o *EntitymanagerGetAttributeOptionResponse) HasOption() bool
- func (o EntitymanagerGetAttributeOptionResponse) MarshalJSON() ([]byte, error)
- func (o *EntitymanagerGetAttributeOptionResponse) SetOption(v EntitymanagerAttributeOption)
- func (o EntitymanagerGetAttributeOptionResponse) ToMap() (map[string]interface{}, error)
- type EntitymanagerGetAttributeOptionsRequest
- func (o *EntitymanagerGetAttributeOptionsRequest) GetOptionIds() []EntitymanagerGetAttributeOptionsRequestOption
- func (o *EntitymanagerGetAttributeOptionsRequest) GetOptionIdsOk() ([]EntitymanagerGetAttributeOptionsRequestOption, bool)
- func (o *EntitymanagerGetAttributeOptionsRequest) GetTenantId() string
- func (o *EntitymanagerGetAttributeOptionsRequest) GetTenantIdOk() (*string, bool)
- func (o *EntitymanagerGetAttributeOptionsRequest) HasOptionIds() bool
- func (o *EntitymanagerGetAttributeOptionsRequest) HasTenantId() bool
- func (o EntitymanagerGetAttributeOptionsRequest) MarshalJSON() ([]byte, error)
- func (o *EntitymanagerGetAttributeOptionsRequest) SetOptionIds(v []EntitymanagerGetAttributeOptionsRequestOption)
- func (o *EntitymanagerGetAttributeOptionsRequest) SetTenantId(v string)
- func (o EntitymanagerGetAttributeOptionsRequest) ToMap() (map[string]interface{}, error)
- type EntitymanagerGetAttributeOptionsRequestOption
- func (o *EntitymanagerGetAttributeOptionsRequestOption) GetListCode() string
- func (o *EntitymanagerGetAttributeOptionsRequestOption) GetListCodeOk() (*string, bool)
- func (o *EntitymanagerGetAttributeOptionsRequestOption) GetOptionId() string
- func (o *EntitymanagerGetAttributeOptionsRequestOption) GetOptionIdOk() (*string, bool)
- func (o *EntitymanagerGetAttributeOptionsRequestOption) HasListCode() bool
- func (o *EntitymanagerGetAttributeOptionsRequestOption) HasOptionId() bool
- func (o EntitymanagerGetAttributeOptionsRequestOption) MarshalJSON() ([]byte, error)
- func (o *EntitymanagerGetAttributeOptionsRequestOption) SetListCode(v string)
- func (o *EntitymanagerGetAttributeOptionsRequestOption) SetOptionId(v string)
- func (o EntitymanagerGetAttributeOptionsRequestOption) ToMap() (map[string]interface{}, error)
- type EntitymanagerGetAttributeOptionsResponse
- func (o *EntitymanagerGetAttributeOptionsResponse) GetOptions() []EntitymanagerGetAttributeOptionsResponseOption
- func (o *EntitymanagerGetAttributeOptionsResponse) GetOptionsOk() ([]EntitymanagerGetAttributeOptionsResponseOption, bool)
- func (o *EntitymanagerGetAttributeOptionsResponse) HasOptions() bool
- func (o EntitymanagerGetAttributeOptionsResponse) MarshalJSON() ([]byte, error)
- func (o *EntitymanagerGetAttributeOptionsResponse) SetOptions(v []EntitymanagerGetAttributeOptionsResponseOption)
- func (o EntitymanagerGetAttributeOptionsResponse) ToMap() (map[string]interface{}, error)
- type EntitymanagerGetAttributeOptionsResponseOption
- func (o *EntitymanagerGetAttributeOptionsResponseOption) GetListCode() string
- func (o *EntitymanagerGetAttributeOptionsResponseOption) GetListCodeOk() (*string, bool)
- func (o *EntitymanagerGetAttributeOptionsResponseOption) GetOption() EntitymanagerAttributeOption
- func (o *EntitymanagerGetAttributeOptionsResponseOption) GetOptionOk() (*EntitymanagerAttributeOption, bool)
- func (o *EntitymanagerGetAttributeOptionsResponseOption) HasListCode() bool
- func (o *EntitymanagerGetAttributeOptionsResponseOption) HasOption() bool
- func (o EntitymanagerGetAttributeOptionsResponseOption) MarshalJSON() ([]byte, error)
- func (o *EntitymanagerGetAttributeOptionsResponseOption) SetListCode(v string)
- func (o *EntitymanagerGetAttributeOptionsResponseOption) SetOption(v EntitymanagerAttributeOption)
- func (o EntitymanagerGetAttributeOptionsResponseOption) ToMap() (map[string]interface{}, error)
- type EntitymanagerGetOptionsListRequest
- func (o *EntitymanagerGetOptionsListRequest) GetListCode() string
- func (o *EntitymanagerGetOptionsListRequest) GetListCodeOk() (*string, bool)
- func (o *EntitymanagerGetOptionsListRequest) GetTenantId() string
- func (o *EntitymanagerGetOptionsListRequest) GetTenantIdOk() (*string, bool)
- func (o *EntitymanagerGetOptionsListRequest) HasListCode() bool
- func (o *EntitymanagerGetOptionsListRequest) HasTenantId() bool
- func (o EntitymanagerGetOptionsListRequest) MarshalJSON() ([]byte, error)
- func (o *EntitymanagerGetOptionsListRequest) SetListCode(v string)
- func (o *EntitymanagerGetOptionsListRequest) SetTenantId(v string)
- func (o EntitymanagerGetOptionsListRequest) ToMap() (map[string]interface{}, error)
- type EntitymanagerGetOptionsListResponse
- func (o *EntitymanagerGetOptionsListResponse) GetOptionList() EntitymanagerOptionsList
- func (o *EntitymanagerGetOptionsListResponse) GetOptionListOk() (*EntitymanagerOptionsList, bool)
- func (o *EntitymanagerGetOptionsListResponse) HasOptionList() bool
- func (o EntitymanagerGetOptionsListResponse) MarshalJSON() ([]byte, error)
- func (o *EntitymanagerGetOptionsListResponse) SetOptionList(v EntitymanagerOptionsList)
- func (o EntitymanagerGetOptionsListResponse) ToMap() (map[string]interface{}, error)
- type EntitymanagerListAttributeGroupsRequest
- func (o *EntitymanagerListAttributeGroupsRequest) GetTenantId() string
- func (o *EntitymanagerListAttributeGroupsRequest) GetTenantIdOk() (*string, bool)
- func (o *EntitymanagerListAttributeGroupsRequest) HasTenantId() bool
- func (o EntitymanagerListAttributeGroupsRequest) MarshalJSON() ([]byte, error)
- func (o *EntitymanagerListAttributeGroupsRequest) SetTenantId(v string)
- func (o EntitymanagerListAttributeGroupsRequest) ToMap() (map[string]interface{}, error)
- type EntitymanagerListAttributeGroupsResponse
- func (o *EntitymanagerListAttributeGroupsResponse) GetAttributeGroups() []EntitymanagerAttributeGroup
- func (o *EntitymanagerListAttributeGroupsResponse) GetAttributeGroupsOk() ([]EntitymanagerAttributeGroup, bool)
- func (o *EntitymanagerListAttributeGroupsResponse) HasAttributeGroups() bool
- func (o EntitymanagerListAttributeGroupsResponse) MarshalJSON() ([]byte, error)
- func (o *EntitymanagerListAttributeGroupsResponse) SetAttributeGroups(v []EntitymanagerAttributeGroup)
- func (o EntitymanagerListAttributeGroupsResponse) ToMap() (map[string]interface{}, error)
- type EntitymanagerListAttributeOptionsRequest
- func (o *EntitymanagerListAttributeOptionsRequest) GetListCode() string
- func (o *EntitymanagerListAttributeOptionsRequest) GetListCodeOk() (*string, bool)
- func (o *EntitymanagerListAttributeOptionsRequest) GetTenantId() string
- func (o *EntitymanagerListAttributeOptionsRequest) GetTenantIdOk() (*string, bool)
- func (o *EntitymanagerListAttributeOptionsRequest) HasListCode() bool
- func (o *EntitymanagerListAttributeOptionsRequest) HasTenantId() bool
- func (o EntitymanagerListAttributeOptionsRequest) MarshalJSON() ([]byte, error)
- func (o *EntitymanagerListAttributeOptionsRequest) SetListCode(v string)
- func (o *EntitymanagerListAttributeOptionsRequest) SetTenantId(v string)
- func (o EntitymanagerListAttributeOptionsRequest) ToMap() (map[string]interface{}, error)
- type EntitymanagerListAttributeOptionsResponse
- func (o *EntitymanagerListAttributeOptionsResponse) GetOptions() []EntitymanagerAttributeOption
- func (o *EntitymanagerListAttributeOptionsResponse) GetOptionsOk() ([]EntitymanagerAttributeOption, bool)
- func (o *EntitymanagerListAttributeOptionsResponse) HasOptions() bool
- func (o EntitymanagerListAttributeOptionsResponse) MarshalJSON() ([]byte, error)
- func (o *EntitymanagerListAttributeOptionsResponse) SetOptions(v []EntitymanagerAttributeOption)
- func (o EntitymanagerListAttributeOptionsResponse) ToMap() (map[string]interface{}, error)
- type EntitymanagerListEntitiesRequest
- func (o *EntitymanagerListEntitiesRequest) GetPageSize() int32
- func (o *EntitymanagerListEntitiesRequest) GetPageSizeOk() (*int32, bool)
- func (o *EntitymanagerListEntitiesRequest) GetTenantId() string
- func (o *EntitymanagerListEntitiesRequest) GetTenantIdOk() (*string, bool)
- func (o *EntitymanagerListEntitiesRequest) HasPageSize() bool
- func (o *EntitymanagerListEntitiesRequest) HasTenantId() bool
- func (o EntitymanagerListEntitiesRequest) MarshalJSON() ([]byte, error)
- func (o *EntitymanagerListEntitiesRequest) SetPageSize(v int32)
- func (o *EntitymanagerListEntitiesRequest) SetTenantId(v string)
- func (o EntitymanagerListEntitiesRequest) ToMap() (map[string]interface{}, error)
- type EntitymanagerListEntitiesResponse
- func (o *EntitymanagerListEntitiesResponse) GetEntities() []EntitymanagerEntity
- func (o *EntitymanagerListEntitiesResponse) GetEntitiesOk() ([]EntitymanagerEntity, bool)
- func (o *EntitymanagerListEntitiesResponse) GetNextPage() int32
- func (o *EntitymanagerListEntitiesResponse) GetNextPageOk() (*int32, bool)
- func (o *EntitymanagerListEntitiesResponse) HasEntities() bool
- func (o *EntitymanagerListEntitiesResponse) HasNextPage() bool
- func (o EntitymanagerListEntitiesResponse) MarshalJSON() ([]byte, error)
- func (o *EntitymanagerListEntitiesResponse) SetEntities(v []EntitymanagerEntity)
- func (o *EntitymanagerListEntitiesResponse) SetNextPage(v int32)
- func (o EntitymanagerListEntitiesResponse) ToMap() (map[string]interface{}, error)
- type EntitymanagerListOptionsListsRequest
- func (o *EntitymanagerListOptionsListsRequest) GetTenantId() string
- func (o *EntitymanagerListOptionsListsRequest) GetTenantIdOk() (*string, bool)
- func (o *EntitymanagerListOptionsListsRequest) HasTenantId() bool
- func (o EntitymanagerListOptionsListsRequest) MarshalJSON() ([]byte, error)
- func (o *EntitymanagerListOptionsListsRequest) SetTenantId(v string)
- func (o EntitymanagerListOptionsListsRequest) ToMap() (map[string]interface{}, error)
- type EntitymanagerListOptionsListsResponse
- func (o *EntitymanagerListOptionsListsResponse) GetOptions() []EntitymanagerOptionsList
- func (o *EntitymanagerListOptionsListsResponse) GetOptionsOk() ([]EntitymanagerOptionsList, bool)
- func (o *EntitymanagerListOptionsListsResponse) HasOptions() bool
- func (o EntitymanagerListOptionsListsResponse) MarshalJSON() ([]byte, error)
- func (o *EntitymanagerListOptionsListsResponse) SetOptions(v []EntitymanagerOptionsList)
- func (o EntitymanagerListOptionsListsResponse) ToMap() (map[string]interface{}, error)
- type EntitymanagerOptionsList
- func (o *EntitymanagerOptionsList) GetCode() string
- func (o *EntitymanagerOptionsList) GetCodeOk() (*string, bool)
- func (o *EntitymanagerOptionsList) GetName() string
- func (o *EntitymanagerOptionsList) GetNameOk() (*string, bool)
- func (o *EntitymanagerOptionsList) HasCode() bool
- func (o *EntitymanagerOptionsList) HasName() bool
- func (o EntitymanagerOptionsList) MarshalJSON() ([]byte, error)
- func (o *EntitymanagerOptionsList) SetCode(v string)
- func (o *EntitymanagerOptionsList) SetName(v string)
- func (o EntitymanagerOptionsList) ToMap() (map[string]interface{}, error)
- type EntitymanagerRenderAs
- type EntitymanagerTypes
- type EntitymanagerUpdateAttributeGroupRequest
- func (o *EntitymanagerUpdateAttributeGroupRequest) GetCode() string
- func (o *EntitymanagerUpdateAttributeGroupRequest) GetCodeOk() (*string, bool)
- func (o *EntitymanagerUpdateAttributeGroupRequest) GetFieldMask() string
- func (o *EntitymanagerUpdateAttributeGroupRequest) GetFieldMaskOk() (*string, bool)
- func (o *EntitymanagerUpdateAttributeGroupRequest) GetPayload() EntitymanagerUpdateAttributeGroupRequestPayload
- func (o *EntitymanagerUpdateAttributeGroupRequest) GetPayloadOk() (*EntitymanagerUpdateAttributeGroupRequestPayload, bool)
- func (o *EntitymanagerUpdateAttributeGroupRequest) GetTenantId() string
- func (o *EntitymanagerUpdateAttributeGroupRequest) GetTenantIdOk() (*string, bool)
- func (o *EntitymanagerUpdateAttributeGroupRequest) HasCode() bool
- func (o *EntitymanagerUpdateAttributeGroupRequest) HasFieldMask() bool
- func (o *EntitymanagerUpdateAttributeGroupRequest) HasPayload() bool
- func (o *EntitymanagerUpdateAttributeGroupRequest) HasTenantId() bool
- func (o EntitymanagerUpdateAttributeGroupRequest) MarshalJSON() ([]byte, error)
- func (o *EntitymanagerUpdateAttributeGroupRequest) SetCode(v string)
- func (o *EntitymanagerUpdateAttributeGroupRequest) SetFieldMask(v string)
- func (o *EntitymanagerUpdateAttributeGroupRequest) SetPayload(v EntitymanagerUpdateAttributeGroupRequestPayload)
- func (o *EntitymanagerUpdateAttributeGroupRequest) SetTenantId(v string)
- func (o EntitymanagerUpdateAttributeGroupRequest) ToMap() (map[string]interface{}, error)
- type EntitymanagerUpdateAttributeGroupRequestPayload
- func (o *EntitymanagerUpdateAttributeGroupRequestPayload) GetLabel() ProductentitymanagerLocalizedText
- func (o *EntitymanagerUpdateAttributeGroupRequestPayload) GetLabelOk() (*ProductentitymanagerLocalizedText, bool)
- func (o *EntitymanagerUpdateAttributeGroupRequestPayload) GetSort() int32
- func (o *EntitymanagerUpdateAttributeGroupRequestPayload) GetSortOk() (*int32, bool)
- func (o *EntitymanagerUpdateAttributeGroupRequestPayload) GetVisibility() []string
- func (o *EntitymanagerUpdateAttributeGroupRequestPayload) GetVisibilityOk() ([]string, bool)
- func (o *EntitymanagerUpdateAttributeGroupRequestPayload) HasLabel() bool
- func (o *EntitymanagerUpdateAttributeGroupRequestPayload) HasSort() bool
- func (o *EntitymanagerUpdateAttributeGroupRequestPayload) HasVisibility() bool
- func (o EntitymanagerUpdateAttributeGroupRequestPayload) MarshalJSON() ([]byte, error)
- func (o *EntitymanagerUpdateAttributeGroupRequestPayload) SetLabel(v ProductentitymanagerLocalizedText)
- func (o *EntitymanagerUpdateAttributeGroupRequestPayload) SetSort(v int32)
- func (o *EntitymanagerUpdateAttributeGroupRequestPayload) SetVisibility(v []string)
- func (o EntitymanagerUpdateAttributeGroupRequestPayload) ToMap() (map[string]interface{}, error)
- type EntitymanagerUpdateAttributeOptionsRequest
- func (o *EntitymanagerUpdateAttributeOptionsRequest) GetListCode() string
- func (o *EntitymanagerUpdateAttributeOptionsRequest) GetListCodeOk() (*string, bool)
- func (o *EntitymanagerUpdateAttributeOptionsRequest) GetOptions() []EntitymanagerAttributeOption
- func (o *EntitymanagerUpdateAttributeOptionsRequest) GetOptionsOk() ([]EntitymanagerAttributeOption, bool)
- func (o *EntitymanagerUpdateAttributeOptionsRequest) GetTenantId() string
- func (o *EntitymanagerUpdateAttributeOptionsRequest) GetTenantIdOk() (*string, bool)
- func (o *EntitymanagerUpdateAttributeOptionsRequest) HasListCode() bool
- func (o *EntitymanagerUpdateAttributeOptionsRequest) HasOptions() bool
- func (o *EntitymanagerUpdateAttributeOptionsRequest) HasTenantId() bool
- func (o EntitymanagerUpdateAttributeOptionsRequest) MarshalJSON() ([]byte, error)
- func (o *EntitymanagerUpdateAttributeOptionsRequest) SetListCode(v string)
- func (o *EntitymanagerUpdateAttributeOptionsRequest) SetOptions(v []EntitymanagerAttributeOption)
- func (o *EntitymanagerUpdateAttributeOptionsRequest) SetTenantId(v string)
- func (o EntitymanagerUpdateAttributeOptionsRequest) ToMap() (map[string]interface{}, error)
- type EntitymanagerUpdateAttributeOptionsResponse
- func (o *EntitymanagerUpdateAttributeOptionsResponse) GetErrors() []EntitymanagerAttributeOptionErrors
- func (o *EntitymanagerUpdateAttributeOptionsResponse) GetErrorsOk() ([]EntitymanagerAttributeOptionErrors, bool)
- func (o *EntitymanagerUpdateAttributeOptionsResponse) GetOptions() []EntitymanagerAttributeOption
- func (o *EntitymanagerUpdateAttributeOptionsResponse) GetOptionsOk() ([]EntitymanagerAttributeOption, bool)
- func (o *EntitymanagerUpdateAttributeOptionsResponse) HasErrors() bool
- func (o *EntitymanagerUpdateAttributeOptionsResponse) HasOptions() bool
- func (o EntitymanagerUpdateAttributeOptionsResponse) MarshalJSON() ([]byte, error)
- func (o *EntitymanagerUpdateAttributeOptionsResponse) SetErrors(v []EntitymanagerAttributeOptionErrors)
- func (o *EntitymanagerUpdateAttributeOptionsResponse) SetOptions(v []EntitymanagerAttributeOption)
- func (o EntitymanagerUpdateAttributeOptionsResponse) ToMap() (map[string]interface{}, error)
- type EntitymanagerUpdateAttributeRequest
- func (o *EntitymanagerUpdateAttributeRequest) GetCode() string
- func (o *EntitymanagerUpdateAttributeRequest) GetCodeOk() (*string, bool)
- func (o *EntitymanagerUpdateAttributeRequest) GetEntityData() EntitymanagerEntityIdentifier
- func (o *EntitymanagerUpdateAttributeRequest) GetEntityDataOk() (*EntitymanagerEntityIdentifier, bool)
- func (o *EntitymanagerUpdateAttributeRequest) GetEntityId() string
- func (o *EntitymanagerUpdateAttributeRequest) GetEntityIdOk() (*string, bool)
- func (o *EntitymanagerUpdateAttributeRequest) GetFieldMask() string
- func (o *EntitymanagerUpdateAttributeRequest) GetFieldMaskOk() (*string, bool)
- func (o *EntitymanagerUpdateAttributeRequest) GetPayload() EntitymanagerUpdateAttributeRequestPayload
- func (o *EntitymanagerUpdateAttributeRequest) GetPayloadOk() (*EntitymanagerUpdateAttributeRequestPayload, bool)
- func (o *EntitymanagerUpdateAttributeRequest) GetTenantId() string
- func (o *EntitymanagerUpdateAttributeRequest) GetTenantIdOk() (*string, bool)
- func (o *EntitymanagerUpdateAttributeRequest) HasCode() bool
- func (o *EntitymanagerUpdateAttributeRequest) HasEntityData() bool
- func (o *EntitymanagerUpdateAttributeRequest) HasEntityId() bool
- func (o *EntitymanagerUpdateAttributeRequest) HasFieldMask() bool
- func (o *EntitymanagerUpdateAttributeRequest) HasPayload() bool
- func (o *EntitymanagerUpdateAttributeRequest) HasTenantId() bool
- func (o EntitymanagerUpdateAttributeRequest) MarshalJSON() ([]byte, error)
- func (o *EntitymanagerUpdateAttributeRequest) SetCode(v string)
- func (o *EntitymanagerUpdateAttributeRequest) SetEntityData(v EntitymanagerEntityIdentifier)
- func (o *EntitymanagerUpdateAttributeRequest) SetEntityId(v string)
- func (o *EntitymanagerUpdateAttributeRequest) SetFieldMask(v string)
- func (o *EntitymanagerUpdateAttributeRequest) SetPayload(v EntitymanagerUpdateAttributeRequestPayload)
- func (o *EntitymanagerUpdateAttributeRequest) SetTenantId(v string)
- func (o EntitymanagerUpdateAttributeRequest) ToMap() (map[string]interface{}, error)
- type EntitymanagerUpdateAttributeRequestPayload
- func (o *EntitymanagerUpdateAttributeRequestPayload) GetDefault() string
- func (o *EntitymanagerUpdateAttributeRequestPayload) GetDefaultOk() (*string, bool)
- func (o *EntitymanagerUpdateAttributeRequestPayload) GetGroupCode() string
- func (o *EntitymanagerUpdateAttributeRequestPayload) GetGroupCodeOk() (*string, bool)
- func (o *EntitymanagerUpdateAttributeRequestPayload) GetLabel() string
- func (o *EntitymanagerUpdateAttributeRequestPayload) GetLabelOk() (*string, bool)
- func (o *EntitymanagerUpdateAttributeRequestPayload) GetRenderAs() EntitymanagerRenderAs
- func (o *EntitymanagerUpdateAttributeRequestPayload) GetRenderAsOk() (*EntitymanagerRenderAs, bool)
- func (o *EntitymanagerUpdateAttributeRequestPayload) GetSort() int32
- func (o *EntitymanagerUpdateAttributeRequestPayload) GetSortOk() (*int32, bool)
- func (o *EntitymanagerUpdateAttributeRequestPayload) GetTitle() map[string]string
- func (o *EntitymanagerUpdateAttributeRequestPayload) GetTitleOk() (*map[string]string, bool)
- func (o *EntitymanagerUpdateAttributeRequestPayload) HasDefault() bool
- func (o *EntitymanagerUpdateAttributeRequestPayload) HasGroupCode() bool
- func (o *EntitymanagerUpdateAttributeRequestPayload) HasLabel() bool
- func (o *EntitymanagerUpdateAttributeRequestPayload) HasRenderAs() bool
- func (o *EntitymanagerUpdateAttributeRequestPayload) HasSort() bool
- func (o *EntitymanagerUpdateAttributeRequestPayload) HasTitle() bool
- func (o EntitymanagerUpdateAttributeRequestPayload) MarshalJSON() ([]byte, error)
- func (o *EntitymanagerUpdateAttributeRequestPayload) SetDefault(v string)
- func (o *EntitymanagerUpdateAttributeRequestPayload) SetGroupCode(v string)
- func (o *EntitymanagerUpdateAttributeRequestPayload) SetLabel(v string)
- func (o *EntitymanagerUpdateAttributeRequestPayload) SetRenderAs(v EntitymanagerRenderAs)
- func (o *EntitymanagerUpdateAttributeRequestPayload) SetSort(v int32)
- func (o *EntitymanagerUpdateAttributeRequestPayload) SetTitle(v map[string]string)
- func (o EntitymanagerUpdateAttributeRequestPayload) ToMap() (map[string]interface{}, error)
- type EntitymanagerUpdateOptionsListRequest
- func (o *EntitymanagerUpdateOptionsListRequest) GetOptionList() EntitymanagerOptionsList
- func (o *EntitymanagerUpdateOptionsListRequest) GetOptionListOk() (*EntitymanagerOptionsList, bool)
- func (o *EntitymanagerUpdateOptionsListRequest) GetTenantId() string
- func (o *EntitymanagerUpdateOptionsListRequest) GetTenantIdOk() (*string, bool)
- func (o *EntitymanagerUpdateOptionsListRequest) HasOptionList() bool
- func (o *EntitymanagerUpdateOptionsListRequest) HasTenantId() bool
- func (o EntitymanagerUpdateOptionsListRequest) MarshalJSON() ([]byte, error)
- func (o *EntitymanagerUpdateOptionsListRequest) SetOptionList(v EntitymanagerOptionsList)
- func (o *EntitymanagerUpdateOptionsListRequest) SetTenantId(v string)
- func (o EntitymanagerUpdateOptionsListRequest) ToMap() (map[string]interface{}, error)
- type EntitymanagerUpdateOptionsListResponse
- func (o *EntitymanagerUpdateOptionsListResponse) GetOptionList() EntitymanagerOptionsList
- func (o *EntitymanagerUpdateOptionsListResponse) GetOptionListOk() (*EntitymanagerOptionsList, bool)
- func (o *EntitymanagerUpdateOptionsListResponse) HasOptionList() bool
- func (o EntitymanagerUpdateOptionsListResponse) MarshalJSON() ([]byte, error)
- func (o *EntitymanagerUpdateOptionsListResponse) SetOptionList(v EntitymanagerOptionsList)
- func (o EntitymanagerUpdateOptionsListResponse) ToMap() (map[string]interface{}, error)
- type GenericOpenAPIError
- type ListProductsRequestFilter
- func (o *ListProductsRequestFilter) GetCreatedAtEnd() time.Time
- func (o *ListProductsRequestFilter) GetCreatedAtEndOk() (*time.Time, bool)
- func (o *ListProductsRequestFilter) GetCreatedAtStart() time.Time
- func (o *ListProductsRequestFilter) GetCreatedAtStartOk() (*time.Time, bool)
- func (o *ListProductsRequestFilter) GetStatus() bool
- func (o *ListProductsRequestFilter) GetStatusOk() (*bool, bool)
- func (o *ListProductsRequestFilter) GetUpdatedAtEnd() time.Time
- func (o *ListProductsRequestFilter) GetUpdatedAtEndOk() (*time.Time, bool)
- func (o *ListProductsRequestFilter) GetUpdatedAtStart() time.Time
- func (o *ListProductsRequestFilter) GetUpdatedAtStartOk() (*time.Time, bool)
- func (o *ListProductsRequestFilter) HasCreatedAtEnd() bool
- func (o *ListProductsRequestFilter) HasCreatedAtStart() bool
- func (o *ListProductsRequestFilter) HasStatus() bool
- func (o *ListProductsRequestFilter) HasUpdatedAtEnd() bool
- func (o *ListProductsRequestFilter) HasUpdatedAtStart() bool
- func (o ListProductsRequestFilter) MarshalJSON() ([]byte, error)
- func (o *ListProductsRequestFilter) SetCreatedAtEnd(v time.Time)
- func (o *ListProductsRequestFilter) SetCreatedAtStart(v time.Time)
- func (o *ListProductsRequestFilter) SetStatus(v bool)
- func (o *ListProductsRequestFilter) SetUpdatedAtEnd(v time.Time)
- func (o *ListProductsRequestFilter) SetUpdatedAtStart(v time.Time)
- func (o ListProductsRequestFilter) ToMap() (map[string]interface{}, error)
- type MappedNullable
- type NullableBool
- type NullableBulkUpdateAssetsEntriesRequestUpdateEntity
- func (v NullableBulkUpdateAssetsEntriesRequestUpdateEntity) Get() *BulkUpdateAssetsEntriesRequestUpdateEntity
- func (v NullableBulkUpdateAssetsEntriesRequestUpdateEntity) IsSet() bool
- func (v NullableBulkUpdateAssetsEntriesRequestUpdateEntity) MarshalJSON() ([]byte, error)
- func (v *NullableBulkUpdateAssetsEntriesRequestUpdateEntity) Set(val *BulkUpdateAssetsEntriesRequestUpdateEntity)
- func (v *NullableBulkUpdateAssetsEntriesRequestUpdateEntity) UnmarshalJSON(src []byte) error
- func (v *NullableBulkUpdateAssetsEntriesRequestUpdateEntity) Unset()
- type NullableEntitymanagerAttribute
- func (v NullableEntitymanagerAttribute) Get() *EntitymanagerAttribute
- func (v NullableEntitymanagerAttribute) IsSet() bool
- func (v NullableEntitymanagerAttribute) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerAttribute) Set(val *EntitymanagerAttribute)
- func (v *NullableEntitymanagerAttribute) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerAttribute) Unset()
- type NullableEntitymanagerAttributeGroup
- func (v NullableEntitymanagerAttributeGroup) Get() *EntitymanagerAttributeGroup
- func (v NullableEntitymanagerAttributeGroup) IsSet() bool
- func (v NullableEntitymanagerAttributeGroup) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerAttributeGroup) Set(val *EntitymanagerAttributeGroup)
- func (v *NullableEntitymanagerAttributeGroup) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerAttributeGroup) Unset()
- type NullableEntitymanagerAttributeOption
- func (v NullableEntitymanagerAttributeOption) Get() *EntitymanagerAttributeOption
- func (v NullableEntitymanagerAttributeOption) IsSet() bool
- func (v NullableEntitymanagerAttributeOption) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerAttributeOption) Set(val *EntitymanagerAttributeOption)
- func (v *NullableEntitymanagerAttributeOption) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerAttributeOption) Unset()
- type NullableEntitymanagerAttributeOptionErrors
- func (v NullableEntitymanagerAttributeOptionErrors) Get() *EntitymanagerAttributeOptionErrors
- func (v NullableEntitymanagerAttributeOptionErrors) IsSet() bool
- func (v NullableEntitymanagerAttributeOptionErrors) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerAttributeOptionErrors) Set(val *EntitymanagerAttributeOptionErrors)
- func (v *NullableEntitymanagerAttributeOptionErrors) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerAttributeOptionErrors) Unset()
- type NullableEntitymanagerAttributeOptionSwatch
- func (v NullableEntitymanagerAttributeOptionSwatch) Get() *EntitymanagerAttributeOptionSwatch
- func (v NullableEntitymanagerAttributeOptionSwatch) IsSet() bool
- func (v NullableEntitymanagerAttributeOptionSwatch) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerAttributeOptionSwatch) Set(val *EntitymanagerAttributeOptionSwatch)
- func (v *NullableEntitymanagerAttributeOptionSwatch) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerAttributeOptionSwatch) Unset()
- type NullableEntitymanagerAttributeWriteError
- func (v NullableEntitymanagerAttributeWriteError) Get() *EntitymanagerAttributeWriteError
- func (v NullableEntitymanagerAttributeWriteError) IsSet() bool
- func (v NullableEntitymanagerAttributeWriteError) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerAttributeWriteError) Set(val *EntitymanagerAttributeWriteError)
- func (v *NullableEntitymanagerAttributeWriteError) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerAttributeWriteError) Unset()
- type NullableEntitymanagerAttributeWriteErrors
- func (v NullableEntitymanagerAttributeWriteErrors) Get() *EntitymanagerAttributeWriteErrors
- func (v NullableEntitymanagerAttributeWriteErrors) IsSet() bool
- func (v NullableEntitymanagerAttributeWriteErrors) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerAttributeWriteErrors) Set(val *EntitymanagerAttributeWriteErrors)
- func (v *NullableEntitymanagerAttributeWriteErrors) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerAttributeWriteErrors) Unset()
- type NullableEntitymanagerBulkCreateAttributeRequest
- func (v NullableEntitymanagerBulkCreateAttributeRequest) Get() *EntitymanagerBulkCreateAttributeRequest
- func (v NullableEntitymanagerBulkCreateAttributeRequest) IsSet() bool
- func (v NullableEntitymanagerBulkCreateAttributeRequest) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerBulkCreateAttributeRequest) Set(val *EntitymanagerBulkCreateAttributeRequest)
- func (v *NullableEntitymanagerBulkCreateAttributeRequest) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerBulkCreateAttributeRequest) Unset()
- type NullableEntitymanagerBulkCreateAttributeResponse
- func (v NullableEntitymanagerBulkCreateAttributeResponse) Get() *EntitymanagerBulkCreateAttributeResponse
- func (v NullableEntitymanagerBulkCreateAttributeResponse) IsSet() bool
- func (v NullableEntitymanagerBulkCreateAttributeResponse) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerBulkCreateAttributeResponse) Set(val *EntitymanagerBulkCreateAttributeResponse)
- func (v *NullableEntitymanagerBulkCreateAttributeResponse) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerBulkCreateAttributeResponse) Unset()
- type NullableEntitymanagerCreateAttributeGroupRequest
- func (v NullableEntitymanagerCreateAttributeGroupRequest) Get() *EntitymanagerCreateAttributeGroupRequest
- func (v NullableEntitymanagerCreateAttributeGroupRequest) IsSet() bool
- func (v NullableEntitymanagerCreateAttributeGroupRequest) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerCreateAttributeGroupRequest) Set(val *EntitymanagerCreateAttributeGroupRequest)
- func (v *NullableEntitymanagerCreateAttributeGroupRequest) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerCreateAttributeGroupRequest) Unset()
- type NullableEntitymanagerCreateAttributeOptionsRequest
- func (v NullableEntitymanagerCreateAttributeOptionsRequest) Get() *EntitymanagerCreateAttributeOptionsRequest
- func (v NullableEntitymanagerCreateAttributeOptionsRequest) IsSet() bool
- func (v NullableEntitymanagerCreateAttributeOptionsRequest) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerCreateAttributeOptionsRequest) Set(val *EntitymanagerCreateAttributeOptionsRequest)
- func (v *NullableEntitymanagerCreateAttributeOptionsRequest) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerCreateAttributeOptionsRequest) Unset()
- type NullableEntitymanagerCreateAttributeOptionsResponse
- func (v NullableEntitymanagerCreateAttributeOptionsResponse) Get() *EntitymanagerCreateAttributeOptionsResponse
- func (v NullableEntitymanagerCreateAttributeOptionsResponse) IsSet() bool
- func (v NullableEntitymanagerCreateAttributeOptionsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerCreateAttributeOptionsResponse) Set(val *EntitymanagerCreateAttributeOptionsResponse)
- func (v *NullableEntitymanagerCreateAttributeOptionsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerCreateAttributeOptionsResponse) Unset()
- type NullableEntitymanagerCreateEntityResponse
- func (v NullableEntitymanagerCreateEntityResponse) Get() *EntitymanagerCreateEntityResponse
- func (v NullableEntitymanagerCreateEntityResponse) IsSet() bool
- func (v NullableEntitymanagerCreateEntityResponse) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerCreateEntityResponse) Set(val *EntitymanagerCreateEntityResponse)
- func (v *NullableEntitymanagerCreateEntityResponse) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerCreateEntityResponse) Unset()
- type NullableEntitymanagerCreateOptionsListRequest
- func (v NullableEntitymanagerCreateOptionsListRequest) Get() *EntitymanagerCreateOptionsListRequest
- func (v NullableEntitymanagerCreateOptionsListRequest) IsSet() bool
- func (v NullableEntitymanagerCreateOptionsListRequest) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerCreateOptionsListRequest) Set(val *EntitymanagerCreateOptionsListRequest)
- func (v *NullableEntitymanagerCreateOptionsListRequest) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerCreateOptionsListRequest) Unset()
- type NullableEntitymanagerCreateOptionsListResponse
- func (v NullableEntitymanagerCreateOptionsListResponse) Get() *EntitymanagerCreateOptionsListResponse
- func (v NullableEntitymanagerCreateOptionsListResponse) IsSet() bool
- func (v NullableEntitymanagerCreateOptionsListResponse) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerCreateOptionsListResponse) Set(val *EntitymanagerCreateOptionsListResponse)
- func (v *NullableEntitymanagerCreateOptionsListResponse) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerCreateOptionsListResponse) Unset()
- type NullableEntitymanagerDeleteAttributeRequest
- func (v NullableEntitymanagerDeleteAttributeRequest) Get() *EntitymanagerDeleteAttributeRequest
- func (v NullableEntitymanagerDeleteAttributeRequest) IsSet() bool
- func (v NullableEntitymanagerDeleteAttributeRequest) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerDeleteAttributeRequest) Set(val *EntitymanagerDeleteAttributeRequest)
- func (v *NullableEntitymanagerDeleteAttributeRequest) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerDeleteAttributeRequest) Unset()
- type NullableEntitymanagerEntity
- func (v NullableEntitymanagerEntity) Get() *EntitymanagerEntity
- func (v NullableEntitymanagerEntity) IsSet() bool
- func (v NullableEntitymanagerEntity) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerEntity) Set(val *EntitymanagerEntity)
- func (v *NullableEntitymanagerEntity) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerEntity) Unset()
- type NullableEntitymanagerEntityIdentifier
- func (v NullableEntitymanagerEntityIdentifier) Get() *EntitymanagerEntityIdentifier
- func (v NullableEntitymanagerEntityIdentifier) IsSet() bool
- func (v NullableEntitymanagerEntityIdentifier) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerEntityIdentifier) Set(val *EntitymanagerEntityIdentifier)
- func (v *NullableEntitymanagerEntityIdentifier) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerEntityIdentifier) Unset()
- type NullableEntitymanagerEntityRequest
- func (v NullableEntitymanagerEntityRequest) Get() *EntitymanagerEntityRequest
- func (v NullableEntitymanagerEntityRequest) IsSet() bool
- func (v NullableEntitymanagerEntityRequest) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerEntityRequest) Set(val *EntitymanagerEntityRequest)
- func (v *NullableEntitymanagerEntityRequest) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerEntityRequest) Unset()
- type NullableEntitymanagerGetAttributeGroupRequest
- func (v NullableEntitymanagerGetAttributeGroupRequest) Get() *EntitymanagerGetAttributeGroupRequest
- func (v NullableEntitymanagerGetAttributeGroupRequest) IsSet() bool
- func (v NullableEntitymanagerGetAttributeGroupRequest) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerGetAttributeGroupRequest) Set(val *EntitymanagerGetAttributeGroupRequest)
- func (v *NullableEntitymanagerGetAttributeGroupRequest) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerGetAttributeGroupRequest) Unset()
- type NullableEntitymanagerGetAttributeOptionRequest
- func (v NullableEntitymanagerGetAttributeOptionRequest) Get() *EntitymanagerGetAttributeOptionRequest
- func (v NullableEntitymanagerGetAttributeOptionRequest) IsSet() bool
- func (v NullableEntitymanagerGetAttributeOptionRequest) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerGetAttributeOptionRequest) Set(val *EntitymanagerGetAttributeOptionRequest)
- func (v *NullableEntitymanagerGetAttributeOptionRequest) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerGetAttributeOptionRequest) Unset()
- type NullableEntitymanagerGetAttributeOptionResponse
- func (v NullableEntitymanagerGetAttributeOptionResponse) Get() *EntitymanagerGetAttributeOptionResponse
- func (v NullableEntitymanagerGetAttributeOptionResponse) IsSet() bool
- func (v NullableEntitymanagerGetAttributeOptionResponse) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerGetAttributeOptionResponse) Set(val *EntitymanagerGetAttributeOptionResponse)
- func (v *NullableEntitymanagerGetAttributeOptionResponse) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerGetAttributeOptionResponse) Unset()
- type NullableEntitymanagerGetAttributeOptionsRequest
- func (v NullableEntitymanagerGetAttributeOptionsRequest) Get() *EntitymanagerGetAttributeOptionsRequest
- func (v NullableEntitymanagerGetAttributeOptionsRequest) IsSet() bool
- func (v NullableEntitymanagerGetAttributeOptionsRequest) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerGetAttributeOptionsRequest) Set(val *EntitymanagerGetAttributeOptionsRequest)
- func (v *NullableEntitymanagerGetAttributeOptionsRequest) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerGetAttributeOptionsRequest) Unset()
- type NullableEntitymanagerGetAttributeOptionsRequestOption
- func (v NullableEntitymanagerGetAttributeOptionsRequestOption) Get() *EntitymanagerGetAttributeOptionsRequestOption
- func (v NullableEntitymanagerGetAttributeOptionsRequestOption) IsSet() bool
- func (v NullableEntitymanagerGetAttributeOptionsRequestOption) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerGetAttributeOptionsRequestOption) Set(val *EntitymanagerGetAttributeOptionsRequestOption)
- func (v *NullableEntitymanagerGetAttributeOptionsRequestOption) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerGetAttributeOptionsRequestOption) Unset()
- type NullableEntitymanagerGetAttributeOptionsResponse
- func (v NullableEntitymanagerGetAttributeOptionsResponse) Get() *EntitymanagerGetAttributeOptionsResponse
- func (v NullableEntitymanagerGetAttributeOptionsResponse) IsSet() bool
- func (v NullableEntitymanagerGetAttributeOptionsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerGetAttributeOptionsResponse) Set(val *EntitymanagerGetAttributeOptionsResponse)
- func (v *NullableEntitymanagerGetAttributeOptionsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerGetAttributeOptionsResponse) Unset()
- type NullableEntitymanagerGetAttributeOptionsResponseOption
- func (v NullableEntitymanagerGetAttributeOptionsResponseOption) Get() *EntitymanagerGetAttributeOptionsResponseOption
- func (v NullableEntitymanagerGetAttributeOptionsResponseOption) IsSet() bool
- func (v NullableEntitymanagerGetAttributeOptionsResponseOption) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerGetAttributeOptionsResponseOption) Set(val *EntitymanagerGetAttributeOptionsResponseOption)
- func (v *NullableEntitymanagerGetAttributeOptionsResponseOption) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerGetAttributeOptionsResponseOption) Unset()
- type NullableEntitymanagerGetOptionsListRequest
- func (v NullableEntitymanagerGetOptionsListRequest) Get() *EntitymanagerGetOptionsListRequest
- func (v NullableEntitymanagerGetOptionsListRequest) IsSet() bool
- func (v NullableEntitymanagerGetOptionsListRequest) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerGetOptionsListRequest) Set(val *EntitymanagerGetOptionsListRequest)
- func (v *NullableEntitymanagerGetOptionsListRequest) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerGetOptionsListRequest) Unset()
- type NullableEntitymanagerGetOptionsListResponse
- func (v NullableEntitymanagerGetOptionsListResponse) Get() *EntitymanagerGetOptionsListResponse
- func (v NullableEntitymanagerGetOptionsListResponse) IsSet() bool
- func (v NullableEntitymanagerGetOptionsListResponse) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerGetOptionsListResponse) Set(val *EntitymanagerGetOptionsListResponse)
- func (v *NullableEntitymanagerGetOptionsListResponse) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerGetOptionsListResponse) Unset()
- type NullableEntitymanagerListAttributeGroupsRequest
- func (v NullableEntitymanagerListAttributeGroupsRequest) Get() *EntitymanagerListAttributeGroupsRequest
- func (v NullableEntitymanagerListAttributeGroupsRequest) IsSet() bool
- func (v NullableEntitymanagerListAttributeGroupsRequest) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerListAttributeGroupsRequest) Set(val *EntitymanagerListAttributeGroupsRequest)
- func (v *NullableEntitymanagerListAttributeGroupsRequest) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerListAttributeGroupsRequest) Unset()
- type NullableEntitymanagerListAttributeGroupsResponse
- func (v NullableEntitymanagerListAttributeGroupsResponse) Get() *EntitymanagerListAttributeGroupsResponse
- func (v NullableEntitymanagerListAttributeGroupsResponse) IsSet() bool
- func (v NullableEntitymanagerListAttributeGroupsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerListAttributeGroupsResponse) Set(val *EntitymanagerListAttributeGroupsResponse)
- func (v *NullableEntitymanagerListAttributeGroupsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerListAttributeGroupsResponse) Unset()
- type NullableEntitymanagerListAttributeOptionsRequest
- func (v NullableEntitymanagerListAttributeOptionsRequest) Get() *EntitymanagerListAttributeOptionsRequest
- func (v NullableEntitymanagerListAttributeOptionsRequest) IsSet() bool
- func (v NullableEntitymanagerListAttributeOptionsRequest) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerListAttributeOptionsRequest) Set(val *EntitymanagerListAttributeOptionsRequest)
- func (v *NullableEntitymanagerListAttributeOptionsRequest) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerListAttributeOptionsRequest) Unset()
- type NullableEntitymanagerListAttributeOptionsResponse
- func (v NullableEntitymanagerListAttributeOptionsResponse) Get() *EntitymanagerListAttributeOptionsResponse
- func (v NullableEntitymanagerListAttributeOptionsResponse) IsSet() bool
- func (v NullableEntitymanagerListAttributeOptionsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerListAttributeOptionsResponse) Set(val *EntitymanagerListAttributeOptionsResponse)
- func (v *NullableEntitymanagerListAttributeOptionsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerListAttributeOptionsResponse) Unset()
- type NullableEntitymanagerListEntitiesRequest
- func (v NullableEntitymanagerListEntitiesRequest) Get() *EntitymanagerListEntitiesRequest
- func (v NullableEntitymanagerListEntitiesRequest) IsSet() bool
- func (v NullableEntitymanagerListEntitiesRequest) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerListEntitiesRequest) Set(val *EntitymanagerListEntitiesRequest)
- func (v *NullableEntitymanagerListEntitiesRequest) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerListEntitiesRequest) Unset()
- type NullableEntitymanagerListEntitiesResponse
- func (v NullableEntitymanagerListEntitiesResponse) Get() *EntitymanagerListEntitiesResponse
- func (v NullableEntitymanagerListEntitiesResponse) IsSet() bool
- func (v NullableEntitymanagerListEntitiesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerListEntitiesResponse) Set(val *EntitymanagerListEntitiesResponse)
- func (v *NullableEntitymanagerListEntitiesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerListEntitiesResponse) Unset()
- type NullableEntitymanagerListOptionsListsRequest
- func (v NullableEntitymanagerListOptionsListsRequest) Get() *EntitymanagerListOptionsListsRequest
- func (v NullableEntitymanagerListOptionsListsRequest) IsSet() bool
- func (v NullableEntitymanagerListOptionsListsRequest) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerListOptionsListsRequest) Set(val *EntitymanagerListOptionsListsRequest)
- func (v *NullableEntitymanagerListOptionsListsRequest) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerListOptionsListsRequest) Unset()
- type NullableEntitymanagerListOptionsListsResponse
- func (v NullableEntitymanagerListOptionsListsResponse) Get() *EntitymanagerListOptionsListsResponse
- func (v NullableEntitymanagerListOptionsListsResponse) IsSet() bool
- func (v NullableEntitymanagerListOptionsListsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerListOptionsListsResponse) Set(val *EntitymanagerListOptionsListsResponse)
- func (v *NullableEntitymanagerListOptionsListsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerListOptionsListsResponse) Unset()
- type NullableEntitymanagerOptionsList
- func (v NullableEntitymanagerOptionsList) Get() *EntitymanagerOptionsList
- func (v NullableEntitymanagerOptionsList) IsSet() bool
- func (v NullableEntitymanagerOptionsList) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerOptionsList) Set(val *EntitymanagerOptionsList)
- func (v *NullableEntitymanagerOptionsList) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerOptionsList) Unset()
- type NullableEntitymanagerRenderAs
- func (v NullableEntitymanagerRenderAs) Get() *EntitymanagerRenderAs
- func (v NullableEntitymanagerRenderAs) IsSet() bool
- func (v NullableEntitymanagerRenderAs) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerRenderAs) Set(val *EntitymanagerRenderAs)
- func (v *NullableEntitymanagerRenderAs) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerRenderAs) Unset()
- type NullableEntitymanagerTypes
- func (v NullableEntitymanagerTypes) Get() *EntitymanagerTypes
- func (v NullableEntitymanagerTypes) IsSet() bool
- func (v NullableEntitymanagerTypes) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerTypes) Set(val *EntitymanagerTypes)
- func (v *NullableEntitymanagerTypes) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerTypes) Unset()
- type NullableEntitymanagerUpdateAttributeGroupRequest
- func (v NullableEntitymanagerUpdateAttributeGroupRequest) Get() *EntitymanagerUpdateAttributeGroupRequest
- func (v NullableEntitymanagerUpdateAttributeGroupRequest) IsSet() bool
- func (v NullableEntitymanagerUpdateAttributeGroupRequest) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerUpdateAttributeGroupRequest) Set(val *EntitymanagerUpdateAttributeGroupRequest)
- func (v *NullableEntitymanagerUpdateAttributeGroupRequest) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerUpdateAttributeGroupRequest) Unset()
- type NullableEntitymanagerUpdateAttributeGroupRequestPayload
- func (v NullableEntitymanagerUpdateAttributeGroupRequestPayload) Get() *EntitymanagerUpdateAttributeGroupRequestPayload
- func (v NullableEntitymanagerUpdateAttributeGroupRequestPayload) IsSet() bool
- func (v NullableEntitymanagerUpdateAttributeGroupRequestPayload) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerUpdateAttributeGroupRequestPayload) Set(val *EntitymanagerUpdateAttributeGroupRequestPayload)
- func (v *NullableEntitymanagerUpdateAttributeGroupRequestPayload) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerUpdateAttributeGroupRequestPayload) Unset()
- type NullableEntitymanagerUpdateAttributeOptionsRequest
- func (v NullableEntitymanagerUpdateAttributeOptionsRequest) Get() *EntitymanagerUpdateAttributeOptionsRequest
- func (v NullableEntitymanagerUpdateAttributeOptionsRequest) IsSet() bool
- func (v NullableEntitymanagerUpdateAttributeOptionsRequest) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerUpdateAttributeOptionsRequest) Set(val *EntitymanagerUpdateAttributeOptionsRequest)
- func (v *NullableEntitymanagerUpdateAttributeOptionsRequest) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerUpdateAttributeOptionsRequest) Unset()
- type NullableEntitymanagerUpdateAttributeOptionsResponse
- func (v NullableEntitymanagerUpdateAttributeOptionsResponse) Get() *EntitymanagerUpdateAttributeOptionsResponse
- func (v NullableEntitymanagerUpdateAttributeOptionsResponse) IsSet() bool
- func (v NullableEntitymanagerUpdateAttributeOptionsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerUpdateAttributeOptionsResponse) Set(val *EntitymanagerUpdateAttributeOptionsResponse)
- func (v *NullableEntitymanagerUpdateAttributeOptionsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerUpdateAttributeOptionsResponse) Unset()
- type NullableEntitymanagerUpdateAttributeRequest
- func (v NullableEntitymanagerUpdateAttributeRequest) Get() *EntitymanagerUpdateAttributeRequest
- func (v NullableEntitymanagerUpdateAttributeRequest) IsSet() bool
- func (v NullableEntitymanagerUpdateAttributeRequest) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerUpdateAttributeRequest) Set(val *EntitymanagerUpdateAttributeRequest)
- func (v *NullableEntitymanagerUpdateAttributeRequest) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerUpdateAttributeRequest) Unset()
- type NullableEntitymanagerUpdateAttributeRequestPayload
- func (v NullableEntitymanagerUpdateAttributeRequestPayload) Get() *EntitymanagerUpdateAttributeRequestPayload
- func (v NullableEntitymanagerUpdateAttributeRequestPayload) IsSet() bool
- func (v NullableEntitymanagerUpdateAttributeRequestPayload) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerUpdateAttributeRequestPayload) Set(val *EntitymanagerUpdateAttributeRequestPayload)
- func (v *NullableEntitymanagerUpdateAttributeRequestPayload) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerUpdateAttributeRequestPayload) Unset()
- type NullableEntitymanagerUpdateOptionsListRequest
- func (v NullableEntitymanagerUpdateOptionsListRequest) Get() *EntitymanagerUpdateOptionsListRequest
- func (v NullableEntitymanagerUpdateOptionsListRequest) IsSet() bool
- func (v NullableEntitymanagerUpdateOptionsListRequest) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerUpdateOptionsListRequest) Set(val *EntitymanagerUpdateOptionsListRequest)
- func (v *NullableEntitymanagerUpdateOptionsListRequest) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerUpdateOptionsListRequest) Unset()
- type NullableEntitymanagerUpdateOptionsListResponse
- func (v NullableEntitymanagerUpdateOptionsListResponse) Get() *EntitymanagerUpdateOptionsListResponse
- func (v NullableEntitymanagerUpdateOptionsListResponse) IsSet() bool
- func (v NullableEntitymanagerUpdateOptionsListResponse) MarshalJSON() ([]byte, error)
- func (v *NullableEntitymanagerUpdateOptionsListResponse) Set(val *EntitymanagerUpdateOptionsListResponse)
- func (v *NullableEntitymanagerUpdateOptionsListResponse) UnmarshalJSON(src []byte) error
- func (v *NullableEntitymanagerUpdateOptionsListResponse) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableListProductsRequestFilter
- func (v NullableListProductsRequestFilter) Get() *ListProductsRequestFilter
- func (v NullableListProductsRequestFilter) IsSet() bool
- func (v NullableListProductsRequestFilter) MarshalJSON() ([]byte, error)
- func (v *NullableListProductsRequestFilter) Set(val *ListProductsRequestFilter)
- func (v *NullableListProductsRequestFilter) UnmarshalJSON(src []byte) error
- func (v *NullableListProductsRequestFilter) Unset()
- type NullableProductAddMediaGalleryEntryRequest
- func (v NullableProductAddMediaGalleryEntryRequest) Get() *ProductAddMediaGalleryEntryRequest
- func (v NullableProductAddMediaGalleryEntryRequest) IsSet() bool
- func (v NullableProductAddMediaGalleryEntryRequest) MarshalJSON() ([]byte, error)
- func (v *NullableProductAddMediaGalleryEntryRequest) Set(val *ProductAddMediaGalleryEntryRequest)
- func (v *NullableProductAddMediaGalleryEntryRequest) UnmarshalJSON(src []byte) error
- func (v *NullableProductAddMediaGalleryEntryRequest) Unset()
- type NullableProductAddMediaGalleryEntryResponse
- func (v NullableProductAddMediaGalleryEntryResponse) Get() *ProductAddMediaGalleryEntryResponse
- func (v NullableProductAddMediaGalleryEntryResponse) IsSet() bool
- func (v NullableProductAddMediaGalleryEntryResponse) MarshalJSON() ([]byte, error)
- func (v *NullableProductAddMediaGalleryEntryResponse) Set(val *ProductAddMediaGalleryEntryResponse)
- func (v *NullableProductAddMediaGalleryEntryResponse) UnmarshalJSON(src []byte) error
- func (v *NullableProductAddMediaGalleryEntryResponse) Unset()
- type NullableProductAssetData
- func (v NullableProductAssetData) Get() *ProductAssetData
- func (v NullableProductAssetData) IsSet() bool
- func (v NullableProductAssetData) MarshalJSON() ([]byte, error)
- func (v *NullableProductAssetData) Set(val *ProductAssetData)
- func (v *NullableProductAssetData) UnmarshalJSON(src []byte) error
- func (v *NullableProductAssetData) Unset()
- type NullableProductAssets
- func (v NullableProductAssets) Get() *ProductAssets
- func (v NullableProductAssets) IsSet() bool
- func (v NullableProductAssets) MarshalJSON() ([]byte, error)
- func (v *NullableProductAssets) Set(val *ProductAssets)
- func (v *NullableProductAssets) UnmarshalJSON(src []byte) error
- func (v *NullableProductAssets) Unset()
- type NullableProductAssetsEntry
- func (v NullableProductAssetsEntry) Get() *ProductAssetsEntry
- func (v NullableProductAssetsEntry) IsSet() bool
- func (v NullableProductAssetsEntry) MarshalJSON() ([]byte, error)
- func (v *NullableProductAssetsEntry) Set(val *ProductAssetsEntry)
- func (v *NullableProductAssetsEntry) UnmarshalJSON(src []byte) error
- func (v *NullableProductAssetsEntry) Unset()
- type NullableProductAssetsEntryMetadata
- func (v NullableProductAssetsEntryMetadata) Get() *ProductAssetsEntryMetadata
- func (v NullableProductAssetsEntryMetadata) IsSet() bool
- func (v NullableProductAssetsEntryMetadata) MarshalJSON() ([]byte, error)
- func (v *NullableProductAssetsEntryMetadata) Set(val *ProductAssetsEntryMetadata)
- func (v *NullableProductAssetsEntryMetadata) UnmarshalJSON(src []byte) error
- func (v *NullableProductAssetsEntryMetadata) Unset()
- type NullableProductAttributeResponseError
- func (v NullableProductAttributeResponseError) Get() *ProductAttributeResponseError
- func (v NullableProductAttributeResponseError) IsSet() bool
- func (v NullableProductAttributeResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableProductAttributeResponseError) Set(val *ProductAttributeResponseError)
- func (v *NullableProductAttributeResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableProductAttributeResponseError) Unset()
- type NullableProductBulkAddAssetsEntriesRequest
- func (v NullableProductBulkAddAssetsEntriesRequest) Get() *ProductBulkAddAssetsEntriesRequest
- func (v NullableProductBulkAddAssetsEntriesRequest) IsSet() bool
- func (v NullableProductBulkAddAssetsEntriesRequest) MarshalJSON() ([]byte, error)
- func (v *NullableProductBulkAddAssetsEntriesRequest) Set(val *ProductBulkAddAssetsEntriesRequest)
- func (v *NullableProductBulkAddAssetsEntriesRequest) UnmarshalJSON(src []byte) error
- func (v *NullableProductBulkAddAssetsEntriesRequest) Unset()
- type NullableProductBulkAddAssetsEntriesResponse
- func (v NullableProductBulkAddAssetsEntriesResponse) Get() *ProductBulkAddAssetsEntriesResponse
- func (v NullableProductBulkAddAssetsEntriesResponse) IsSet() bool
- func (v NullableProductBulkAddAssetsEntriesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableProductBulkAddAssetsEntriesResponse) Set(val *ProductBulkAddAssetsEntriesResponse)
- func (v *NullableProductBulkAddAssetsEntriesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableProductBulkAddAssetsEntriesResponse) Unset()
- type NullableProductBulkDeleteProductsRequest
- func (v NullableProductBulkDeleteProductsRequest) Get() *ProductBulkDeleteProductsRequest
- func (v NullableProductBulkDeleteProductsRequest) IsSet() bool
- func (v NullableProductBulkDeleteProductsRequest) MarshalJSON() ([]byte, error)
- func (v *NullableProductBulkDeleteProductsRequest) Set(val *ProductBulkDeleteProductsRequest)
- func (v *NullableProductBulkDeleteProductsRequest) UnmarshalJSON(src []byte) error
- func (v *NullableProductBulkDeleteProductsRequest) Unset()
- type NullableProductBulkRemoveAssetsEntriesRequest
- func (v NullableProductBulkRemoveAssetsEntriesRequest) Get() *ProductBulkRemoveAssetsEntriesRequest
- func (v NullableProductBulkRemoveAssetsEntriesRequest) IsSet() bool
- func (v NullableProductBulkRemoveAssetsEntriesRequest) MarshalJSON() ([]byte, error)
- func (v *NullableProductBulkRemoveAssetsEntriesRequest) Set(val *ProductBulkRemoveAssetsEntriesRequest)
- func (v *NullableProductBulkRemoveAssetsEntriesRequest) UnmarshalJSON(src []byte) error
- func (v *NullableProductBulkRemoveAssetsEntriesRequest) Unset()
- type NullableProductBulkUpdateAssetsEntriesRequest
- func (v NullableProductBulkUpdateAssetsEntriesRequest) Get() *ProductBulkUpdateAssetsEntriesRequest
- func (v NullableProductBulkUpdateAssetsEntriesRequest) IsSet() bool
- func (v NullableProductBulkUpdateAssetsEntriesRequest) MarshalJSON() ([]byte, error)
- func (v *NullableProductBulkUpdateAssetsEntriesRequest) Set(val *ProductBulkUpdateAssetsEntriesRequest)
- func (v *NullableProductBulkUpdateAssetsEntriesRequest) UnmarshalJSON(src []byte) error
- func (v *NullableProductBulkUpdateAssetsEntriesRequest) Unset()
- type NullableProductBulkUpdateAssetsEntriesResponse
- func (v NullableProductBulkUpdateAssetsEntriesResponse) Get() *ProductBulkUpdateAssetsEntriesResponse
- func (v NullableProductBulkUpdateAssetsEntriesResponse) IsSet() bool
- func (v NullableProductBulkUpdateAssetsEntriesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableProductBulkUpdateAssetsEntriesResponse) Set(val *ProductBulkUpdateAssetsEntriesResponse)
- func (v *NullableProductBulkUpdateAssetsEntriesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableProductBulkUpdateAssetsEntriesResponse) Unset()
- type NullableProductBulkUpdateRequest
- func (v NullableProductBulkUpdateRequest) Get() *ProductBulkUpdateRequest
- func (v NullableProductBulkUpdateRequest) IsSet() bool
- func (v NullableProductBulkUpdateRequest) MarshalJSON() ([]byte, error)
- func (v *NullableProductBulkUpdateRequest) Set(val *ProductBulkUpdateRequest)
- func (v *NullableProductBulkUpdateRequest) UnmarshalJSON(src []byte) error
- func (v *NullableProductBulkUpdateRequest) Unset()
- type NullableProductBulkUpdateRequestPayload
- func (v NullableProductBulkUpdateRequestPayload) Get() *ProductBulkUpdateRequestPayload
- func (v NullableProductBulkUpdateRequestPayload) IsSet() bool
- func (v NullableProductBulkUpdateRequestPayload) MarshalJSON() ([]byte, error)
- func (v *NullableProductBulkUpdateRequestPayload) Set(val *ProductBulkUpdateRequestPayload)
- func (v *NullableProductBulkUpdateRequestPayload) UnmarshalJSON(src []byte) error
- func (v *NullableProductBulkUpdateRequestPayload) Unset()
- type NullableProductBulkUpdateRequestV2
- func (v NullableProductBulkUpdateRequestV2) Get() *ProductBulkUpdateRequestV2
- func (v NullableProductBulkUpdateRequestV2) IsSet() bool
- func (v NullableProductBulkUpdateRequestV2) MarshalJSON() ([]byte, error)
- func (v *NullableProductBulkUpdateRequestV2) Set(val *ProductBulkUpdateRequestV2)
- func (v *NullableProductBulkUpdateRequestV2) UnmarshalJSON(src []byte) error
- func (v *NullableProductBulkUpdateRequestV2) Unset()
- type NullableProductBulkUpdateRequestV2Payload
- func (v NullableProductBulkUpdateRequestV2Payload) Get() *ProductBulkUpdateRequestV2Payload
- func (v NullableProductBulkUpdateRequestV2Payload) IsSet() bool
- func (v NullableProductBulkUpdateRequestV2Payload) MarshalJSON() ([]byte, error)
- func (v *NullableProductBulkUpdateRequestV2Payload) Set(val *ProductBulkUpdateRequestV2Payload)
- func (v *NullableProductBulkUpdateRequestV2Payload) UnmarshalJSON(src []byte) error
- func (v *NullableProductBulkUpdateRequestV2Payload) Unset()
- type NullableProductBulkUpdateResponse
- func (v NullableProductBulkUpdateResponse) Get() *ProductBulkUpdateResponse
- func (v NullableProductBulkUpdateResponse) IsSet() bool
- func (v NullableProductBulkUpdateResponse) MarshalJSON() ([]byte, error)
- func (v *NullableProductBulkUpdateResponse) Set(val *ProductBulkUpdateResponse)
- func (v *NullableProductBulkUpdateResponse) UnmarshalJSON(src []byte) error
- func (v *NullableProductBulkUpdateResponse) Unset()
- type NullableProductBulkUpdateResponseResponse
- func (v NullableProductBulkUpdateResponseResponse) Get() *ProductBulkUpdateResponseResponse
- func (v NullableProductBulkUpdateResponseResponse) IsSet() bool
- func (v NullableProductBulkUpdateResponseResponse) MarshalJSON() ([]byte, error)
- func (v *NullableProductBulkUpdateResponseResponse) Set(val *ProductBulkUpdateResponseResponse)
- func (v *NullableProductBulkUpdateResponseResponse) UnmarshalJSON(src []byte) error
- func (v *NullableProductBulkUpdateResponseResponse) Unset()
- type NullableProductBulkUpdateResponseV2
- func (v NullableProductBulkUpdateResponseV2) Get() *ProductBulkUpdateResponseV2
- func (v NullableProductBulkUpdateResponseV2) IsSet() bool
- func (v NullableProductBulkUpdateResponseV2) MarshalJSON() ([]byte, error)
- func (v *NullableProductBulkUpdateResponseV2) Set(val *ProductBulkUpdateResponseV2)
- func (v *NullableProductBulkUpdateResponseV2) UnmarshalJSON(src []byte) error
- func (v *NullableProductBulkUpdateResponseV2) Unset()
- type NullableProductBulkUpdateResponseV2Response
- func (v NullableProductBulkUpdateResponseV2Response) Get() *ProductBulkUpdateResponseV2Response
- func (v NullableProductBulkUpdateResponseV2Response) IsSet() bool
- func (v NullableProductBulkUpdateResponseV2Response) MarshalJSON() ([]byte, error)
- func (v *NullableProductBulkUpdateResponseV2Response) Set(val *ProductBulkUpdateResponseV2Response)
- func (v *NullableProductBulkUpdateResponseV2Response) UnmarshalJSON(src []byte) error
- func (v *NullableProductBulkUpdateResponseV2Response) Unset()
- type NullableProductCreateProductRequest
- func (v NullableProductCreateProductRequest) Get() *ProductCreateProductRequest
- func (v NullableProductCreateProductRequest) IsSet() bool
- func (v NullableProductCreateProductRequest) MarshalJSON() ([]byte, error)
- func (v *NullableProductCreateProductRequest) Set(val *ProductCreateProductRequest)
- func (v *NullableProductCreateProductRequest) UnmarshalJSON(src []byte) error
- func (v *NullableProductCreateProductRequest) Unset()
- type NullableProductCreateProductRequestV2
- func (v NullableProductCreateProductRequestV2) Get() *ProductCreateProductRequestV2
- func (v NullableProductCreateProductRequestV2) IsSet() bool
- func (v NullableProductCreateProductRequestV2) MarshalJSON() ([]byte, error)
- func (v *NullableProductCreateProductRequestV2) Set(val *ProductCreateProductRequestV2)
- func (v *NullableProductCreateProductRequestV2) UnmarshalJSON(src []byte) error
- func (v *NullableProductCreateProductRequestV2) Unset()
- type NullableProductCreateProductResponse
- func (v NullableProductCreateProductResponse) Get() *ProductCreateProductResponse
- func (v NullableProductCreateProductResponse) IsSet() bool
- func (v NullableProductCreateProductResponse) MarshalJSON() ([]byte, error)
- func (v *NullableProductCreateProductResponse) Set(val *ProductCreateProductResponse)
- func (v *NullableProductCreateProductResponse) UnmarshalJSON(src []byte) error
- func (v *NullableProductCreateProductResponse) Unset()
- type NullableProductCreateProductResponseV2
- func (v NullableProductCreateProductResponseV2) Get() *ProductCreateProductResponseV2
- func (v NullableProductCreateProductResponseV2) IsSet() bool
- func (v NullableProductCreateProductResponseV2) MarshalJSON() ([]byte, error)
- func (v *NullableProductCreateProductResponseV2) Set(val *ProductCreateProductResponseV2)
- func (v *NullableProductCreateProductResponseV2) UnmarshalJSON(src []byte) error
- func (v *NullableProductCreateProductResponseV2) Unset()
- type NullableProductDeleteProductRequest
- func (v NullableProductDeleteProductRequest) Get() *ProductDeleteProductRequest
- func (v NullableProductDeleteProductRequest) IsSet() bool
- func (v NullableProductDeleteProductRequest) MarshalJSON() ([]byte, error)
- func (v *NullableProductDeleteProductRequest) Set(val *ProductDeleteProductRequest)
- func (v *NullableProductDeleteProductRequest) UnmarshalJSON(src []byte) error
- func (v *NullableProductDeleteProductRequest) Unset()
- type NullableProductDeleteRequest
- func (v NullableProductDeleteRequest) Get() *ProductDeleteRequest
- func (v NullableProductDeleteRequest) IsSet() bool
- func (v NullableProductDeleteRequest) MarshalJSON() ([]byte, error)
- func (v *NullableProductDeleteRequest) Set(val *ProductDeleteRequest)
- func (v *NullableProductDeleteRequest) UnmarshalJSON(src []byte) error
- func (v *NullableProductDeleteRequest) Unset()
- type NullableProductDeleteResponse
- func (v NullableProductDeleteResponse) Get() *ProductDeleteResponse
- func (v NullableProductDeleteResponse) IsSet() bool
- func (v NullableProductDeleteResponse) MarshalJSON() ([]byte, error)
- func (v *NullableProductDeleteResponse) Set(val *ProductDeleteResponse)
- func (v *NullableProductDeleteResponse) UnmarshalJSON(src []byte) error
- func (v *NullableProductDeleteResponse) Unset()
- type NullableProductFieldMask
- func (v NullableProductFieldMask) Get() *ProductFieldMask
- func (v NullableProductFieldMask) IsSet() bool
- func (v NullableProductFieldMask) MarshalJSON() ([]byte, error)
- func (v *NullableProductFieldMask) Set(val *ProductFieldMask)
- func (v *NullableProductFieldMask) UnmarshalJSON(src []byte) error
- func (v *NullableProductFieldMask) Unset()
- type NullableProductGetProductByCodeRequest
- func (v NullableProductGetProductByCodeRequest) Get() *ProductGetProductByCodeRequest
- func (v NullableProductGetProductByCodeRequest) IsSet() bool
- func (v NullableProductGetProductByCodeRequest) MarshalJSON() ([]byte, error)
- func (v *NullableProductGetProductByCodeRequest) Set(val *ProductGetProductByCodeRequest)
- func (v *NullableProductGetProductByCodeRequest) UnmarshalJSON(src []byte) error
- func (v *NullableProductGetProductByCodeRequest) Unset()
- type NullableProductGetProductByCodeResponse
- func (v NullableProductGetProductByCodeResponse) Get() *ProductGetProductByCodeResponse
- func (v NullableProductGetProductByCodeResponse) IsSet() bool
- func (v NullableProductGetProductByCodeResponse) MarshalJSON() ([]byte, error)
- func (v *NullableProductGetProductByCodeResponse) Set(val *ProductGetProductByCodeResponse)
- func (v *NullableProductGetProductByCodeResponse) UnmarshalJSON(src []byte) error
- func (v *NullableProductGetProductByCodeResponse) Unset()
- type NullableProductGetProductByUrlKeyRequest
- func (v NullableProductGetProductByUrlKeyRequest) Get() *ProductGetProductByUrlKeyRequest
- func (v NullableProductGetProductByUrlKeyRequest) IsSet() bool
- func (v NullableProductGetProductByUrlKeyRequest) MarshalJSON() ([]byte, error)
- func (v *NullableProductGetProductByUrlKeyRequest) Set(val *ProductGetProductByUrlKeyRequest)
- func (v *NullableProductGetProductByUrlKeyRequest) UnmarshalJSON(src []byte) error
- func (v *NullableProductGetProductByUrlKeyRequest) Unset()
- type NullableProductGetProductByUrlKeyResponse
- func (v NullableProductGetProductByUrlKeyResponse) Get() *ProductGetProductByUrlKeyResponse
- func (v NullableProductGetProductByUrlKeyResponse) IsSet() bool
- func (v NullableProductGetProductByUrlKeyResponse) MarshalJSON() ([]byte, error)
- func (v *NullableProductGetProductByUrlKeyResponse) Set(val *ProductGetProductByUrlKeyResponse)
- func (v *NullableProductGetProductByUrlKeyResponse) UnmarshalJSON(src []byte) error
- func (v *NullableProductGetProductByUrlKeyResponse) Unset()
- type NullableProductGetProductRequest
- func (v NullableProductGetProductRequest) Get() *ProductGetProductRequest
- func (v NullableProductGetProductRequest) IsSet() bool
- func (v NullableProductGetProductRequest) MarshalJSON() ([]byte, error)
- func (v *NullableProductGetProductRequest) Set(val *ProductGetProductRequest)
- func (v *NullableProductGetProductRequest) UnmarshalJSON(src []byte) error
- func (v *NullableProductGetProductRequest) Unset()
- type NullableProductGetProductResponse
- func (v NullableProductGetProductResponse) Get() *ProductGetProductResponse
- func (v NullableProductGetProductResponse) IsSet() bool
- func (v NullableProductGetProductResponse) MarshalJSON() ([]byte, error)
- func (v *NullableProductGetProductResponse) Set(val *ProductGetProductResponse)
- func (v *NullableProductGetProductResponse) UnmarshalJSON(src []byte) error
- func (v *NullableProductGetProductResponse) Unset()
- type NullableProductListProductsByIdsRequest
- func (v NullableProductListProductsByIdsRequest) Get() *ProductListProductsByIdsRequest
- func (v NullableProductListProductsByIdsRequest) IsSet() bool
- func (v NullableProductListProductsByIdsRequest) MarshalJSON() ([]byte, error)
- func (v *NullableProductListProductsByIdsRequest) Set(val *ProductListProductsByIdsRequest)
- func (v *NullableProductListProductsByIdsRequest) UnmarshalJSON(src []byte) error
- func (v *NullableProductListProductsByIdsRequest) Unset()
- type NullableProductListProductsByIdsResponse
- func (v NullableProductListProductsByIdsResponse) Get() *ProductListProductsByIdsResponse
- func (v NullableProductListProductsByIdsResponse) IsSet() bool
- func (v NullableProductListProductsByIdsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableProductListProductsByIdsResponse) Set(val *ProductListProductsByIdsResponse)
- func (v *NullableProductListProductsByIdsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableProductListProductsByIdsResponse) Unset()
- type NullableProductListProductsBySkuRequest
- func (v NullableProductListProductsBySkuRequest) Get() *ProductListProductsBySkuRequest
- func (v NullableProductListProductsBySkuRequest) IsSet() bool
- func (v NullableProductListProductsBySkuRequest) MarshalJSON() ([]byte, error)
- func (v *NullableProductListProductsBySkuRequest) Set(val *ProductListProductsBySkuRequest)
- func (v *NullableProductListProductsBySkuRequest) UnmarshalJSON(src []byte) error
- func (v *NullableProductListProductsBySkuRequest) Unset()
- type NullableProductListProductsBySkuResponse
- func (v NullableProductListProductsBySkuResponse) Get() *ProductListProductsBySkuResponse
- func (v NullableProductListProductsBySkuResponse) IsSet() bool
- func (v NullableProductListProductsBySkuResponse) MarshalJSON() ([]byte, error)
- func (v *NullableProductListProductsBySkuResponse) Set(val *ProductListProductsBySkuResponse)
- func (v *NullableProductListProductsBySkuResponse) UnmarshalJSON(src []byte) error
- func (v *NullableProductListProductsBySkuResponse) Unset()
- type NullableProductListProductsRequest
- func (v NullableProductListProductsRequest) Get() *ProductListProductsRequest
- func (v NullableProductListProductsRequest) IsSet() bool
- func (v NullableProductListProductsRequest) MarshalJSON() ([]byte, error)
- func (v *NullableProductListProductsRequest) Set(val *ProductListProductsRequest)
- func (v *NullableProductListProductsRequest) UnmarshalJSON(src []byte) error
- func (v *NullableProductListProductsRequest) Unset()
- type NullableProductListProductsResponse
- func (v NullableProductListProductsResponse) Get() *ProductListProductsResponse
- func (v NullableProductListProductsResponse) IsSet() bool
- func (v NullableProductListProductsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableProductListProductsResponse) Set(val *ProductListProductsResponse)
- func (v *NullableProductListProductsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableProductListProductsResponse) Unset()
- type NullableProductListVariantsBySkuRequest
- func (v NullableProductListVariantsBySkuRequest) Get() *ProductListVariantsBySkuRequest
- func (v NullableProductListVariantsBySkuRequest) IsSet() bool
- func (v NullableProductListVariantsBySkuRequest) MarshalJSON() ([]byte, error)
- func (v *NullableProductListVariantsBySkuRequest) Set(val *ProductListVariantsBySkuRequest)
- func (v *NullableProductListVariantsBySkuRequest) UnmarshalJSON(src []byte) error
- func (v *NullableProductListVariantsBySkuRequest) Unset()
- type NullableProductListVariantsBySkuResponse
- func (v NullableProductListVariantsBySkuResponse) Get() *ProductListVariantsBySkuResponse
- func (v NullableProductListVariantsBySkuResponse) IsSet() bool
- func (v NullableProductListVariantsBySkuResponse) MarshalJSON() ([]byte, error)
- func (v *NullableProductListVariantsBySkuResponse) Set(val *ProductListVariantsBySkuResponse)
- func (v *NullableProductListVariantsBySkuResponse) UnmarshalJSON(src []byte) error
- func (v *NullableProductListVariantsBySkuResponse) Unset()
- type NullableProductLocalizedAsset
- func (v NullableProductLocalizedAsset) Get() *ProductLocalizedAsset
- func (v NullableProductLocalizedAsset) IsSet() bool
- func (v NullableProductLocalizedAsset) MarshalJSON() ([]byte, error)
- func (v *NullableProductLocalizedAsset) Set(val *ProductLocalizedAsset)
- func (v *NullableProductLocalizedAsset) UnmarshalJSON(src []byte) error
- func (v *NullableProductLocalizedAsset) Unset()
- type NullableProductLocalizedText
- func (v NullableProductLocalizedText) Get() *ProductLocalizedText
- func (v NullableProductLocalizedText) IsSet() bool
- func (v NullableProductLocalizedText) MarshalJSON() ([]byte, error)
- func (v *NullableProductLocalizedText) Set(val *ProductLocalizedText)
- func (v *NullableProductLocalizedText) UnmarshalJSON(src []byte) error
- func (v *NullableProductLocalizedText) Unset()
- type NullableProductMediaGallery
- func (v NullableProductMediaGallery) Get() *ProductMediaGallery
- func (v NullableProductMediaGallery) IsSet() bool
- func (v NullableProductMediaGallery) MarshalJSON() ([]byte, error)
- func (v *NullableProductMediaGallery) Set(val *ProductMediaGallery)
- func (v *NullableProductMediaGallery) UnmarshalJSON(src []byte) error
- func (v *NullableProductMediaGallery) Unset()
- type NullableProductMediaGalleryEntry
- func (v NullableProductMediaGalleryEntry) Get() *ProductMediaGalleryEntry
- func (v NullableProductMediaGalleryEntry) IsSet() bool
- func (v NullableProductMediaGalleryEntry) MarshalJSON() ([]byte, error)
- func (v *NullableProductMediaGalleryEntry) Set(val *ProductMediaGalleryEntry)
- func (v *NullableProductMediaGalleryEntry) UnmarshalJSON(src []byte) error
- func (v *NullableProductMediaGalleryEntry) Unset()
- type NullableProductMediaGalleryEntryMetadata
- func (v NullableProductMediaGalleryEntryMetadata) Get() *ProductMediaGalleryEntryMetadata
- func (v NullableProductMediaGalleryEntryMetadata) IsSet() bool
- func (v NullableProductMediaGalleryEntryMetadata) MarshalJSON() ([]byte, error)
- func (v *NullableProductMediaGalleryEntryMetadata) Set(val *ProductMediaGalleryEntryMetadata)
- func (v *NullableProductMediaGalleryEntryMetadata) UnmarshalJSON(src []byte) error
- func (v *NullableProductMediaGalleryEntryMetadata) Unset()
- type NullableProductProductEntity
- func (v NullableProductProductEntity) Get() *ProductProductEntity
- func (v NullableProductProductEntity) IsSet() bool
- func (v NullableProductProductEntity) MarshalJSON() ([]byte, error)
- func (v *NullableProductProductEntity) Set(val *ProductProductEntity)
- func (v *NullableProductProductEntity) UnmarshalJSON(src []byte) error
- func (v *NullableProductProductEntity) Unset()
- type NullableProductProductResponseError
- func (v NullableProductProductResponseError) Get() *ProductProductResponseError
- func (v NullableProductProductResponseError) IsSet() bool
- func (v NullableProductProductResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableProductProductResponseError) Set(val *ProductProductResponseError)
- func (v *NullableProductProductResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableProductProductResponseError) Unset()
- type NullableProductProductVariant
- func (v NullableProductProductVariant) Get() *ProductProductVariant
- func (v NullableProductProductVariant) IsSet() bool
- func (v NullableProductProductVariant) MarshalJSON() ([]byte, error)
- func (v *NullableProductProductVariant) Set(val *ProductProductVariant)
- func (v *NullableProductProductVariant) UnmarshalJSON(src []byte) error
- func (v *NullableProductProductVariant) Unset()
- type NullableProductRemoveMediaGalleryEntryRequest
- func (v NullableProductRemoveMediaGalleryEntryRequest) Get() *ProductRemoveMediaGalleryEntryRequest
- func (v NullableProductRemoveMediaGalleryEntryRequest) IsSet() bool
- func (v NullableProductRemoveMediaGalleryEntryRequest) MarshalJSON() ([]byte, error)
- func (v *NullableProductRemoveMediaGalleryEntryRequest) Set(val *ProductRemoveMediaGalleryEntryRequest)
- func (v *NullableProductRemoveMediaGalleryEntryRequest) UnmarshalJSON(src []byte) error
- func (v *NullableProductRemoveMediaGalleryEntryRequest) Unset()
- type NullableProductUpdateAssetEntryPayload
- func (v NullableProductUpdateAssetEntryPayload) Get() *ProductUpdateAssetEntryPayload
- func (v NullableProductUpdateAssetEntryPayload) IsSet() bool
- func (v NullableProductUpdateAssetEntryPayload) MarshalJSON() ([]byte, error)
- func (v *NullableProductUpdateAssetEntryPayload) Set(val *ProductUpdateAssetEntryPayload)
- func (v *NullableProductUpdateAssetEntryPayload) UnmarshalJSON(src []byte) error
- func (v *NullableProductUpdateAssetEntryPayload) Unset()
- type NullableProductUpdateMediaGalleryEntryRequest
- func (v NullableProductUpdateMediaGalleryEntryRequest) Get() *ProductUpdateMediaGalleryEntryRequest
- func (v NullableProductUpdateMediaGalleryEntryRequest) IsSet() bool
- func (v NullableProductUpdateMediaGalleryEntryRequest) MarshalJSON() ([]byte, error)
- func (v *NullableProductUpdateMediaGalleryEntryRequest) Set(val *ProductUpdateMediaGalleryEntryRequest)
- func (v *NullableProductUpdateMediaGalleryEntryRequest) UnmarshalJSON(src []byte) error
- func (v *NullableProductUpdateMediaGalleryEntryRequest) Unset()
- type NullableProductUpdateProductRequest
- func (v NullableProductUpdateProductRequest) Get() *ProductUpdateProductRequest
- func (v NullableProductUpdateProductRequest) IsSet() bool
- func (v NullableProductUpdateProductRequest) MarshalJSON() ([]byte, error)
- func (v *NullableProductUpdateProductRequest) Set(val *ProductUpdateProductRequest)
- func (v *NullableProductUpdateProductRequest) UnmarshalJSON(src []byte) error
- func (v *NullableProductUpdateProductRequest) Unset()
- type NullableProductUpdateProductRequestV2
- func (v NullableProductUpdateProductRequestV2) Get() *ProductUpdateProductRequestV2
- func (v NullableProductUpdateProductRequestV2) IsSet() bool
- func (v NullableProductUpdateProductRequestV2) MarshalJSON() ([]byte, error)
- func (v *NullableProductUpdateProductRequestV2) Set(val *ProductUpdateProductRequestV2)
- func (v *NullableProductUpdateProductRequestV2) UnmarshalJSON(src []byte) error
- func (v *NullableProductUpdateProductRequestV2) Unset()
- type NullableProductUpdateProductResponse
- func (v NullableProductUpdateProductResponse) Get() *ProductUpdateProductResponse
- func (v NullableProductUpdateProductResponse) IsSet() bool
- func (v NullableProductUpdateProductResponse) MarshalJSON() ([]byte, error)
- func (v *NullableProductUpdateProductResponse) Set(val *ProductUpdateProductResponse)
- func (v *NullableProductUpdateProductResponse) UnmarshalJSON(src []byte) error
- func (v *NullableProductUpdateProductResponse) Unset()
- type NullableProductentitymanagerLocalizedText
- func (v NullableProductentitymanagerLocalizedText) Get() *ProductentitymanagerLocalizedText
- func (v NullableProductentitymanagerLocalizedText) IsSet() bool
- func (v NullableProductentitymanagerLocalizedText) MarshalJSON() ([]byte, error)
- func (v *NullableProductentitymanagerLocalizedText) Set(val *ProductentitymanagerLocalizedText)
- func (v *NullableProductentitymanagerLocalizedText) UnmarshalJSON(src []byte) error
- func (v *NullableProductentitymanagerLocalizedText) Unset()
- type NullableProtobufAny
- func (v NullableProtobufAny) Get() *ProtobufAny
- func (v NullableProtobufAny) IsSet() bool
- func (v NullableProtobufAny) MarshalJSON() ([]byte, error)
- func (v *NullableProtobufAny) Set(val *ProtobufAny)
- func (v *NullableProtobufAny) UnmarshalJSON(src []byte) error
- func (v *NullableProtobufAny) Unset()
- type NullableRpcStatus
- type NullableString
- type NullableTime
- type ProductAPIProductAddMediaGalleryEntryRequest
- type ProductAPIProductBulkAddAssetsEntriesRequest
- type ProductAPIProductBulkCreateAttributeRequest
- type ProductAPIProductBulkDeleteProductsRequest
- type ProductAPIProductBulkRemoveAssetsEntriesRequest
- type ProductAPIProductBulkUpdateAssetsEntriesRequest
- type ProductAPIProductBulkUpdateRequest
- type ProductAPIProductBulkUpdateV2Request
- type ProductAPIProductCreateAttributeGroupRequest
- type ProductAPIProductCreateAttributeOptionsRequest
- type ProductAPIProductCreateEntityRequest
- type ProductAPIProductCreateOptionsListRequest
- type ProductAPIProductCreateProductRequest
- type ProductAPIProductCreateProductV2Request
- type ProductAPIProductDeleteAttributeRequest
- type ProductAPIProductDeleteProductRequest
- type ProductAPIProductDeleteRequest
- type ProductAPIProductGetAttributeGroupRequest
- type ProductAPIProductGetAttributeOptionRequest
- type ProductAPIProductGetAttributeOptionsRequest
- type ProductAPIProductGetEntityRequest
- type ProductAPIProductGetOptionsListRequest
- type ProductAPIProductGetProductByCodeRequest
- type ProductAPIProductGetProductByUrlKeyRequest
- type ProductAPIProductGetProductRequest
- type ProductAPIProductListAttributeGroupsRequest
- type ProductAPIProductListAttributeOptionsRequest
- type ProductAPIProductListEntitiesRequest
- type ProductAPIProductListOptionsListsRequest
- type ProductAPIProductListProductsByIdsRequest
- type ProductAPIProductListProductsBySkuRequest
- type ProductAPIProductListProductsRequest
- type ProductAPIProductListVariantsBySkuRequest
- type ProductAPIProductRemoveMediaGalleryEntryRequest
- type ProductAPIProductUpdateAttributeGroupRequest
- type ProductAPIProductUpdateAttributeOptionsRequest
- type ProductAPIProductUpdateAttributeRequest
- type ProductAPIProductUpdateMediaGalleryEntryRequest
- type ProductAPIProductUpdateOptionsListRequest
- type ProductAPIProductUpdateProductRequest
- type ProductAPIProductUpdateProductV2Request
- type ProductAPIService
- func (a *ProductAPIService) ProductAddMediaGalleryEntry(ctx context.Context) ProductAPIProductAddMediaGalleryEntryRequest
- func (a *ProductAPIService) ProductAddMediaGalleryEntryExecute(r ProductAPIProductAddMediaGalleryEntryRequest) (*ProductAddMediaGalleryEntryResponse, *http.Response, error)
- func (a *ProductAPIService) ProductBulkAddAssetsEntries(ctx context.Context) ProductAPIProductBulkAddAssetsEntriesRequest
- func (a *ProductAPIService) ProductBulkAddAssetsEntriesExecute(r ProductAPIProductBulkAddAssetsEntriesRequest) (*ProductBulkAddAssetsEntriesResponse, *http.Response, error)
- func (a *ProductAPIService) ProductBulkCreateAttribute(ctx context.Context) ProductAPIProductBulkCreateAttributeRequest
- func (a *ProductAPIService) ProductBulkCreateAttributeExecute(r ProductAPIProductBulkCreateAttributeRequest) (*EntitymanagerBulkCreateAttributeResponse, *http.Response, error)
- func (a *ProductAPIService) ProductBulkDeleteProducts(ctx context.Context) ProductAPIProductBulkDeleteProductsRequest
- func (a *ProductAPIService) ProductBulkDeleteProductsExecute(r ProductAPIProductBulkDeleteProductsRequest) (map[string]interface{}, *http.Response, error)
- func (a *ProductAPIService) ProductBulkRemoveAssetsEntries(ctx context.Context) ProductAPIProductBulkRemoveAssetsEntriesRequest
- func (a *ProductAPIService) ProductBulkRemoveAssetsEntriesExecute(r ProductAPIProductBulkRemoveAssetsEntriesRequest) (map[string]interface{}, *http.Response, error)
- func (a *ProductAPIService) ProductBulkUpdate(ctx context.Context) ProductAPIProductBulkUpdateRequest
- func (a *ProductAPIService) ProductBulkUpdateAssetsEntries(ctx context.Context) ProductAPIProductBulkUpdateAssetsEntriesRequest
- func (a *ProductAPIService) ProductBulkUpdateAssetsEntriesExecute(r ProductAPIProductBulkUpdateAssetsEntriesRequest) (*ProductBulkUpdateAssetsEntriesResponse, *http.Response, error)
- func (a *ProductAPIService) ProductBulkUpdateExecute(r ProductAPIProductBulkUpdateRequest) (*ProductBulkUpdateResponse, *http.Response, error)
- func (a *ProductAPIService) ProductBulkUpdateV2(ctx context.Context) ProductAPIProductBulkUpdateV2Request
- func (a *ProductAPIService) ProductBulkUpdateV2Execute(r ProductAPIProductBulkUpdateV2Request) (*ProductBulkUpdateResponseV2, *http.Response, error)
- func (a *ProductAPIService) ProductCreateAttributeGroup(ctx context.Context) ProductAPIProductCreateAttributeGroupRequest
- func (a *ProductAPIService) ProductCreateAttributeGroupExecute(r ProductAPIProductCreateAttributeGroupRequest) (*EntitymanagerAttributeGroup, *http.Response, error)
- func (a *ProductAPIService) ProductCreateAttributeOptions(ctx context.Context) ProductAPIProductCreateAttributeOptionsRequest
- func (a *ProductAPIService) ProductCreateAttributeOptionsExecute(r ProductAPIProductCreateAttributeOptionsRequest) (*EntitymanagerCreateAttributeOptionsResponse, *http.Response, error)
- func (a *ProductAPIService) ProductCreateEntity(ctx context.Context) ProductAPIProductCreateEntityRequest
- func (a *ProductAPIService) ProductCreateEntityExecute(r ProductAPIProductCreateEntityRequest) (*EntitymanagerCreateEntityResponse, *http.Response, error)
- func (a *ProductAPIService) ProductCreateOptionsList(ctx context.Context) ProductAPIProductCreateOptionsListRequest
- func (a *ProductAPIService) ProductCreateOptionsListExecute(r ProductAPIProductCreateOptionsListRequest) (*EntitymanagerCreateOptionsListResponse, *http.Response, error)
- func (a *ProductAPIService) ProductCreateProduct(ctx context.Context) ProductAPIProductCreateProductRequest
- func (a *ProductAPIService) ProductCreateProductExecute(r ProductAPIProductCreateProductRequest) (*ProductCreateProductResponse, *http.Response, error)
- func (a *ProductAPIService) ProductCreateProductV2(ctx context.Context) ProductAPIProductCreateProductV2Request
- func (a *ProductAPIService) ProductCreateProductV2Execute(r ProductAPIProductCreateProductV2Request) (*ProductCreateProductResponseV2, *http.Response, error)
- func (a *ProductAPIService) ProductDelete(ctx context.Context) ProductAPIProductDeleteRequest
- func (a *ProductAPIService) ProductDeleteAttribute(ctx context.Context) ProductAPIProductDeleteAttributeRequest
- func (a *ProductAPIService) ProductDeleteAttributeExecute(r ProductAPIProductDeleteAttributeRequest) (map[string]interface{}, *http.Response, error)
- func (a *ProductAPIService) ProductDeleteExecute(r ProductAPIProductDeleteRequest) (*ProductDeleteResponse, *http.Response, error)
- func (a *ProductAPIService) ProductDeleteProduct(ctx context.Context) ProductAPIProductDeleteProductRequest
- func (a *ProductAPIService) ProductDeleteProductExecute(r ProductAPIProductDeleteProductRequest) (map[string]interface{}, *http.Response, error)
- func (a *ProductAPIService) ProductGetAttributeGroup(ctx context.Context) ProductAPIProductGetAttributeGroupRequest
- func (a *ProductAPIService) ProductGetAttributeGroupExecute(r ProductAPIProductGetAttributeGroupRequest) (*EntitymanagerAttributeGroup, *http.Response, error)
- func (a *ProductAPIService) ProductGetAttributeOption(ctx context.Context) ProductAPIProductGetAttributeOptionRequest
- func (a *ProductAPIService) ProductGetAttributeOptionExecute(r ProductAPIProductGetAttributeOptionRequest) (*EntitymanagerGetAttributeOptionResponse, *http.Response, error)
- func (a *ProductAPIService) ProductGetAttributeOptions(ctx context.Context) ProductAPIProductGetAttributeOptionsRequest
- func (a *ProductAPIService) ProductGetAttributeOptionsExecute(r ProductAPIProductGetAttributeOptionsRequest) (*EntitymanagerGetAttributeOptionsResponse, *http.Response, error)
- func (a *ProductAPIService) ProductGetEntity(ctx context.Context) ProductAPIProductGetEntityRequest
- func (a *ProductAPIService) ProductGetEntityExecute(r ProductAPIProductGetEntityRequest) (*EntitymanagerEntity, *http.Response, error)
- func (a *ProductAPIService) ProductGetOptionsList(ctx context.Context) ProductAPIProductGetOptionsListRequest
- func (a *ProductAPIService) ProductGetOptionsListExecute(r ProductAPIProductGetOptionsListRequest) (*EntitymanagerGetOptionsListResponse, *http.Response, error)
- func (a *ProductAPIService) ProductGetProduct(ctx context.Context) ProductAPIProductGetProductRequest
- func (a *ProductAPIService) ProductGetProductByCode(ctx context.Context) ProductAPIProductGetProductByCodeRequest
- func (a *ProductAPIService) ProductGetProductByCodeExecute(r ProductAPIProductGetProductByCodeRequest) (*ProductGetProductByCodeResponse, *http.Response, error)
- func (a *ProductAPIService) ProductGetProductByUrlKey(ctx context.Context) ProductAPIProductGetProductByUrlKeyRequest
- func (a *ProductAPIService) ProductGetProductByUrlKeyExecute(r ProductAPIProductGetProductByUrlKeyRequest) (*ProductGetProductByUrlKeyResponse, *http.Response, error)
- func (a *ProductAPIService) ProductGetProductExecute(r ProductAPIProductGetProductRequest) (*ProductGetProductResponse, *http.Response, error)
- func (a *ProductAPIService) ProductListAttributeGroups(ctx context.Context) ProductAPIProductListAttributeGroupsRequest
- func (a *ProductAPIService) ProductListAttributeGroupsExecute(r ProductAPIProductListAttributeGroupsRequest) (*EntitymanagerListAttributeGroupsResponse, *http.Response, error)
- func (a *ProductAPIService) ProductListAttributeOptions(ctx context.Context) ProductAPIProductListAttributeOptionsRequest
- func (a *ProductAPIService) ProductListAttributeOptionsExecute(r ProductAPIProductListAttributeOptionsRequest) (*EntitymanagerListAttributeOptionsResponse, *http.Response, error)
- func (a *ProductAPIService) ProductListEntities(ctx context.Context) ProductAPIProductListEntitiesRequest
- func (a *ProductAPIService) ProductListEntitiesExecute(r ProductAPIProductListEntitiesRequest) (*EntitymanagerListEntitiesResponse, *http.Response, error)
- func (a *ProductAPIService) ProductListOptionsLists(ctx context.Context) ProductAPIProductListOptionsListsRequest
- func (a *ProductAPIService) ProductListOptionsListsExecute(r ProductAPIProductListOptionsListsRequest) (*EntitymanagerListOptionsListsResponse, *http.Response, error)
- func (a *ProductAPIService) ProductListProducts(ctx context.Context) ProductAPIProductListProductsRequest
- func (a *ProductAPIService) ProductListProductsByIds(ctx context.Context) ProductAPIProductListProductsByIdsRequest
- func (a *ProductAPIService) ProductListProductsByIdsExecute(r ProductAPIProductListProductsByIdsRequest) (*ProductListProductsByIdsResponse, *http.Response, error)
- func (a *ProductAPIService) ProductListProductsBySku(ctx context.Context) ProductAPIProductListProductsBySkuRequest
- func (a *ProductAPIService) ProductListProductsBySkuExecute(r ProductAPIProductListProductsBySkuRequest) (*ProductListProductsBySkuResponse, *http.Response, error)
- func (a *ProductAPIService) ProductListProductsExecute(r ProductAPIProductListProductsRequest) (*ProductListProductsResponse, *http.Response, error)
- func (a *ProductAPIService) ProductListVariantsBySku(ctx context.Context) ProductAPIProductListVariantsBySkuRequest
- func (a *ProductAPIService) ProductListVariantsBySkuExecute(r ProductAPIProductListVariantsBySkuRequest) (*ProductListVariantsBySkuResponse, *http.Response, error)
- func (a *ProductAPIService) ProductRemoveMediaGalleryEntry(ctx context.Context) ProductAPIProductRemoveMediaGalleryEntryRequest
- func (a *ProductAPIService) ProductRemoveMediaGalleryEntryExecute(r ProductAPIProductRemoveMediaGalleryEntryRequest) (map[string]interface{}, *http.Response, error)
- func (a *ProductAPIService) ProductUpdateAttribute(ctx context.Context) ProductAPIProductUpdateAttributeRequest
- func (a *ProductAPIService) ProductUpdateAttributeExecute(r ProductAPIProductUpdateAttributeRequest) (*EntitymanagerAttribute, *http.Response, error)
- func (a *ProductAPIService) ProductUpdateAttributeGroup(ctx context.Context) ProductAPIProductUpdateAttributeGroupRequest
- func (a *ProductAPIService) ProductUpdateAttributeGroupExecute(r ProductAPIProductUpdateAttributeGroupRequest) (*EntitymanagerAttributeGroup, *http.Response, error)
- func (a *ProductAPIService) ProductUpdateAttributeOptions(ctx context.Context) ProductAPIProductUpdateAttributeOptionsRequest
- func (a *ProductAPIService) ProductUpdateAttributeOptionsExecute(r ProductAPIProductUpdateAttributeOptionsRequest) (*EntitymanagerUpdateAttributeOptionsResponse, *http.Response, error)
- func (a *ProductAPIService) ProductUpdateMediaGalleryEntry(ctx context.Context) ProductAPIProductUpdateMediaGalleryEntryRequest
- func (a *ProductAPIService) ProductUpdateMediaGalleryEntryExecute(r ProductAPIProductUpdateMediaGalleryEntryRequest) (map[string]interface{}, *http.Response, error)
- func (a *ProductAPIService) ProductUpdateOptionsList(ctx context.Context) ProductAPIProductUpdateOptionsListRequest
- func (a *ProductAPIService) ProductUpdateOptionsListExecute(r ProductAPIProductUpdateOptionsListRequest) (*EntitymanagerUpdateOptionsListResponse, *http.Response, error)
- func (a *ProductAPIService) ProductUpdateProduct(ctx context.Context) ProductAPIProductUpdateProductRequest
- func (a *ProductAPIService) ProductUpdateProductExecute(r ProductAPIProductUpdateProductRequest) (*ProductUpdateProductResponse, *http.Response, error)
- func (a *ProductAPIService) ProductUpdateProductV2(ctx context.Context) ProductAPIProductUpdateProductV2Request
- func (a *ProductAPIService) ProductUpdateProductV2Execute(r ProductAPIProductUpdateProductV2Request) (map[string]interface{}, *http.Response, error)
- type ProductAddMediaGalleryEntryRequest
- func (o *ProductAddMediaGalleryEntryRequest) GetAssetGrn() string
- func (o *ProductAddMediaGalleryEntryRequest) GetAssetGrnOk() (*string, bool)
- func (o *ProductAddMediaGalleryEntryRequest) GetMetadata() []ProductMediaGalleryEntryMetadata
- func (o *ProductAddMediaGalleryEntryRequest) GetMetadataOk() ([]ProductMediaGalleryEntryMetadata, bool)
- func (o *ProductAddMediaGalleryEntryRequest) GetPosition() int64
- func (o *ProductAddMediaGalleryEntryRequest) GetPositionOk() (*int64, bool)
- func (o *ProductAddMediaGalleryEntryRequest) GetProductId() string
- func (o *ProductAddMediaGalleryEntryRequest) GetProductIdOk() (*string, bool)
- func (o *ProductAddMediaGalleryEntryRequest) GetTenantId() string
- func (o *ProductAddMediaGalleryEntryRequest) GetTenantIdOk() (*string, bool)
- func (o *ProductAddMediaGalleryEntryRequest) HasAssetGrn() bool
- func (o *ProductAddMediaGalleryEntryRequest) HasMetadata() bool
- func (o *ProductAddMediaGalleryEntryRequest) HasPosition() bool
- func (o *ProductAddMediaGalleryEntryRequest) HasProductId() bool
- func (o *ProductAddMediaGalleryEntryRequest) HasTenantId() bool
- func (o ProductAddMediaGalleryEntryRequest) MarshalJSON() ([]byte, error)
- func (o *ProductAddMediaGalleryEntryRequest) SetAssetGrn(v string)
- func (o *ProductAddMediaGalleryEntryRequest) SetMetadata(v []ProductMediaGalleryEntryMetadata)
- func (o *ProductAddMediaGalleryEntryRequest) SetPosition(v int64)
- func (o *ProductAddMediaGalleryEntryRequest) SetProductId(v string)
- func (o *ProductAddMediaGalleryEntryRequest) SetTenantId(v string)
- func (o ProductAddMediaGalleryEntryRequest) ToMap() (map[string]interface{}, error)
- type ProductAddMediaGalleryEntryResponse
- func (o *ProductAddMediaGalleryEntryResponse) GetMediaGalleryEntry() ProductMediaGalleryEntry
- func (o *ProductAddMediaGalleryEntryResponse) GetMediaGalleryEntryOk() (*ProductMediaGalleryEntry, bool)
- func (o *ProductAddMediaGalleryEntryResponse) HasMediaGalleryEntry() bool
- func (o ProductAddMediaGalleryEntryResponse) MarshalJSON() ([]byte, error)
- func (o *ProductAddMediaGalleryEntryResponse) SetMediaGalleryEntry(v ProductMediaGalleryEntry)
- func (o ProductAddMediaGalleryEntryResponse) ToMap() (map[string]interface{}, error)
- type ProductAssetData
- func (o *ProductAssetData) GetAssetGrn() string
- func (o *ProductAssetData) GetAssetGrnOk() (*string, bool)
- func (o *ProductAssetData) GetLocalizedAssetGrn() ProductLocalizedAsset
- func (o *ProductAssetData) GetLocalizedAssetGrnOk() (*ProductLocalizedAsset, bool)
- func (o *ProductAssetData) GetMetadata() []ProductAssetsEntryMetadata
- func (o *ProductAssetData) GetMetadataOk() ([]ProductAssetsEntryMetadata, bool)
- func (o *ProductAssetData) GetPosition() int64
- func (o *ProductAssetData) GetPositionOk() (*int64, bool)
- func (o *ProductAssetData) HasAssetGrn() bool
- func (o *ProductAssetData) HasLocalizedAssetGrn() bool
- func (o *ProductAssetData) HasMetadata() bool
- func (o *ProductAssetData) HasPosition() bool
- func (o ProductAssetData) MarshalJSON() ([]byte, error)
- func (o *ProductAssetData) SetAssetGrn(v string)
- func (o *ProductAssetData) SetLocalizedAssetGrn(v ProductLocalizedAsset)
- func (o *ProductAssetData) SetMetadata(v []ProductAssetsEntryMetadata)
- func (o *ProductAssetData) SetPosition(v int64)
- func (o ProductAssetData) ToMap() (map[string]interface{}, error)
- type ProductAssets
- func (o *ProductAssets) GetEntries() []ProductAssetsEntry
- func (o *ProductAssets) GetEntriesOk() ([]ProductAssetsEntry, bool)
- func (o *ProductAssets) HasEntries() bool
- func (o ProductAssets) MarshalJSON() ([]byte, error)
- func (o *ProductAssets) SetEntries(v []ProductAssetsEntry)
- func (o ProductAssets) ToMap() (map[string]interface{}, error)
- type ProductAssetsEntry
- func (o *ProductAssetsEntry) GetAssetGrn() string
- func (o *ProductAssetsEntry) GetAssetGrnOk() (*string, bool)
- func (o *ProductAssetsEntry) GetId() string
- func (o *ProductAssetsEntry) GetIdOk() (*string, bool)
- func (o *ProductAssetsEntry) GetLocales() []string
- func (o *ProductAssetsEntry) GetLocalesOk() ([]string, bool)
- func (o *ProductAssetsEntry) GetLocalizedAssetGrn() ProductLocalizedAsset
- func (o *ProductAssetsEntry) GetLocalizedAssetGrnOk() (*ProductLocalizedAsset, bool)
- func (o *ProductAssetsEntry) GetMetadata() []ProductAssetsEntryMetadata
- func (o *ProductAssetsEntry) GetMetadataOk() ([]ProductAssetsEntryMetadata, bool)
- func (o *ProductAssetsEntry) GetPosition() int64
- func (o *ProductAssetsEntry) GetPositionOk() (*int64, bool)
- func (o *ProductAssetsEntry) HasAssetGrn() bool
- func (o *ProductAssetsEntry) HasId() bool
- func (o *ProductAssetsEntry) HasLocales() bool
- func (o *ProductAssetsEntry) HasLocalizedAssetGrn() bool
- func (o *ProductAssetsEntry) HasMetadata() bool
- func (o *ProductAssetsEntry) HasPosition() bool
- func (o ProductAssetsEntry) MarshalJSON() ([]byte, error)
- func (o *ProductAssetsEntry) SetAssetGrn(v string)
- func (o *ProductAssetsEntry) SetId(v string)
- func (o *ProductAssetsEntry) SetLocales(v []string)
- func (o *ProductAssetsEntry) SetLocalizedAssetGrn(v ProductLocalizedAsset)
- func (o *ProductAssetsEntry) SetMetadata(v []ProductAssetsEntryMetadata)
- func (o *ProductAssetsEntry) SetPosition(v int64)
- func (o ProductAssetsEntry) ToMap() (map[string]interface{}, error)
- type ProductAssetsEntryMetadata
- func (o *ProductAssetsEntryMetadata) GetAlt() ProductLocalizedText
- func (o *ProductAssetsEntryMetadata) GetAltOk() (*ProductLocalizedText, bool)
- func (o *ProductAssetsEntryMetadata) GetRoles() []string
- func (o *ProductAssetsEntryMetadata) GetRolesOk() ([]string, bool)
- func (o *ProductAssetsEntryMetadata) HasAlt() bool
- func (o *ProductAssetsEntryMetadata) HasRoles() bool
- func (o ProductAssetsEntryMetadata) MarshalJSON() ([]byte, error)
- func (o *ProductAssetsEntryMetadata) SetAlt(v ProductLocalizedText)
- func (o *ProductAssetsEntryMetadata) SetRoles(v []string)
- func (o ProductAssetsEntryMetadata) ToMap() (map[string]interface{}, error)
- type ProductAttributeResponseError
- func (o *ProductAttributeResponseError) GetAttributeCode() string
- func (o *ProductAttributeResponseError) GetAttributeCodeOk() (*string, bool)
- func (o *ProductAttributeResponseError) GetCode() string
- func (o *ProductAttributeResponseError) GetCodeOk() (*string, bool)
- func (o *ProductAttributeResponseError) GetMessage() string
- func (o *ProductAttributeResponseError) GetMessageOk() (*string, bool)
- func (o *ProductAttributeResponseError) HasAttributeCode() bool
- func (o *ProductAttributeResponseError) HasCode() bool
- func (o *ProductAttributeResponseError) HasMessage() bool
- func (o ProductAttributeResponseError) MarshalJSON() ([]byte, error)
- func (o *ProductAttributeResponseError) SetAttributeCode(v string)
- func (o *ProductAttributeResponseError) SetCode(v string)
- func (o *ProductAttributeResponseError) SetMessage(v string)
- func (o ProductAttributeResponseError) ToMap() (map[string]interface{}, error)
- type ProductBulkAddAssetsEntriesRequest
- func (o *ProductBulkAddAssetsEntriesRequest) GetAssets() []ProductAssetData
- func (o *ProductBulkAddAssetsEntriesRequest) GetAssetsOk() ([]ProductAssetData, bool)
- func (o *ProductBulkAddAssetsEntriesRequest) GetProductId() string
- func (o *ProductBulkAddAssetsEntriesRequest) GetProductIdOk() (*string, bool)
- func (o *ProductBulkAddAssetsEntriesRequest) GetTenantId() string
- func (o *ProductBulkAddAssetsEntriesRequest) GetTenantIdOk() (*string, bool)
- func (o *ProductBulkAddAssetsEntriesRequest) HasAssets() bool
- func (o *ProductBulkAddAssetsEntriesRequest) HasProductId() bool
- func (o *ProductBulkAddAssetsEntriesRequest) HasTenantId() bool
- func (o ProductBulkAddAssetsEntriesRequest) MarshalJSON() ([]byte, error)
- func (o *ProductBulkAddAssetsEntriesRequest) SetAssets(v []ProductAssetData)
- func (o *ProductBulkAddAssetsEntriesRequest) SetProductId(v string)
- func (o *ProductBulkAddAssetsEntriesRequest) SetTenantId(v string)
- func (o ProductBulkAddAssetsEntriesRequest) ToMap() (map[string]interface{}, error)
- type ProductBulkAddAssetsEntriesResponse
- func (o *ProductBulkAddAssetsEntriesResponse) GetAssets() []ProductAssetsEntry
- func (o *ProductBulkAddAssetsEntriesResponse) GetAssetsOk() ([]ProductAssetsEntry, bool)
- func (o *ProductBulkAddAssetsEntriesResponse) HasAssets() bool
- func (o ProductBulkAddAssetsEntriesResponse) MarshalJSON() ([]byte, error)
- func (o *ProductBulkAddAssetsEntriesResponse) SetAssets(v []ProductAssetsEntry)
- func (o ProductBulkAddAssetsEntriesResponse) ToMap() (map[string]interface{}, error)
- type ProductBulkDeleteProductsRequest
- func (o *ProductBulkDeleteProductsRequest) GetIds() []string
- func (o *ProductBulkDeleteProductsRequest) GetIdsOk() ([]string, bool)
- func (o *ProductBulkDeleteProductsRequest) GetTenantId() string
- func (o *ProductBulkDeleteProductsRequest) GetTenantIdOk() (*string, bool)
- func (o *ProductBulkDeleteProductsRequest) HasIds() bool
- func (o *ProductBulkDeleteProductsRequest) HasTenantId() bool
- func (o ProductBulkDeleteProductsRequest) MarshalJSON() ([]byte, error)
- func (o *ProductBulkDeleteProductsRequest) SetIds(v []string)
- func (o *ProductBulkDeleteProductsRequest) SetTenantId(v string)
- func (o ProductBulkDeleteProductsRequest) ToMap() (map[string]interface{}, error)
- type ProductBulkRemoveAssetsEntriesRequest
- func (o *ProductBulkRemoveAssetsEntriesRequest) GetIds() []string
- func (o *ProductBulkRemoveAssetsEntriesRequest) GetIdsOk() ([]string, bool)
- func (o *ProductBulkRemoveAssetsEntriesRequest) GetProductId() string
- func (o *ProductBulkRemoveAssetsEntriesRequest) GetProductIdOk() (*string, bool)
- func (o *ProductBulkRemoveAssetsEntriesRequest) GetTenantId() string
- func (o *ProductBulkRemoveAssetsEntriesRequest) GetTenantIdOk() (*string, bool)
- func (o *ProductBulkRemoveAssetsEntriesRequest) HasIds() bool
- func (o *ProductBulkRemoveAssetsEntriesRequest) HasProductId() bool
- func (o *ProductBulkRemoveAssetsEntriesRequest) HasTenantId() bool
- func (o ProductBulkRemoveAssetsEntriesRequest) MarshalJSON() ([]byte, error)
- func (o *ProductBulkRemoveAssetsEntriesRequest) SetIds(v []string)
- func (o *ProductBulkRemoveAssetsEntriesRequest) SetProductId(v string)
- func (o *ProductBulkRemoveAssetsEntriesRequest) SetTenantId(v string)
- func (o ProductBulkRemoveAssetsEntriesRequest) ToMap() (map[string]interface{}, error)
- type ProductBulkUpdateAssetsEntriesRequest
- func (o *ProductBulkUpdateAssetsEntriesRequest) GetAssets() []BulkUpdateAssetsEntriesRequestUpdateEntity
- func (o *ProductBulkUpdateAssetsEntriesRequest) GetAssetsOk() ([]BulkUpdateAssetsEntriesRequestUpdateEntity, bool)
- func (o *ProductBulkUpdateAssetsEntriesRequest) GetProductId() string
- func (o *ProductBulkUpdateAssetsEntriesRequest) GetProductIdOk() (*string, bool)
- func (o *ProductBulkUpdateAssetsEntriesRequest) GetTenantId() string
- func (o *ProductBulkUpdateAssetsEntriesRequest) GetTenantIdOk() (*string, bool)
- func (o *ProductBulkUpdateAssetsEntriesRequest) HasAssets() bool
- func (o *ProductBulkUpdateAssetsEntriesRequest) HasProductId() bool
- func (o *ProductBulkUpdateAssetsEntriesRequest) HasTenantId() bool
- func (o ProductBulkUpdateAssetsEntriesRequest) MarshalJSON() ([]byte, error)
- func (o *ProductBulkUpdateAssetsEntriesRequest) SetAssets(v []BulkUpdateAssetsEntriesRequestUpdateEntity)
- func (o *ProductBulkUpdateAssetsEntriesRequest) SetProductId(v string)
- func (o *ProductBulkUpdateAssetsEntriesRequest) SetTenantId(v string)
- func (o ProductBulkUpdateAssetsEntriesRequest) ToMap() (map[string]interface{}, error)
- type ProductBulkUpdateAssetsEntriesResponse
- func (o *ProductBulkUpdateAssetsEntriesResponse) GetAssets() []ProductAssetsEntry
- func (o *ProductBulkUpdateAssetsEntriesResponse) GetAssetsOk() ([]ProductAssetsEntry, bool)
- func (o *ProductBulkUpdateAssetsEntriesResponse) HasAssets() bool
- func (o ProductBulkUpdateAssetsEntriesResponse) MarshalJSON() ([]byte, error)
- func (o *ProductBulkUpdateAssetsEntriesResponse) SetAssets(v []ProductAssetsEntry)
- func (o ProductBulkUpdateAssetsEntriesResponse) ToMap() (map[string]interface{}, error)
- type ProductBulkUpdateRequest
- func (o *ProductBulkUpdateRequest) GetPayload() ProductBulkUpdateRequestPayload
- func (o *ProductBulkUpdateRequest) GetPayloadOk() (*ProductBulkUpdateRequestPayload, bool)
- func (o *ProductBulkUpdateRequest) GetProductIds() []string
- func (o *ProductBulkUpdateRequest) GetProductIdsOk() ([]string, bool)
- func (o *ProductBulkUpdateRequest) GetTenantId() string
- func (o *ProductBulkUpdateRequest) GetTenantIdOk() (*string, bool)
- func (o *ProductBulkUpdateRequest) HasPayload() bool
- func (o *ProductBulkUpdateRequest) HasProductIds() bool
- func (o *ProductBulkUpdateRequest) HasTenantId() bool
- func (o ProductBulkUpdateRequest) MarshalJSON() ([]byte, error)
- func (o *ProductBulkUpdateRequest) SetPayload(v ProductBulkUpdateRequestPayload)
- func (o *ProductBulkUpdateRequest) SetProductIds(v []string)
- func (o *ProductBulkUpdateRequest) SetTenantId(v string)
- func (o ProductBulkUpdateRequest) ToMap() (map[string]interface{}, error)
- type ProductBulkUpdateRequestPayload
- func (o *ProductBulkUpdateRequestPayload) GetAttributes() map[string]ProtobufAny
- func (o *ProductBulkUpdateRequestPayload) GetAttributesOk() (*map[string]ProtobufAny, bool)
- func (o *ProductBulkUpdateRequestPayload) GetUpdateMask() ProductFieldMask
- func (o *ProductBulkUpdateRequestPayload) GetUpdateMaskOk() (*ProductFieldMask, bool)
- func (o *ProductBulkUpdateRequestPayload) HasAttributes() bool
- func (o *ProductBulkUpdateRequestPayload) HasUpdateMask() bool
- func (o ProductBulkUpdateRequestPayload) MarshalJSON() ([]byte, error)
- func (o *ProductBulkUpdateRequestPayload) SetAttributes(v map[string]ProtobufAny)
- func (o *ProductBulkUpdateRequestPayload) SetUpdateMask(v ProductFieldMask)
- func (o ProductBulkUpdateRequestPayload) ToMap() (map[string]interface{}, error)
- type ProductBulkUpdateRequestV2
- func (o *ProductBulkUpdateRequestV2) GetPayload() ProductBulkUpdateRequestV2Payload
- func (o *ProductBulkUpdateRequestV2) GetPayloadOk() (*ProductBulkUpdateRequestV2Payload, bool)
- func (o *ProductBulkUpdateRequestV2) GetProductIds() []string
- func (o *ProductBulkUpdateRequestV2) GetProductIdsOk() ([]string, bool)
- func (o *ProductBulkUpdateRequestV2) GetTenantId() string
- func (o *ProductBulkUpdateRequestV2) GetTenantIdOk() (*string, bool)
- func (o *ProductBulkUpdateRequestV2) HasPayload() bool
- func (o *ProductBulkUpdateRequestV2) HasProductIds() bool
- func (o *ProductBulkUpdateRequestV2) HasTenantId() bool
- func (o ProductBulkUpdateRequestV2) MarshalJSON() ([]byte, error)
- func (o *ProductBulkUpdateRequestV2) SetPayload(v ProductBulkUpdateRequestV2Payload)
- func (o *ProductBulkUpdateRequestV2) SetProductIds(v []string)
- func (o *ProductBulkUpdateRequestV2) SetTenantId(v string)
- func (o ProductBulkUpdateRequestV2) ToMap() (map[string]interface{}, error)
- type ProductBulkUpdateRequestV2Payload
- func (o *ProductBulkUpdateRequestV2Payload) GetAttributes() map[string]ProtobufAny
- func (o *ProductBulkUpdateRequestV2Payload) GetAttributesOk() (*map[string]ProtobufAny, bool)
- func (o *ProductBulkUpdateRequestV2Payload) GetUpdateMask() ProductFieldMask
- func (o *ProductBulkUpdateRequestV2Payload) GetUpdateMaskOk() (*ProductFieldMask, bool)
- func (o *ProductBulkUpdateRequestV2Payload) HasAttributes() bool
- func (o *ProductBulkUpdateRequestV2Payload) HasUpdateMask() bool
- func (o ProductBulkUpdateRequestV2Payload) MarshalJSON() ([]byte, error)
- func (o *ProductBulkUpdateRequestV2Payload) SetAttributes(v map[string]ProtobufAny)
- func (o *ProductBulkUpdateRequestV2Payload) SetUpdateMask(v ProductFieldMask)
- func (o ProductBulkUpdateRequestV2Payload) ToMap() (map[string]interface{}, error)
- type ProductBulkUpdateResponse
- func (o *ProductBulkUpdateResponse) GetProductResponse() []ProductBulkUpdateResponseResponse
- func (o *ProductBulkUpdateResponse) GetProductResponseOk() ([]ProductBulkUpdateResponseResponse, bool)
- func (o *ProductBulkUpdateResponse) HasProductResponse() bool
- func (o ProductBulkUpdateResponse) MarshalJSON() ([]byte, error)
- func (o *ProductBulkUpdateResponse) SetProductResponse(v []ProductBulkUpdateResponseResponse)
- func (o ProductBulkUpdateResponse) ToMap() (map[string]interface{}, error)
- type ProductBulkUpdateResponseResponse
- func (o *ProductBulkUpdateResponseResponse) GetAttributes() map[string]ProtobufAny
- func (o *ProductBulkUpdateResponseResponse) GetAttributesOk() (*map[string]ProtobufAny, bool)
- func (o *ProductBulkUpdateResponseResponse) GetProductId() string
- func (o *ProductBulkUpdateResponseResponse) GetProductIdOk() (*string, bool)
- func (o *ProductBulkUpdateResponseResponse) GetSuccess() bool
- func (o *ProductBulkUpdateResponseResponse) GetSuccessOk() (*bool, bool)
- func (o *ProductBulkUpdateResponseResponse) HasAttributes() bool
- func (o *ProductBulkUpdateResponseResponse) HasProductId() bool
- func (o *ProductBulkUpdateResponseResponse) HasSuccess() bool
- func (o ProductBulkUpdateResponseResponse) MarshalJSON() ([]byte, error)
- func (o *ProductBulkUpdateResponseResponse) SetAttributes(v map[string]ProtobufAny)
- func (o *ProductBulkUpdateResponseResponse) SetProductId(v string)
- func (o *ProductBulkUpdateResponseResponse) SetSuccess(v bool)
- func (o ProductBulkUpdateResponseResponse) ToMap() (map[string]interface{}, error)
- type ProductBulkUpdateResponseV2
- func (o *ProductBulkUpdateResponseV2) GetProductResponse() []ProductBulkUpdateResponseV2Response
- func (o *ProductBulkUpdateResponseV2) GetProductResponseOk() ([]ProductBulkUpdateResponseV2Response, bool)
- func (o *ProductBulkUpdateResponseV2) HasProductResponse() bool
- func (o ProductBulkUpdateResponseV2) MarshalJSON() ([]byte, error)
- func (o *ProductBulkUpdateResponseV2) SetProductResponse(v []ProductBulkUpdateResponseV2Response)
- func (o ProductBulkUpdateResponseV2) ToMap() (map[string]interface{}, error)
- type ProductBulkUpdateResponseV2Response
- func (o *ProductBulkUpdateResponseV2Response) GetAttributes() map[string]ProtobufAny
- func (o *ProductBulkUpdateResponseV2Response) GetAttributesOk() (*map[string]ProtobufAny, bool)
- func (o *ProductBulkUpdateResponseV2Response) GetProductId() string
- func (o *ProductBulkUpdateResponseV2Response) GetProductIdOk() (*string, bool)
- func (o *ProductBulkUpdateResponseV2Response) HasAttributes() bool
- func (o *ProductBulkUpdateResponseV2Response) HasProductId() bool
- func (o ProductBulkUpdateResponseV2Response) MarshalJSON() ([]byte, error)
- func (o *ProductBulkUpdateResponseV2Response) SetAttributes(v map[string]ProtobufAny)
- func (o *ProductBulkUpdateResponseV2Response) SetProductId(v string)
- func (o ProductBulkUpdateResponseV2Response) ToMap() (map[string]interface{}, error)
- type ProductCreateProductRequest
- func (o *ProductCreateProductRequest) GetAttributes() map[string]ProtobufAny
- func (o *ProductCreateProductRequest) GetAttributesOk() (*map[string]ProtobufAny, bool)
- func (o *ProductCreateProductRequest) GetCode() string
- func (o *ProductCreateProductRequest) GetCodeOk() (*string, bool)
- func (o *ProductCreateProductRequest) GetEntityCode() string
- func (o *ProductCreateProductRequest) GetEntityCodeOk() (*string, bool)
- func (o *ProductCreateProductRequest) GetEntityType() string
- func (o *ProductCreateProductRequest) GetEntityTypeOk() (*string, bool)
- func (o *ProductCreateProductRequest) GetHasConfigurator() bool
- func (o *ProductCreateProductRequest) GetHasConfiguratorOk() (*bool, bool)
- func (o *ProductCreateProductRequest) GetIsConfigurable() bool
- func (o *ProductCreateProductRequest) GetIsConfigurableOk() (*bool, bool)
- func (o *ProductCreateProductRequest) GetIsGiftcard() bool
- func (o *ProductCreateProductRequest) GetIsGiftcardOk() (*bool, bool)
- func (o *ProductCreateProductRequest) GetIsVirtual() bool
- func (o *ProductCreateProductRequest) GetIsVirtualOk() (*bool, bool)
- func (o *ProductCreateProductRequest) GetMaxSaleableQuantity() int64
- func (o *ProductCreateProductRequest) GetMaxSaleableQuantityOk() (*int64, bool)
- func (o *ProductCreateProductRequest) GetMediaVariantAttributes() []string
- func (o *ProductCreateProductRequest) GetMediaVariantAttributesOk() ([]string, bool)
- func (o *ProductCreateProductRequest) GetTenantId() string
- func (o *ProductCreateProductRequest) GetTenantIdOk() (*string, bool)
- func (o *ProductCreateProductRequest) GetUrlKey() ProductLocalizedText
- func (o *ProductCreateProductRequest) GetUrlKeyOk() (*ProductLocalizedText, bool)
- func (o *ProductCreateProductRequest) GetVariantAttributes() []string
- func (o *ProductCreateProductRequest) GetVariantAttributesOk() ([]string, bool)
- func (o *ProductCreateProductRequest) GetVariants() map[string]ProductProductVariant
- func (o *ProductCreateProductRequest) GetVariantsOk() (*map[string]ProductProductVariant, bool)
- func (o *ProductCreateProductRequest) HasAttributes() bool
- func (o *ProductCreateProductRequest) HasCode() bool
- func (o *ProductCreateProductRequest) HasEntityCode() bool
- func (o *ProductCreateProductRequest) HasEntityType() bool
- func (o *ProductCreateProductRequest) HasHasConfigurator() bool
- func (o *ProductCreateProductRequest) HasIsConfigurable() bool
- func (o *ProductCreateProductRequest) HasIsGiftcard() bool
- func (o *ProductCreateProductRequest) HasIsVirtual() bool
- func (o *ProductCreateProductRequest) HasMaxSaleableQuantity() bool
- func (o *ProductCreateProductRequest) HasMediaVariantAttributes() bool
- func (o *ProductCreateProductRequest) HasTenantId() bool
- func (o *ProductCreateProductRequest) HasUrlKey() bool
- func (o *ProductCreateProductRequest) HasVariantAttributes() bool
- func (o *ProductCreateProductRequest) HasVariants() bool
- func (o ProductCreateProductRequest) MarshalJSON() ([]byte, error)
- func (o *ProductCreateProductRequest) SetAttributes(v map[string]ProtobufAny)
- func (o *ProductCreateProductRequest) SetCode(v string)
- func (o *ProductCreateProductRequest) SetEntityCode(v string)
- func (o *ProductCreateProductRequest) SetEntityType(v string)
- func (o *ProductCreateProductRequest) SetHasConfigurator(v bool)
- func (o *ProductCreateProductRequest) SetIsConfigurable(v bool)
- func (o *ProductCreateProductRequest) SetIsGiftcard(v bool)
- func (o *ProductCreateProductRequest) SetIsVirtual(v bool)
- func (o *ProductCreateProductRequest) SetMaxSaleableQuantity(v int64)
- func (o *ProductCreateProductRequest) SetMediaVariantAttributes(v []string)
- func (o *ProductCreateProductRequest) SetTenantId(v string)
- func (o *ProductCreateProductRequest) SetUrlKey(v ProductLocalizedText)
- func (o *ProductCreateProductRequest) SetVariantAttributes(v []string)
- func (o *ProductCreateProductRequest) SetVariants(v map[string]ProductProductVariant)
- func (o ProductCreateProductRequest) ToMap() (map[string]interface{}, error)
- type ProductCreateProductRequestV2
- func (o *ProductCreateProductRequestV2) GetAttributes() map[string]ProtobufAny
- func (o *ProductCreateProductRequestV2) GetAttributesOk() (*map[string]ProtobufAny, bool)
- func (o *ProductCreateProductRequestV2) GetCode() string
- func (o *ProductCreateProductRequestV2) GetCodeOk() (*string, bool)
- func (o *ProductCreateProductRequestV2) GetEntityCode() string
- func (o *ProductCreateProductRequestV2) GetEntityCodeOk() (*string, bool)
- func (o *ProductCreateProductRequestV2) GetEntityType() string
- func (o *ProductCreateProductRequestV2) GetEntityTypeOk() (*string, bool)
- func (o *ProductCreateProductRequestV2) GetHasConfigurator() bool
- func (o *ProductCreateProductRequestV2) GetHasConfiguratorOk() (*bool, bool)
- func (o *ProductCreateProductRequestV2) GetIsConfigurable() bool
- func (o *ProductCreateProductRequestV2) GetIsConfigurableOk() (*bool, bool)
- func (o *ProductCreateProductRequestV2) GetIsGiftcard() bool
- func (o *ProductCreateProductRequestV2) GetIsGiftcardOk() (*bool, bool)
- func (o *ProductCreateProductRequestV2) GetIsVirtual() bool
- func (o *ProductCreateProductRequestV2) GetIsVirtualOk() (*bool, bool)
- func (o *ProductCreateProductRequestV2) GetMaxSaleableQuantity() int64
- func (o *ProductCreateProductRequestV2) GetMaxSaleableQuantityOk() (*int64, bool)
- func (o *ProductCreateProductRequestV2) GetMediaVariantAttributes() []string
- func (o *ProductCreateProductRequestV2) GetMediaVariantAttributesOk() ([]string, bool)
- func (o *ProductCreateProductRequestV2) GetTenantId() string
- func (o *ProductCreateProductRequestV2) GetTenantIdOk() (*string, bool)
- func (o *ProductCreateProductRequestV2) GetUrlKey() ProductLocalizedText
- func (o *ProductCreateProductRequestV2) GetUrlKeyOk() (*ProductLocalizedText, bool)
- func (o *ProductCreateProductRequestV2) GetVariantAttributes() []string
- func (o *ProductCreateProductRequestV2) GetVariantAttributesOk() ([]string, bool)
- func (o *ProductCreateProductRequestV2) GetVariants() map[string]ProductProductVariant
- func (o *ProductCreateProductRequestV2) GetVariantsOk() (*map[string]ProductProductVariant, bool)
- func (o *ProductCreateProductRequestV2) HasAttributes() bool
- func (o *ProductCreateProductRequestV2) HasCode() bool
- func (o *ProductCreateProductRequestV2) HasEntityCode() bool
- func (o *ProductCreateProductRequestV2) HasEntityType() bool
- func (o *ProductCreateProductRequestV2) HasHasConfigurator() bool
- func (o *ProductCreateProductRequestV2) HasIsConfigurable() bool
- func (o *ProductCreateProductRequestV2) HasIsGiftcard() bool
- func (o *ProductCreateProductRequestV2) HasIsVirtual() bool
- func (o *ProductCreateProductRequestV2) HasMaxSaleableQuantity() bool
- func (o *ProductCreateProductRequestV2) HasMediaVariantAttributes() bool
- func (o *ProductCreateProductRequestV2) HasTenantId() bool
- func (o *ProductCreateProductRequestV2) HasUrlKey() bool
- func (o *ProductCreateProductRequestV2) HasVariantAttributes() bool
- func (o *ProductCreateProductRequestV2) HasVariants() bool
- func (o ProductCreateProductRequestV2) MarshalJSON() ([]byte, error)
- func (o *ProductCreateProductRequestV2) SetAttributes(v map[string]ProtobufAny)
- func (o *ProductCreateProductRequestV2) SetCode(v string)
- func (o *ProductCreateProductRequestV2) SetEntityCode(v string)
- func (o *ProductCreateProductRequestV2) SetEntityType(v string)
- func (o *ProductCreateProductRequestV2) SetHasConfigurator(v bool)
- func (o *ProductCreateProductRequestV2) SetIsConfigurable(v bool)
- func (o *ProductCreateProductRequestV2) SetIsGiftcard(v bool)
- func (o *ProductCreateProductRequestV2) SetIsVirtual(v bool)
- func (o *ProductCreateProductRequestV2) SetMaxSaleableQuantity(v int64)
- func (o *ProductCreateProductRequestV2) SetMediaVariantAttributes(v []string)
- func (o *ProductCreateProductRequestV2) SetTenantId(v string)
- func (o *ProductCreateProductRequestV2) SetUrlKey(v ProductLocalizedText)
- func (o *ProductCreateProductRequestV2) SetVariantAttributes(v []string)
- func (o *ProductCreateProductRequestV2) SetVariants(v map[string]ProductProductVariant)
- func (o ProductCreateProductRequestV2) ToMap() (map[string]interface{}, error)
- type ProductCreateProductResponse
- func (o *ProductCreateProductResponse) GetAttributeErrors() []ProductAttributeResponseError
- func (o *ProductCreateProductResponse) GetAttributeErrorsOk() ([]ProductAttributeResponseError, bool)
- func (o *ProductCreateProductResponse) GetId() string
- func (o *ProductCreateProductResponse) GetIdOk() (*string, bool)
- func (o *ProductCreateProductResponse) GetProductErrors() []ProductProductResponseError
- func (o *ProductCreateProductResponse) GetProductErrorsOk() ([]ProductProductResponseError, bool)
- func (o *ProductCreateProductResponse) GetSuccess() bool
- func (o *ProductCreateProductResponse) GetSuccessOk() (*bool, bool)
- func (o *ProductCreateProductResponse) HasAttributeErrors() bool
- func (o *ProductCreateProductResponse) HasId() bool
- func (o *ProductCreateProductResponse) HasProductErrors() bool
- func (o *ProductCreateProductResponse) HasSuccess() bool
- func (o ProductCreateProductResponse) MarshalJSON() ([]byte, error)
- func (o *ProductCreateProductResponse) SetAttributeErrors(v []ProductAttributeResponseError)
- func (o *ProductCreateProductResponse) SetId(v string)
- func (o *ProductCreateProductResponse) SetProductErrors(v []ProductProductResponseError)
- func (o *ProductCreateProductResponse) SetSuccess(v bool)
- func (o ProductCreateProductResponse) ToMap() (map[string]interface{}, error)
- type ProductCreateProductResponseV2
- func (o *ProductCreateProductResponseV2) GetId() string
- func (o *ProductCreateProductResponseV2) GetIdOk() (*string, bool)
- func (o *ProductCreateProductResponseV2) HasId() bool
- func (o ProductCreateProductResponseV2) MarshalJSON() ([]byte, error)
- func (o *ProductCreateProductResponseV2) SetId(v string)
- func (o ProductCreateProductResponseV2) ToMap() (map[string]interface{}, error)
- type ProductDeleteProductRequest
- func (o *ProductDeleteProductRequest) GetId() string
- func (o *ProductDeleteProductRequest) GetIdOk() (*string, bool)
- func (o *ProductDeleteProductRequest) GetTenantId() string
- func (o *ProductDeleteProductRequest) GetTenantIdOk() (*string, bool)
- func (o *ProductDeleteProductRequest) HasId() bool
- func (o *ProductDeleteProductRequest) HasTenantId() bool
- func (o ProductDeleteProductRequest) MarshalJSON() ([]byte, error)
- func (o *ProductDeleteProductRequest) SetId(v string)
- func (o *ProductDeleteProductRequest) SetTenantId(v string)
- func (o ProductDeleteProductRequest) ToMap() (map[string]interface{}, error)
- type ProductDeleteRequest
- func (o *ProductDeleteRequest) GetProduct() ProductProductEntity
- func (o *ProductDeleteRequest) GetProductOk() (*ProductProductEntity, bool)
- func (o *ProductDeleteRequest) HasProduct() bool
- func (o ProductDeleteRequest) MarshalJSON() ([]byte, error)
- func (o *ProductDeleteRequest) SetProduct(v ProductProductEntity)
- func (o ProductDeleteRequest) ToMap() (map[string]interface{}, error)
- type ProductDeleteResponse
- func (o *ProductDeleteResponse) GetSuccess() bool
- func (o *ProductDeleteResponse) GetSuccessOk() (*bool, bool)
- func (o *ProductDeleteResponse) HasSuccess() bool
- func (o ProductDeleteResponse) MarshalJSON() ([]byte, error)
- func (o *ProductDeleteResponse) SetSuccess(v bool)
- func (o ProductDeleteResponse) ToMap() (map[string]interface{}, error)
- type ProductFieldMask
- func (o *ProductFieldMask) GetPaths() []string
- func (o *ProductFieldMask) GetPathsOk() ([]string, bool)
- func (o *ProductFieldMask) HasPaths() bool
- func (o ProductFieldMask) MarshalJSON() ([]byte, error)
- func (o *ProductFieldMask) SetPaths(v []string)
- func (o ProductFieldMask) ToMap() (map[string]interface{}, error)
- type ProductGetProductByCodeRequest
- func (o *ProductGetProductByCodeRequest) GetCode() string
- func (o *ProductGetProductByCodeRequest) GetCodeOk() (*string, bool)
- func (o *ProductGetProductByCodeRequest) GetTenantId() string
- func (o *ProductGetProductByCodeRequest) GetTenantIdOk() (*string, bool)
- func (o *ProductGetProductByCodeRequest) HasCode() bool
- func (o *ProductGetProductByCodeRequest) HasTenantId() bool
- func (o ProductGetProductByCodeRequest) MarshalJSON() ([]byte, error)
- func (o *ProductGetProductByCodeRequest) SetCode(v string)
- func (o *ProductGetProductByCodeRequest) SetTenantId(v string)
- func (o ProductGetProductByCodeRequest) ToMap() (map[string]interface{}, error)
- type ProductGetProductByCodeResponse
- func (o *ProductGetProductByCodeResponse) GetProduct() ProductProductEntity
- func (o *ProductGetProductByCodeResponse) GetProductOk() (*ProductProductEntity, bool)
- func (o *ProductGetProductByCodeResponse) HasProduct() bool
- func (o ProductGetProductByCodeResponse) MarshalJSON() ([]byte, error)
- func (o *ProductGetProductByCodeResponse) SetProduct(v ProductProductEntity)
- func (o ProductGetProductByCodeResponse) ToMap() (map[string]interface{}, error)
- type ProductGetProductByUrlKeyRequest
- func (o *ProductGetProductByUrlKeyRequest) GetLocale() string
- func (o *ProductGetProductByUrlKeyRequest) GetLocaleOk() (*string, bool)
- func (o *ProductGetProductByUrlKeyRequest) GetTenantId() string
- func (o *ProductGetProductByUrlKeyRequest) GetTenantIdOk() (*string, bool)
- func (o *ProductGetProductByUrlKeyRequest) GetUrlKey() string
- func (o *ProductGetProductByUrlKeyRequest) GetUrlKeyOk() (*string, bool)
- func (o *ProductGetProductByUrlKeyRequest) HasLocale() bool
- func (o *ProductGetProductByUrlKeyRequest) HasTenantId() bool
- func (o *ProductGetProductByUrlKeyRequest) HasUrlKey() bool
- func (o ProductGetProductByUrlKeyRequest) MarshalJSON() ([]byte, error)
- func (o *ProductGetProductByUrlKeyRequest) SetLocale(v string)
- func (o *ProductGetProductByUrlKeyRequest) SetTenantId(v string)
- func (o *ProductGetProductByUrlKeyRequest) SetUrlKey(v string)
- func (o ProductGetProductByUrlKeyRequest) ToMap() (map[string]interface{}, error)
- type ProductGetProductByUrlKeyResponse
- func (o *ProductGetProductByUrlKeyResponse) GetProduct() ProductProductEntity
- func (o *ProductGetProductByUrlKeyResponse) GetProductOk() (*ProductProductEntity, bool)
- func (o *ProductGetProductByUrlKeyResponse) HasProduct() bool
- func (o ProductGetProductByUrlKeyResponse) MarshalJSON() ([]byte, error)
- func (o *ProductGetProductByUrlKeyResponse) SetProduct(v ProductProductEntity)
- func (o ProductGetProductByUrlKeyResponse) ToMap() (map[string]interface{}, error)
- type ProductGetProductRequest
- func (o *ProductGetProductRequest) GetId() string
- func (o *ProductGetProductRequest) GetIdOk() (*string, bool)
- func (o *ProductGetProductRequest) GetTenantId() string
- func (o *ProductGetProductRequest) GetTenantIdOk() (*string, bool)
- func (o *ProductGetProductRequest) HasId() bool
- func (o *ProductGetProductRequest) HasTenantId() bool
- func (o ProductGetProductRequest) MarshalJSON() ([]byte, error)
- func (o *ProductGetProductRequest) SetId(v string)
- func (o *ProductGetProductRequest) SetTenantId(v string)
- func (o ProductGetProductRequest) ToMap() (map[string]interface{}, error)
- type ProductGetProductResponse
- func (o *ProductGetProductResponse) GetProduct() ProductProductEntity
- func (o *ProductGetProductResponse) GetProductOk() (*ProductProductEntity, bool)
- func (o *ProductGetProductResponse) HasProduct() bool
- func (o ProductGetProductResponse) MarshalJSON() ([]byte, error)
- func (o *ProductGetProductResponse) SetProduct(v ProductProductEntity)
- func (o ProductGetProductResponse) ToMap() (map[string]interface{}, error)
- type ProductListProductsByIdsRequest
- func (o *ProductListProductsByIdsRequest) GetIds() []string
- func (o *ProductListProductsByIdsRequest) GetIdsOk() ([]string, bool)
- func (o *ProductListProductsByIdsRequest) GetTenantId() string
- func (o *ProductListProductsByIdsRequest) GetTenantIdOk() (*string, bool)
- func (o *ProductListProductsByIdsRequest) HasIds() bool
- func (o *ProductListProductsByIdsRequest) HasTenantId() bool
- func (o ProductListProductsByIdsRequest) MarshalJSON() ([]byte, error)
- func (o *ProductListProductsByIdsRequest) SetIds(v []string)
- func (o *ProductListProductsByIdsRequest) SetTenantId(v string)
- func (o ProductListProductsByIdsRequest) ToMap() (map[string]interface{}, error)
- type ProductListProductsByIdsResponse
- func (o *ProductListProductsByIdsResponse) GetProducts() []ProductProductEntity
- func (o *ProductListProductsByIdsResponse) GetProductsOk() ([]ProductProductEntity, bool)
- func (o *ProductListProductsByIdsResponse) HasProducts() bool
- func (o ProductListProductsByIdsResponse) MarshalJSON() ([]byte, error)
- func (o *ProductListProductsByIdsResponse) SetProducts(v []ProductProductEntity)
- func (o ProductListProductsByIdsResponse) ToMap() (map[string]interface{}, error)
- type ProductListProductsBySkuRequest
- func (o *ProductListProductsBySkuRequest) GetSku() string
- func (o *ProductListProductsBySkuRequest) GetSkuOk() (*string, bool)
- func (o *ProductListProductsBySkuRequest) GetTenantId() string
- func (o *ProductListProductsBySkuRequest) GetTenantIdOk() (*string, bool)
- func (o *ProductListProductsBySkuRequest) HasSku() bool
- func (o *ProductListProductsBySkuRequest) HasTenantId() bool
- func (o ProductListProductsBySkuRequest) MarshalJSON() ([]byte, error)
- func (o *ProductListProductsBySkuRequest) SetSku(v string)
- func (o *ProductListProductsBySkuRequest) SetTenantId(v string)
- func (o ProductListProductsBySkuRequest) ToMap() (map[string]interface{}, error)
- type ProductListProductsBySkuResponse
- func (o *ProductListProductsBySkuResponse) GetProducts() []ProductProductEntity
- func (o *ProductListProductsBySkuResponse) GetProductsOk() ([]ProductProductEntity, bool)
- func (o *ProductListProductsBySkuResponse) HasProducts() bool
- func (o ProductListProductsBySkuResponse) MarshalJSON() ([]byte, error)
- func (o *ProductListProductsBySkuResponse) SetProducts(v []ProductProductEntity)
- func (o ProductListProductsBySkuResponse) ToMap() (map[string]interface{}, error)
- type ProductListProductsRequest
- func (o *ProductListProductsRequest) GetFilter() ListProductsRequestFilter
- func (o *ProductListProductsRequest) GetFilterMask() string
- func (o *ProductListProductsRequest) GetFilterMaskOk() (*string, bool)
- func (o *ProductListProductsRequest) GetFilterOk() (*ListProductsRequestFilter, bool)
- func (o *ProductListProductsRequest) GetPageSize() string
- func (o *ProductListProductsRequest) GetPageSizeOk() (*string, bool)
- func (o *ProductListProductsRequest) GetPageToken() string
- func (o *ProductListProductsRequest) GetPageTokenOk() (*string, bool)
- func (o *ProductListProductsRequest) GetTenantId() string
- func (o *ProductListProductsRequest) GetTenantIdOk() (*string, bool)
- func (o *ProductListProductsRequest) HasFilter() bool
- func (o *ProductListProductsRequest) HasFilterMask() bool
- func (o *ProductListProductsRequest) HasPageSize() bool
- func (o *ProductListProductsRequest) HasPageToken() bool
- func (o *ProductListProductsRequest) HasTenantId() bool
- func (o ProductListProductsRequest) MarshalJSON() ([]byte, error)
- func (o *ProductListProductsRequest) SetFilter(v ListProductsRequestFilter)
- func (o *ProductListProductsRequest) SetFilterMask(v string)
- func (o *ProductListProductsRequest) SetPageSize(v string)
- func (o *ProductListProductsRequest) SetPageToken(v string)
- func (o *ProductListProductsRequest) SetTenantId(v string)
- func (o ProductListProductsRequest) ToMap() (map[string]interface{}, error)
- type ProductListProductsResponse
- func (o *ProductListProductsResponse) GetNextPageToken() string
- func (o *ProductListProductsResponse) GetNextPageTokenOk() (*string, bool)
- func (o *ProductListProductsResponse) GetProducts() []ProductProductEntity
- func (o *ProductListProductsResponse) GetProductsOk() ([]ProductProductEntity, bool)
- func (o *ProductListProductsResponse) HasNextPageToken() bool
- func (o *ProductListProductsResponse) HasProducts() bool
- func (o ProductListProductsResponse) MarshalJSON() ([]byte, error)
- func (o *ProductListProductsResponse) SetNextPageToken(v string)
- func (o *ProductListProductsResponse) SetProducts(v []ProductProductEntity)
- func (o ProductListProductsResponse) ToMap() (map[string]interface{}, error)
- type ProductListVariantsBySkuRequest
- func (o *ProductListVariantsBySkuRequest) GetSku() string
- func (o *ProductListVariantsBySkuRequest) GetSkuOk() (*string, bool)
- func (o *ProductListVariantsBySkuRequest) GetTenantId() string
- func (o *ProductListVariantsBySkuRequest) GetTenantIdOk() (*string, bool)
- func (o *ProductListVariantsBySkuRequest) HasSku() bool
- func (o *ProductListVariantsBySkuRequest) HasTenantId() bool
- func (o ProductListVariantsBySkuRequest) MarshalJSON() ([]byte, error)
- func (o *ProductListVariantsBySkuRequest) SetSku(v string)
- func (o *ProductListVariantsBySkuRequest) SetTenantId(v string)
- func (o ProductListVariantsBySkuRequest) ToMap() (map[string]interface{}, error)
- type ProductListVariantsBySkuResponse
- func (o *ProductListVariantsBySkuResponse) GetVariants() []ProductProductVariant
- func (o *ProductListVariantsBySkuResponse) GetVariantsOk() ([]ProductProductVariant, bool)
- func (o *ProductListVariantsBySkuResponse) HasVariants() bool
- func (o ProductListVariantsBySkuResponse) MarshalJSON() ([]byte, error)
- func (o *ProductListVariantsBySkuResponse) SetVariants(v []ProductProductVariant)
- func (o ProductListVariantsBySkuResponse) ToMap() (map[string]interface{}, error)
- type ProductLocalizedAsset
- func (o *ProductLocalizedAsset) GetValue() map[string]string
- func (o *ProductLocalizedAsset) GetValueOk() (*map[string]string, bool)
- func (o *ProductLocalizedAsset) HasValue() bool
- func (o ProductLocalizedAsset) MarshalJSON() ([]byte, error)
- func (o *ProductLocalizedAsset) SetValue(v map[string]string)
- func (o ProductLocalizedAsset) ToMap() (map[string]interface{}, error)
- type ProductLocalizedText
- func (o *ProductLocalizedText) GetValue() map[string]string
- func (o *ProductLocalizedText) GetValueOk() (*map[string]string, bool)
- func (o *ProductLocalizedText) HasValue() bool
- func (o ProductLocalizedText) MarshalJSON() ([]byte, error)
- func (o *ProductLocalizedText) SetValue(v map[string]string)
- func (o ProductLocalizedText) ToMap() (map[string]interface{}, error)
- type ProductMediaGallery
- func (o *ProductMediaGallery) GetEntries() []ProductMediaGalleryEntry
- func (o *ProductMediaGallery) GetEntriesOk() ([]ProductMediaGalleryEntry, bool)
- func (o *ProductMediaGallery) HasEntries() bool
- func (o ProductMediaGallery) MarshalJSON() ([]byte, error)
- func (o *ProductMediaGallery) SetEntries(v []ProductMediaGalleryEntry)
- func (o ProductMediaGallery) ToMap() (map[string]interface{}, error)
- type ProductMediaGalleryEntry
- func (o *ProductMediaGalleryEntry) GetAssetGrn() string
- func (o *ProductMediaGalleryEntry) GetAssetGrnOk() (*string, bool)
- func (o *ProductMediaGalleryEntry) GetId() string
- func (o *ProductMediaGalleryEntry) GetIdOk() (*string, bool)
- func (o *ProductMediaGalleryEntry) GetMetadata() []ProductMediaGalleryEntryMetadata
- func (o *ProductMediaGalleryEntry) GetMetadataOk() ([]ProductMediaGalleryEntryMetadata, bool)
- func (o *ProductMediaGalleryEntry) GetPosition() int64
- func (o *ProductMediaGalleryEntry) GetPositionOk() (*int64, bool)
- func (o *ProductMediaGalleryEntry) HasAssetGrn() bool
- func (o *ProductMediaGalleryEntry) HasId() bool
- func (o *ProductMediaGalleryEntry) HasMetadata() bool
- func (o *ProductMediaGalleryEntry) HasPosition() bool
- func (o ProductMediaGalleryEntry) MarshalJSON() ([]byte, error)
- func (o *ProductMediaGalleryEntry) SetAssetGrn(v string)
- func (o *ProductMediaGalleryEntry) SetId(v string)
- func (o *ProductMediaGalleryEntry) SetMetadata(v []ProductMediaGalleryEntryMetadata)
- func (o *ProductMediaGalleryEntry) SetPosition(v int64)
- func (o ProductMediaGalleryEntry) ToMap() (map[string]interface{}, error)
- type ProductMediaGalleryEntryMetadata
- func (o *ProductMediaGalleryEntryMetadata) GetAlt() ProductLocalizedText
- func (o *ProductMediaGalleryEntryMetadata) GetAltOk() (*ProductLocalizedText, bool)
- func (o *ProductMediaGalleryEntryMetadata) GetRoles() []string
- func (o *ProductMediaGalleryEntryMetadata) GetRolesOk() ([]string, bool)
- func (o *ProductMediaGalleryEntryMetadata) HasAlt() bool
- func (o *ProductMediaGalleryEntryMetadata) HasRoles() bool
- func (o ProductMediaGalleryEntryMetadata) MarshalJSON() ([]byte, error)
- func (o *ProductMediaGalleryEntryMetadata) SetAlt(v ProductLocalizedText)
- func (o *ProductMediaGalleryEntryMetadata) SetRoles(v []string)
- func (o ProductMediaGalleryEntryMetadata) ToMap() (map[string]interface{}, error)
- type ProductProductEntity
- func (o *ProductProductEntity) GetAssets() ProductAssets
- func (o *ProductProductEntity) GetAssetsOk() (*ProductAssets, bool)
- func (o *ProductProductEntity) GetAttributes() map[string]ProtobufAny
- func (o *ProductProductEntity) GetAttributesOk() (*map[string]ProtobufAny, bool)
- func (o *ProductProductEntity) GetCode() string
- func (o *ProductProductEntity) GetCodeOk() (*string, bool)
- func (o *ProductProductEntity) GetCreatedAt() string
- func (o *ProductProductEntity) GetCreatedAtOk() (*string, bool)
- func (o *ProductProductEntity) GetEntityCode() string
- func (o *ProductProductEntity) GetEntityCodeOk() (*string, bool)
- func (o *ProductProductEntity) GetEntityType() string
- func (o *ProductProductEntity) GetEntityTypeOk() (*string, bool)
- func (o *ProductProductEntity) GetGrn() string
- func (o *ProductProductEntity) GetGrnOk() (*string, bool)
- func (o *ProductProductEntity) GetHasConfigurator() bool
- func (o *ProductProductEntity) GetHasConfiguratorOk() (*bool, bool)
- func (o *ProductProductEntity) GetId() string
- func (o *ProductProductEntity) GetIdOk() (*string, bool)
- func (o *ProductProductEntity) GetIsConfigurable() bool
- func (o *ProductProductEntity) GetIsConfigurableOk() (*bool, bool)
- func (o *ProductProductEntity) GetIsGiftcard() bool
- func (o *ProductProductEntity) GetIsGiftcardOk() (*bool, bool)
- func (o *ProductProductEntity) GetIsVirtual() bool
- func (o *ProductProductEntity) GetIsVirtualOk() (*bool, bool)
- func (o *ProductProductEntity) GetMaxSaleableQuantity() int64
- func (o *ProductProductEntity) GetMaxSaleableQuantityOk() (*int64, bool)
- func (o *ProductProductEntity) GetMediaGallery() ProductMediaGallery
- func (o *ProductProductEntity) GetMediaGalleryOk() (*ProductMediaGallery, bool)
- func (o *ProductProductEntity) GetMediaVariantAttributes() []string
- func (o *ProductProductEntity) GetMediaVariantAttributesOk() ([]string, bool)
- func (o *ProductProductEntity) GetTenantId() string
- func (o *ProductProductEntity) GetTenantIdOk() (*string, bool)
- func (o *ProductProductEntity) GetUpdatedAt() string
- func (o *ProductProductEntity) GetUpdatedAtOk() (*string, bool)
- func (o *ProductProductEntity) GetUrlKey() ProductLocalizedText
- func (o *ProductProductEntity) GetUrlKeyOk() (*ProductLocalizedText, bool)
- func (o *ProductProductEntity) GetVariantAttributes() []string
- func (o *ProductProductEntity) GetVariantAttributesOk() ([]string, bool)
- func (o *ProductProductEntity) GetVariants() map[string]ProductProductVariant
- func (o *ProductProductEntity) GetVariantsOk() (*map[string]ProductProductVariant, bool)
- func (o *ProductProductEntity) HasAssets() bool
- func (o *ProductProductEntity) HasAttributes() bool
- func (o *ProductProductEntity) HasCode() bool
- func (o *ProductProductEntity) HasCreatedAt() bool
- func (o *ProductProductEntity) HasEntityCode() bool
- func (o *ProductProductEntity) HasEntityType() bool
- func (o *ProductProductEntity) HasGrn() bool
- func (o *ProductProductEntity) HasHasConfigurator() bool
- func (o *ProductProductEntity) HasId() bool
- func (o *ProductProductEntity) HasIsConfigurable() bool
- func (o *ProductProductEntity) HasIsGiftcard() bool
- func (o *ProductProductEntity) HasIsVirtual() bool
- func (o *ProductProductEntity) HasMaxSaleableQuantity() bool
- func (o *ProductProductEntity) HasMediaGallery() bool
- func (o *ProductProductEntity) HasMediaVariantAttributes() bool
- func (o *ProductProductEntity) HasTenantId() bool
- func (o *ProductProductEntity) HasUpdatedAt() bool
- func (o *ProductProductEntity) HasUrlKey() bool
- func (o *ProductProductEntity) HasVariantAttributes() bool
- func (o *ProductProductEntity) HasVariants() bool
- func (o ProductProductEntity) MarshalJSON() ([]byte, error)
- func (o *ProductProductEntity) SetAssets(v ProductAssets)
- func (o *ProductProductEntity) SetAttributes(v map[string]ProtobufAny)
- func (o *ProductProductEntity) SetCode(v string)
- func (o *ProductProductEntity) SetCreatedAt(v string)
- func (o *ProductProductEntity) SetEntityCode(v string)
- func (o *ProductProductEntity) SetEntityType(v string)
- func (o *ProductProductEntity) SetGrn(v string)
- func (o *ProductProductEntity) SetHasConfigurator(v bool)
- func (o *ProductProductEntity) SetId(v string)
- func (o *ProductProductEntity) SetIsConfigurable(v bool)
- func (o *ProductProductEntity) SetIsGiftcard(v bool)
- func (o *ProductProductEntity) SetIsVirtual(v bool)
- func (o *ProductProductEntity) SetMaxSaleableQuantity(v int64)
- func (o *ProductProductEntity) SetMediaGallery(v ProductMediaGallery)
- func (o *ProductProductEntity) SetMediaVariantAttributes(v []string)
- func (o *ProductProductEntity) SetTenantId(v string)
- func (o *ProductProductEntity) SetUpdatedAt(v string)
- func (o *ProductProductEntity) SetUrlKey(v ProductLocalizedText)
- func (o *ProductProductEntity) SetVariantAttributes(v []string)
- func (o *ProductProductEntity) SetVariants(v map[string]ProductProductVariant)
- func (o ProductProductEntity) ToMap() (map[string]interface{}, error)
- type ProductProductResponseError
- func (o *ProductProductResponseError) GetCode() string
- func (o *ProductProductResponseError) GetCodeOk() (*string, bool)
- func (o *ProductProductResponseError) GetMessage() string
- func (o *ProductProductResponseError) GetMessageOk() (*string, bool)
- func (o *ProductProductResponseError) HasCode() bool
- func (o *ProductProductResponseError) HasMessage() bool
- func (o ProductProductResponseError) MarshalJSON() ([]byte, error)
- func (o *ProductProductResponseError) SetCode(v string)
- func (o *ProductProductResponseError) SetMessage(v string)
- func (o ProductProductResponseError) ToMap() (map[string]interface{}, error)
- type ProductProductVariant
- func (o *ProductProductVariant) GetAttributes() map[string]ProtobufAny
- func (o *ProductProductVariant) GetAttributesOk() (*map[string]ProtobufAny, bool)
- func (o *ProductProductVariant) GetGrn() string
- func (o *ProductProductVariant) GetGrnOk() (*string, bool)
- func (o *ProductProductVariant) GetId() string
- func (o *ProductProductVariant) GetIdOk() (*string, bool)
- func (o *ProductProductVariant) GetMaxSaleableQuantity() int64
- func (o *ProductProductVariant) GetMaxSaleableQuantityOk() (*int64, bool)
- func (o *ProductProductVariant) HasAttributes() bool
- func (o *ProductProductVariant) HasGrn() bool
- func (o *ProductProductVariant) HasId() bool
- func (o *ProductProductVariant) HasMaxSaleableQuantity() bool
- func (o ProductProductVariant) MarshalJSON() ([]byte, error)
- func (o *ProductProductVariant) SetAttributes(v map[string]ProtobufAny)
- func (o *ProductProductVariant) SetGrn(v string)
- func (o *ProductProductVariant) SetId(v string)
- func (o *ProductProductVariant) SetMaxSaleableQuantity(v int64)
- func (o ProductProductVariant) ToMap() (map[string]interface{}, error)
- type ProductRemoveMediaGalleryEntryRequest
- func (o *ProductRemoveMediaGalleryEntryRequest) GetId() string
- func (o *ProductRemoveMediaGalleryEntryRequest) GetIdOk() (*string, bool)
- func (o *ProductRemoveMediaGalleryEntryRequest) GetProductId() string
- func (o *ProductRemoveMediaGalleryEntryRequest) GetProductIdOk() (*string, bool)
- func (o *ProductRemoveMediaGalleryEntryRequest) GetTenantId() string
- func (o *ProductRemoveMediaGalleryEntryRequest) GetTenantIdOk() (*string, bool)
- func (o *ProductRemoveMediaGalleryEntryRequest) HasId() bool
- func (o *ProductRemoveMediaGalleryEntryRequest) HasProductId() bool
- func (o *ProductRemoveMediaGalleryEntryRequest) HasTenantId() bool
- func (o ProductRemoveMediaGalleryEntryRequest) MarshalJSON() ([]byte, error)
- func (o *ProductRemoveMediaGalleryEntryRequest) SetId(v string)
- func (o *ProductRemoveMediaGalleryEntryRequest) SetProductId(v string)
- func (o *ProductRemoveMediaGalleryEntryRequest) SetTenantId(v string)
- func (o ProductRemoveMediaGalleryEntryRequest) ToMap() (map[string]interface{}, error)
- type ProductUpdateAssetEntryPayload
- func (o *ProductUpdateAssetEntryPayload) GetAssetGrn() string
- func (o *ProductUpdateAssetEntryPayload) GetAssetGrnOk() (*string, bool)
- func (o *ProductUpdateAssetEntryPayload) GetLocalizedAssetGrn() ProductLocalizedAsset
- func (o *ProductUpdateAssetEntryPayload) GetLocalizedAssetGrnOk() (*ProductLocalizedAsset, bool)
- func (o *ProductUpdateAssetEntryPayload) GetMetadata() []ProductAssetsEntryMetadata
- func (o *ProductUpdateAssetEntryPayload) GetMetadataOk() ([]ProductAssetsEntryMetadata, bool)
- func (o *ProductUpdateAssetEntryPayload) GetPosition() int64
- func (o *ProductUpdateAssetEntryPayload) GetPositionOk() (*int64, bool)
- func (o *ProductUpdateAssetEntryPayload) HasAssetGrn() bool
- func (o *ProductUpdateAssetEntryPayload) HasLocalizedAssetGrn() bool
- func (o *ProductUpdateAssetEntryPayload) HasMetadata() bool
- func (o *ProductUpdateAssetEntryPayload) HasPosition() bool
- func (o ProductUpdateAssetEntryPayload) MarshalJSON() ([]byte, error)
- func (o *ProductUpdateAssetEntryPayload) SetAssetGrn(v string)
- func (o *ProductUpdateAssetEntryPayload) SetLocalizedAssetGrn(v ProductLocalizedAsset)
- func (o *ProductUpdateAssetEntryPayload) SetMetadata(v []ProductAssetsEntryMetadata)
- func (o *ProductUpdateAssetEntryPayload) SetPosition(v int64)
- func (o ProductUpdateAssetEntryPayload) ToMap() (map[string]interface{}, error)
- type ProductUpdateMediaGalleryEntryRequest
- func (o *ProductUpdateMediaGalleryEntryRequest) GetAssetGrn() string
- func (o *ProductUpdateMediaGalleryEntryRequest) GetAssetGrnOk() (*string, bool)
- func (o *ProductUpdateMediaGalleryEntryRequest) GetId() string
- func (o *ProductUpdateMediaGalleryEntryRequest) GetIdOk() (*string, bool)
- func (o *ProductUpdateMediaGalleryEntryRequest) GetMetadata() []ProductMediaGalleryEntryMetadata
- func (o *ProductUpdateMediaGalleryEntryRequest) GetMetadataOk() ([]ProductMediaGalleryEntryMetadata, bool)
- func (o *ProductUpdateMediaGalleryEntryRequest) GetPosition() int64
- func (o *ProductUpdateMediaGalleryEntryRequest) GetPositionOk() (*int64, bool)
- func (o *ProductUpdateMediaGalleryEntryRequest) GetProductId() string
- func (o *ProductUpdateMediaGalleryEntryRequest) GetProductIdOk() (*string, bool)
- func (o *ProductUpdateMediaGalleryEntryRequest) GetTenantId() string
- func (o *ProductUpdateMediaGalleryEntryRequest) GetTenantIdOk() (*string, bool)
- func (o *ProductUpdateMediaGalleryEntryRequest) HasAssetGrn() bool
- func (o *ProductUpdateMediaGalleryEntryRequest) HasId() bool
- func (o *ProductUpdateMediaGalleryEntryRequest) HasMetadata() bool
- func (o *ProductUpdateMediaGalleryEntryRequest) HasPosition() bool
- func (o *ProductUpdateMediaGalleryEntryRequest) HasProductId() bool
- func (o *ProductUpdateMediaGalleryEntryRequest) HasTenantId() bool
- func (o ProductUpdateMediaGalleryEntryRequest) MarshalJSON() ([]byte, error)
- func (o *ProductUpdateMediaGalleryEntryRequest) SetAssetGrn(v string)
- func (o *ProductUpdateMediaGalleryEntryRequest) SetId(v string)
- func (o *ProductUpdateMediaGalleryEntryRequest) SetMetadata(v []ProductMediaGalleryEntryMetadata)
- func (o *ProductUpdateMediaGalleryEntryRequest) SetPosition(v int64)
- func (o *ProductUpdateMediaGalleryEntryRequest) SetProductId(v string)
- func (o *ProductUpdateMediaGalleryEntryRequest) SetTenantId(v string)
- func (o ProductUpdateMediaGalleryEntryRequest) ToMap() (map[string]interface{}, error)
- type ProductUpdateProductRequest
- func (o *ProductUpdateProductRequest) GetAttributes() map[string]ProtobufAny
- func (o *ProductUpdateProductRequest) GetAttributesMask() ProductFieldMask
- func (o *ProductUpdateProductRequest) GetAttributesMaskOk() (*ProductFieldMask, bool)
- func (o *ProductUpdateProductRequest) GetAttributesOk() (*map[string]ProtobufAny, bool)
- func (o *ProductUpdateProductRequest) GetCode() string
- func (o *ProductUpdateProductRequest) GetCodeOk() (*string, bool)
- func (o *ProductUpdateProductRequest) GetId() string
- func (o *ProductUpdateProductRequest) GetIdOk() (*string, bool)
- func (o *ProductUpdateProductRequest) GetMaxSaleableQuantity() int64
- func (o *ProductUpdateProductRequest) GetMaxSaleableQuantityOk() (*int64, bool)
- func (o *ProductUpdateProductRequest) GetMediaVariantAttributes() []string
- func (o *ProductUpdateProductRequest) GetMediaVariantAttributesOk() ([]string, bool)
- func (o *ProductUpdateProductRequest) GetTenantId() string
- func (o *ProductUpdateProductRequest) GetTenantIdOk() (*string, bool)
- func (o *ProductUpdateProductRequest) GetUrlKey() ProductLocalizedText
- func (o *ProductUpdateProductRequest) GetUrlKeyOk() (*ProductLocalizedText, bool)
- func (o *ProductUpdateProductRequest) GetVariants() map[string]ProductProductVariant
- func (o *ProductUpdateProductRequest) GetVariantsOk() (*map[string]ProductProductVariant, bool)
- func (o *ProductUpdateProductRequest) HasAttributes() bool
- func (o *ProductUpdateProductRequest) HasAttributesMask() bool
- func (o *ProductUpdateProductRequest) HasCode() bool
- func (o *ProductUpdateProductRequest) HasId() bool
- func (o *ProductUpdateProductRequest) HasMaxSaleableQuantity() bool
- func (o *ProductUpdateProductRequest) HasMediaVariantAttributes() bool
- func (o *ProductUpdateProductRequest) HasTenantId() bool
- func (o *ProductUpdateProductRequest) HasUrlKey() bool
- func (o *ProductUpdateProductRequest) HasVariants() bool
- func (o ProductUpdateProductRequest) MarshalJSON() ([]byte, error)
- func (o *ProductUpdateProductRequest) SetAttributes(v map[string]ProtobufAny)
- func (o *ProductUpdateProductRequest) SetAttributesMask(v ProductFieldMask)
- func (o *ProductUpdateProductRequest) SetCode(v string)
- func (o *ProductUpdateProductRequest) SetId(v string)
- func (o *ProductUpdateProductRequest) SetMaxSaleableQuantity(v int64)
- func (o *ProductUpdateProductRequest) SetMediaVariantAttributes(v []string)
- func (o *ProductUpdateProductRequest) SetTenantId(v string)
- func (o *ProductUpdateProductRequest) SetUrlKey(v ProductLocalizedText)
- func (o *ProductUpdateProductRequest) SetVariants(v map[string]ProductProductVariant)
- func (o ProductUpdateProductRequest) ToMap() (map[string]interface{}, error)
- type ProductUpdateProductRequestV2
- func (o *ProductUpdateProductRequestV2) GetAttributes() map[string]ProtobufAny
- func (o *ProductUpdateProductRequestV2) GetAttributesMask() ProductFieldMask
- func (o *ProductUpdateProductRequestV2) GetAttributesMaskOk() (*ProductFieldMask, bool)
- func (o *ProductUpdateProductRequestV2) GetAttributesOk() (*map[string]ProtobufAny, bool)
- func (o *ProductUpdateProductRequestV2) GetCode() string
- func (o *ProductUpdateProductRequestV2) GetCodeOk() (*string, bool)
- func (o *ProductUpdateProductRequestV2) GetId() string
- func (o *ProductUpdateProductRequestV2) GetIdOk() (*string, bool)
- func (o *ProductUpdateProductRequestV2) GetMaxSaleableQuantity() int64
- func (o *ProductUpdateProductRequestV2) GetMaxSaleableQuantityOk() (*int64, bool)
- func (o *ProductUpdateProductRequestV2) GetMediaVariantAttributes() []string
- func (o *ProductUpdateProductRequestV2) GetMediaVariantAttributesOk() ([]string, bool)
- func (o *ProductUpdateProductRequestV2) GetTenantId() string
- func (o *ProductUpdateProductRequestV2) GetTenantIdOk() (*string, bool)
- func (o *ProductUpdateProductRequestV2) GetUrlKey() ProductLocalizedText
- func (o *ProductUpdateProductRequestV2) GetUrlKeyOk() (*ProductLocalizedText, bool)
- func (o *ProductUpdateProductRequestV2) GetVariants() map[string]ProductProductVariant
- func (o *ProductUpdateProductRequestV2) GetVariantsOk() (*map[string]ProductProductVariant, bool)
- func (o *ProductUpdateProductRequestV2) HasAttributes() bool
- func (o *ProductUpdateProductRequestV2) HasAttributesMask() bool
- func (o *ProductUpdateProductRequestV2) HasCode() bool
- func (o *ProductUpdateProductRequestV2) HasId() bool
- func (o *ProductUpdateProductRequestV2) HasMaxSaleableQuantity() bool
- func (o *ProductUpdateProductRequestV2) HasMediaVariantAttributes() bool
- func (o *ProductUpdateProductRequestV2) HasTenantId() bool
- func (o *ProductUpdateProductRequestV2) HasUrlKey() bool
- func (o *ProductUpdateProductRequestV2) HasVariants() bool
- func (o ProductUpdateProductRequestV2) MarshalJSON() ([]byte, error)
- func (o *ProductUpdateProductRequestV2) SetAttributes(v map[string]ProtobufAny)
- func (o *ProductUpdateProductRequestV2) SetAttributesMask(v ProductFieldMask)
- func (o *ProductUpdateProductRequestV2) SetCode(v string)
- func (o *ProductUpdateProductRequestV2) SetId(v string)
- func (o *ProductUpdateProductRequestV2) SetMaxSaleableQuantity(v int64)
- func (o *ProductUpdateProductRequestV2) SetMediaVariantAttributes(v []string)
- func (o *ProductUpdateProductRequestV2) SetTenantId(v string)
- func (o *ProductUpdateProductRequestV2) SetUrlKey(v ProductLocalizedText)
- func (o *ProductUpdateProductRequestV2) SetVariants(v map[string]ProductProductVariant)
- func (o ProductUpdateProductRequestV2) ToMap() (map[string]interface{}, error)
- type ProductUpdateProductResponse
- func (o *ProductUpdateProductResponse) GetAttributeErrors() []ProductAttributeResponseError
- func (o *ProductUpdateProductResponse) GetAttributeErrorsOk() ([]ProductAttributeResponseError, bool)
- func (o *ProductUpdateProductResponse) GetProductErrors() []ProductProductResponseError
- func (o *ProductUpdateProductResponse) GetProductErrorsOk() ([]ProductProductResponseError, bool)
- func (o *ProductUpdateProductResponse) GetSuccess() bool
- func (o *ProductUpdateProductResponse) GetSuccessOk() (*bool, bool)
- func (o *ProductUpdateProductResponse) HasAttributeErrors() bool
- func (o *ProductUpdateProductResponse) HasProductErrors() bool
- func (o *ProductUpdateProductResponse) HasSuccess() bool
- func (o ProductUpdateProductResponse) MarshalJSON() ([]byte, error)
- func (o *ProductUpdateProductResponse) SetAttributeErrors(v []ProductAttributeResponseError)
- func (o *ProductUpdateProductResponse) SetProductErrors(v []ProductProductResponseError)
- func (o *ProductUpdateProductResponse) SetSuccess(v bool)
- func (o ProductUpdateProductResponse) ToMap() (map[string]interface{}, error)
- type ProductentitymanagerLocalizedText
- func (o *ProductentitymanagerLocalizedText) GetValue() map[string]string
- func (o *ProductentitymanagerLocalizedText) GetValueOk() (*map[string]string, bool)
- func (o *ProductentitymanagerLocalizedText) HasValue() bool
- func (o ProductentitymanagerLocalizedText) MarshalJSON() ([]byte, error)
- func (o *ProductentitymanagerLocalizedText) SetValue(v map[string]string)
- func (o ProductentitymanagerLocalizedText) ToMap() (map[string]interface{}, error)
- type ProtobufAny
- func (o *ProtobufAny) GetType() string
- func (o *ProtobufAny) GetTypeOk() (*string, bool)
- func (o *ProtobufAny) GetValue() interface{}
- func (o *ProtobufAny) HasType() bool
- func (o ProtobufAny) MarshalJSON() ([]byte, error)
- func (o *ProtobufAny) SetType(v string)
- func (o *ProtobufAny) SetValue(value interface{})
- func (o ProtobufAny) ToMap() (map[string]interface{}, error)
- func (o *ProtobufAny) UnmarshalJSON(data []byte) (err error)
- type RpcStatus
- func (o *RpcStatus) GetCode() int32
- func (o *RpcStatus) GetCodeOk() (*int32, bool)
- func (o *RpcStatus) GetDetails() []ProtobufAny
- func (o *RpcStatus) GetDetailsOk() ([]ProtobufAny, bool)
- func (o *RpcStatus) GetMessage() string
- func (o *RpcStatus) GetMessageOk() (*string, bool)
- func (o *RpcStatus) HasCode() bool
- func (o *RpcStatus) HasDetails() bool
- func (o *RpcStatus) HasMessage() bool
- func (o RpcStatus) MarshalJSON() ([]byte, error)
- func (o *RpcStatus) SetCode(v int32)
- func (o *RpcStatus) SetDetails(v []ProtobufAny)
- func (o *RpcStatus) SetMessage(v string)
- func (o RpcStatus) ToMap() (map[string]interface{}, error)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
Constants ¶
This section is empty.
Variables ¶
var ( JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`) XmlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`) )
var ( // ContextOAuth2 takes an oauth2.TokenSource as authentication for the request. ContextOAuth2 = contextKey("token") // ContextAPIKeys takes a string apikey as authentication for the request ContextAPIKeys = contextKey("apiKeys") // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
var AllowedEntitymanagerRenderAsEnumValues = []EntitymanagerRenderAs{
"DEFAULT",
"WYSIWYG",
}
All allowed values of EntitymanagerRenderAs enum
var AllowedEntitymanagerTypesEnumValues = []EntitymanagerTypes{
"TEXT",
"NUMBER",
"BOOLEAN",
"DATETIME",
"EXTERNAL",
"EMBED",
"FLOAT32",
}
All allowed values of EntitymanagerTypes enum
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { ProductAPI *ProductAPIService // contains filtered or unexported fields }
APIClient manages communication with the Product Service API vv1 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct { *http.Response `json:"-"` Message string `json:"message,omitempty"` // Operation is the name of the OpenAPI operation. Operation string `json:"operation,omitempty"` // RequestURL is the request URL. This value is always available, even if the // embedded *http.Response is nil. RequestURL string `json:"url,omitempty"` // Method is the HTTP method used for the request. This value is always // available, even if the embedded *http.Response is nil. Method string `json:"method,omitempty"` // Payload holds the contents of the response body (which may be nil or empty). // This is provided here as the raw response.Body() reader will have already // been drained. Payload []byte `json:"-"` }
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type BasicAuth ¶
type BasicAuth struct { UserName string `json:"userName,omitempty"` Password string `json:"password,omitempty"` }
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type BulkUpdateAssetsEntriesRequestUpdateEntity ¶
type BulkUpdateAssetsEntriesRequestUpdateEntity struct { Id *string `json:"id,omitempty"` Payload *ProductUpdateAssetEntryPayload `json:"payload,omitempty"` PayloadMask *string `json:"payloadMask,omitempty"` }
BulkUpdateAssetsEntriesRequestUpdateEntity struct for BulkUpdateAssetsEntriesRequestUpdateEntity
func NewBulkUpdateAssetsEntriesRequestUpdateEntity ¶
func NewBulkUpdateAssetsEntriesRequestUpdateEntity() *BulkUpdateAssetsEntriesRequestUpdateEntity
NewBulkUpdateAssetsEntriesRequestUpdateEntity instantiates a new BulkUpdateAssetsEntriesRequestUpdateEntity 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 NewBulkUpdateAssetsEntriesRequestUpdateEntityWithDefaults ¶
func NewBulkUpdateAssetsEntriesRequestUpdateEntityWithDefaults() *BulkUpdateAssetsEntriesRequestUpdateEntity
NewBulkUpdateAssetsEntriesRequestUpdateEntityWithDefaults instantiates a new BulkUpdateAssetsEntriesRequestUpdateEntity 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 (*BulkUpdateAssetsEntriesRequestUpdateEntity) GetId ¶
func (o *BulkUpdateAssetsEntriesRequestUpdateEntity) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*BulkUpdateAssetsEntriesRequestUpdateEntity) GetIdOk ¶
func (o *BulkUpdateAssetsEntriesRequestUpdateEntity) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BulkUpdateAssetsEntriesRequestUpdateEntity) GetPayload ¶
func (o *BulkUpdateAssetsEntriesRequestUpdateEntity) GetPayload() ProductUpdateAssetEntryPayload
GetPayload returns the Payload field value if set, zero value otherwise.
func (*BulkUpdateAssetsEntriesRequestUpdateEntity) GetPayloadMask ¶
func (o *BulkUpdateAssetsEntriesRequestUpdateEntity) GetPayloadMask() string
GetPayloadMask returns the PayloadMask field value if set, zero value otherwise.
func (*BulkUpdateAssetsEntriesRequestUpdateEntity) GetPayloadMaskOk ¶
func (o *BulkUpdateAssetsEntriesRequestUpdateEntity) GetPayloadMaskOk() (*string, bool)
GetPayloadMaskOk returns a tuple with the PayloadMask field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BulkUpdateAssetsEntriesRequestUpdateEntity) GetPayloadOk ¶
func (o *BulkUpdateAssetsEntriesRequestUpdateEntity) GetPayloadOk() (*ProductUpdateAssetEntryPayload, bool)
GetPayloadOk returns a tuple with the Payload field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BulkUpdateAssetsEntriesRequestUpdateEntity) HasId ¶
func (o *BulkUpdateAssetsEntriesRequestUpdateEntity) HasId() bool
HasId returns a boolean if a field has been set.
func (*BulkUpdateAssetsEntriesRequestUpdateEntity) HasPayload ¶
func (o *BulkUpdateAssetsEntriesRequestUpdateEntity) HasPayload() bool
HasPayload returns a boolean if a field has been set.
func (*BulkUpdateAssetsEntriesRequestUpdateEntity) HasPayloadMask ¶
func (o *BulkUpdateAssetsEntriesRequestUpdateEntity) HasPayloadMask() bool
HasPayloadMask returns a boolean if a field has been set.
func (BulkUpdateAssetsEntriesRequestUpdateEntity) MarshalJSON ¶
func (o BulkUpdateAssetsEntriesRequestUpdateEntity) MarshalJSON() ([]byte, error)
func (*BulkUpdateAssetsEntriesRequestUpdateEntity) SetId ¶
func (o *BulkUpdateAssetsEntriesRequestUpdateEntity) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*BulkUpdateAssetsEntriesRequestUpdateEntity) SetPayload ¶
func (o *BulkUpdateAssetsEntriesRequestUpdateEntity) SetPayload(v ProductUpdateAssetEntryPayload)
SetPayload gets a reference to the given ProductUpdateAssetEntryPayload and assigns it to the Payload field.
func (*BulkUpdateAssetsEntriesRequestUpdateEntity) SetPayloadMask ¶
func (o *BulkUpdateAssetsEntriesRequestUpdateEntity) SetPayloadMask(v string)
SetPayloadMask gets a reference to the given string and assigns it to the PayloadMask field.
func (BulkUpdateAssetsEntriesRequestUpdateEntity) ToMap ¶
func (o BulkUpdateAssetsEntriesRequestUpdateEntity) ToMap() (map[string]interface{}, error)
type Configuration ¶
type Configuration struct { Host string `json:"host,omitempty"` Scheme string `json:"scheme,omitempty"` DefaultHeader map[string]string `json:"defaultHeader,omitempty"` UserAgent string `json:"userAgent,omitempty"` Debug bool `json:"debug,omitempty"` Servers ServerConfigurations OperationServers map[string]ServerConfigurations HTTPClient *http.Client }
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type EntitymanagerAttribute ¶
type EntitymanagerAttribute struct { EntityId *string `json:"entityId,omitempty"` Code *string `json:"code,omitempty"` Label *string `json:"label,omitempty"` Type *EntitymanagerTypes `json:"type,omitempty"` OptionList *string `json:"optionList,omitempty"` Entity *string `json:"entity,omitempty"` Default *string `json:"default,omitempty"` IsRequired *bool `json:"isRequired,omitempty"` IsSystem *bool `json:"isSystem,omitempty"` IsRepeated *bool `json:"isRepeated,omitempty"` Sort *int32 `json:"sort,omitempty"` GroupCode *string `json:"groupCode,omitempty"` Title *map[string]string `json:"title,omitempty"` RenderAs *EntitymanagerRenderAs `json:"renderAs,omitempty"` }
EntitymanagerAttribute struct for EntitymanagerAttribute
func NewEntitymanagerAttribute ¶
func NewEntitymanagerAttribute() *EntitymanagerAttribute
NewEntitymanagerAttribute instantiates a new EntitymanagerAttribute 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 NewEntitymanagerAttributeWithDefaults ¶
func NewEntitymanagerAttributeWithDefaults() *EntitymanagerAttribute
NewEntitymanagerAttributeWithDefaults instantiates a new EntitymanagerAttribute 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 (*EntitymanagerAttribute) GetCode ¶
func (o *EntitymanagerAttribute) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*EntitymanagerAttribute) GetCodeOk ¶
func (o *EntitymanagerAttribute) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerAttribute) GetDefault ¶
func (o *EntitymanagerAttribute) GetDefault() string
GetDefault returns the Default field value if set, zero value otherwise.
func (*EntitymanagerAttribute) GetDefaultOk ¶
func (o *EntitymanagerAttribute) GetDefaultOk() (*string, bool)
GetDefaultOk returns a tuple with the Default field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerAttribute) GetEntity ¶
func (o *EntitymanagerAttribute) GetEntity() string
GetEntity returns the Entity field value if set, zero value otherwise.
func (*EntitymanagerAttribute) GetEntityId ¶
func (o *EntitymanagerAttribute) GetEntityId() string
GetEntityId returns the EntityId field value if set, zero value otherwise.
func (*EntitymanagerAttribute) GetEntityIdOk ¶
func (o *EntitymanagerAttribute) GetEntityIdOk() (*string, bool)
GetEntityIdOk returns a tuple with the EntityId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerAttribute) GetEntityOk ¶
func (o *EntitymanagerAttribute) GetEntityOk() (*string, bool)
GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerAttribute) GetGroupCode ¶
func (o *EntitymanagerAttribute) GetGroupCode() string
GetGroupCode returns the GroupCode field value if set, zero value otherwise.
func (*EntitymanagerAttribute) GetGroupCodeOk ¶
func (o *EntitymanagerAttribute) GetGroupCodeOk() (*string, bool)
GetGroupCodeOk returns a tuple with the GroupCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerAttribute) GetIsRepeated ¶
func (o *EntitymanagerAttribute) GetIsRepeated() bool
GetIsRepeated returns the IsRepeated field value if set, zero value otherwise.
func (*EntitymanagerAttribute) GetIsRepeatedOk ¶
func (o *EntitymanagerAttribute) GetIsRepeatedOk() (*bool, bool)
GetIsRepeatedOk returns a tuple with the IsRepeated field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerAttribute) GetIsRequired ¶
func (o *EntitymanagerAttribute) GetIsRequired() bool
GetIsRequired returns the IsRequired field value if set, zero value otherwise.
func (*EntitymanagerAttribute) GetIsRequiredOk ¶
func (o *EntitymanagerAttribute) GetIsRequiredOk() (*bool, bool)
GetIsRequiredOk returns a tuple with the IsRequired field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerAttribute) GetIsSystem ¶
func (o *EntitymanagerAttribute) GetIsSystem() bool
GetIsSystem returns the IsSystem field value if set, zero value otherwise.
func (*EntitymanagerAttribute) GetIsSystemOk ¶
func (o *EntitymanagerAttribute) GetIsSystemOk() (*bool, bool)
GetIsSystemOk returns a tuple with the IsSystem field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerAttribute) GetLabel ¶
func (o *EntitymanagerAttribute) GetLabel() string
GetLabel returns the Label field value if set, zero value otherwise.
func (*EntitymanagerAttribute) GetLabelOk ¶
func (o *EntitymanagerAttribute) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerAttribute) GetOptionList ¶
func (o *EntitymanagerAttribute) GetOptionList() string
GetOptionList returns the OptionList field value if set, zero value otherwise.
func (*EntitymanagerAttribute) GetOptionListOk ¶
func (o *EntitymanagerAttribute) GetOptionListOk() (*string, bool)
GetOptionListOk returns a tuple with the OptionList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerAttribute) GetRenderAs ¶
func (o *EntitymanagerAttribute) GetRenderAs() EntitymanagerRenderAs
GetRenderAs returns the RenderAs field value if set, zero value otherwise.
func (*EntitymanagerAttribute) GetRenderAsOk ¶
func (o *EntitymanagerAttribute) GetRenderAsOk() (*EntitymanagerRenderAs, bool)
GetRenderAsOk returns a tuple with the RenderAs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerAttribute) GetSort ¶
func (o *EntitymanagerAttribute) GetSort() int32
GetSort returns the Sort field value if set, zero value otherwise.
func (*EntitymanagerAttribute) GetSortOk ¶
func (o *EntitymanagerAttribute) GetSortOk() (*int32, bool)
GetSortOk returns a tuple with the Sort field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerAttribute) GetTitle ¶
func (o *EntitymanagerAttribute) GetTitle() map[string]string
GetTitle returns the Title field value if set, zero value otherwise.
func (*EntitymanagerAttribute) GetTitleOk ¶
func (o *EntitymanagerAttribute) GetTitleOk() (*map[string]string, bool)
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerAttribute) GetType ¶
func (o *EntitymanagerAttribute) GetType() EntitymanagerTypes
GetType returns the Type field value if set, zero value otherwise.
func (*EntitymanagerAttribute) GetTypeOk ¶
func (o *EntitymanagerAttribute) GetTypeOk() (*EntitymanagerTypes, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerAttribute) HasCode ¶
func (o *EntitymanagerAttribute) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*EntitymanagerAttribute) HasDefault ¶
func (o *EntitymanagerAttribute) HasDefault() bool
HasDefault returns a boolean if a field has been set.
func (*EntitymanagerAttribute) HasEntity ¶
func (o *EntitymanagerAttribute) HasEntity() bool
HasEntity returns a boolean if a field has been set.
func (*EntitymanagerAttribute) HasEntityId ¶
func (o *EntitymanagerAttribute) HasEntityId() bool
HasEntityId returns a boolean if a field has been set.
func (*EntitymanagerAttribute) HasGroupCode ¶
func (o *EntitymanagerAttribute) HasGroupCode() bool
HasGroupCode returns a boolean if a field has been set.
func (*EntitymanagerAttribute) HasIsRepeated ¶
func (o *EntitymanagerAttribute) HasIsRepeated() bool
HasIsRepeated returns a boolean if a field has been set.
func (*EntitymanagerAttribute) HasIsRequired ¶
func (o *EntitymanagerAttribute) HasIsRequired() bool
HasIsRequired returns a boolean if a field has been set.
func (*EntitymanagerAttribute) HasIsSystem ¶
func (o *EntitymanagerAttribute) HasIsSystem() bool
HasIsSystem returns a boolean if a field has been set.
func (*EntitymanagerAttribute) HasLabel ¶
func (o *EntitymanagerAttribute) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (*EntitymanagerAttribute) HasOptionList ¶
func (o *EntitymanagerAttribute) HasOptionList() bool
HasOptionList returns a boolean if a field has been set.
func (*EntitymanagerAttribute) HasRenderAs ¶
func (o *EntitymanagerAttribute) HasRenderAs() bool
HasRenderAs returns a boolean if a field has been set.
func (*EntitymanagerAttribute) HasSort ¶
func (o *EntitymanagerAttribute) HasSort() bool
HasSort returns a boolean if a field has been set.
func (*EntitymanagerAttribute) HasTitle ¶
func (o *EntitymanagerAttribute) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*EntitymanagerAttribute) HasType ¶
func (o *EntitymanagerAttribute) HasType() bool
HasType returns a boolean if a field has been set.
func (EntitymanagerAttribute) MarshalJSON ¶
func (o EntitymanagerAttribute) MarshalJSON() ([]byte, error)
func (*EntitymanagerAttribute) SetCode ¶
func (o *EntitymanagerAttribute) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*EntitymanagerAttribute) SetDefault ¶
func (o *EntitymanagerAttribute) SetDefault(v string)
SetDefault gets a reference to the given string and assigns it to the Default field.
func (*EntitymanagerAttribute) SetEntity ¶
func (o *EntitymanagerAttribute) SetEntity(v string)
SetEntity gets a reference to the given string and assigns it to the Entity field.
func (*EntitymanagerAttribute) SetEntityId ¶
func (o *EntitymanagerAttribute) SetEntityId(v string)
SetEntityId gets a reference to the given string and assigns it to the EntityId field.
func (*EntitymanagerAttribute) SetGroupCode ¶
func (o *EntitymanagerAttribute) SetGroupCode(v string)
SetGroupCode gets a reference to the given string and assigns it to the GroupCode field.
func (*EntitymanagerAttribute) SetIsRepeated ¶
func (o *EntitymanagerAttribute) SetIsRepeated(v bool)
SetIsRepeated gets a reference to the given bool and assigns it to the IsRepeated field.
func (*EntitymanagerAttribute) SetIsRequired ¶
func (o *EntitymanagerAttribute) SetIsRequired(v bool)
SetIsRequired gets a reference to the given bool and assigns it to the IsRequired field.
func (*EntitymanagerAttribute) SetIsSystem ¶
func (o *EntitymanagerAttribute) SetIsSystem(v bool)
SetIsSystem gets a reference to the given bool and assigns it to the IsSystem field.
func (*EntitymanagerAttribute) SetLabel ¶
func (o *EntitymanagerAttribute) SetLabel(v string)
SetLabel gets a reference to the given string and assigns it to the Label field.
func (*EntitymanagerAttribute) SetOptionList ¶
func (o *EntitymanagerAttribute) SetOptionList(v string)
SetOptionList gets a reference to the given string and assigns it to the OptionList field.
func (*EntitymanagerAttribute) SetRenderAs ¶
func (o *EntitymanagerAttribute) SetRenderAs(v EntitymanagerRenderAs)
SetRenderAs gets a reference to the given EntitymanagerRenderAs and assigns it to the RenderAs field.
func (*EntitymanagerAttribute) SetSort ¶
func (o *EntitymanagerAttribute) SetSort(v int32)
SetSort gets a reference to the given int32 and assigns it to the Sort field.
func (*EntitymanagerAttribute) SetTitle ¶
func (o *EntitymanagerAttribute) SetTitle(v map[string]string)
SetTitle gets a reference to the given map[string]string and assigns it to the Title field.
func (*EntitymanagerAttribute) SetType ¶
func (o *EntitymanagerAttribute) SetType(v EntitymanagerTypes)
SetType gets a reference to the given EntitymanagerTypes and assigns it to the Type field.
func (EntitymanagerAttribute) ToMap ¶
func (o EntitymanagerAttribute) ToMap() (map[string]interface{}, error)
type EntitymanagerAttributeGroup ¶
type EntitymanagerAttributeGroup struct { Code *string `json:"code,omitempty"` Label *ProductentitymanagerLocalizedText `json:"label,omitempty"` Sort *int32 `json:"sort,omitempty"` Visibility []string `json:"visibility,omitempty"` }
EntitymanagerAttributeGroup struct for EntitymanagerAttributeGroup
func NewEntitymanagerAttributeGroup ¶
func NewEntitymanagerAttributeGroup() *EntitymanagerAttributeGroup
NewEntitymanagerAttributeGroup instantiates a new EntitymanagerAttributeGroup 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 NewEntitymanagerAttributeGroupWithDefaults ¶
func NewEntitymanagerAttributeGroupWithDefaults() *EntitymanagerAttributeGroup
NewEntitymanagerAttributeGroupWithDefaults instantiates a new EntitymanagerAttributeGroup 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 (*EntitymanagerAttributeGroup) GetCode ¶
func (o *EntitymanagerAttributeGroup) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*EntitymanagerAttributeGroup) GetCodeOk ¶
func (o *EntitymanagerAttributeGroup) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerAttributeGroup) GetLabel ¶
func (o *EntitymanagerAttributeGroup) GetLabel() ProductentitymanagerLocalizedText
GetLabel returns the Label field value if set, zero value otherwise.
func (*EntitymanagerAttributeGroup) GetLabelOk ¶
func (o *EntitymanagerAttributeGroup) GetLabelOk() (*ProductentitymanagerLocalizedText, bool)
GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerAttributeGroup) GetSort ¶
func (o *EntitymanagerAttributeGroup) GetSort() int32
GetSort returns the Sort field value if set, zero value otherwise.
func (*EntitymanagerAttributeGroup) GetSortOk ¶
func (o *EntitymanagerAttributeGroup) GetSortOk() (*int32, bool)
GetSortOk returns a tuple with the Sort field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerAttributeGroup) GetVisibility ¶
func (o *EntitymanagerAttributeGroup) GetVisibility() []string
GetVisibility returns the Visibility field value if set, zero value otherwise.
func (*EntitymanagerAttributeGroup) GetVisibilityOk ¶
func (o *EntitymanagerAttributeGroup) GetVisibilityOk() ([]string, bool)
GetVisibilityOk returns a tuple with the Visibility field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerAttributeGroup) HasCode ¶
func (o *EntitymanagerAttributeGroup) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*EntitymanagerAttributeGroup) HasLabel ¶
func (o *EntitymanagerAttributeGroup) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (*EntitymanagerAttributeGroup) HasSort ¶
func (o *EntitymanagerAttributeGroup) HasSort() bool
HasSort returns a boolean if a field has been set.
func (*EntitymanagerAttributeGroup) HasVisibility ¶
func (o *EntitymanagerAttributeGroup) HasVisibility() bool
HasVisibility returns a boolean if a field has been set.
func (EntitymanagerAttributeGroup) MarshalJSON ¶
func (o EntitymanagerAttributeGroup) MarshalJSON() ([]byte, error)
func (*EntitymanagerAttributeGroup) SetCode ¶
func (o *EntitymanagerAttributeGroup) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*EntitymanagerAttributeGroup) SetLabel ¶
func (o *EntitymanagerAttributeGroup) SetLabel(v ProductentitymanagerLocalizedText)
SetLabel gets a reference to the given ProductentitymanagerLocalizedText and assigns it to the Label field.
func (*EntitymanagerAttributeGroup) SetSort ¶
func (o *EntitymanagerAttributeGroup) SetSort(v int32)
SetSort gets a reference to the given int32 and assigns it to the Sort field.
func (*EntitymanagerAttributeGroup) SetVisibility ¶
func (o *EntitymanagerAttributeGroup) SetVisibility(v []string)
SetVisibility gets a reference to the given []string and assigns it to the Visibility field.
func (EntitymanagerAttributeGroup) ToMap ¶
func (o EntitymanagerAttributeGroup) ToMap() (map[string]interface{}, error)
type EntitymanagerAttributeOption ¶
type EntitymanagerAttributeOption struct { Option *map[string]string `json:"option,omitempty"` Sort *int64 `json:"sort,omitempty"` Id *string `json:"id,omitempty"` Code *string `json:"code,omitempty"` Value *ProductentitymanagerLocalizedText `json:"value,omitempty"` Swatches []EntitymanagerAttributeOptionSwatch `json:"swatches,omitempty"` }
EntitymanagerAttributeOption struct for EntitymanagerAttributeOption
func NewEntitymanagerAttributeOption ¶
func NewEntitymanagerAttributeOption() *EntitymanagerAttributeOption
NewEntitymanagerAttributeOption instantiates a new EntitymanagerAttributeOption 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 NewEntitymanagerAttributeOptionWithDefaults ¶
func NewEntitymanagerAttributeOptionWithDefaults() *EntitymanagerAttributeOption
NewEntitymanagerAttributeOptionWithDefaults instantiates a new EntitymanagerAttributeOption 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 (*EntitymanagerAttributeOption) GetCode ¶
func (o *EntitymanagerAttributeOption) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*EntitymanagerAttributeOption) GetCodeOk ¶
func (o *EntitymanagerAttributeOption) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerAttributeOption) GetId ¶
func (o *EntitymanagerAttributeOption) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*EntitymanagerAttributeOption) GetIdOk ¶
func (o *EntitymanagerAttributeOption) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerAttributeOption) GetOption ¶
func (o *EntitymanagerAttributeOption) GetOption() map[string]string
GetOption returns the Option field value if set, zero value otherwise.
func (*EntitymanagerAttributeOption) GetOptionOk ¶
func (o *EntitymanagerAttributeOption) GetOptionOk() (*map[string]string, bool)
GetOptionOk returns a tuple with the Option field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerAttributeOption) GetSort ¶
func (o *EntitymanagerAttributeOption) GetSort() int64
GetSort returns the Sort field value if set, zero value otherwise.
func (*EntitymanagerAttributeOption) GetSortOk ¶
func (o *EntitymanagerAttributeOption) GetSortOk() (*int64, bool)
GetSortOk returns a tuple with the Sort field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerAttributeOption) GetSwatches ¶
func (o *EntitymanagerAttributeOption) GetSwatches() []EntitymanagerAttributeOptionSwatch
GetSwatches returns the Swatches field value if set, zero value otherwise.
func (*EntitymanagerAttributeOption) GetSwatchesOk ¶
func (o *EntitymanagerAttributeOption) GetSwatchesOk() ([]EntitymanagerAttributeOptionSwatch, bool)
GetSwatchesOk returns a tuple with the Swatches field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerAttributeOption) GetValue ¶
func (o *EntitymanagerAttributeOption) GetValue() ProductentitymanagerLocalizedText
GetValue returns the Value field value if set, zero value otherwise.
func (*EntitymanagerAttributeOption) GetValueOk ¶
func (o *EntitymanagerAttributeOption) GetValueOk() (*ProductentitymanagerLocalizedText, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerAttributeOption) HasCode ¶
func (o *EntitymanagerAttributeOption) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*EntitymanagerAttributeOption) HasId ¶
func (o *EntitymanagerAttributeOption) HasId() bool
HasId returns a boolean if a field has been set.
func (*EntitymanagerAttributeOption) HasOption ¶
func (o *EntitymanagerAttributeOption) HasOption() bool
HasOption returns a boolean if a field has been set.
func (*EntitymanagerAttributeOption) HasSort ¶
func (o *EntitymanagerAttributeOption) HasSort() bool
HasSort returns a boolean if a field has been set.
func (*EntitymanagerAttributeOption) HasSwatches ¶
func (o *EntitymanagerAttributeOption) HasSwatches() bool
HasSwatches returns a boolean if a field has been set.
func (*EntitymanagerAttributeOption) HasValue ¶
func (o *EntitymanagerAttributeOption) HasValue() bool
HasValue returns a boolean if a field has been set.
func (EntitymanagerAttributeOption) MarshalJSON ¶
func (o EntitymanagerAttributeOption) MarshalJSON() ([]byte, error)
func (*EntitymanagerAttributeOption) SetCode ¶
func (o *EntitymanagerAttributeOption) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*EntitymanagerAttributeOption) SetId ¶
func (o *EntitymanagerAttributeOption) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*EntitymanagerAttributeOption) SetOption ¶
func (o *EntitymanagerAttributeOption) SetOption(v map[string]string)
SetOption gets a reference to the given map[string]string and assigns it to the Option field.
func (*EntitymanagerAttributeOption) SetSort ¶
func (o *EntitymanagerAttributeOption) SetSort(v int64)
SetSort gets a reference to the given int64 and assigns it to the Sort field.
func (*EntitymanagerAttributeOption) SetSwatches ¶
func (o *EntitymanagerAttributeOption) SetSwatches(v []EntitymanagerAttributeOptionSwatch)
SetSwatches gets a reference to the given []EntitymanagerAttributeOptionSwatch and assigns it to the Swatches field.
func (*EntitymanagerAttributeOption) SetValue ¶
func (o *EntitymanagerAttributeOption) SetValue(v ProductentitymanagerLocalizedText)
SetValue gets a reference to the given ProductentitymanagerLocalizedText and assigns it to the Value field.
func (EntitymanagerAttributeOption) ToMap ¶
func (o EntitymanagerAttributeOption) ToMap() (map[string]interface{}, error)
type EntitymanagerAttributeOptionErrors ¶
type EntitymanagerAttributeOptionErrors struct { Error *string `json:"error,omitempty"` Option *map[string]string `json:"option,omitempty"` }
EntitymanagerAttributeOptionErrors struct for EntitymanagerAttributeOptionErrors
func NewEntitymanagerAttributeOptionErrors ¶
func NewEntitymanagerAttributeOptionErrors() *EntitymanagerAttributeOptionErrors
NewEntitymanagerAttributeOptionErrors instantiates a new EntitymanagerAttributeOptionErrors 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 NewEntitymanagerAttributeOptionErrorsWithDefaults ¶
func NewEntitymanagerAttributeOptionErrorsWithDefaults() *EntitymanagerAttributeOptionErrors
NewEntitymanagerAttributeOptionErrorsWithDefaults instantiates a new EntitymanagerAttributeOptionErrors 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 (*EntitymanagerAttributeOptionErrors) GetError ¶
func (o *EntitymanagerAttributeOptionErrors) GetError() string
GetError returns the Error field value if set, zero value otherwise.
func (*EntitymanagerAttributeOptionErrors) GetErrorOk ¶
func (o *EntitymanagerAttributeOptionErrors) GetErrorOk() (*string, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerAttributeOptionErrors) GetOption ¶
func (o *EntitymanagerAttributeOptionErrors) GetOption() map[string]string
GetOption returns the Option field value if set, zero value otherwise.
func (*EntitymanagerAttributeOptionErrors) GetOptionOk ¶
func (o *EntitymanagerAttributeOptionErrors) GetOptionOk() (*map[string]string, bool)
GetOptionOk returns a tuple with the Option field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerAttributeOptionErrors) HasError ¶
func (o *EntitymanagerAttributeOptionErrors) HasError() bool
HasError returns a boolean if a field has been set.
func (*EntitymanagerAttributeOptionErrors) HasOption ¶
func (o *EntitymanagerAttributeOptionErrors) HasOption() bool
HasOption returns a boolean if a field has been set.
func (EntitymanagerAttributeOptionErrors) MarshalJSON ¶
func (o EntitymanagerAttributeOptionErrors) MarshalJSON() ([]byte, error)
func (*EntitymanagerAttributeOptionErrors) SetError ¶
func (o *EntitymanagerAttributeOptionErrors) SetError(v string)
SetError gets a reference to the given string and assigns it to the Error field.
func (*EntitymanagerAttributeOptionErrors) SetOption ¶
func (o *EntitymanagerAttributeOptionErrors) SetOption(v map[string]string)
SetOption gets a reference to the given map[string]string and assigns it to the Option field.
func (EntitymanagerAttributeOptionErrors) ToMap ¶
func (o EntitymanagerAttributeOptionErrors) ToMap() (map[string]interface{}, error)
type EntitymanagerAttributeOptionSwatch ¶
type EntitymanagerAttributeOptionSwatch struct { Grn *string `json:"grn,omitempty"` Hex *string `json:"hex,omitempty"` }
EntitymanagerAttributeOptionSwatch struct for EntitymanagerAttributeOptionSwatch
func NewEntitymanagerAttributeOptionSwatch ¶
func NewEntitymanagerAttributeOptionSwatch() *EntitymanagerAttributeOptionSwatch
NewEntitymanagerAttributeOptionSwatch instantiates a new EntitymanagerAttributeOptionSwatch 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 NewEntitymanagerAttributeOptionSwatchWithDefaults ¶
func NewEntitymanagerAttributeOptionSwatchWithDefaults() *EntitymanagerAttributeOptionSwatch
NewEntitymanagerAttributeOptionSwatchWithDefaults instantiates a new EntitymanagerAttributeOptionSwatch 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 (*EntitymanagerAttributeOptionSwatch) GetGrn ¶
func (o *EntitymanagerAttributeOptionSwatch) GetGrn() string
GetGrn returns the Grn field value if set, zero value otherwise.
func (*EntitymanagerAttributeOptionSwatch) GetGrnOk ¶
func (o *EntitymanagerAttributeOptionSwatch) GetGrnOk() (*string, bool)
GetGrnOk returns a tuple with the Grn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerAttributeOptionSwatch) GetHex ¶
func (o *EntitymanagerAttributeOptionSwatch) GetHex() string
GetHex returns the Hex field value if set, zero value otherwise.
func (*EntitymanagerAttributeOptionSwatch) GetHexOk ¶
func (o *EntitymanagerAttributeOptionSwatch) GetHexOk() (*string, bool)
GetHexOk returns a tuple with the Hex field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerAttributeOptionSwatch) HasGrn ¶
func (o *EntitymanagerAttributeOptionSwatch) HasGrn() bool
HasGrn returns a boolean if a field has been set.
func (*EntitymanagerAttributeOptionSwatch) HasHex ¶
func (o *EntitymanagerAttributeOptionSwatch) HasHex() bool
HasHex returns a boolean if a field has been set.
func (EntitymanagerAttributeOptionSwatch) MarshalJSON ¶
func (o EntitymanagerAttributeOptionSwatch) MarshalJSON() ([]byte, error)
func (*EntitymanagerAttributeOptionSwatch) SetGrn ¶
func (o *EntitymanagerAttributeOptionSwatch) SetGrn(v string)
SetGrn gets a reference to the given string and assigns it to the Grn field.
func (*EntitymanagerAttributeOptionSwatch) SetHex ¶
func (o *EntitymanagerAttributeOptionSwatch) SetHex(v string)
SetHex gets a reference to the given string and assigns it to the Hex field.
func (EntitymanagerAttributeOptionSwatch) ToMap ¶
func (o EntitymanagerAttributeOptionSwatch) ToMap() (map[string]interface{}, error)
type EntitymanagerAttributeWriteError ¶
type EntitymanagerAttributeWriteError struct { ErrorCode *string `json:"errorCode,omitempty"` AttributeCode *string `json:"attributeCode,omitempty"` Message *string `json:"message,omitempty"` }
EntitymanagerAttributeWriteError struct for EntitymanagerAttributeWriteError
func NewEntitymanagerAttributeWriteError ¶
func NewEntitymanagerAttributeWriteError() *EntitymanagerAttributeWriteError
NewEntitymanagerAttributeWriteError instantiates a new EntitymanagerAttributeWriteError 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 NewEntitymanagerAttributeWriteErrorWithDefaults ¶
func NewEntitymanagerAttributeWriteErrorWithDefaults() *EntitymanagerAttributeWriteError
NewEntitymanagerAttributeWriteErrorWithDefaults instantiates a new EntitymanagerAttributeWriteError 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 (*EntitymanagerAttributeWriteError) GetAttributeCode ¶
func (o *EntitymanagerAttributeWriteError) GetAttributeCode() string
GetAttributeCode returns the AttributeCode field value if set, zero value otherwise.
func (*EntitymanagerAttributeWriteError) GetAttributeCodeOk ¶
func (o *EntitymanagerAttributeWriteError) GetAttributeCodeOk() (*string, bool)
GetAttributeCodeOk returns a tuple with the AttributeCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerAttributeWriteError) GetErrorCode ¶
func (o *EntitymanagerAttributeWriteError) GetErrorCode() string
GetErrorCode returns the ErrorCode field value if set, zero value otherwise.
func (*EntitymanagerAttributeWriteError) GetErrorCodeOk ¶
func (o *EntitymanagerAttributeWriteError) GetErrorCodeOk() (*string, bool)
GetErrorCodeOk returns a tuple with the ErrorCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerAttributeWriteError) GetMessage ¶
func (o *EntitymanagerAttributeWriteError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*EntitymanagerAttributeWriteError) GetMessageOk ¶
func (o *EntitymanagerAttributeWriteError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerAttributeWriteError) HasAttributeCode ¶
func (o *EntitymanagerAttributeWriteError) HasAttributeCode() bool
HasAttributeCode returns a boolean if a field has been set.
func (*EntitymanagerAttributeWriteError) HasErrorCode ¶
func (o *EntitymanagerAttributeWriteError) HasErrorCode() bool
HasErrorCode returns a boolean if a field has been set.
func (*EntitymanagerAttributeWriteError) HasMessage ¶
func (o *EntitymanagerAttributeWriteError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (EntitymanagerAttributeWriteError) MarshalJSON ¶
func (o EntitymanagerAttributeWriteError) MarshalJSON() ([]byte, error)
func (*EntitymanagerAttributeWriteError) SetAttributeCode ¶
func (o *EntitymanagerAttributeWriteError) SetAttributeCode(v string)
SetAttributeCode gets a reference to the given string and assigns it to the AttributeCode field.
func (*EntitymanagerAttributeWriteError) SetErrorCode ¶
func (o *EntitymanagerAttributeWriteError) SetErrorCode(v string)
SetErrorCode gets a reference to the given string and assigns it to the ErrorCode field.
func (*EntitymanagerAttributeWriteError) SetMessage ¶
func (o *EntitymanagerAttributeWriteError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (EntitymanagerAttributeWriteError) ToMap ¶
func (o EntitymanagerAttributeWriteError) ToMap() (map[string]interface{}, error)
type EntitymanagerAttributeWriteErrors ¶
type EntitymanagerAttributeWriteErrors struct {
AttributeWriteErrors []EntitymanagerAttributeWriteError `json:"attributeWriteErrors,omitempty"`
}
EntitymanagerAttributeWriteErrors struct for EntitymanagerAttributeWriteErrors
func NewEntitymanagerAttributeWriteErrors ¶
func NewEntitymanagerAttributeWriteErrors() *EntitymanagerAttributeWriteErrors
NewEntitymanagerAttributeWriteErrors instantiates a new EntitymanagerAttributeWriteErrors 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 NewEntitymanagerAttributeWriteErrorsWithDefaults ¶
func NewEntitymanagerAttributeWriteErrorsWithDefaults() *EntitymanagerAttributeWriteErrors
NewEntitymanagerAttributeWriteErrorsWithDefaults instantiates a new EntitymanagerAttributeWriteErrors 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 (*EntitymanagerAttributeWriteErrors) GetAttributeWriteErrors ¶
func (o *EntitymanagerAttributeWriteErrors) GetAttributeWriteErrors() []EntitymanagerAttributeWriteError
GetAttributeWriteErrors returns the AttributeWriteErrors field value if set, zero value otherwise.
func (*EntitymanagerAttributeWriteErrors) GetAttributeWriteErrorsOk ¶
func (o *EntitymanagerAttributeWriteErrors) GetAttributeWriteErrorsOk() ([]EntitymanagerAttributeWriteError, bool)
GetAttributeWriteErrorsOk returns a tuple with the AttributeWriteErrors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerAttributeWriteErrors) HasAttributeWriteErrors ¶
func (o *EntitymanagerAttributeWriteErrors) HasAttributeWriteErrors() bool
HasAttributeWriteErrors returns a boolean if a field has been set.
func (EntitymanagerAttributeWriteErrors) MarshalJSON ¶
func (o EntitymanagerAttributeWriteErrors) MarshalJSON() ([]byte, error)
func (*EntitymanagerAttributeWriteErrors) SetAttributeWriteErrors ¶
func (o *EntitymanagerAttributeWriteErrors) SetAttributeWriteErrors(v []EntitymanagerAttributeWriteError)
SetAttributeWriteErrors gets a reference to the given []EntitymanagerAttributeWriteError and assigns it to the AttributeWriteErrors field.
func (EntitymanagerAttributeWriteErrors) ToMap ¶
func (o EntitymanagerAttributeWriteErrors) ToMap() (map[string]interface{}, error)
type EntitymanagerBulkCreateAttributeRequest ¶
type EntitymanagerBulkCreateAttributeRequest struct { TenantId *string `json:"tenantId,omitempty"` EntityData *EntitymanagerEntityIdentifier `json:"entityData,omitempty"` EntityId *string `json:"entityId,omitempty"` Attributes []EntitymanagerAttribute `json:"attributes,omitempty"` }
EntitymanagerBulkCreateAttributeRequest struct for EntitymanagerBulkCreateAttributeRequest
func NewEntitymanagerBulkCreateAttributeRequest ¶
func NewEntitymanagerBulkCreateAttributeRequest() *EntitymanagerBulkCreateAttributeRequest
NewEntitymanagerBulkCreateAttributeRequest instantiates a new EntitymanagerBulkCreateAttributeRequest 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 NewEntitymanagerBulkCreateAttributeRequestWithDefaults ¶
func NewEntitymanagerBulkCreateAttributeRequestWithDefaults() *EntitymanagerBulkCreateAttributeRequest
NewEntitymanagerBulkCreateAttributeRequestWithDefaults instantiates a new EntitymanagerBulkCreateAttributeRequest 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 (*EntitymanagerBulkCreateAttributeRequest) GetAttributes ¶
func (o *EntitymanagerBulkCreateAttributeRequest) GetAttributes() []EntitymanagerAttribute
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*EntitymanagerBulkCreateAttributeRequest) GetAttributesOk ¶
func (o *EntitymanagerBulkCreateAttributeRequest) GetAttributesOk() ([]EntitymanagerAttribute, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerBulkCreateAttributeRequest) GetEntityData ¶
func (o *EntitymanagerBulkCreateAttributeRequest) GetEntityData() EntitymanagerEntityIdentifier
GetEntityData returns the EntityData field value if set, zero value otherwise.
func (*EntitymanagerBulkCreateAttributeRequest) GetEntityDataOk ¶
func (o *EntitymanagerBulkCreateAttributeRequest) GetEntityDataOk() (*EntitymanagerEntityIdentifier, bool)
GetEntityDataOk returns a tuple with the EntityData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerBulkCreateAttributeRequest) GetEntityId ¶
func (o *EntitymanagerBulkCreateAttributeRequest) GetEntityId() string
GetEntityId returns the EntityId field value if set, zero value otherwise.
func (*EntitymanagerBulkCreateAttributeRequest) GetEntityIdOk ¶
func (o *EntitymanagerBulkCreateAttributeRequest) GetEntityIdOk() (*string, bool)
GetEntityIdOk returns a tuple with the EntityId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerBulkCreateAttributeRequest) GetTenantId ¶
func (o *EntitymanagerBulkCreateAttributeRequest) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*EntitymanagerBulkCreateAttributeRequest) GetTenantIdOk ¶
func (o *EntitymanagerBulkCreateAttributeRequest) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerBulkCreateAttributeRequest) HasAttributes ¶
func (o *EntitymanagerBulkCreateAttributeRequest) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*EntitymanagerBulkCreateAttributeRequest) HasEntityData ¶
func (o *EntitymanagerBulkCreateAttributeRequest) HasEntityData() bool
HasEntityData returns a boolean if a field has been set.
func (*EntitymanagerBulkCreateAttributeRequest) HasEntityId ¶
func (o *EntitymanagerBulkCreateAttributeRequest) HasEntityId() bool
HasEntityId returns a boolean if a field has been set.
func (*EntitymanagerBulkCreateAttributeRequest) HasTenantId ¶
func (o *EntitymanagerBulkCreateAttributeRequest) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (EntitymanagerBulkCreateAttributeRequest) MarshalJSON ¶
func (o EntitymanagerBulkCreateAttributeRequest) MarshalJSON() ([]byte, error)
func (*EntitymanagerBulkCreateAttributeRequest) SetAttributes ¶
func (o *EntitymanagerBulkCreateAttributeRequest) SetAttributes(v []EntitymanagerAttribute)
SetAttributes gets a reference to the given []EntitymanagerAttribute and assigns it to the Attributes field.
func (*EntitymanagerBulkCreateAttributeRequest) SetEntityData ¶
func (o *EntitymanagerBulkCreateAttributeRequest) SetEntityData(v EntitymanagerEntityIdentifier)
SetEntityData gets a reference to the given EntitymanagerEntityIdentifier and assigns it to the EntityData field.
func (*EntitymanagerBulkCreateAttributeRequest) SetEntityId ¶
func (o *EntitymanagerBulkCreateAttributeRequest) SetEntityId(v string)
SetEntityId gets a reference to the given string and assigns it to the EntityId field.
func (*EntitymanagerBulkCreateAttributeRequest) SetTenantId ¶
func (o *EntitymanagerBulkCreateAttributeRequest) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (EntitymanagerBulkCreateAttributeRequest) ToMap ¶
func (o EntitymanagerBulkCreateAttributeRequest) ToMap() (map[string]interface{}, error)
type EntitymanagerBulkCreateAttributeResponse ¶
type EntitymanagerBulkCreateAttributeResponse struct {
Attributes []EntitymanagerAttribute `json:"attributes,omitempty"`
}
EntitymanagerBulkCreateAttributeResponse struct for EntitymanagerBulkCreateAttributeResponse
func NewEntitymanagerBulkCreateAttributeResponse ¶
func NewEntitymanagerBulkCreateAttributeResponse() *EntitymanagerBulkCreateAttributeResponse
NewEntitymanagerBulkCreateAttributeResponse instantiates a new EntitymanagerBulkCreateAttributeResponse 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 NewEntitymanagerBulkCreateAttributeResponseWithDefaults ¶
func NewEntitymanagerBulkCreateAttributeResponseWithDefaults() *EntitymanagerBulkCreateAttributeResponse
NewEntitymanagerBulkCreateAttributeResponseWithDefaults instantiates a new EntitymanagerBulkCreateAttributeResponse 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 (*EntitymanagerBulkCreateAttributeResponse) GetAttributes ¶
func (o *EntitymanagerBulkCreateAttributeResponse) GetAttributes() []EntitymanagerAttribute
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*EntitymanagerBulkCreateAttributeResponse) GetAttributesOk ¶
func (o *EntitymanagerBulkCreateAttributeResponse) GetAttributesOk() ([]EntitymanagerAttribute, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerBulkCreateAttributeResponse) HasAttributes ¶
func (o *EntitymanagerBulkCreateAttributeResponse) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (EntitymanagerBulkCreateAttributeResponse) MarshalJSON ¶
func (o EntitymanagerBulkCreateAttributeResponse) MarshalJSON() ([]byte, error)
func (*EntitymanagerBulkCreateAttributeResponse) SetAttributes ¶
func (o *EntitymanagerBulkCreateAttributeResponse) SetAttributes(v []EntitymanagerAttribute)
SetAttributes gets a reference to the given []EntitymanagerAttribute and assigns it to the Attributes field.
func (EntitymanagerBulkCreateAttributeResponse) ToMap ¶
func (o EntitymanagerBulkCreateAttributeResponse) ToMap() (map[string]interface{}, error)
type EntitymanagerCreateAttributeGroupRequest ¶
type EntitymanagerCreateAttributeGroupRequest struct { TenantId *string `json:"tenantId,omitempty"` Code *string `json:"code,omitempty"` Label *ProductentitymanagerLocalizedText `json:"label,omitempty"` Sort *int32 `json:"sort,omitempty"` Visibility []string `json:"visibility,omitempty"` }
EntitymanagerCreateAttributeGroupRequest struct for EntitymanagerCreateAttributeGroupRequest
func NewEntitymanagerCreateAttributeGroupRequest ¶
func NewEntitymanagerCreateAttributeGroupRequest() *EntitymanagerCreateAttributeGroupRequest
NewEntitymanagerCreateAttributeGroupRequest instantiates a new EntitymanagerCreateAttributeGroupRequest 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 NewEntitymanagerCreateAttributeGroupRequestWithDefaults ¶
func NewEntitymanagerCreateAttributeGroupRequestWithDefaults() *EntitymanagerCreateAttributeGroupRequest
NewEntitymanagerCreateAttributeGroupRequestWithDefaults instantiates a new EntitymanagerCreateAttributeGroupRequest 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 (*EntitymanagerCreateAttributeGroupRequest) GetCode ¶
func (o *EntitymanagerCreateAttributeGroupRequest) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*EntitymanagerCreateAttributeGroupRequest) GetCodeOk ¶
func (o *EntitymanagerCreateAttributeGroupRequest) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerCreateAttributeGroupRequest) GetLabel ¶
func (o *EntitymanagerCreateAttributeGroupRequest) GetLabel() ProductentitymanagerLocalizedText
GetLabel returns the Label field value if set, zero value otherwise.
func (*EntitymanagerCreateAttributeGroupRequest) GetLabelOk ¶
func (o *EntitymanagerCreateAttributeGroupRequest) GetLabelOk() (*ProductentitymanagerLocalizedText, bool)
GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerCreateAttributeGroupRequest) GetSort ¶
func (o *EntitymanagerCreateAttributeGroupRequest) GetSort() int32
GetSort returns the Sort field value if set, zero value otherwise.
func (*EntitymanagerCreateAttributeGroupRequest) GetSortOk ¶
func (o *EntitymanagerCreateAttributeGroupRequest) GetSortOk() (*int32, bool)
GetSortOk returns a tuple with the Sort field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerCreateAttributeGroupRequest) GetTenantId ¶
func (o *EntitymanagerCreateAttributeGroupRequest) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*EntitymanagerCreateAttributeGroupRequest) GetTenantIdOk ¶
func (o *EntitymanagerCreateAttributeGroupRequest) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerCreateAttributeGroupRequest) GetVisibility ¶
func (o *EntitymanagerCreateAttributeGroupRequest) GetVisibility() []string
GetVisibility returns the Visibility field value if set, zero value otherwise.
func (*EntitymanagerCreateAttributeGroupRequest) GetVisibilityOk ¶
func (o *EntitymanagerCreateAttributeGroupRequest) GetVisibilityOk() ([]string, bool)
GetVisibilityOk returns a tuple with the Visibility field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerCreateAttributeGroupRequest) HasCode ¶
func (o *EntitymanagerCreateAttributeGroupRequest) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*EntitymanagerCreateAttributeGroupRequest) HasLabel ¶
func (o *EntitymanagerCreateAttributeGroupRequest) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (*EntitymanagerCreateAttributeGroupRequest) HasSort ¶
func (o *EntitymanagerCreateAttributeGroupRequest) HasSort() bool
HasSort returns a boolean if a field has been set.
func (*EntitymanagerCreateAttributeGroupRequest) HasTenantId ¶
func (o *EntitymanagerCreateAttributeGroupRequest) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (*EntitymanagerCreateAttributeGroupRequest) HasVisibility ¶
func (o *EntitymanagerCreateAttributeGroupRequest) HasVisibility() bool
HasVisibility returns a boolean if a field has been set.
func (EntitymanagerCreateAttributeGroupRequest) MarshalJSON ¶
func (o EntitymanagerCreateAttributeGroupRequest) MarshalJSON() ([]byte, error)
func (*EntitymanagerCreateAttributeGroupRequest) SetCode ¶
func (o *EntitymanagerCreateAttributeGroupRequest) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*EntitymanagerCreateAttributeGroupRequest) SetLabel ¶
func (o *EntitymanagerCreateAttributeGroupRequest) SetLabel(v ProductentitymanagerLocalizedText)
SetLabel gets a reference to the given ProductentitymanagerLocalizedText and assigns it to the Label field.
func (*EntitymanagerCreateAttributeGroupRequest) SetSort ¶
func (o *EntitymanagerCreateAttributeGroupRequest) SetSort(v int32)
SetSort gets a reference to the given int32 and assigns it to the Sort field.
func (*EntitymanagerCreateAttributeGroupRequest) SetTenantId ¶
func (o *EntitymanagerCreateAttributeGroupRequest) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (*EntitymanagerCreateAttributeGroupRequest) SetVisibility ¶
func (o *EntitymanagerCreateAttributeGroupRequest) SetVisibility(v []string)
SetVisibility gets a reference to the given []string and assigns it to the Visibility field.
func (EntitymanagerCreateAttributeGroupRequest) ToMap ¶
func (o EntitymanagerCreateAttributeGroupRequest) ToMap() (map[string]interface{}, error)
type EntitymanagerCreateAttributeOptionsRequest ¶
type EntitymanagerCreateAttributeOptionsRequest struct { TenantId *string `json:"tenantId,omitempty"` ListCode *string `json:"listCode,omitempty"` Options []EntitymanagerAttributeOption `json:"options,omitempty"` }
EntitymanagerCreateAttributeOptionsRequest struct for EntitymanagerCreateAttributeOptionsRequest
func NewEntitymanagerCreateAttributeOptionsRequest ¶
func NewEntitymanagerCreateAttributeOptionsRequest() *EntitymanagerCreateAttributeOptionsRequest
NewEntitymanagerCreateAttributeOptionsRequest instantiates a new EntitymanagerCreateAttributeOptionsRequest 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 NewEntitymanagerCreateAttributeOptionsRequestWithDefaults ¶
func NewEntitymanagerCreateAttributeOptionsRequestWithDefaults() *EntitymanagerCreateAttributeOptionsRequest
NewEntitymanagerCreateAttributeOptionsRequestWithDefaults instantiates a new EntitymanagerCreateAttributeOptionsRequest 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 (*EntitymanagerCreateAttributeOptionsRequest) GetListCode ¶
func (o *EntitymanagerCreateAttributeOptionsRequest) GetListCode() string
GetListCode returns the ListCode field value if set, zero value otherwise.
func (*EntitymanagerCreateAttributeOptionsRequest) GetListCodeOk ¶
func (o *EntitymanagerCreateAttributeOptionsRequest) GetListCodeOk() (*string, bool)
GetListCodeOk returns a tuple with the ListCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerCreateAttributeOptionsRequest) GetOptions ¶
func (o *EntitymanagerCreateAttributeOptionsRequest) GetOptions() []EntitymanagerAttributeOption
GetOptions returns the Options field value if set, zero value otherwise.
func (*EntitymanagerCreateAttributeOptionsRequest) GetOptionsOk ¶
func (o *EntitymanagerCreateAttributeOptionsRequest) GetOptionsOk() ([]EntitymanagerAttributeOption, bool)
GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerCreateAttributeOptionsRequest) GetTenantId ¶
func (o *EntitymanagerCreateAttributeOptionsRequest) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*EntitymanagerCreateAttributeOptionsRequest) GetTenantIdOk ¶
func (o *EntitymanagerCreateAttributeOptionsRequest) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerCreateAttributeOptionsRequest) HasListCode ¶
func (o *EntitymanagerCreateAttributeOptionsRequest) HasListCode() bool
HasListCode returns a boolean if a field has been set.
func (*EntitymanagerCreateAttributeOptionsRequest) HasOptions ¶
func (o *EntitymanagerCreateAttributeOptionsRequest) HasOptions() bool
HasOptions returns a boolean if a field has been set.
func (*EntitymanagerCreateAttributeOptionsRequest) HasTenantId ¶
func (o *EntitymanagerCreateAttributeOptionsRequest) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (EntitymanagerCreateAttributeOptionsRequest) MarshalJSON ¶
func (o EntitymanagerCreateAttributeOptionsRequest) MarshalJSON() ([]byte, error)
func (*EntitymanagerCreateAttributeOptionsRequest) SetListCode ¶
func (o *EntitymanagerCreateAttributeOptionsRequest) SetListCode(v string)
SetListCode gets a reference to the given string and assigns it to the ListCode field.
func (*EntitymanagerCreateAttributeOptionsRequest) SetOptions ¶
func (o *EntitymanagerCreateAttributeOptionsRequest) SetOptions(v []EntitymanagerAttributeOption)
SetOptions gets a reference to the given []EntitymanagerAttributeOption and assigns it to the Options field.
func (*EntitymanagerCreateAttributeOptionsRequest) SetTenantId ¶
func (o *EntitymanagerCreateAttributeOptionsRequest) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (EntitymanagerCreateAttributeOptionsRequest) ToMap ¶
func (o EntitymanagerCreateAttributeOptionsRequest) ToMap() (map[string]interface{}, error)
type EntitymanagerCreateAttributeOptionsResponse ¶
type EntitymanagerCreateAttributeOptionsResponse struct { Options []EntitymanagerAttributeOption `json:"options,omitempty"` Errors []EntitymanagerAttributeOptionErrors `json:"errors,omitempty"` }
EntitymanagerCreateAttributeOptionsResponse struct for EntitymanagerCreateAttributeOptionsResponse
func NewEntitymanagerCreateAttributeOptionsResponse ¶
func NewEntitymanagerCreateAttributeOptionsResponse() *EntitymanagerCreateAttributeOptionsResponse
NewEntitymanagerCreateAttributeOptionsResponse instantiates a new EntitymanagerCreateAttributeOptionsResponse 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 NewEntitymanagerCreateAttributeOptionsResponseWithDefaults ¶
func NewEntitymanagerCreateAttributeOptionsResponseWithDefaults() *EntitymanagerCreateAttributeOptionsResponse
NewEntitymanagerCreateAttributeOptionsResponseWithDefaults instantiates a new EntitymanagerCreateAttributeOptionsResponse 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 (*EntitymanagerCreateAttributeOptionsResponse) GetErrors ¶
func (o *EntitymanagerCreateAttributeOptionsResponse) GetErrors() []EntitymanagerAttributeOptionErrors
GetErrors returns the Errors field value if set, zero value otherwise.
func (*EntitymanagerCreateAttributeOptionsResponse) GetErrorsOk ¶
func (o *EntitymanagerCreateAttributeOptionsResponse) GetErrorsOk() ([]EntitymanagerAttributeOptionErrors, bool)
GetErrorsOk returns a tuple with the Errors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerCreateAttributeOptionsResponse) GetOptions ¶
func (o *EntitymanagerCreateAttributeOptionsResponse) GetOptions() []EntitymanagerAttributeOption
GetOptions returns the Options field value if set, zero value otherwise.
func (*EntitymanagerCreateAttributeOptionsResponse) GetOptionsOk ¶
func (o *EntitymanagerCreateAttributeOptionsResponse) GetOptionsOk() ([]EntitymanagerAttributeOption, bool)
GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerCreateAttributeOptionsResponse) HasErrors ¶
func (o *EntitymanagerCreateAttributeOptionsResponse) HasErrors() bool
HasErrors returns a boolean if a field has been set.
func (*EntitymanagerCreateAttributeOptionsResponse) HasOptions ¶
func (o *EntitymanagerCreateAttributeOptionsResponse) HasOptions() bool
HasOptions returns a boolean if a field has been set.
func (EntitymanagerCreateAttributeOptionsResponse) MarshalJSON ¶
func (o EntitymanagerCreateAttributeOptionsResponse) MarshalJSON() ([]byte, error)
func (*EntitymanagerCreateAttributeOptionsResponse) SetErrors ¶
func (o *EntitymanagerCreateAttributeOptionsResponse) SetErrors(v []EntitymanagerAttributeOptionErrors)
SetErrors gets a reference to the given []EntitymanagerAttributeOptionErrors and assigns it to the Errors field.
func (*EntitymanagerCreateAttributeOptionsResponse) SetOptions ¶
func (o *EntitymanagerCreateAttributeOptionsResponse) SetOptions(v []EntitymanagerAttributeOption)
SetOptions gets a reference to the given []EntitymanagerAttributeOption and assigns it to the Options field.
func (EntitymanagerCreateAttributeOptionsResponse) ToMap ¶
func (o EntitymanagerCreateAttributeOptionsResponse) ToMap() (map[string]interface{}, error)
type EntitymanagerCreateEntityResponse ¶
type EntitymanagerCreateEntityResponse struct { AttributeWriteErrors *EntitymanagerAttributeWriteErrors `json:"attributeWriteErrors,omitempty"` Entity *EntitymanagerEntity `json:"entity,omitempty"` }
EntitymanagerCreateEntityResponse struct for EntitymanagerCreateEntityResponse
func NewEntitymanagerCreateEntityResponse ¶
func NewEntitymanagerCreateEntityResponse() *EntitymanagerCreateEntityResponse
NewEntitymanagerCreateEntityResponse instantiates a new EntitymanagerCreateEntityResponse 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 NewEntitymanagerCreateEntityResponseWithDefaults ¶
func NewEntitymanagerCreateEntityResponseWithDefaults() *EntitymanagerCreateEntityResponse
NewEntitymanagerCreateEntityResponseWithDefaults instantiates a new EntitymanagerCreateEntityResponse 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 (*EntitymanagerCreateEntityResponse) GetAttributeWriteErrors ¶
func (o *EntitymanagerCreateEntityResponse) GetAttributeWriteErrors() EntitymanagerAttributeWriteErrors
GetAttributeWriteErrors returns the AttributeWriteErrors field value if set, zero value otherwise.
func (*EntitymanagerCreateEntityResponse) GetAttributeWriteErrorsOk ¶
func (o *EntitymanagerCreateEntityResponse) GetAttributeWriteErrorsOk() (*EntitymanagerAttributeWriteErrors, bool)
GetAttributeWriteErrorsOk returns a tuple with the AttributeWriteErrors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerCreateEntityResponse) GetEntity ¶
func (o *EntitymanagerCreateEntityResponse) GetEntity() EntitymanagerEntity
GetEntity returns the Entity field value if set, zero value otherwise.
func (*EntitymanagerCreateEntityResponse) GetEntityOk ¶
func (o *EntitymanagerCreateEntityResponse) GetEntityOk() (*EntitymanagerEntity, bool)
GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerCreateEntityResponse) HasAttributeWriteErrors ¶
func (o *EntitymanagerCreateEntityResponse) HasAttributeWriteErrors() bool
HasAttributeWriteErrors returns a boolean if a field has been set.
func (*EntitymanagerCreateEntityResponse) HasEntity ¶
func (o *EntitymanagerCreateEntityResponse) HasEntity() bool
HasEntity returns a boolean if a field has been set.
func (EntitymanagerCreateEntityResponse) MarshalJSON ¶
func (o EntitymanagerCreateEntityResponse) MarshalJSON() ([]byte, error)
func (*EntitymanagerCreateEntityResponse) SetAttributeWriteErrors ¶
func (o *EntitymanagerCreateEntityResponse) SetAttributeWriteErrors(v EntitymanagerAttributeWriteErrors)
SetAttributeWriteErrors gets a reference to the given EntitymanagerAttributeWriteErrors and assigns it to the AttributeWriteErrors field.
func (*EntitymanagerCreateEntityResponse) SetEntity ¶
func (o *EntitymanagerCreateEntityResponse) SetEntity(v EntitymanagerEntity)
SetEntity gets a reference to the given EntitymanagerEntity and assigns it to the Entity field.
func (EntitymanagerCreateEntityResponse) ToMap ¶
func (o EntitymanagerCreateEntityResponse) ToMap() (map[string]interface{}, error)
type EntitymanagerCreateOptionsListRequest ¶
type EntitymanagerCreateOptionsListRequest struct { TenantId *string `json:"tenantId,omitempty"` OptionList *EntitymanagerOptionsList `json:"optionList,omitempty"` }
EntitymanagerCreateOptionsListRequest struct for EntitymanagerCreateOptionsListRequest
func NewEntitymanagerCreateOptionsListRequest ¶
func NewEntitymanagerCreateOptionsListRequest() *EntitymanagerCreateOptionsListRequest
NewEntitymanagerCreateOptionsListRequest instantiates a new EntitymanagerCreateOptionsListRequest 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 NewEntitymanagerCreateOptionsListRequestWithDefaults ¶
func NewEntitymanagerCreateOptionsListRequestWithDefaults() *EntitymanagerCreateOptionsListRequest
NewEntitymanagerCreateOptionsListRequestWithDefaults instantiates a new EntitymanagerCreateOptionsListRequest 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 (*EntitymanagerCreateOptionsListRequest) GetOptionList ¶
func (o *EntitymanagerCreateOptionsListRequest) GetOptionList() EntitymanagerOptionsList
GetOptionList returns the OptionList field value if set, zero value otherwise.
func (*EntitymanagerCreateOptionsListRequest) GetOptionListOk ¶
func (o *EntitymanagerCreateOptionsListRequest) GetOptionListOk() (*EntitymanagerOptionsList, bool)
GetOptionListOk returns a tuple with the OptionList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerCreateOptionsListRequest) GetTenantId ¶
func (o *EntitymanagerCreateOptionsListRequest) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*EntitymanagerCreateOptionsListRequest) GetTenantIdOk ¶
func (o *EntitymanagerCreateOptionsListRequest) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerCreateOptionsListRequest) HasOptionList ¶
func (o *EntitymanagerCreateOptionsListRequest) HasOptionList() bool
HasOptionList returns a boolean if a field has been set.
func (*EntitymanagerCreateOptionsListRequest) HasTenantId ¶
func (o *EntitymanagerCreateOptionsListRequest) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (EntitymanagerCreateOptionsListRequest) MarshalJSON ¶
func (o EntitymanagerCreateOptionsListRequest) MarshalJSON() ([]byte, error)
func (*EntitymanagerCreateOptionsListRequest) SetOptionList ¶
func (o *EntitymanagerCreateOptionsListRequest) SetOptionList(v EntitymanagerOptionsList)
SetOptionList gets a reference to the given EntitymanagerOptionsList and assigns it to the OptionList field.
func (*EntitymanagerCreateOptionsListRequest) SetTenantId ¶
func (o *EntitymanagerCreateOptionsListRequest) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (EntitymanagerCreateOptionsListRequest) ToMap ¶
func (o EntitymanagerCreateOptionsListRequest) ToMap() (map[string]interface{}, error)
type EntitymanagerCreateOptionsListResponse ¶
type EntitymanagerCreateOptionsListResponse struct {
OptionList *EntitymanagerOptionsList `json:"optionList,omitempty"`
}
EntitymanagerCreateOptionsListResponse struct for EntitymanagerCreateOptionsListResponse
func NewEntitymanagerCreateOptionsListResponse ¶
func NewEntitymanagerCreateOptionsListResponse() *EntitymanagerCreateOptionsListResponse
NewEntitymanagerCreateOptionsListResponse instantiates a new EntitymanagerCreateOptionsListResponse 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 NewEntitymanagerCreateOptionsListResponseWithDefaults ¶
func NewEntitymanagerCreateOptionsListResponseWithDefaults() *EntitymanagerCreateOptionsListResponse
NewEntitymanagerCreateOptionsListResponseWithDefaults instantiates a new EntitymanagerCreateOptionsListResponse 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 (*EntitymanagerCreateOptionsListResponse) GetOptionList ¶
func (o *EntitymanagerCreateOptionsListResponse) GetOptionList() EntitymanagerOptionsList
GetOptionList returns the OptionList field value if set, zero value otherwise.
func (*EntitymanagerCreateOptionsListResponse) GetOptionListOk ¶
func (o *EntitymanagerCreateOptionsListResponse) GetOptionListOk() (*EntitymanagerOptionsList, bool)
GetOptionListOk returns a tuple with the OptionList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerCreateOptionsListResponse) HasOptionList ¶
func (o *EntitymanagerCreateOptionsListResponse) HasOptionList() bool
HasOptionList returns a boolean if a field has been set.
func (EntitymanagerCreateOptionsListResponse) MarshalJSON ¶
func (o EntitymanagerCreateOptionsListResponse) MarshalJSON() ([]byte, error)
func (*EntitymanagerCreateOptionsListResponse) SetOptionList ¶
func (o *EntitymanagerCreateOptionsListResponse) SetOptionList(v EntitymanagerOptionsList)
SetOptionList gets a reference to the given EntitymanagerOptionsList and assigns it to the OptionList field.
func (EntitymanagerCreateOptionsListResponse) ToMap ¶
func (o EntitymanagerCreateOptionsListResponse) ToMap() (map[string]interface{}, error)
type EntitymanagerDeleteAttributeRequest ¶
type EntitymanagerDeleteAttributeRequest struct { TenantId *string `json:"tenantId,omitempty"` EntityData *EntitymanagerEntityIdentifier `json:"entityData,omitempty"` EntityId *string `json:"entityId,omitempty"` Code *string `json:"code,omitempty"` }
EntitymanagerDeleteAttributeRequest struct for EntitymanagerDeleteAttributeRequest
func NewEntitymanagerDeleteAttributeRequest ¶
func NewEntitymanagerDeleteAttributeRequest() *EntitymanagerDeleteAttributeRequest
NewEntitymanagerDeleteAttributeRequest instantiates a new EntitymanagerDeleteAttributeRequest 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 NewEntitymanagerDeleteAttributeRequestWithDefaults ¶
func NewEntitymanagerDeleteAttributeRequestWithDefaults() *EntitymanagerDeleteAttributeRequest
NewEntitymanagerDeleteAttributeRequestWithDefaults instantiates a new EntitymanagerDeleteAttributeRequest 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 (*EntitymanagerDeleteAttributeRequest) GetCode ¶
func (o *EntitymanagerDeleteAttributeRequest) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*EntitymanagerDeleteAttributeRequest) GetCodeOk ¶
func (o *EntitymanagerDeleteAttributeRequest) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerDeleteAttributeRequest) GetEntityData ¶
func (o *EntitymanagerDeleteAttributeRequest) GetEntityData() EntitymanagerEntityIdentifier
GetEntityData returns the EntityData field value if set, zero value otherwise.
func (*EntitymanagerDeleteAttributeRequest) GetEntityDataOk ¶
func (o *EntitymanagerDeleteAttributeRequest) GetEntityDataOk() (*EntitymanagerEntityIdentifier, bool)
GetEntityDataOk returns a tuple with the EntityData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerDeleteAttributeRequest) GetEntityId ¶
func (o *EntitymanagerDeleteAttributeRequest) GetEntityId() string
GetEntityId returns the EntityId field value if set, zero value otherwise.
func (*EntitymanagerDeleteAttributeRequest) GetEntityIdOk ¶
func (o *EntitymanagerDeleteAttributeRequest) GetEntityIdOk() (*string, bool)
GetEntityIdOk returns a tuple with the EntityId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerDeleteAttributeRequest) GetTenantId ¶
func (o *EntitymanagerDeleteAttributeRequest) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*EntitymanagerDeleteAttributeRequest) GetTenantIdOk ¶
func (o *EntitymanagerDeleteAttributeRequest) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerDeleteAttributeRequest) HasCode ¶
func (o *EntitymanagerDeleteAttributeRequest) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*EntitymanagerDeleteAttributeRequest) HasEntityData ¶
func (o *EntitymanagerDeleteAttributeRequest) HasEntityData() bool
HasEntityData returns a boolean if a field has been set.
func (*EntitymanagerDeleteAttributeRequest) HasEntityId ¶
func (o *EntitymanagerDeleteAttributeRequest) HasEntityId() bool
HasEntityId returns a boolean if a field has been set.
func (*EntitymanagerDeleteAttributeRequest) HasTenantId ¶
func (o *EntitymanagerDeleteAttributeRequest) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (EntitymanagerDeleteAttributeRequest) MarshalJSON ¶
func (o EntitymanagerDeleteAttributeRequest) MarshalJSON() ([]byte, error)
func (*EntitymanagerDeleteAttributeRequest) SetCode ¶
func (o *EntitymanagerDeleteAttributeRequest) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*EntitymanagerDeleteAttributeRequest) SetEntityData ¶
func (o *EntitymanagerDeleteAttributeRequest) SetEntityData(v EntitymanagerEntityIdentifier)
SetEntityData gets a reference to the given EntitymanagerEntityIdentifier and assigns it to the EntityData field.
func (*EntitymanagerDeleteAttributeRequest) SetEntityId ¶
func (o *EntitymanagerDeleteAttributeRequest) SetEntityId(v string)
SetEntityId gets a reference to the given string and assigns it to the EntityId field.
func (*EntitymanagerDeleteAttributeRequest) SetTenantId ¶
func (o *EntitymanagerDeleteAttributeRequest) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (EntitymanagerDeleteAttributeRequest) ToMap ¶
func (o EntitymanagerDeleteAttributeRequest) ToMap() (map[string]interface{}, error)
type EntitymanagerEntity ¶
type EntitymanagerEntity struct { TenantId *string `json:"tenantId,omitempty"` Id *string `json:"id,omitempty"` Type *string `json:"type,omitempty"` Code *string `json:"code,omitempty"` ParentCode *string `json:"parentCode,omitempty"` Label *string `json:"label,omitempty"` Relationships []string `json:"relationships,omitempty"` Attributes []EntitymanagerAttribute `json:"attributes,omitempty"` }
EntitymanagerEntity struct for EntitymanagerEntity
func NewEntitymanagerEntity ¶
func NewEntitymanagerEntity() *EntitymanagerEntity
NewEntitymanagerEntity instantiates a new EntitymanagerEntity 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 NewEntitymanagerEntityWithDefaults ¶
func NewEntitymanagerEntityWithDefaults() *EntitymanagerEntity
NewEntitymanagerEntityWithDefaults instantiates a new EntitymanagerEntity 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 (*EntitymanagerEntity) GetAttributes ¶
func (o *EntitymanagerEntity) GetAttributes() []EntitymanagerAttribute
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*EntitymanagerEntity) GetAttributesOk ¶
func (o *EntitymanagerEntity) GetAttributesOk() ([]EntitymanagerAttribute, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerEntity) GetCode ¶
func (o *EntitymanagerEntity) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*EntitymanagerEntity) GetCodeOk ¶
func (o *EntitymanagerEntity) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerEntity) GetId ¶
func (o *EntitymanagerEntity) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*EntitymanagerEntity) GetIdOk ¶
func (o *EntitymanagerEntity) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerEntity) GetLabel ¶
func (o *EntitymanagerEntity) GetLabel() string
GetLabel returns the Label field value if set, zero value otherwise.
func (*EntitymanagerEntity) GetLabelOk ¶
func (o *EntitymanagerEntity) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerEntity) GetParentCode ¶
func (o *EntitymanagerEntity) GetParentCode() string
GetParentCode returns the ParentCode field value if set, zero value otherwise.
func (*EntitymanagerEntity) GetParentCodeOk ¶
func (o *EntitymanagerEntity) GetParentCodeOk() (*string, bool)
GetParentCodeOk returns a tuple with the ParentCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerEntity) GetRelationships ¶
func (o *EntitymanagerEntity) GetRelationships() []string
GetRelationships returns the Relationships field value if set, zero value otherwise.
func (*EntitymanagerEntity) GetRelationshipsOk ¶
func (o *EntitymanagerEntity) GetRelationshipsOk() ([]string, bool)
GetRelationshipsOk returns a tuple with the Relationships field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerEntity) GetTenantId ¶
func (o *EntitymanagerEntity) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*EntitymanagerEntity) GetTenantIdOk ¶
func (o *EntitymanagerEntity) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerEntity) GetType ¶
func (o *EntitymanagerEntity) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*EntitymanagerEntity) GetTypeOk ¶
func (o *EntitymanagerEntity) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerEntity) HasAttributes ¶
func (o *EntitymanagerEntity) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*EntitymanagerEntity) HasCode ¶
func (o *EntitymanagerEntity) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*EntitymanagerEntity) HasId ¶
func (o *EntitymanagerEntity) HasId() bool
HasId returns a boolean if a field has been set.
func (*EntitymanagerEntity) HasLabel ¶
func (o *EntitymanagerEntity) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (*EntitymanagerEntity) HasParentCode ¶
func (o *EntitymanagerEntity) HasParentCode() bool
HasParentCode returns a boolean if a field has been set.
func (*EntitymanagerEntity) HasRelationships ¶
func (o *EntitymanagerEntity) HasRelationships() bool
HasRelationships returns a boolean if a field has been set.
func (*EntitymanagerEntity) HasTenantId ¶
func (o *EntitymanagerEntity) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (*EntitymanagerEntity) HasType ¶
func (o *EntitymanagerEntity) HasType() bool
HasType returns a boolean if a field has been set.
func (EntitymanagerEntity) MarshalJSON ¶
func (o EntitymanagerEntity) MarshalJSON() ([]byte, error)
func (*EntitymanagerEntity) SetAttributes ¶
func (o *EntitymanagerEntity) SetAttributes(v []EntitymanagerAttribute)
SetAttributes gets a reference to the given []EntitymanagerAttribute and assigns it to the Attributes field.
func (*EntitymanagerEntity) SetCode ¶
func (o *EntitymanagerEntity) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*EntitymanagerEntity) SetId ¶
func (o *EntitymanagerEntity) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*EntitymanagerEntity) SetLabel ¶
func (o *EntitymanagerEntity) SetLabel(v string)
SetLabel gets a reference to the given string and assigns it to the Label field.
func (*EntitymanagerEntity) SetParentCode ¶
func (o *EntitymanagerEntity) SetParentCode(v string)
SetParentCode gets a reference to the given string and assigns it to the ParentCode field.
func (*EntitymanagerEntity) SetRelationships ¶
func (o *EntitymanagerEntity) SetRelationships(v []string)
SetRelationships gets a reference to the given []string and assigns it to the Relationships field.
func (*EntitymanagerEntity) SetTenantId ¶
func (o *EntitymanagerEntity) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (*EntitymanagerEntity) SetType ¶
func (o *EntitymanagerEntity) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (EntitymanagerEntity) ToMap ¶
func (o EntitymanagerEntity) ToMap() (map[string]interface{}, error)
type EntitymanagerEntityIdentifier ¶
type EntitymanagerEntityIdentifier struct { Type *string `json:"type,omitempty"` Code *string `json:"code,omitempty"` }
EntitymanagerEntityIdentifier struct for EntitymanagerEntityIdentifier
func NewEntitymanagerEntityIdentifier ¶
func NewEntitymanagerEntityIdentifier() *EntitymanagerEntityIdentifier
NewEntitymanagerEntityIdentifier instantiates a new EntitymanagerEntityIdentifier 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 NewEntitymanagerEntityIdentifierWithDefaults ¶
func NewEntitymanagerEntityIdentifierWithDefaults() *EntitymanagerEntityIdentifier
NewEntitymanagerEntityIdentifierWithDefaults instantiates a new EntitymanagerEntityIdentifier 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 (*EntitymanagerEntityIdentifier) GetCode ¶
func (o *EntitymanagerEntityIdentifier) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*EntitymanagerEntityIdentifier) GetCodeOk ¶
func (o *EntitymanagerEntityIdentifier) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerEntityIdentifier) GetType ¶
func (o *EntitymanagerEntityIdentifier) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*EntitymanagerEntityIdentifier) GetTypeOk ¶
func (o *EntitymanagerEntityIdentifier) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerEntityIdentifier) HasCode ¶
func (o *EntitymanagerEntityIdentifier) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*EntitymanagerEntityIdentifier) HasType ¶
func (o *EntitymanagerEntityIdentifier) HasType() bool
HasType returns a boolean if a field has been set.
func (EntitymanagerEntityIdentifier) MarshalJSON ¶
func (o EntitymanagerEntityIdentifier) MarshalJSON() ([]byte, error)
func (*EntitymanagerEntityIdentifier) SetCode ¶
func (o *EntitymanagerEntityIdentifier) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*EntitymanagerEntityIdentifier) SetType ¶
func (o *EntitymanagerEntityIdentifier) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (EntitymanagerEntityIdentifier) ToMap ¶
func (o EntitymanagerEntityIdentifier) ToMap() (map[string]interface{}, error)
type EntitymanagerEntityRequest ¶
type EntitymanagerEntityRequest struct { TenantId *string `json:"tenantId,omitempty"` EntityData *EntitymanagerEntityIdentifier `json:"entityData,omitempty"` EntityId *string `json:"entityId,omitempty"` }
EntitymanagerEntityRequest struct for EntitymanagerEntityRequest
func NewEntitymanagerEntityRequest ¶
func NewEntitymanagerEntityRequest() *EntitymanagerEntityRequest
NewEntitymanagerEntityRequest instantiates a new EntitymanagerEntityRequest 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 NewEntitymanagerEntityRequestWithDefaults ¶
func NewEntitymanagerEntityRequestWithDefaults() *EntitymanagerEntityRequest
NewEntitymanagerEntityRequestWithDefaults instantiates a new EntitymanagerEntityRequest 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 (*EntitymanagerEntityRequest) GetEntityData ¶
func (o *EntitymanagerEntityRequest) GetEntityData() EntitymanagerEntityIdentifier
GetEntityData returns the EntityData field value if set, zero value otherwise.
func (*EntitymanagerEntityRequest) GetEntityDataOk ¶
func (o *EntitymanagerEntityRequest) GetEntityDataOk() (*EntitymanagerEntityIdentifier, bool)
GetEntityDataOk returns a tuple with the EntityData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerEntityRequest) GetEntityId ¶
func (o *EntitymanagerEntityRequest) GetEntityId() string
GetEntityId returns the EntityId field value if set, zero value otherwise.
func (*EntitymanagerEntityRequest) GetEntityIdOk ¶
func (o *EntitymanagerEntityRequest) GetEntityIdOk() (*string, bool)
GetEntityIdOk returns a tuple with the EntityId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerEntityRequest) GetTenantId ¶
func (o *EntitymanagerEntityRequest) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*EntitymanagerEntityRequest) GetTenantIdOk ¶
func (o *EntitymanagerEntityRequest) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerEntityRequest) HasEntityData ¶
func (o *EntitymanagerEntityRequest) HasEntityData() bool
HasEntityData returns a boolean if a field has been set.
func (*EntitymanagerEntityRequest) HasEntityId ¶
func (o *EntitymanagerEntityRequest) HasEntityId() bool
HasEntityId returns a boolean if a field has been set.
func (*EntitymanagerEntityRequest) HasTenantId ¶
func (o *EntitymanagerEntityRequest) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (EntitymanagerEntityRequest) MarshalJSON ¶
func (o EntitymanagerEntityRequest) MarshalJSON() ([]byte, error)
func (*EntitymanagerEntityRequest) SetEntityData ¶
func (o *EntitymanagerEntityRequest) SetEntityData(v EntitymanagerEntityIdentifier)
SetEntityData gets a reference to the given EntitymanagerEntityIdentifier and assigns it to the EntityData field.
func (*EntitymanagerEntityRequest) SetEntityId ¶
func (o *EntitymanagerEntityRequest) SetEntityId(v string)
SetEntityId gets a reference to the given string and assigns it to the EntityId field.
func (*EntitymanagerEntityRequest) SetTenantId ¶
func (o *EntitymanagerEntityRequest) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (EntitymanagerEntityRequest) ToMap ¶
func (o EntitymanagerEntityRequest) ToMap() (map[string]interface{}, error)
type EntitymanagerGetAttributeGroupRequest ¶
type EntitymanagerGetAttributeGroupRequest struct { TenantId *string `json:"tenantId,omitempty"` Code *string `json:"code,omitempty"` }
EntitymanagerGetAttributeGroupRequest struct for EntitymanagerGetAttributeGroupRequest
func NewEntitymanagerGetAttributeGroupRequest ¶
func NewEntitymanagerGetAttributeGroupRequest() *EntitymanagerGetAttributeGroupRequest
NewEntitymanagerGetAttributeGroupRequest instantiates a new EntitymanagerGetAttributeGroupRequest 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 NewEntitymanagerGetAttributeGroupRequestWithDefaults ¶
func NewEntitymanagerGetAttributeGroupRequestWithDefaults() *EntitymanagerGetAttributeGroupRequest
NewEntitymanagerGetAttributeGroupRequestWithDefaults instantiates a new EntitymanagerGetAttributeGroupRequest 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 (*EntitymanagerGetAttributeGroupRequest) GetCode ¶
func (o *EntitymanagerGetAttributeGroupRequest) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*EntitymanagerGetAttributeGroupRequest) GetCodeOk ¶
func (o *EntitymanagerGetAttributeGroupRequest) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerGetAttributeGroupRequest) GetTenantId ¶
func (o *EntitymanagerGetAttributeGroupRequest) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*EntitymanagerGetAttributeGroupRequest) GetTenantIdOk ¶
func (o *EntitymanagerGetAttributeGroupRequest) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerGetAttributeGroupRequest) HasCode ¶
func (o *EntitymanagerGetAttributeGroupRequest) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*EntitymanagerGetAttributeGroupRequest) HasTenantId ¶
func (o *EntitymanagerGetAttributeGroupRequest) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (EntitymanagerGetAttributeGroupRequest) MarshalJSON ¶
func (o EntitymanagerGetAttributeGroupRequest) MarshalJSON() ([]byte, error)
func (*EntitymanagerGetAttributeGroupRequest) SetCode ¶
func (o *EntitymanagerGetAttributeGroupRequest) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*EntitymanagerGetAttributeGroupRequest) SetTenantId ¶
func (o *EntitymanagerGetAttributeGroupRequest) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (EntitymanagerGetAttributeGroupRequest) ToMap ¶
func (o EntitymanagerGetAttributeGroupRequest) ToMap() (map[string]interface{}, error)
type EntitymanagerGetAttributeOptionRequest ¶
type EntitymanagerGetAttributeOptionRequest struct { TenantId *string `json:"tenantId,omitempty"` ListCode *string `json:"listCode,omitempty"` OptionId *string `json:"optionId,omitempty"` }
EntitymanagerGetAttributeOptionRequest struct for EntitymanagerGetAttributeOptionRequest
func NewEntitymanagerGetAttributeOptionRequest ¶
func NewEntitymanagerGetAttributeOptionRequest() *EntitymanagerGetAttributeOptionRequest
NewEntitymanagerGetAttributeOptionRequest instantiates a new EntitymanagerGetAttributeOptionRequest 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 NewEntitymanagerGetAttributeOptionRequestWithDefaults ¶
func NewEntitymanagerGetAttributeOptionRequestWithDefaults() *EntitymanagerGetAttributeOptionRequest
NewEntitymanagerGetAttributeOptionRequestWithDefaults instantiates a new EntitymanagerGetAttributeOptionRequest 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 (*EntitymanagerGetAttributeOptionRequest) GetListCode ¶
func (o *EntitymanagerGetAttributeOptionRequest) GetListCode() string
GetListCode returns the ListCode field value if set, zero value otherwise.
func (*EntitymanagerGetAttributeOptionRequest) GetListCodeOk ¶
func (o *EntitymanagerGetAttributeOptionRequest) GetListCodeOk() (*string, bool)
GetListCodeOk returns a tuple with the ListCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerGetAttributeOptionRequest) GetOptionId ¶
func (o *EntitymanagerGetAttributeOptionRequest) GetOptionId() string
GetOptionId returns the OptionId field value if set, zero value otherwise.
func (*EntitymanagerGetAttributeOptionRequest) GetOptionIdOk ¶
func (o *EntitymanagerGetAttributeOptionRequest) GetOptionIdOk() (*string, bool)
GetOptionIdOk returns a tuple with the OptionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerGetAttributeOptionRequest) GetTenantId ¶
func (o *EntitymanagerGetAttributeOptionRequest) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*EntitymanagerGetAttributeOptionRequest) GetTenantIdOk ¶
func (o *EntitymanagerGetAttributeOptionRequest) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerGetAttributeOptionRequest) HasListCode ¶
func (o *EntitymanagerGetAttributeOptionRequest) HasListCode() bool
HasListCode returns a boolean if a field has been set.
func (*EntitymanagerGetAttributeOptionRequest) HasOptionId ¶
func (o *EntitymanagerGetAttributeOptionRequest) HasOptionId() bool
HasOptionId returns a boolean if a field has been set.
func (*EntitymanagerGetAttributeOptionRequest) HasTenantId ¶
func (o *EntitymanagerGetAttributeOptionRequest) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (EntitymanagerGetAttributeOptionRequest) MarshalJSON ¶
func (o EntitymanagerGetAttributeOptionRequest) MarshalJSON() ([]byte, error)
func (*EntitymanagerGetAttributeOptionRequest) SetListCode ¶
func (o *EntitymanagerGetAttributeOptionRequest) SetListCode(v string)
SetListCode gets a reference to the given string and assigns it to the ListCode field.
func (*EntitymanagerGetAttributeOptionRequest) SetOptionId ¶
func (o *EntitymanagerGetAttributeOptionRequest) SetOptionId(v string)
SetOptionId gets a reference to the given string and assigns it to the OptionId field.
func (*EntitymanagerGetAttributeOptionRequest) SetTenantId ¶
func (o *EntitymanagerGetAttributeOptionRequest) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (EntitymanagerGetAttributeOptionRequest) ToMap ¶
func (o EntitymanagerGetAttributeOptionRequest) ToMap() (map[string]interface{}, error)
type EntitymanagerGetAttributeOptionResponse ¶
type EntitymanagerGetAttributeOptionResponse struct {
Option *EntitymanagerAttributeOption `json:"option,omitempty"`
}
EntitymanagerGetAttributeOptionResponse struct for EntitymanagerGetAttributeOptionResponse
func NewEntitymanagerGetAttributeOptionResponse ¶
func NewEntitymanagerGetAttributeOptionResponse() *EntitymanagerGetAttributeOptionResponse
NewEntitymanagerGetAttributeOptionResponse instantiates a new EntitymanagerGetAttributeOptionResponse 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 NewEntitymanagerGetAttributeOptionResponseWithDefaults ¶
func NewEntitymanagerGetAttributeOptionResponseWithDefaults() *EntitymanagerGetAttributeOptionResponse
NewEntitymanagerGetAttributeOptionResponseWithDefaults instantiates a new EntitymanagerGetAttributeOptionResponse 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 (*EntitymanagerGetAttributeOptionResponse) GetOption ¶
func (o *EntitymanagerGetAttributeOptionResponse) GetOption() EntitymanagerAttributeOption
GetOption returns the Option field value if set, zero value otherwise.
func (*EntitymanagerGetAttributeOptionResponse) GetOptionOk ¶
func (o *EntitymanagerGetAttributeOptionResponse) GetOptionOk() (*EntitymanagerAttributeOption, bool)
GetOptionOk returns a tuple with the Option field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerGetAttributeOptionResponse) HasOption ¶
func (o *EntitymanagerGetAttributeOptionResponse) HasOption() bool
HasOption returns a boolean if a field has been set.
func (EntitymanagerGetAttributeOptionResponse) MarshalJSON ¶
func (o EntitymanagerGetAttributeOptionResponse) MarshalJSON() ([]byte, error)
func (*EntitymanagerGetAttributeOptionResponse) SetOption ¶
func (o *EntitymanagerGetAttributeOptionResponse) SetOption(v EntitymanagerAttributeOption)
SetOption gets a reference to the given EntitymanagerAttributeOption and assigns it to the Option field.
func (EntitymanagerGetAttributeOptionResponse) ToMap ¶
func (o EntitymanagerGetAttributeOptionResponse) ToMap() (map[string]interface{}, error)
type EntitymanagerGetAttributeOptionsRequest ¶
type EntitymanagerGetAttributeOptionsRequest struct { TenantId *string `json:"tenantId,omitempty"` OptionIds []EntitymanagerGetAttributeOptionsRequestOption `json:"optionIds,omitempty"` }
EntitymanagerGetAttributeOptionsRequest struct for EntitymanagerGetAttributeOptionsRequest
func NewEntitymanagerGetAttributeOptionsRequest ¶
func NewEntitymanagerGetAttributeOptionsRequest() *EntitymanagerGetAttributeOptionsRequest
NewEntitymanagerGetAttributeOptionsRequest instantiates a new EntitymanagerGetAttributeOptionsRequest 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 NewEntitymanagerGetAttributeOptionsRequestWithDefaults ¶
func NewEntitymanagerGetAttributeOptionsRequestWithDefaults() *EntitymanagerGetAttributeOptionsRequest
NewEntitymanagerGetAttributeOptionsRequestWithDefaults instantiates a new EntitymanagerGetAttributeOptionsRequest 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 (*EntitymanagerGetAttributeOptionsRequest) GetOptionIds ¶
func (o *EntitymanagerGetAttributeOptionsRequest) GetOptionIds() []EntitymanagerGetAttributeOptionsRequestOption
GetOptionIds returns the OptionIds field value if set, zero value otherwise.
func (*EntitymanagerGetAttributeOptionsRequest) GetOptionIdsOk ¶
func (o *EntitymanagerGetAttributeOptionsRequest) GetOptionIdsOk() ([]EntitymanagerGetAttributeOptionsRequestOption, bool)
GetOptionIdsOk returns a tuple with the OptionIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerGetAttributeOptionsRequest) GetTenantId ¶
func (o *EntitymanagerGetAttributeOptionsRequest) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*EntitymanagerGetAttributeOptionsRequest) GetTenantIdOk ¶
func (o *EntitymanagerGetAttributeOptionsRequest) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerGetAttributeOptionsRequest) HasOptionIds ¶
func (o *EntitymanagerGetAttributeOptionsRequest) HasOptionIds() bool
HasOptionIds returns a boolean if a field has been set.
func (*EntitymanagerGetAttributeOptionsRequest) HasTenantId ¶
func (o *EntitymanagerGetAttributeOptionsRequest) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (EntitymanagerGetAttributeOptionsRequest) MarshalJSON ¶
func (o EntitymanagerGetAttributeOptionsRequest) MarshalJSON() ([]byte, error)
func (*EntitymanagerGetAttributeOptionsRequest) SetOptionIds ¶
func (o *EntitymanagerGetAttributeOptionsRequest) SetOptionIds(v []EntitymanagerGetAttributeOptionsRequestOption)
SetOptionIds gets a reference to the given []EntitymanagerGetAttributeOptionsRequestOption and assigns it to the OptionIds field.
func (*EntitymanagerGetAttributeOptionsRequest) SetTenantId ¶
func (o *EntitymanagerGetAttributeOptionsRequest) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (EntitymanagerGetAttributeOptionsRequest) ToMap ¶
func (o EntitymanagerGetAttributeOptionsRequest) ToMap() (map[string]interface{}, error)
type EntitymanagerGetAttributeOptionsRequestOption ¶
type EntitymanagerGetAttributeOptionsRequestOption struct { ListCode *string `json:"listCode,omitempty"` OptionId *string `json:"optionId,omitempty"` }
EntitymanagerGetAttributeOptionsRequestOption struct for EntitymanagerGetAttributeOptionsRequestOption
func NewEntitymanagerGetAttributeOptionsRequestOption ¶
func NewEntitymanagerGetAttributeOptionsRequestOption() *EntitymanagerGetAttributeOptionsRequestOption
NewEntitymanagerGetAttributeOptionsRequestOption instantiates a new EntitymanagerGetAttributeOptionsRequestOption 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 NewEntitymanagerGetAttributeOptionsRequestOptionWithDefaults ¶
func NewEntitymanagerGetAttributeOptionsRequestOptionWithDefaults() *EntitymanagerGetAttributeOptionsRequestOption
NewEntitymanagerGetAttributeOptionsRequestOptionWithDefaults instantiates a new EntitymanagerGetAttributeOptionsRequestOption 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 (*EntitymanagerGetAttributeOptionsRequestOption) GetListCode ¶
func (o *EntitymanagerGetAttributeOptionsRequestOption) GetListCode() string
GetListCode returns the ListCode field value if set, zero value otherwise.
func (*EntitymanagerGetAttributeOptionsRequestOption) GetListCodeOk ¶
func (o *EntitymanagerGetAttributeOptionsRequestOption) GetListCodeOk() (*string, bool)
GetListCodeOk returns a tuple with the ListCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerGetAttributeOptionsRequestOption) GetOptionId ¶
func (o *EntitymanagerGetAttributeOptionsRequestOption) GetOptionId() string
GetOptionId returns the OptionId field value if set, zero value otherwise.
func (*EntitymanagerGetAttributeOptionsRequestOption) GetOptionIdOk ¶
func (o *EntitymanagerGetAttributeOptionsRequestOption) GetOptionIdOk() (*string, bool)
GetOptionIdOk returns a tuple with the OptionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerGetAttributeOptionsRequestOption) HasListCode ¶
func (o *EntitymanagerGetAttributeOptionsRequestOption) HasListCode() bool
HasListCode returns a boolean if a field has been set.
func (*EntitymanagerGetAttributeOptionsRequestOption) HasOptionId ¶
func (o *EntitymanagerGetAttributeOptionsRequestOption) HasOptionId() bool
HasOptionId returns a boolean if a field has been set.
func (EntitymanagerGetAttributeOptionsRequestOption) MarshalJSON ¶
func (o EntitymanagerGetAttributeOptionsRequestOption) MarshalJSON() ([]byte, error)
func (*EntitymanagerGetAttributeOptionsRequestOption) SetListCode ¶
func (o *EntitymanagerGetAttributeOptionsRequestOption) SetListCode(v string)
SetListCode gets a reference to the given string and assigns it to the ListCode field.
func (*EntitymanagerGetAttributeOptionsRequestOption) SetOptionId ¶
func (o *EntitymanagerGetAttributeOptionsRequestOption) SetOptionId(v string)
SetOptionId gets a reference to the given string and assigns it to the OptionId field.
func (EntitymanagerGetAttributeOptionsRequestOption) ToMap ¶
func (o EntitymanagerGetAttributeOptionsRequestOption) ToMap() (map[string]interface{}, error)
type EntitymanagerGetAttributeOptionsResponse ¶
type EntitymanagerGetAttributeOptionsResponse struct {
Options []EntitymanagerGetAttributeOptionsResponseOption `json:"options,omitempty"`
}
EntitymanagerGetAttributeOptionsResponse struct for EntitymanagerGetAttributeOptionsResponse
func NewEntitymanagerGetAttributeOptionsResponse ¶
func NewEntitymanagerGetAttributeOptionsResponse() *EntitymanagerGetAttributeOptionsResponse
NewEntitymanagerGetAttributeOptionsResponse instantiates a new EntitymanagerGetAttributeOptionsResponse 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 NewEntitymanagerGetAttributeOptionsResponseWithDefaults ¶
func NewEntitymanagerGetAttributeOptionsResponseWithDefaults() *EntitymanagerGetAttributeOptionsResponse
NewEntitymanagerGetAttributeOptionsResponseWithDefaults instantiates a new EntitymanagerGetAttributeOptionsResponse 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 (*EntitymanagerGetAttributeOptionsResponse) GetOptions ¶
func (o *EntitymanagerGetAttributeOptionsResponse) GetOptions() []EntitymanagerGetAttributeOptionsResponseOption
GetOptions returns the Options field value if set, zero value otherwise.
func (*EntitymanagerGetAttributeOptionsResponse) GetOptionsOk ¶
func (o *EntitymanagerGetAttributeOptionsResponse) GetOptionsOk() ([]EntitymanagerGetAttributeOptionsResponseOption, bool)
GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerGetAttributeOptionsResponse) HasOptions ¶
func (o *EntitymanagerGetAttributeOptionsResponse) HasOptions() bool
HasOptions returns a boolean if a field has been set.
func (EntitymanagerGetAttributeOptionsResponse) MarshalJSON ¶
func (o EntitymanagerGetAttributeOptionsResponse) MarshalJSON() ([]byte, error)
func (*EntitymanagerGetAttributeOptionsResponse) SetOptions ¶
func (o *EntitymanagerGetAttributeOptionsResponse) SetOptions(v []EntitymanagerGetAttributeOptionsResponseOption)
SetOptions gets a reference to the given []EntitymanagerGetAttributeOptionsResponseOption and assigns it to the Options field.
func (EntitymanagerGetAttributeOptionsResponse) ToMap ¶
func (o EntitymanagerGetAttributeOptionsResponse) ToMap() (map[string]interface{}, error)
type EntitymanagerGetAttributeOptionsResponseOption ¶
type EntitymanagerGetAttributeOptionsResponseOption struct { ListCode *string `json:"listCode,omitempty"` Option *EntitymanagerAttributeOption `json:"option,omitempty"` }
EntitymanagerGetAttributeOptionsResponseOption struct for EntitymanagerGetAttributeOptionsResponseOption
func NewEntitymanagerGetAttributeOptionsResponseOption ¶
func NewEntitymanagerGetAttributeOptionsResponseOption() *EntitymanagerGetAttributeOptionsResponseOption
NewEntitymanagerGetAttributeOptionsResponseOption instantiates a new EntitymanagerGetAttributeOptionsResponseOption 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 NewEntitymanagerGetAttributeOptionsResponseOptionWithDefaults ¶
func NewEntitymanagerGetAttributeOptionsResponseOptionWithDefaults() *EntitymanagerGetAttributeOptionsResponseOption
NewEntitymanagerGetAttributeOptionsResponseOptionWithDefaults instantiates a new EntitymanagerGetAttributeOptionsResponseOption 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 (*EntitymanagerGetAttributeOptionsResponseOption) GetListCode ¶
func (o *EntitymanagerGetAttributeOptionsResponseOption) GetListCode() string
GetListCode returns the ListCode field value if set, zero value otherwise.
func (*EntitymanagerGetAttributeOptionsResponseOption) GetListCodeOk ¶
func (o *EntitymanagerGetAttributeOptionsResponseOption) GetListCodeOk() (*string, bool)
GetListCodeOk returns a tuple with the ListCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerGetAttributeOptionsResponseOption) GetOption ¶
func (o *EntitymanagerGetAttributeOptionsResponseOption) GetOption() EntitymanagerAttributeOption
GetOption returns the Option field value if set, zero value otherwise.
func (*EntitymanagerGetAttributeOptionsResponseOption) GetOptionOk ¶
func (o *EntitymanagerGetAttributeOptionsResponseOption) GetOptionOk() (*EntitymanagerAttributeOption, bool)
GetOptionOk returns a tuple with the Option field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerGetAttributeOptionsResponseOption) HasListCode ¶
func (o *EntitymanagerGetAttributeOptionsResponseOption) HasListCode() bool
HasListCode returns a boolean if a field has been set.
func (*EntitymanagerGetAttributeOptionsResponseOption) HasOption ¶
func (o *EntitymanagerGetAttributeOptionsResponseOption) HasOption() bool
HasOption returns a boolean if a field has been set.
func (EntitymanagerGetAttributeOptionsResponseOption) MarshalJSON ¶
func (o EntitymanagerGetAttributeOptionsResponseOption) MarshalJSON() ([]byte, error)
func (*EntitymanagerGetAttributeOptionsResponseOption) SetListCode ¶
func (o *EntitymanagerGetAttributeOptionsResponseOption) SetListCode(v string)
SetListCode gets a reference to the given string and assigns it to the ListCode field.
func (*EntitymanagerGetAttributeOptionsResponseOption) SetOption ¶
func (o *EntitymanagerGetAttributeOptionsResponseOption) SetOption(v EntitymanagerAttributeOption)
SetOption gets a reference to the given EntitymanagerAttributeOption and assigns it to the Option field.
func (EntitymanagerGetAttributeOptionsResponseOption) ToMap ¶
func (o EntitymanagerGetAttributeOptionsResponseOption) ToMap() (map[string]interface{}, error)
type EntitymanagerGetOptionsListRequest ¶
type EntitymanagerGetOptionsListRequest struct { TenantId *string `json:"tenantId,omitempty"` ListCode *string `json:"listCode,omitempty"` }
EntitymanagerGetOptionsListRequest struct for EntitymanagerGetOptionsListRequest
func NewEntitymanagerGetOptionsListRequest ¶
func NewEntitymanagerGetOptionsListRequest() *EntitymanagerGetOptionsListRequest
NewEntitymanagerGetOptionsListRequest instantiates a new EntitymanagerGetOptionsListRequest 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 NewEntitymanagerGetOptionsListRequestWithDefaults ¶
func NewEntitymanagerGetOptionsListRequestWithDefaults() *EntitymanagerGetOptionsListRequest
NewEntitymanagerGetOptionsListRequestWithDefaults instantiates a new EntitymanagerGetOptionsListRequest 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 (*EntitymanagerGetOptionsListRequest) GetListCode ¶
func (o *EntitymanagerGetOptionsListRequest) GetListCode() string
GetListCode returns the ListCode field value if set, zero value otherwise.
func (*EntitymanagerGetOptionsListRequest) GetListCodeOk ¶
func (o *EntitymanagerGetOptionsListRequest) GetListCodeOk() (*string, bool)
GetListCodeOk returns a tuple with the ListCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerGetOptionsListRequest) GetTenantId ¶
func (o *EntitymanagerGetOptionsListRequest) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*EntitymanagerGetOptionsListRequest) GetTenantIdOk ¶
func (o *EntitymanagerGetOptionsListRequest) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerGetOptionsListRequest) HasListCode ¶
func (o *EntitymanagerGetOptionsListRequest) HasListCode() bool
HasListCode returns a boolean if a field has been set.
func (*EntitymanagerGetOptionsListRequest) HasTenantId ¶
func (o *EntitymanagerGetOptionsListRequest) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (EntitymanagerGetOptionsListRequest) MarshalJSON ¶
func (o EntitymanagerGetOptionsListRequest) MarshalJSON() ([]byte, error)
func (*EntitymanagerGetOptionsListRequest) SetListCode ¶
func (o *EntitymanagerGetOptionsListRequest) SetListCode(v string)
SetListCode gets a reference to the given string and assigns it to the ListCode field.
func (*EntitymanagerGetOptionsListRequest) SetTenantId ¶
func (o *EntitymanagerGetOptionsListRequest) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (EntitymanagerGetOptionsListRequest) ToMap ¶
func (o EntitymanagerGetOptionsListRequest) ToMap() (map[string]interface{}, error)
type EntitymanagerGetOptionsListResponse ¶
type EntitymanagerGetOptionsListResponse struct {
OptionList *EntitymanagerOptionsList `json:"optionList,omitempty"`
}
EntitymanagerGetOptionsListResponse struct for EntitymanagerGetOptionsListResponse
func NewEntitymanagerGetOptionsListResponse ¶
func NewEntitymanagerGetOptionsListResponse() *EntitymanagerGetOptionsListResponse
NewEntitymanagerGetOptionsListResponse instantiates a new EntitymanagerGetOptionsListResponse 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 NewEntitymanagerGetOptionsListResponseWithDefaults ¶
func NewEntitymanagerGetOptionsListResponseWithDefaults() *EntitymanagerGetOptionsListResponse
NewEntitymanagerGetOptionsListResponseWithDefaults instantiates a new EntitymanagerGetOptionsListResponse 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 (*EntitymanagerGetOptionsListResponse) GetOptionList ¶
func (o *EntitymanagerGetOptionsListResponse) GetOptionList() EntitymanagerOptionsList
GetOptionList returns the OptionList field value if set, zero value otherwise.
func (*EntitymanagerGetOptionsListResponse) GetOptionListOk ¶
func (o *EntitymanagerGetOptionsListResponse) GetOptionListOk() (*EntitymanagerOptionsList, bool)
GetOptionListOk returns a tuple with the OptionList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerGetOptionsListResponse) HasOptionList ¶
func (o *EntitymanagerGetOptionsListResponse) HasOptionList() bool
HasOptionList returns a boolean if a field has been set.
func (EntitymanagerGetOptionsListResponse) MarshalJSON ¶
func (o EntitymanagerGetOptionsListResponse) MarshalJSON() ([]byte, error)
func (*EntitymanagerGetOptionsListResponse) SetOptionList ¶
func (o *EntitymanagerGetOptionsListResponse) SetOptionList(v EntitymanagerOptionsList)
SetOptionList gets a reference to the given EntitymanagerOptionsList and assigns it to the OptionList field.
func (EntitymanagerGetOptionsListResponse) ToMap ¶
func (o EntitymanagerGetOptionsListResponse) ToMap() (map[string]interface{}, error)
type EntitymanagerListAttributeGroupsRequest ¶
type EntitymanagerListAttributeGroupsRequest struct {
TenantId *string `json:"tenantId,omitempty"`
}
EntitymanagerListAttributeGroupsRequest struct for EntitymanagerListAttributeGroupsRequest
func NewEntitymanagerListAttributeGroupsRequest ¶
func NewEntitymanagerListAttributeGroupsRequest() *EntitymanagerListAttributeGroupsRequest
NewEntitymanagerListAttributeGroupsRequest instantiates a new EntitymanagerListAttributeGroupsRequest 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 NewEntitymanagerListAttributeGroupsRequestWithDefaults ¶
func NewEntitymanagerListAttributeGroupsRequestWithDefaults() *EntitymanagerListAttributeGroupsRequest
NewEntitymanagerListAttributeGroupsRequestWithDefaults instantiates a new EntitymanagerListAttributeGroupsRequest 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 (*EntitymanagerListAttributeGroupsRequest) GetTenantId ¶
func (o *EntitymanagerListAttributeGroupsRequest) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*EntitymanagerListAttributeGroupsRequest) GetTenantIdOk ¶
func (o *EntitymanagerListAttributeGroupsRequest) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerListAttributeGroupsRequest) HasTenantId ¶
func (o *EntitymanagerListAttributeGroupsRequest) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (EntitymanagerListAttributeGroupsRequest) MarshalJSON ¶
func (o EntitymanagerListAttributeGroupsRequest) MarshalJSON() ([]byte, error)
func (*EntitymanagerListAttributeGroupsRequest) SetTenantId ¶
func (o *EntitymanagerListAttributeGroupsRequest) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (EntitymanagerListAttributeGroupsRequest) ToMap ¶
func (o EntitymanagerListAttributeGroupsRequest) ToMap() (map[string]interface{}, error)
type EntitymanagerListAttributeGroupsResponse ¶
type EntitymanagerListAttributeGroupsResponse struct {
AttributeGroups []EntitymanagerAttributeGroup `json:"attributeGroups,omitempty"`
}
EntitymanagerListAttributeGroupsResponse struct for EntitymanagerListAttributeGroupsResponse
func NewEntitymanagerListAttributeGroupsResponse ¶
func NewEntitymanagerListAttributeGroupsResponse() *EntitymanagerListAttributeGroupsResponse
NewEntitymanagerListAttributeGroupsResponse instantiates a new EntitymanagerListAttributeGroupsResponse 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 NewEntitymanagerListAttributeGroupsResponseWithDefaults ¶
func NewEntitymanagerListAttributeGroupsResponseWithDefaults() *EntitymanagerListAttributeGroupsResponse
NewEntitymanagerListAttributeGroupsResponseWithDefaults instantiates a new EntitymanagerListAttributeGroupsResponse 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 (*EntitymanagerListAttributeGroupsResponse) GetAttributeGroups ¶
func (o *EntitymanagerListAttributeGroupsResponse) GetAttributeGroups() []EntitymanagerAttributeGroup
GetAttributeGroups returns the AttributeGroups field value if set, zero value otherwise.
func (*EntitymanagerListAttributeGroupsResponse) GetAttributeGroupsOk ¶
func (o *EntitymanagerListAttributeGroupsResponse) GetAttributeGroupsOk() ([]EntitymanagerAttributeGroup, bool)
GetAttributeGroupsOk returns a tuple with the AttributeGroups field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerListAttributeGroupsResponse) HasAttributeGroups ¶
func (o *EntitymanagerListAttributeGroupsResponse) HasAttributeGroups() bool
HasAttributeGroups returns a boolean if a field has been set.
func (EntitymanagerListAttributeGroupsResponse) MarshalJSON ¶
func (o EntitymanagerListAttributeGroupsResponse) MarshalJSON() ([]byte, error)
func (*EntitymanagerListAttributeGroupsResponse) SetAttributeGroups ¶
func (o *EntitymanagerListAttributeGroupsResponse) SetAttributeGroups(v []EntitymanagerAttributeGroup)
SetAttributeGroups gets a reference to the given []EntitymanagerAttributeGroup and assigns it to the AttributeGroups field.
func (EntitymanagerListAttributeGroupsResponse) ToMap ¶
func (o EntitymanagerListAttributeGroupsResponse) ToMap() (map[string]interface{}, error)
type EntitymanagerListAttributeOptionsRequest ¶
type EntitymanagerListAttributeOptionsRequest struct { TenantId *string `json:"tenantId,omitempty"` ListCode *string `json:"listCode,omitempty"` }
EntitymanagerListAttributeOptionsRequest struct for EntitymanagerListAttributeOptionsRequest
func NewEntitymanagerListAttributeOptionsRequest ¶
func NewEntitymanagerListAttributeOptionsRequest() *EntitymanagerListAttributeOptionsRequest
NewEntitymanagerListAttributeOptionsRequest instantiates a new EntitymanagerListAttributeOptionsRequest 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 NewEntitymanagerListAttributeOptionsRequestWithDefaults ¶
func NewEntitymanagerListAttributeOptionsRequestWithDefaults() *EntitymanagerListAttributeOptionsRequest
NewEntitymanagerListAttributeOptionsRequestWithDefaults instantiates a new EntitymanagerListAttributeOptionsRequest 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 (*EntitymanagerListAttributeOptionsRequest) GetListCode ¶
func (o *EntitymanagerListAttributeOptionsRequest) GetListCode() string
GetListCode returns the ListCode field value if set, zero value otherwise.
func (*EntitymanagerListAttributeOptionsRequest) GetListCodeOk ¶
func (o *EntitymanagerListAttributeOptionsRequest) GetListCodeOk() (*string, bool)
GetListCodeOk returns a tuple with the ListCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerListAttributeOptionsRequest) GetTenantId ¶
func (o *EntitymanagerListAttributeOptionsRequest) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*EntitymanagerListAttributeOptionsRequest) GetTenantIdOk ¶
func (o *EntitymanagerListAttributeOptionsRequest) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerListAttributeOptionsRequest) HasListCode ¶
func (o *EntitymanagerListAttributeOptionsRequest) HasListCode() bool
HasListCode returns a boolean if a field has been set.
func (*EntitymanagerListAttributeOptionsRequest) HasTenantId ¶
func (o *EntitymanagerListAttributeOptionsRequest) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (EntitymanagerListAttributeOptionsRequest) MarshalJSON ¶
func (o EntitymanagerListAttributeOptionsRequest) MarshalJSON() ([]byte, error)
func (*EntitymanagerListAttributeOptionsRequest) SetListCode ¶
func (o *EntitymanagerListAttributeOptionsRequest) SetListCode(v string)
SetListCode gets a reference to the given string and assigns it to the ListCode field.
func (*EntitymanagerListAttributeOptionsRequest) SetTenantId ¶
func (o *EntitymanagerListAttributeOptionsRequest) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (EntitymanagerListAttributeOptionsRequest) ToMap ¶
func (o EntitymanagerListAttributeOptionsRequest) ToMap() (map[string]interface{}, error)
type EntitymanagerListAttributeOptionsResponse ¶
type EntitymanagerListAttributeOptionsResponse struct {
Options []EntitymanagerAttributeOption `json:"options,omitempty"`
}
EntitymanagerListAttributeOptionsResponse struct for EntitymanagerListAttributeOptionsResponse
func NewEntitymanagerListAttributeOptionsResponse ¶
func NewEntitymanagerListAttributeOptionsResponse() *EntitymanagerListAttributeOptionsResponse
NewEntitymanagerListAttributeOptionsResponse instantiates a new EntitymanagerListAttributeOptionsResponse 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 NewEntitymanagerListAttributeOptionsResponseWithDefaults ¶
func NewEntitymanagerListAttributeOptionsResponseWithDefaults() *EntitymanagerListAttributeOptionsResponse
NewEntitymanagerListAttributeOptionsResponseWithDefaults instantiates a new EntitymanagerListAttributeOptionsResponse 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 (*EntitymanagerListAttributeOptionsResponse) GetOptions ¶
func (o *EntitymanagerListAttributeOptionsResponse) GetOptions() []EntitymanagerAttributeOption
GetOptions returns the Options field value if set, zero value otherwise.
func (*EntitymanagerListAttributeOptionsResponse) GetOptionsOk ¶
func (o *EntitymanagerListAttributeOptionsResponse) GetOptionsOk() ([]EntitymanagerAttributeOption, bool)
GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerListAttributeOptionsResponse) HasOptions ¶
func (o *EntitymanagerListAttributeOptionsResponse) HasOptions() bool
HasOptions returns a boolean if a field has been set.
func (EntitymanagerListAttributeOptionsResponse) MarshalJSON ¶
func (o EntitymanagerListAttributeOptionsResponse) MarshalJSON() ([]byte, error)
func (*EntitymanagerListAttributeOptionsResponse) SetOptions ¶
func (o *EntitymanagerListAttributeOptionsResponse) SetOptions(v []EntitymanagerAttributeOption)
SetOptions gets a reference to the given []EntitymanagerAttributeOption and assigns it to the Options field.
func (EntitymanagerListAttributeOptionsResponse) ToMap ¶
func (o EntitymanagerListAttributeOptionsResponse) ToMap() (map[string]interface{}, error)
type EntitymanagerListEntitiesRequest ¶
type EntitymanagerListEntitiesRequest struct { TenantId *string `json:"tenantId,omitempty"` PageSize *int32 `json:"pageSize,omitempty"` }
EntitymanagerListEntitiesRequest struct for EntitymanagerListEntitiesRequest
func NewEntitymanagerListEntitiesRequest ¶
func NewEntitymanagerListEntitiesRequest() *EntitymanagerListEntitiesRequest
NewEntitymanagerListEntitiesRequest instantiates a new EntitymanagerListEntitiesRequest 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 NewEntitymanagerListEntitiesRequestWithDefaults ¶
func NewEntitymanagerListEntitiesRequestWithDefaults() *EntitymanagerListEntitiesRequest
NewEntitymanagerListEntitiesRequestWithDefaults instantiates a new EntitymanagerListEntitiesRequest 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 (*EntitymanagerListEntitiesRequest) GetPageSize ¶
func (o *EntitymanagerListEntitiesRequest) GetPageSize() int32
GetPageSize returns the PageSize field value if set, zero value otherwise.
func (*EntitymanagerListEntitiesRequest) GetPageSizeOk ¶
func (o *EntitymanagerListEntitiesRequest) GetPageSizeOk() (*int32, bool)
GetPageSizeOk returns a tuple with the PageSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerListEntitiesRequest) GetTenantId ¶
func (o *EntitymanagerListEntitiesRequest) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*EntitymanagerListEntitiesRequest) GetTenantIdOk ¶
func (o *EntitymanagerListEntitiesRequest) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerListEntitiesRequest) HasPageSize ¶
func (o *EntitymanagerListEntitiesRequest) HasPageSize() bool
HasPageSize returns a boolean if a field has been set.
func (*EntitymanagerListEntitiesRequest) HasTenantId ¶
func (o *EntitymanagerListEntitiesRequest) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (EntitymanagerListEntitiesRequest) MarshalJSON ¶
func (o EntitymanagerListEntitiesRequest) MarshalJSON() ([]byte, error)
func (*EntitymanagerListEntitiesRequest) SetPageSize ¶
func (o *EntitymanagerListEntitiesRequest) SetPageSize(v int32)
SetPageSize gets a reference to the given int32 and assigns it to the PageSize field.
func (*EntitymanagerListEntitiesRequest) SetTenantId ¶
func (o *EntitymanagerListEntitiesRequest) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (EntitymanagerListEntitiesRequest) ToMap ¶
func (o EntitymanagerListEntitiesRequest) ToMap() (map[string]interface{}, error)
type EntitymanagerListEntitiesResponse ¶
type EntitymanagerListEntitiesResponse struct { Entities []EntitymanagerEntity `json:"entities,omitempty"` NextPage *int32 `json:"nextPage,omitempty"` }
EntitymanagerListEntitiesResponse struct for EntitymanagerListEntitiesResponse
func NewEntitymanagerListEntitiesResponse ¶
func NewEntitymanagerListEntitiesResponse() *EntitymanagerListEntitiesResponse
NewEntitymanagerListEntitiesResponse instantiates a new EntitymanagerListEntitiesResponse 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 NewEntitymanagerListEntitiesResponseWithDefaults ¶
func NewEntitymanagerListEntitiesResponseWithDefaults() *EntitymanagerListEntitiesResponse
NewEntitymanagerListEntitiesResponseWithDefaults instantiates a new EntitymanagerListEntitiesResponse 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 (*EntitymanagerListEntitiesResponse) GetEntities ¶
func (o *EntitymanagerListEntitiesResponse) GetEntities() []EntitymanagerEntity
GetEntities returns the Entities field value if set, zero value otherwise.
func (*EntitymanagerListEntitiesResponse) GetEntitiesOk ¶
func (o *EntitymanagerListEntitiesResponse) GetEntitiesOk() ([]EntitymanagerEntity, bool)
GetEntitiesOk returns a tuple with the Entities field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerListEntitiesResponse) GetNextPage ¶
func (o *EntitymanagerListEntitiesResponse) GetNextPage() int32
GetNextPage returns the NextPage field value if set, zero value otherwise.
func (*EntitymanagerListEntitiesResponse) GetNextPageOk ¶
func (o *EntitymanagerListEntitiesResponse) GetNextPageOk() (*int32, bool)
GetNextPageOk returns a tuple with the NextPage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerListEntitiesResponse) HasEntities ¶
func (o *EntitymanagerListEntitiesResponse) HasEntities() bool
HasEntities returns a boolean if a field has been set.
func (*EntitymanagerListEntitiesResponse) HasNextPage ¶
func (o *EntitymanagerListEntitiesResponse) HasNextPage() bool
HasNextPage returns a boolean if a field has been set.
func (EntitymanagerListEntitiesResponse) MarshalJSON ¶
func (o EntitymanagerListEntitiesResponse) MarshalJSON() ([]byte, error)
func (*EntitymanagerListEntitiesResponse) SetEntities ¶
func (o *EntitymanagerListEntitiesResponse) SetEntities(v []EntitymanagerEntity)
SetEntities gets a reference to the given []EntitymanagerEntity and assigns it to the Entities field.
func (*EntitymanagerListEntitiesResponse) SetNextPage ¶
func (o *EntitymanagerListEntitiesResponse) SetNextPage(v int32)
SetNextPage gets a reference to the given int32 and assigns it to the NextPage field.
func (EntitymanagerListEntitiesResponse) ToMap ¶
func (o EntitymanagerListEntitiesResponse) ToMap() (map[string]interface{}, error)
type EntitymanagerListOptionsListsRequest ¶
type EntitymanagerListOptionsListsRequest struct {
TenantId *string `json:"tenantId,omitempty"`
}
EntitymanagerListOptionsListsRequest struct for EntitymanagerListOptionsListsRequest
func NewEntitymanagerListOptionsListsRequest ¶
func NewEntitymanagerListOptionsListsRequest() *EntitymanagerListOptionsListsRequest
NewEntitymanagerListOptionsListsRequest instantiates a new EntitymanagerListOptionsListsRequest 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 NewEntitymanagerListOptionsListsRequestWithDefaults ¶
func NewEntitymanagerListOptionsListsRequestWithDefaults() *EntitymanagerListOptionsListsRequest
NewEntitymanagerListOptionsListsRequestWithDefaults instantiates a new EntitymanagerListOptionsListsRequest 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 (*EntitymanagerListOptionsListsRequest) GetTenantId ¶
func (o *EntitymanagerListOptionsListsRequest) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*EntitymanagerListOptionsListsRequest) GetTenantIdOk ¶
func (o *EntitymanagerListOptionsListsRequest) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerListOptionsListsRequest) HasTenantId ¶
func (o *EntitymanagerListOptionsListsRequest) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (EntitymanagerListOptionsListsRequest) MarshalJSON ¶
func (o EntitymanagerListOptionsListsRequest) MarshalJSON() ([]byte, error)
func (*EntitymanagerListOptionsListsRequest) SetTenantId ¶
func (o *EntitymanagerListOptionsListsRequest) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (EntitymanagerListOptionsListsRequest) ToMap ¶
func (o EntitymanagerListOptionsListsRequest) ToMap() (map[string]interface{}, error)
type EntitymanagerListOptionsListsResponse ¶
type EntitymanagerListOptionsListsResponse struct {
Options []EntitymanagerOptionsList `json:"options,omitempty"`
}
EntitymanagerListOptionsListsResponse struct for EntitymanagerListOptionsListsResponse
func NewEntitymanagerListOptionsListsResponse ¶
func NewEntitymanagerListOptionsListsResponse() *EntitymanagerListOptionsListsResponse
NewEntitymanagerListOptionsListsResponse instantiates a new EntitymanagerListOptionsListsResponse 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 NewEntitymanagerListOptionsListsResponseWithDefaults ¶
func NewEntitymanagerListOptionsListsResponseWithDefaults() *EntitymanagerListOptionsListsResponse
NewEntitymanagerListOptionsListsResponseWithDefaults instantiates a new EntitymanagerListOptionsListsResponse 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 (*EntitymanagerListOptionsListsResponse) GetOptions ¶
func (o *EntitymanagerListOptionsListsResponse) GetOptions() []EntitymanagerOptionsList
GetOptions returns the Options field value if set, zero value otherwise.
func (*EntitymanagerListOptionsListsResponse) GetOptionsOk ¶
func (o *EntitymanagerListOptionsListsResponse) GetOptionsOk() ([]EntitymanagerOptionsList, bool)
GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerListOptionsListsResponse) HasOptions ¶
func (o *EntitymanagerListOptionsListsResponse) HasOptions() bool
HasOptions returns a boolean if a field has been set.
func (EntitymanagerListOptionsListsResponse) MarshalJSON ¶
func (o EntitymanagerListOptionsListsResponse) MarshalJSON() ([]byte, error)
func (*EntitymanagerListOptionsListsResponse) SetOptions ¶
func (o *EntitymanagerListOptionsListsResponse) SetOptions(v []EntitymanagerOptionsList)
SetOptions gets a reference to the given []EntitymanagerOptionsList and assigns it to the Options field.
func (EntitymanagerListOptionsListsResponse) ToMap ¶
func (o EntitymanagerListOptionsListsResponse) ToMap() (map[string]interface{}, error)
type EntitymanagerOptionsList ¶
type EntitymanagerOptionsList struct { Code *string `json:"code,omitempty"` Name *string `json:"name,omitempty"` }
EntitymanagerOptionsList struct for EntitymanagerOptionsList
func NewEntitymanagerOptionsList ¶
func NewEntitymanagerOptionsList() *EntitymanagerOptionsList
NewEntitymanagerOptionsList instantiates a new EntitymanagerOptionsList 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 NewEntitymanagerOptionsListWithDefaults ¶
func NewEntitymanagerOptionsListWithDefaults() *EntitymanagerOptionsList
NewEntitymanagerOptionsListWithDefaults instantiates a new EntitymanagerOptionsList 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 (*EntitymanagerOptionsList) GetCode ¶
func (o *EntitymanagerOptionsList) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*EntitymanagerOptionsList) GetCodeOk ¶
func (o *EntitymanagerOptionsList) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerOptionsList) GetName ¶
func (o *EntitymanagerOptionsList) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*EntitymanagerOptionsList) GetNameOk ¶
func (o *EntitymanagerOptionsList) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerOptionsList) HasCode ¶
func (o *EntitymanagerOptionsList) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*EntitymanagerOptionsList) HasName ¶
func (o *EntitymanagerOptionsList) HasName() bool
HasName returns a boolean if a field has been set.
func (EntitymanagerOptionsList) MarshalJSON ¶
func (o EntitymanagerOptionsList) MarshalJSON() ([]byte, error)
func (*EntitymanagerOptionsList) SetCode ¶
func (o *EntitymanagerOptionsList) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*EntitymanagerOptionsList) SetName ¶
func (o *EntitymanagerOptionsList) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (EntitymanagerOptionsList) ToMap ¶
func (o EntitymanagerOptionsList) ToMap() (map[string]interface{}, error)
type EntitymanagerRenderAs ¶
type EntitymanagerRenderAs string
EntitymanagerRenderAs the model 'EntitymanagerRenderAs'
const ( ENTITYMANAGERRENDERAS_DEFAULT EntitymanagerRenderAs = "DEFAULT" ENTITYMANAGERRENDERAS_WYSIWYG EntitymanagerRenderAs = "WYSIWYG" )
List of entitymanagerRenderAs
func NewEntitymanagerRenderAsFromValue ¶
func NewEntitymanagerRenderAsFromValue(v string) (*EntitymanagerRenderAs, error)
NewEntitymanagerRenderAsFromValue returns a pointer to a valid EntitymanagerRenderAs for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EntitymanagerRenderAs) IsValid ¶
func (v EntitymanagerRenderAs) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EntitymanagerRenderAs) Ptr ¶
func (v EntitymanagerRenderAs) Ptr() *EntitymanagerRenderAs
Ptr returns reference to entitymanagerRenderAs value
func (*EntitymanagerRenderAs) UnmarshalJSON ¶
func (v *EntitymanagerRenderAs) UnmarshalJSON(src []byte) error
type EntitymanagerTypes ¶
type EntitymanagerTypes string
EntitymanagerTypes the model 'EntitymanagerTypes'
const ( ENTITYMANAGERTYPES_TEXT EntitymanagerTypes = "TEXT" ENTITYMANAGERTYPES_NUMBER EntitymanagerTypes = "NUMBER" ENTITYMANAGERTYPES_BOOLEAN EntitymanagerTypes = "BOOLEAN" ENTITYMANAGERTYPES_DATETIME EntitymanagerTypes = "DATETIME" ENTITYMANAGERTYPES_EXTERNAL EntitymanagerTypes = "EXTERNAL" ENTITYMANAGERTYPES_EMBED EntitymanagerTypes = "EMBED" ENTITYMANAGERTYPES_FLOAT32 EntitymanagerTypes = "FLOAT32" )
List of entitymanagerTypes
func NewEntitymanagerTypesFromValue ¶
func NewEntitymanagerTypesFromValue(v string) (*EntitymanagerTypes, error)
NewEntitymanagerTypesFromValue returns a pointer to a valid EntitymanagerTypes for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EntitymanagerTypes) IsValid ¶
func (v EntitymanagerTypes) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EntitymanagerTypes) Ptr ¶
func (v EntitymanagerTypes) Ptr() *EntitymanagerTypes
Ptr returns reference to entitymanagerTypes value
func (*EntitymanagerTypes) UnmarshalJSON ¶
func (v *EntitymanagerTypes) UnmarshalJSON(src []byte) error
type EntitymanagerUpdateAttributeGroupRequest ¶
type EntitymanagerUpdateAttributeGroupRequest struct { TenantId *string `json:"tenantId,omitempty"` Code *string `json:"code,omitempty"` Payload *EntitymanagerUpdateAttributeGroupRequestPayload `json:"payload,omitempty"` FieldMask *string `json:"fieldMask,omitempty"` }
EntitymanagerUpdateAttributeGroupRequest struct for EntitymanagerUpdateAttributeGroupRequest
func NewEntitymanagerUpdateAttributeGroupRequest ¶
func NewEntitymanagerUpdateAttributeGroupRequest() *EntitymanagerUpdateAttributeGroupRequest
NewEntitymanagerUpdateAttributeGroupRequest instantiates a new EntitymanagerUpdateAttributeGroupRequest 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 NewEntitymanagerUpdateAttributeGroupRequestWithDefaults ¶
func NewEntitymanagerUpdateAttributeGroupRequestWithDefaults() *EntitymanagerUpdateAttributeGroupRequest
NewEntitymanagerUpdateAttributeGroupRequestWithDefaults instantiates a new EntitymanagerUpdateAttributeGroupRequest 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 (*EntitymanagerUpdateAttributeGroupRequest) GetCode ¶
func (o *EntitymanagerUpdateAttributeGroupRequest) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*EntitymanagerUpdateAttributeGroupRequest) GetCodeOk ¶
func (o *EntitymanagerUpdateAttributeGroupRequest) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerUpdateAttributeGroupRequest) GetFieldMask ¶
func (o *EntitymanagerUpdateAttributeGroupRequest) GetFieldMask() string
GetFieldMask returns the FieldMask field value if set, zero value otherwise.
func (*EntitymanagerUpdateAttributeGroupRequest) GetFieldMaskOk ¶
func (o *EntitymanagerUpdateAttributeGroupRequest) GetFieldMaskOk() (*string, bool)
GetFieldMaskOk returns a tuple with the FieldMask field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerUpdateAttributeGroupRequest) GetPayload ¶
func (o *EntitymanagerUpdateAttributeGroupRequest) GetPayload() EntitymanagerUpdateAttributeGroupRequestPayload
GetPayload returns the Payload field value if set, zero value otherwise.
func (*EntitymanagerUpdateAttributeGroupRequest) GetPayloadOk ¶
func (o *EntitymanagerUpdateAttributeGroupRequest) GetPayloadOk() (*EntitymanagerUpdateAttributeGroupRequestPayload, bool)
GetPayloadOk returns a tuple with the Payload field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerUpdateAttributeGroupRequest) GetTenantId ¶
func (o *EntitymanagerUpdateAttributeGroupRequest) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*EntitymanagerUpdateAttributeGroupRequest) GetTenantIdOk ¶
func (o *EntitymanagerUpdateAttributeGroupRequest) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerUpdateAttributeGroupRequest) HasCode ¶
func (o *EntitymanagerUpdateAttributeGroupRequest) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*EntitymanagerUpdateAttributeGroupRequest) HasFieldMask ¶
func (o *EntitymanagerUpdateAttributeGroupRequest) HasFieldMask() bool
HasFieldMask returns a boolean if a field has been set.
func (*EntitymanagerUpdateAttributeGroupRequest) HasPayload ¶
func (o *EntitymanagerUpdateAttributeGroupRequest) HasPayload() bool
HasPayload returns a boolean if a field has been set.
func (*EntitymanagerUpdateAttributeGroupRequest) HasTenantId ¶
func (o *EntitymanagerUpdateAttributeGroupRequest) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (EntitymanagerUpdateAttributeGroupRequest) MarshalJSON ¶
func (o EntitymanagerUpdateAttributeGroupRequest) MarshalJSON() ([]byte, error)
func (*EntitymanagerUpdateAttributeGroupRequest) SetCode ¶
func (o *EntitymanagerUpdateAttributeGroupRequest) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*EntitymanagerUpdateAttributeGroupRequest) SetFieldMask ¶
func (o *EntitymanagerUpdateAttributeGroupRequest) SetFieldMask(v string)
SetFieldMask gets a reference to the given string and assigns it to the FieldMask field.
func (*EntitymanagerUpdateAttributeGroupRequest) SetPayload ¶
func (o *EntitymanagerUpdateAttributeGroupRequest) SetPayload(v EntitymanagerUpdateAttributeGroupRequestPayload)
SetPayload gets a reference to the given EntitymanagerUpdateAttributeGroupRequestPayload and assigns it to the Payload field.
func (*EntitymanagerUpdateAttributeGroupRequest) SetTenantId ¶
func (o *EntitymanagerUpdateAttributeGroupRequest) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (EntitymanagerUpdateAttributeGroupRequest) ToMap ¶
func (o EntitymanagerUpdateAttributeGroupRequest) ToMap() (map[string]interface{}, error)
type EntitymanagerUpdateAttributeGroupRequestPayload ¶
type EntitymanagerUpdateAttributeGroupRequestPayload struct { Label *ProductentitymanagerLocalizedText `json:"label,omitempty"` Sort *int32 `json:"sort,omitempty"` Visibility []string `json:"visibility,omitempty"` }
EntitymanagerUpdateAttributeGroupRequestPayload struct for EntitymanagerUpdateAttributeGroupRequestPayload
func NewEntitymanagerUpdateAttributeGroupRequestPayload ¶
func NewEntitymanagerUpdateAttributeGroupRequestPayload() *EntitymanagerUpdateAttributeGroupRequestPayload
NewEntitymanagerUpdateAttributeGroupRequestPayload instantiates a new EntitymanagerUpdateAttributeGroupRequestPayload 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 NewEntitymanagerUpdateAttributeGroupRequestPayloadWithDefaults ¶
func NewEntitymanagerUpdateAttributeGroupRequestPayloadWithDefaults() *EntitymanagerUpdateAttributeGroupRequestPayload
NewEntitymanagerUpdateAttributeGroupRequestPayloadWithDefaults instantiates a new EntitymanagerUpdateAttributeGroupRequestPayload 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 (*EntitymanagerUpdateAttributeGroupRequestPayload) GetLabel ¶
func (o *EntitymanagerUpdateAttributeGroupRequestPayload) GetLabel() ProductentitymanagerLocalizedText
GetLabel returns the Label field value if set, zero value otherwise.
func (*EntitymanagerUpdateAttributeGroupRequestPayload) GetLabelOk ¶
func (o *EntitymanagerUpdateAttributeGroupRequestPayload) GetLabelOk() (*ProductentitymanagerLocalizedText, bool)
GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerUpdateAttributeGroupRequestPayload) GetSort ¶
func (o *EntitymanagerUpdateAttributeGroupRequestPayload) GetSort() int32
GetSort returns the Sort field value if set, zero value otherwise.
func (*EntitymanagerUpdateAttributeGroupRequestPayload) GetSortOk ¶
func (o *EntitymanagerUpdateAttributeGroupRequestPayload) GetSortOk() (*int32, bool)
GetSortOk returns a tuple with the Sort field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerUpdateAttributeGroupRequestPayload) GetVisibility ¶
func (o *EntitymanagerUpdateAttributeGroupRequestPayload) GetVisibility() []string
GetVisibility returns the Visibility field value if set, zero value otherwise.
func (*EntitymanagerUpdateAttributeGroupRequestPayload) GetVisibilityOk ¶
func (o *EntitymanagerUpdateAttributeGroupRequestPayload) GetVisibilityOk() ([]string, bool)
GetVisibilityOk returns a tuple with the Visibility field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerUpdateAttributeGroupRequestPayload) HasLabel ¶
func (o *EntitymanagerUpdateAttributeGroupRequestPayload) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (*EntitymanagerUpdateAttributeGroupRequestPayload) HasSort ¶
func (o *EntitymanagerUpdateAttributeGroupRequestPayload) HasSort() bool
HasSort returns a boolean if a field has been set.
func (*EntitymanagerUpdateAttributeGroupRequestPayload) HasVisibility ¶
func (o *EntitymanagerUpdateAttributeGroupRequestPayload) HasVisibility() bool
HasVisibility returns a boolean if a field has been set.
func (EntitymanagerUpdateAttributeGroupRequestPayload) MarshalJSON ¶
func (o EntitymanagerUpdateAttributeGroupRequestPayload) MarshalJSON() ([]byte, error)
func (*EntitymanagerUpdateAttributeGroupRequestPayload) SetLabel ¶
func (o *EntitymanagerUpdateAttributeGroupRequestPayload) SetLabel(v ProductentitymanagerLocalizedText)
SetLabel gets a reference to the given ProductentitymanagerLocalizedText and assigns it to the Label field.
func (*EntitymanagerUpdateAttributeGroupRequestPayload) SetSort ¶
func (o *EntitymanagerUpdateAttributeGroupRequestPayload) SetSort(v int32)
SetSort gets a reference to the given int32 and assigns it to the Sort field.
func (*EntitymanagerUpdateAttributeGroupRequestPayload) SetVisibility ¶
func (o *EntitymanagerUpdateAttributeGroupRequestPayload) SetVisibility(v []string)
SetVisibility gets a reference to the given []string and assigns it to the Visibility field.
func (EntitymanagerUpdateAttributeGroupRequestPayload) ToMap ¶
func (o EntitymanagerUpdateAttributeGroupRequestPayload) ToMap() (map[string]interface{}, error)
type EntitymanagerUpdateAttributeOptionsRequest ¶
type EntitymanagerUpdateAttributeOptionsRequest struct { TenantId *string `json:"tenantId,omitempty"` ListCode *string `json:"listCode,omitempty"` Options []EntitymanagerAttributeOption `json:"options,omitempty"` }
EntitymanagerUpdateAttributeOptionsRequest struct for EntitymanagerUpdateAttributeOptionsRequest
func NewEntitymanagerUpdateAttributeOptionsRequest ¶
func NewEntitymanagerUpdateAttributeOptionsRequest() *EntitymanagerUpdateAttributeOptionsRequest
NewEntitymanagerUpdateAttributeOptionsRequest instantiates a new EntitymanagerUpdateAttributeOptionsRequest 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 NewEntitymanagerUpdateAttributeOptionsRequestWithDefaults ¶
func NewEntitymanagerUpdateAttributeOptionsRequestWithDefaults() *EntitymanagerUpdateAttributeOptionsRequest
NewEntitymanagerUpdateAttributeOptionsRequestWithDefaults instantiates a new EntitymanagerUpdateAttributeOptionsRequest 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 (*EntitymanagerUpdateAttributeOptionsRequest) GetListCode ¶
func (o *EntitymanagerUpdateAttributeOptionsRequest) GetListCode() string
GetListCode returns the ListCode field value if set, zero value otherwise.
func (*EntitymanagerUpdateAttributeOptionsRequest) GetListCodeOk ¶
func (o *EntitymanagerUpdateAttributeOptionsRequest) GetListCodeOk() (*string, bool)
GetListCodeOk returns a tuple with the ListCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerUpdateAttributeOptionsRequest) GetOptions ¶
func (o *EntitymanagerUpdateAttributeOptionsRequest) GetOptions() []EntitymanagerAttributeOption
GetOptions returns the Options field value if set, zero value otherwise.
func (*EntitymanagerUpdateAttributeOptionsRequest) GetOptionsOk ¶
func (o *EntitymanagerUpdateAttributeOptionsRequest) GetOptionsOk() ([]EntitymanagerAttributeOption, bool)
GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerUpdateAttributeOptionsRequest) GetTenantId ¶
func (o *EntitymanagerUpdateAttributeOptionsRequest) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*EntitymanagerUpdateAttributeOptionsRequest) GetTenantIdOk ¶
func (o *EntitymanagerUpdateAttributeOptionsRequest) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerUpdateAttributeOptionsRequest) HasListCode ¶
func (o *EntitymanagerUpdateAttributeOptionsRequest) HasListCode() bool
HasListCode returns a boolean if a field has been set.
func (*EntitymanagerUpdateAttributeOptionsRequest) HasOptions ¶
func (o *EntitymanagerUpdateAttributeOptionsRequest) HasOptions() bool
HasOptions returns a boolean if a field has been set.
func (*EntitymanagerUpdateAttributeOptionsRequest) HasTenantId ¶
func (o *EntitymanagerUpdateAttributeOptionsRequest) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (EntitymanagerUpdateAttributeOptionsRequest) MarshalJSON ¶
func (o EntitymanagerUpdateAttributeOptionsRequest) MarshalJSON() ([]byte, error)
func (*EntitymanagerUpdateAttributeOptionsRequest) SetListCode ¶
func (o *EntitymanagerUpdateAttributeOptionsRequest) SetListCode(v string)
SetListCode gets a reference to the given string and assigns it to the ListCode field.
func (*EntitymanagerUpdateAttributeOptionsRequest) SetOptions ¶
func (o *EntitymanagerUpdateAttributeOptionsRequest) SetOptions(v []EntitymanagerAttributeOption)
SetOptions gets a reference to the given []EntitymanagerAttributeOption and assigns it to the Options field.
func (*EntitymanagerUpdateAttributeOptionsRequest) SetTenantId ¶
func (o *EntitymanagerUpdateAttributeOptionsRequest) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (EntitymanagerUpdateAttributeOptionsRequest) ToMap ¶
func (o EntitymanagerUpdateAttributeOptionsRequest) ToMap() (map[string]interface{}, error)
type EntitymanagerUpdateAttributeOptionsResponse ¶
type EntitymanagerUpdateAttributeOptionsResponse struct { Options []EntitymanagerAttributeOption `json:"options,omitempty"` Errors []EntitymanagerAttributeOptionErrors `json:"errors,omitempty"` }
EntitymanagerUpdateAttributeOptionsResponse struct for EntitymanagerUpdateAttributeOptionsResponse
func NewEntitymanagerUpdateAttributeOptionsResponse ¶
func NewEntitymanagerUpdateAttributeOptionsResponse() *EntitymanagerUpdateAttributeOptionsResponse
NewEntitymanagerUpdateAttributeOptionsResponse instantiates a new EntitymanagerUpdateAttributeOptionsResponse 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 NewEntitymanagerUpdateAttributeOptionsResponseWithDefaults ¶
func NewEntitymanagerUpdateAttributeOptionsResponseWithDefaults() *EntitymanagerUpdateAttributeOptionsResponse
NewEntitymanagerUpdateAttributeOptionsResponseWithDefaults instantiates a new EntitymanagerUpdateAttributeOptionsResponse 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 (*EntitymanagerUpdateAttributeOptionsResponse) GetErrors ¶
func (o *EntitymanagerUpdateAttributeOptionsResponse) GetErrors() []EntitymanagerAttributeOptionErrors
GetErrors returns the Errors field value if set, zero value otherwise.
func (*EntitymanagerUpdateAttributeOptionsResponse) GetErrorsOk ¶
func (o *EntitymanagerUpdateAttributeOptionsResponse) GetErrorsOk() ([]EntitymanagerAttributeOptionErrors, bool)
GetErrorsOk returns a tuple with the Errors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerUpdateAttributeOptionsResponse) GetOptions ¶
func (o *EntitymanagerUpdateAttributeOptionsResponse) GetOptions() []EntitymanagerAttributeOption
GetOptions returns the Options field value if set, zero value otherwise.
func (*EntitymanagerUpdateAttributeOptionsResponse) GetOptionsOk ¶
func (o *EntitymanagerUpdateAttributeOptionsResponse) GetOptionsOk() ([]EntitymanagerAttributeOption, bool)
GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerUpdateAttributeOptionsResponse) HasErrors ¶
func (o *EntitymanagerUpdateAttributeOptionsResponse) HasErrors() bool
HasErrors returns a boolean if a field has been set.
func (*EntitymanagerUpdateAttributeOptionsResponse) HasOptions ¶
func (o *EntitymanagerUpdateAttributeOptionsResponse) HasOptions() bool
HasOptions returns a boolean if a field has been set.
func (EntitymanagerUpdateAttributeOptionsResponse) MarshalJSON ¶
func (o EntitymanagerUpdateAttributeOptionsResponse) MarshalJSON() ([]byte, error)
func (*EntitymanagerUpdateAttributeOptionsResponse) SetErrors ¶
func (o *EntitymanagerUpdateAttributeOptionsResponse) SetErrors(v []EntitymanagerAttributeOptionErrors)
SetErrors gets a reference to the given []EntitymanagerAttributeOptionErrors and assigns it to the Errors field.
func (*EntitymanagerUpdateAttributeOptionsResponse) SetOptions ¶
func (o *EntitymanagerUpdateAttributeOptionsResponse) SetOptions(v []EntitymanagerAttributeOption)
SetOptions gets a reference to the given []EntitymanagerAttributeOption and assigns it to the Options field.
func (EntitymanagerUpdateAttributeOptionsResponse) ToMap ¶
func (o EntitymanagerUpdateAttributeOptionsResponse) ToMap() (map[string]interface{}, error)
type EntitymanagerUpdateAttributeRequest ¶
type EntitymanagerUpdateAttributeRequest struct { TenantId *string `json:"tenantId,omitempty"` Code *string `json:"code,omitempty"` EntityData *EntitymanagerEntityIdentifier `json:"entityData,omitempty"` EntityId *string `json:"entityId,omitempty"` Payload *EntitymanagerUpdateAttributeRequestPayload `json:"payload,omitempty"` FieldMask *string `json:"fieldMask,omitempty"` }
EntitymanagerUpdateAttributeRequest struct for EntitymanagerUpdateAttributeRequest
func NewEntitymanagerUpdateAttributeRequest ¶
func NewEntitymanagerUpdateAttributeRequest() *EntitymanagerUpdateAttributeRequest
NewEntitymanagerUpdateAttributeRequest instantiates a new EntitymanagerUpdateAttributeRequest 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 NewEntitymanagerUpdateAttributeRequestWithDefaults ¶
func NewEntitymanagerUpdateAttributeRequestWithDefaults() *EntitymanagerUpdateAttributeRequest
NewEntitymanagerUpdateAttributeRequestWithDefaults instantiates a new EntitymanagerUpdateAttributeRequest 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 (*EntitymanagerUpdateAttributeRequest) GetCode ¶
func (o *EntitymanagerUpdateAttributeRequest) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*EntitymanagerUpdateAttributeRequest) GetCodeOk ¶
func (o *EntitymanagerUpdateAttributeRequest) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerUpdateAttributeRequest) GetEntityData ¶
func (o *EntitymanagerUpdateAttributeRequest) GetEntityData() EntitymanagerEntityIdentifier
GetEntityData returns the EntityData field value if set, zero value otherwise.
func (*EntitymanagerUpdateAttributeRequest) GetEntityDataOk ¶
func (o *EntitymanagerUpdateAttributeRequest) GetEntityDataOk() (*EntitymanagerEntityIdentifier, bool)
GetEntityDataOk returns a tuple with the EntityData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerUpdateAttributeRequest) GetEntityId ¶
func (o *EntitymanagerUpdateAttributeRequest) GetEntityId() string
GetEntityId returns the EntityId field value if set, zero value otherwise.
func (*EntitymanagerUpdateAttributeRequest) GetEntityIdOk ¶
func (o *EntitymanagerUpdateAttributeRequest) GetEntityIdOk() (*string, bool)
GetEntityIdOk returns a tuple with the EntityId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerUpdateAttributeRequest) GetFieldMask ¶
func (o *EntitymanagerUpdateAttributeRequest) GetFieldMask() string
GetFieldMask returns the FieldMask field value if set, zero value otherwise.
func (*EntitymanagerUpdateAttributeRequest) GetFieldMaskOk ¶
func (o *EntitymanagerUpdateAttributeRequest) GetFieldMaskOk() (*string, bool)
GetFieldMaskOk returns a tuple with the FieldMask field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerUpdateAttributeRequest) GetPayload ¶
func (o *EntitymanagerUpdateAttributeRequest) GetPayload() EntitymanagerUpdateAttributeRequestPayload
GetPayload returns the Payload field value if set, zero value otherwise.
func (*EntitymanagerUpdateAttributeRequest) GetPayloadOk ¶
func (o *EntitymanagerUpdateAttributeRequest) GetPayloadOk() (*EntitymanagerUpdateAttributeRequestPayload, bool)
GetPayloadOk returns a tuple with the Payload field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerUpdateAttributeRequest) GetTenantId ¶
func (o *EntitymanagerUpdateAttributeRequest) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*EntitymanagerUpdateAttributeRequest) GetTenantIdOk ¶
func (o *EntitymanagerUpdateAttributeRequest) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerUpdateAttributeRequest) HasCode ¶
func (o *EntitymanagerUpdateAttributeRequest) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*EntitymanagerUpdateAttributeRequest) HasEntityData ¶
func (o *EntitymanagerUpdateAttributeRequest) HasEntityData() bool
HasEntityData returns a boolean if a field has been set.
func (*EntitymanagerUpdateAttributeRequest) HasEntityId ¶
func (o *EntitymanagerUpdateAttributeRequest) HasEntityId() bool
HasEntityId returns a boolean if a field has been set.
func (*EntitymanagerUpdateAttributeRequest) HasFieldMask ¶
func (o *EntitymanagerUpdateAttributeRequest) HasFieldMask() bool
HasFieldMask returns a boolean if a field has been set.
func (*EntitymanagerUpdateAttributeRequest) HasPayload ¶
func (o *EntitymanagerUpdateAttributeRequest) HasPayload() bool
HasPayload returns a boolean if a field has been set.
func (*EntitymanagerUpdateAttributeRequest) HasTenantId ¶
func (o *EntitymanagerUpdateAttributeRequest) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (EntitymanagerUpdateAttributeRequest) MarshalJSON ¶
func (o EntitymanagerUpdateAttributeRequest) MarshalJSON() ([]byte, error)
func (*EntitymanagerUpdateAttributeRequest) SetCode ¶
func (o *EntitymanagerUpdateAttributeRequest) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*EntitymanagerUpdateAttributeRequest) SetEntityData ¶
func (o *EntitymanagerUpdateAttributeRequest) SetEntityData(v EntitymanagerEntityIdentifier)
SetEntityData gets a reference to the given EntitymanagerEntityIdentifier and assigns it to the EntityData field.
func (*EntitymanagerUpdateAttributeRequest) SetEntityId ¶
func (o *EntitymanagerUpdateAttributeRequest) SetEntityId(v string)
SetEntityId gets a reference to the given string and assigns it to the EntityId field.
func (*EntitymanagerUpdateAttributeRequest) SetFieldMask ¶
func (o *EntitymanagerUpdateAttributeRequest) SetFieldMask(v string)
SetFieldMask gets a reference to the given string and assigns it to the FieldMask field.
func (*EntitymanagerUpdateAttributeRequest) SetPayload ¶
func (o *EntitymanagerUpdateAttributeRequest) SetPayload(v EntitymanagerUpdateAttributeRequestPayload)
SetPayload gets a reference to the given EntitymanagerUpdateAttributeRequestPayload and assigns it to the Payload field.
func (*EntitymanagerUpdateAttributeRequest) SetTenantId ¶
func (o *EntitymanagerUpdateAttributeRequest) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (EntitymanagerUpdateAttributeRequest) ToMap ¶
func (o EntitymanagerUpdateAttributeRequest) ToMap() (map[string]interface{}, error)
type EntitymanagerUpdateAttributeRequestPayload ¶
type EntitymanagerUpdateAttributeRequestPayload struct { Label *string `json:"label,omitempty"` Default *string `json:"default,omitempty"` Sort *int32 `json:"sort,omitempty"` GroupCode *string `json:"groupCode,omitempty"` Title *map[string]string `json:"title,omitempty"` RenderAs *EntitymanagerRenderAs `json:"renderAs,omitempty"` }
EntitymanagerUpdateAttributeRequestPayload struct for EntitymanagerUpdateAttributeRequestPayload
func NewEntitymanagerUpdateAttributeRequestPayload ¶
func NewEntitymanagerUpdateAttributeRequestPayload() *EntitymanagerUpdateAttributeRequestPayload
NewEntitymanagerUpdateAttributeRequestPayload instantiates a new EntitymanagerUpdateAttributeRequestPayload 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 NewEntitymanagerUpdateAttributeRequestPayloadWithDefaults ¶
func NewEntitymanagerUpdateAttributeRequestPayloadWithDefaults() *EntitymanagerUpdateAttributeRequestPayload
NewEntitymanagerUpdateAttributeRequestPayloadWithDefaults instantiates a new EntitymanagerUpdateAttributeRequestPayload 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 (*EntitymanagerUpdateAttributeRequestPayload) GetDefault ¶
func (o *EntitymanagerUpdateAttributeRequestPayload) GetDefault() string
GetDefault returns the Default field value if set, zero value otherwise.
func (*EntitymanagerUpdateAttributeRequestPayload) GetDefaultOk ¶
func (o *EntitymanagerUpdateAttributeRequestPayload) GetDefaultOk() (*string, bool)
GetDefaultOk returns a tuple with the Default field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerUpdateAttributeRequestPayload) GetGroupCode ¶
func (o *EntitymanagerUpdateAttributeRequestPayload) GetGroupCode() string
GetGroupCode returns the GroupCode field value if set, zero value otherwise.
func (*EntitymanagerUpdateAttributeRequestPayload) GetGroupCodeOk ¶
func (o *EntitymanagerUpdateAttributeRequestPayload) GetGroupCodeOk() (*string, bool)
GetGroupCodeOk returns a tuple with the GroupCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerUpdateAttributeRequestPayload) GetLabel ¶
func (o *EntitymanagerUpdateAttributeRequestPayload) GetLabel() string
GetLabel returns the Label field value if set, zero value otherwise.
func (*EntitymanagerUpdateAttributeRequestPayload) GetLabelOk ¶
func (o *EntitymanagerUpdateAttributeRequestPayload) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerUpdateAttributeRequestPayload) GetRenderAs ¶
func (o *EntitymanagerUpdateAttributeRequestPayload) GetRenderAs() EntitymanagerRenderAs
GetRenderAs returns the RenderAs field value if set, zero value otherwise.
func (*EntitymanagerUpdateAttributeRequestPayload) GetRenderAsOk ¶
func (o *EntitymanagerUpdateAttributeRequestPayload) GetRenderAsOk() (*EntitymanagerRenderAs, bool)
GetRenderAsOk returns a tuple with the RenderAs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerUpdateAttributeRequestPayload) GetSort ¶
func (o *EntitymanagerUpdateAttributeRequestPayload) GetSort() int32
GetSort returns the Sort field value if set, zero value otherwise.
func (*EntitymanagerUpdateAttributeRequestPayload) GetSortOk ¶
func (o *EntitymanagerUpdateAttributeRequestPayload) GetSortOk() (*int32, bool)
GetSortOk returns a tuple with the Sort field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerUpdateAttributeRequestPayload) GetTitle ¶
func (o *EntitymanagerUpdateAttributeRequestPayload) GetTitle() map[string]string
GetTitle returns the Title field value if set, zero value otherwise.
func (*EntitymanagerUpdateAttributeRequestPayload) GetTitleOk ¶
func (o *EntitymanagerUpdateAttributeRequestPayload) GetTitleOk() (*map[string]string, bool)
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerUpdateAttributeRequestPayload) HasDefault ¶
func (o *EntitymanagerUpdateAttributeRequestPayload) HasDefault() bool
HasDefault returns a boolean if a field has been set.
func (*EntitymanagerUpdateAttributeRequestPayload) HasGroupCode ¶
func (o *EntitymanagerUpdateAttributeRequestPayload) HasGroupCode() bool
HasGroupCode returns a boolean if a field has been set.
func (*EntitymanagerUpdateAttributeRequestPayload) HasLabel ¶
func (o *EntitymanagerUpdateAttributeRequestPayload) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (*EntitymanagerUpdateAttributeRequestPayload) HasRenderAs ¶
func (o *EntitymanagerUpdateAttributeRequestPayload) HasRenderAs() bool
HasRenderAs returns a boolean if a field has been set.
func (*EntitymanagerUpdateAttributeRequestPayload) HasSort ¶
func (o *EntitymanagerUpdateAttributeRequestPayload) HasSort() bool
HasSort returns a boolean if a field has been set.
func (*EntitymanagerUpdateAttributeRequestPayload) HasTitle ¶
func (o *EntitymanagerUpdateAttributeRequestPayload) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (EntitymanagerUpdateAttributeRequestPayload) MarshalJSON ¶
func (o EntitymanagerUpdateAttributeRequestPayload) MarshalJSON() ([]byte, error)
func (*EntitymanagerUpdateAttributeRequestPayload) SetDefault ¶
func (o *EntitymanagerUpdateAttributeRequestPayload) SetDefault(v string)
SetDefault gets a reference to the given string and assigns it to the Default field.
func (*EntitymanagerUpdateAttributeRequestPayload) SetGroupCode ¶
func (o *EntitymanagerUpdateAttributeRequestPayload) SetGroupCode(v string)
SetGroupCode gets a reference to the given string and assigns it to the GroupCode field.
func (*EntitymanagerUpdateAttributeRequestPayload) SetLabel ¶
func (o *EntitymanagerUpdateAttributeRequestPayload) SetLabel(v string)
SetLabel gets a reference to the given string and assigns it to the Label field.
func (*EntitymanagerUpdateAttributeRequestPayload) SetRenderAs ¶
func (o *EntitymanagerUpdateAttributeRequestPayload) SetRenderAs(v EntitymanagerRenderAs)
SetRenderAs gets a reference to the given EntitymanagerRenderAs and assigns it to the RenderAs field.
func (*EntitymanagerUpdateAttributeRequestPayload) SetSort ¶
func (o *EntitymanagerUpdateAttributeRequestPayload) SetSort(v int32)
SetSort gets a reference to the given int32 and assigns it to the Sort field.
func (*EntitymanagerUpdateAttributeRequestPayload) SetTitle ¶
func (o *EntitymanagerUpdateAttributeRequestPayload) SetTitle(v map[string]string)
SetTitle gets a reference to the given map[string]string and assigns it to the Title field.
func (EntitymanagerUpdateAttributeRequestPayload) ToMap ¶
func (o EntitymanagerUpdateAttributeRequestPayload) ToMap() (map[string]interface{}, error)
type EntitymanagerUpdateOptionsListRequest ¶
type EntitymanagerUpdateOptionsListRequest struct { TenantId *string `json:"tenantId,omitempty"` OptionList *EntitymanagerOptionsList `json:"optionList,omitempty"` }
EntitymanagerUpdateOptionsListRequest struct for EntitymanagerUpdateOptionsListRequest
func NewEntitymanagerUpdateOptionsListRequest ¶
func NewEntitymanagerUpdateOptionsListRequest() *EntitymanagerUpdateOptionsListRequest
NewEntitymanagerUpdateOptionsListRequest instantiates a new EntitymanagerUpdateOptionsListRequest 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 NewEntitymanagerUpdateOptionsListRequestWithDefaults ¶
func NewEntitymanagerUpdateOptionsListRequestWithDefaults() *EntitymanagerUpdateOptionsListRequest
NewEntitymanagerUpdateOptionsListRequestWithDefaults instantiates a new EntitymanagerUpdateOptionsListRequest 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 (*EntitymanagerUpdateOptionsListRequest) GetOptionList ¶
func (o *EntitymanagerUpdateOptionsListRequest) GetOptionList() EntitymanagerOptionsList
GetOptionList returns the OptionList field value if set, zero value otherwise.
func (*EntitymanagerUpdateOptionsListRequest) GetOptionListOk ¶
func (o *EntitymanagerUpdateOptionsListRequest) GetOptionListOk() (*EntitymanagerOptionsList, bool)
GetOptionListOk returns a tuple with the OptionList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerUpdateOptionsListRequest) GetTenantId ¶
func (o *EntitymanagerUpdateOptionsListRequest) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*EntitymanagerUpdateOptionsListRequest) GetTenantIdOk ¶
func (o *EntitymanagerUpdateOptionsListRequest) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerUpdateOptionsListRequest) HasOptionList ¶
func (o *EntitymanagerUpdateOptionsListRequest) HasOptionList() bool
HasOptionList returns a boolean if a field has been set.
func (*EntitymanagerUpdateOptionsListRequest) HasTenantId ¶
func (o *EntitymanagerUpdateOptionsListRequest) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (EntitymanagerUpdateOptionsListRequest) MarshalJSON ¶
func (o EntitymanagerUpdateOptionsListRequest) MarshalJSON() ([]byte, error)
func (*EntitymanagerUpdateOptionsListRequest) SetOptionList ¶
func (o *EntitymanagerUpdateOptionsListRequest) SetOptionList(v EntitymanagerOptionsList)
SetOptionList gets a reference to the given EntitymanagerOptionsList and assigns it to the OptionList field.
func (*EntitymanagerUpdateOptionsListRequest) SetTenantId ¶
func (o *EntitymanagerUpdateOptionsListRequest) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (EntitymanagerUpdateOptionsListRequest) ToMap ¶
func (o EntitymanagerUpdateOptionsListRequest) ToMap() (map[string]interface{}, error)
type EntitymanagerUpdateOptionsListResponse ¶
type EntitymanagerUpdateOptionsListResponse struct {
OptionList *EntitymanagerOptionsList `json:"optionList,omitempty"`
}
EntitymanagerUpdateOptionsListResponse struct for EntitymanagerUpdateOptionsListResponse
func NewEntitymanagerUpdateOptionsListResponse ¶
func NewEntitymanagerUpdateOptionsListResponse() *EntitymanagerUpdateOptionsListResponse
NewEntitymanagerUpdateOptionsListResponse instantiates a new EntitymanagerUpdateOptionsListResponse 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 NewEntitymanagerUpdateOptionsListResponseWithDefaults ¶
func NewEntitymanagerUpdateOptionsListResponseWithDefaults() *EntitymanagerUpdateOptionsListResponse
NewEntitymanagerUpdateOptionsListResponseWithDefaults instantiates a new EntitymanagerUpdateOptionsListResponse 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 (*EntitymanagerUpdateOptionsListResponse) GetOptionList ¶
func (o *EntitymanagerUpdateOptionsListResponse) GetOptionList() EntitymanagerOptionsList
GetOptionList returns the OptionList field value if set, zero value otherwise.
func (*EntitymanagerUpdateOptionsListResponse) GetOptionListOk ¶
func (o *EntitymanagerUpdateOptionsListResponse) GetOptionListOk() (*EntitymanagerOptionsList, bool)
GetOptionListOk returns a tuple with the OptionList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EntitymanagerUpdateOptionsListResponse) HasOptionList ¶
func (o *EntitymanagerUpdateOptionsListResponse) HasOptionList() bool
HasOptionList returns a boolean if a field has been set.
func (EntitymanagerUpdateOptionsListResponse) MarshalJSON ¶
func (o EntitymanagerUpdateOptionsListResponse) MarshalJSON() ([]byte, error)
func (*EntitymanagerUpdateOptionsListResponse) SetOptionList ¶
func (o *EntitymanagerUpdateOptionsListResponse) SetOptionList(v EntitymanagerOptionsList)
SetOptionList gets a reference to the given EntitymanagerOptionsList and assigns it to the OptionList field.
func (EntitymanagerUpdateOptionsListResponse) ToMap ¶
func (o EntitymanagerUpdateOptionsListResponse) ToMap() (map[string]interface{}, error)
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
type ListProductsRequestFilter ¶
type ListProductsRequestFilter struct { CreatedAtStart *time.Time `json:"createdAtStart,omitempty"` CreatedAtEnd *time.Time `json:"createdAtEnd,omitempty"` UpdatedAtStart *time.Time `json:"updatedAtStart,omitempty"` UpdatedAtEnd *time.Time `json:"updatedAtEnd,omitempty"` Status *bool `json:"status,omitempty"` }
ListProductsRequestFilter struct for ListProductsRequestFilter
func NewListProductsRequestFilter ¶
func NewListProductsRequestFilter() *ListProductsRequestFilter
NewListProductsRequestFilter instantiates a new ListProductsRequestFilter 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 NewListProductsRequestFilterWithDefaults ¶
func NewListProductsRequestFilterWithDefaults() *ListProductsRequestFilter
NewListProductsRequestFilterWithDefaults instantiates a new ListProductsRequestFilter 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 (*ListProductsRequestFilter) GetCreatedAtEnd ¶
func (o *ListProductsRequestFilter) GetCreatedAtEnd() time.Time
GetCreatedAtEnd returns the CreatedAtEnd field value if set, zero value otherwise.
func (*ListProductsRequestFilter) GetCreatedAtEndOk ¶
func (o *ListProductsRequestFilter) GetCreatedAtEndOk() (*time.Time, bool)
GetCreatedAtEndOk returns a tuple with the CreatedAtEnd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListProductsRequestFilter) GetCreatedAtStart ¶
func (o *ListProductsRequestFilter) GetCreatedAtStart() time.Time
GetCreatedAtStart returns the CreatedAtStart field value if set, zero value otherwise.
func (*ListProductsRequestFilter) GetCreatedAtStartOk ¶
func (o *ListProductsRequestFilter) GetCreatedAtStartOk() (*time.Time, bool)
GetCreatedAtStartOk returns a tuple with the CreatedAtStart field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListProductsRequestFilter) GetStatus ¶
func (o *ListProductsRequestFilter) GetStatus() bool
GetStatus returns the Status field value if set, zero value otherwise.
func (*ListProductsRequestFilter) GetStatusOk ¶
func (o *ListProductsRequestFilter) GetStatusOk() (*bool, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListProductsRequestFilter) GetUpdatedAtEnd ¶
func (o *ListProductsRequestFilter) GetUpdatedAtEnd() time.Time
GetUpdatedAtEnd returns the UpdatedAtEnd field value if set, zero value otherwise.
func (*ListProductsRequestFilter) GetUpdatedAtEndOk ¶
func (o *ListProductsRequestFilter) GetUpdatedAtEndOk() (*time.Time, bool)
GetUpdatedAtEndOk returns a tuple with the UpdatedAtEnd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListProductsRequestFilter) GetUpdatedAtStart ¶
func (o *ListProductsRequestFilter) GetUpdatedAtStart() time.Time
GetUpdatedAtStart returns the UpdatedAtStart field value if set, zero value otherwise.
func (*ListProductsRequestFilter) GetUpdatedAtStartOk ¶
func (o *ListProductsRequestFilter) GetUpdatedAtStartOk() (*time.Time, bool)
GetUpdatedAtStartOk returns a tuple with the UpdatedAtStart field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListProductsRequestFilter) HasCreatedAtEnd ¶
func (o *ListProductsRequestFilter) HasCreatedAtEnd() bool
HasCreatedAtEnd returns a boolean if a field has been set.
func (*ListProductsRequestFilter) HasCreatedAtStart ¶
func (o *ListProductsRequestFilter) HasCreatedAtStart() bool
HasCreatedAtStart returns a boolean if a field has been set.
func (*ListProductsRequestFilter) HasStatus ¶
func (o *ListProductsRequestFilter) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*ListProductsRequestFilter) HasUpdatedAtEnd ¶
func (o *ListProductsRequestFilter) HasUpdatedAtEnd() bool
HasUpdatedAtEnd returns a boolean if a field has been set.
func (*ListProductsRequestFilter) HasUpdatedAtStart ¶
func (o *ListProductsRequestFilter) HasUpdatedAtStart() bool
HasUpdatedAtStart returns a boolean if a field has been set.
func (ListProductsRequestFilter) MarshalJSON ¶
func (o ListProductsRequestFilter) MarshalJSON() ([]byte, error)
func (*ListProductsRequestFilter) SetCreatedAtEnd ¶
func (o *ListProductsRequestFilter) SetCreatedAtEnd(v time.Time)
SetCreatedAtEnd gets a reference to the given time.Time and assigns it to the CreatedAtEnd field.
func (*ListProductsRequestFilter) SetCreatedAtStart ¶
func (o *ListProductsRequestFilter) SetCreatedAtStart(v time.Time)
SetCreatedAtStart gets a reference to the given time.Time and assigns it to the CreatedAtStart field.
func (*ListProductsRequestFilter) SetStatus ¶
func (o *ListProductsRequestFilter) SetStatus(v bool)
SetStatus gets a reference to the given bool and assigns it to the Status field.
func (*ListProductsRequestFilter) SetUpdatedAtEnd ¶
func (o *ListProductsRequestFilter) SetUpdatedAtEnd(v time.Time)
SetUpdatedAtEnd gets a reference to the given time.Time and assigns it to the UpdatedAtEnd field.
func (*ListProductsRequestFilter) SetUpdatedAtStart ¶
func (o *ListProductsRequestFilter) SetUpdatedAtStart(v time.Time)
SetUpdatedAtStart gets a reference to the given time.Time and assigns it to the UpdatedAtStart field.
func (ListProductsRequestFilter) ToMap ¶
func (o ListProductsRequestFilter) ToMap() (map[string]interface{}, error)
type MappedNullable ¶
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 NullableBulkUpdateAssetsEntriesRequestUpdateEntity ¶
type NullableBulkUpdateAssetsEntriesRequestUpdateEntity struct {
// contains filtered or unexported fields
}
func NewNullableBulkUpdateAssetsEntriesRequestUpdateEntity ¶
func NewNullableBulkUpdateAssetsEntriesRequestUpdateEntity(val *BulkUpdateAssetsEntriesRequestUpdateEntity) *NullableBulkUpdateAssetsEntriesRequestUpdateEntity
func (NullableBulkUpdateAssetsEntriesRequestUpdateEntity) IsSet ¶
func (v NullableBulkUpdateAssetsEntriesRequestUpdateEntity) IsSet() bool
func (NullableBulkUpdateAssetsEntriesRequestUpdateEntity) MarshalJSON ¶
func (v NullableBulkUpdateAssetsEntriesRequestUpdateEntity) MarshalJSON() ([]byte, error)
func (*NullableBulkUpdateAssetsEntriesRequestUpdateEntity) UnmarshalJSON ¶
func (v *NullableBulkUpdateAssetsEntriesRequestUpdateEntity) UnmarshalJSON(src []byte) error
func (*NullableBulkUpdateAssetsEntriesRequestUpdateEntity) Unset ¶
func (v *NullableBulkUpdateAssetsEntriesRequestUpdateEntity) Unset()
type NullableEntitymanagerAttribute ¶
type NullableEntitymanagerAttribute struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerAttribute ¶
func NewNullableEntitymanagerAttribute(val *EntitymanagerAttribute) *NullableEntitymanagerAttribute
func (NullableEntitymanagerAttribute) Get ¶
func (v NullableEntitymanagerAttribute) Get() *EntitymanagerAttribute
func (NullableEntitymanagerAttribute) IsSet ¶
func (v NullableEntitymanagerAttribute) IsSet() bool
func (NullableEntitymanagerAttribute) MarshalJSON ¶
func (v NullableEntitymanagerAttribute) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerAttribute) Set ¶
func (v *NullableEntitymanagerAttribute) Set(val *EntitymanagerAttribute)
func (*NullableEntitymanagerAttribute) UnmarshalJSON ¶
func (v *NullableEntitymanagerAttribute) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerAttribute) Unset ¶
func (v *NullableEntitymanagerAttribute) Unset()
type NullableEntitymanagerAttributeGroup ¶
type NullableEntitymanagerAttributeGroup struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerAttributeGroup ¶
func NewNullableEntitymanagerAttributeGroup(val *EntitymanagerAttributeGroup) *NullableEntitymanagerAttributeGroup
func (NullableEntitymanagerAttributeGroup) Get ¶
func (v NullableEntitymanagerAttributeGroup) Get() *EntitymanagerAttributeGroup
func (NullableEntitymanagerAttributeGroup) IsSet ¶
func (v NullableEntitymanagerAttributeGroup) IsSet() bool
func (NullableEntitymanagerAttributeGroup) MarshalJSON ¶
func (v NullableEntitymanagerAttributeGroup) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerAttributeGroup) Set ¶
func (v *NullableEntitymanagerAttributeGroup) Set(val *EntitymanagerAttributeGroup)
func (*NullableEntitymanagerAttributeGroup) UnmarshalJSON ¶
func (v *NullableEntitymanagerAttributeGroup) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerAttributeGroup) Unset ¶
func (v *NullableEntitymanagerAttributeGroup) Unset()
type NullableEntitymanagerAttributeOption ¶
type NullableEntitymanagerAttributeOption struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerAttributeOption ¶
func NewNullableEntitymanagerAttributeOption(val *EntitymanagerAttributeOption) *NullableEntitymanagerAttributeOption
func (NullableEntitymanagerAttributeOption) Get ¶
func (v NullableEntitymanagerAttributeOption) Get() *EntitymanagerAttributeOption
func (NullableEntitymanagerAttributeOption) IsSet ¶
func (v NullableEntitymanagerAttributeOption) IsSet() bool
func (NullableEntitymanagerAttributeOption) MarshalJSON ¶
func (v NullableEntitymanagerAttributeOption) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerAttributeOption) Set ¶
func (v *NullableEntitymanagerAttributeOption) Set(val *EntitymanagerAttributeOption)
func (*NullableEntitymanagerAttributeOption) UnmarshalJSON ¶
func (v *NullableEntitymanagerAttributeOption) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerAttributeOption) Unset ¶
func (v *NullableEntitymanagerAttributeOption) Unset()
type NullableEntitymanagerAttributeOptionErrors ¶
type NullableEntitymanagerAttributeOptionErrors struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerAttributeOptionErrors ¶
func NewNullableEntitymanagerAttributeOptionErrors(val *EntitymanagerAttributeOptionErrors) *NullableEntitymanagerAttributeOptionErrors
func (NullableEntitymanagerAttributeOptionErrors) IsSet ¶
func (v NullableEntitymanagerAttributeOptionErrors) IsSet() bool
func (NullableEntitymanagerAttributeOptionErrors) MarshalJSON ¶
func (v NullableEntitymanagerAttributeOptionErrors) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerAttributeOptionErrors) Set ¶
func (v *NullableEntitymanagerAttributeOptionErrors) Set(val *EntitymanagerAttributeOptionErrors)
func (*NullableEntitymanagerAttributeOptionErrors) UnmarshalJSON ¶
func (v *NullableEntitymanagerAttributeOptionErrors) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerAttributeOptionErrors) Unset ¶
func (v *NullableEntitymanagerAttributeOptionErrors) Unset()
type NullableEntitymanagerAttributeOptionSwatch ¶
type NullableEntitymanagerAttributeOptionSwatch struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerAttributeOptionSwatch ¶
func NewNullableEntitymanagerAttributeOptionSwatch(val *EntitymanagerAttributeOptionSwatch) *NullableEntitymanagerAttributeOptionSwatch
func (NullableEntitymanagerAttributeOptionSwatch) IsSet ¶
func (v NullableEntitymanagerAttributeOptionSwatch) IsSet() bool
func (NullableEntitymanagerAttributeOptionSwatch) MarshalJSON ¶
func (v NullableEntitymanagerAttributeOptionSwatch) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerAttributeOptionSwatch) Set ¶
func (v *NullableEntitymanagerAttributeOptionSwatch) Set(val *EntitymanagerAttributeOptionSwatch)
func (*NullableEntitymanagerAttributeOptionSwatch) UnmarshalJSON ¶
func (v *NullableEntitymanagerAttributeOptionSwatch) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerAttributeOptionSwatch) Unset ¶
func (v *NullableEntitymanagerAttributeOptionSwatch) Unset()
type NullableEntitymanagerAttributeWriteError ¶
type NullableEntitymanagerAttributeWriteError struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerAttributeWriteError ¶
func NewNullableEntitymanagerAttributeWriteError(val *EntitymanagerAttributeWriteError) *NullableEntitymanagerAttributeWriteError
func (NullableEntitymanagerAttributeWriteError) IsSet ¶
func (v NullableEntitymanagerAttributeWriteError) IsSet() bool
func (NullableEntitymanagerAttributeWriteError) MarshalJSON ¶
func (v NullableEntitymanagerAttributeWriteError) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerAttributeWriteError) Set ¶
func (v *NullableEntitymanagerAttributeWriteError) Set(val *EntitymanagerAttributeWriteError)
func (*NullableEntitymanagerAttributeWriteError) UnmarshalJSON ¶
func (v *NullableEntitymanagerAttributeWriteError) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerAttributeWriteError) Unset ¶
func (v *NullableEntitymanagerAttributeWriteError) Unset()
type NullableEntitymanagerAttributeWriteErrors ¶
type NullableEntitymanagerAttributeWriteErrors struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerAttributeWriteErrors ¶
func NewNullableEntitymanagerAttributeWriteErrors(val *EntitymanagerAttributeWriteErrors) *NullableEntitymanagerAttributeWriteErrors
func (NullableEntitymanagerAttributeWriteErrors) IsSet ¶
func (v NullableEntitymanagerAttributeWriteErrors) IsSet() bool
func (NullableEntitymanagerAttributeWriteErrors) MarshalJSON ¶
func (v NullableEntitymanagerAttributeWriteErrors) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerAttributeWriteErrors) Set ¶
func (v *NullableEntitymanagerAttributeWriteErrors) Set(val *EntitymanagerAttributeWriteErrors)
func (*NullableEntitymanagerAttributeWriteErrors) UnmarshalJSON ¶
func (v *NullableEntitymanagerAttributeWriteErrors) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerAttributeWriteErrors) Unset ¶
func (v *NullableEntitymanagerAttributeWriteErrors) Unset()
type NullableEntitymanagerBulkCreateAttributeRequest ¶
type NullableEntitymanagerBulkCreateAttributeRequest struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerBulkCreateAttributeRequest ¶
func NewNullableEntitymanagerBulkCreateAttributeRequest(val *EntitymanagerBulkCreateAttributeRequest) *NullableEntitymanagerBulkCreateAttributeRequest
func (NullableEntitymanagerBulkCreateAttributeRequest) IsSet ¶
func (v NullableEntitymanagerBulkCreateAttributeRequest) IsSet() bool
func (NullableEntitymanagerBulkCreateAttributeRequest) MarshalJSON ¶
func (v NullableEntitymanagerBulkCreateAttributeRequest) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerBulkCreateAttributeRequest) UnmarshalJSON ¶
func (v *NullableEntitymanagerBulkCreateAttributeRequest) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerBulkCreateAttributeRequest) Unset ¶
func (v *NullableEntitymanagerBulkCreateAttributeRequest) Unset()
type NullableEntitymanagerBulkCreateAttributeResponse ¶
type NullableEntitymanagerBulkCreateAttributeResponse struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerBulkCreateAttributeResponse ¶
func NewNullableEntitymanagerBulkCreateAttributeResponse(val *EntitymanagerBulkCreateAttributeResponse) *NullableEntitymanagerBulkCreateAttributeResponse
func (NullableEntitymanagerBulkCreateAttributeResponse) IsSet ¶
func (v NullableEntitymanagerBulkCreateAttributeResponse) IsSet() bool
func (NullableEntitymanagerBulkCreateAttributeResponse) MarshalJSON ¶
func (v NullableEntitymanagerBulkCreateAttributeResponse) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerBulkCreateAttributeResponse) UnmarshalJSON ¶
func (v *NullableEntitymanagerBulkCreateAttributeResponse) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerBulkCreateAttributeResponse) Unset ¶
func (v *NullableEntitymanagerBulkCreateAttributeResponse) Unset()
type NullableEntitymanagerCreateAttributeGroupRequest ¶
type NullableEntitymanagerCreateAttributeGroupRequest struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerCreateAttributeGroupRequest ¶
func NewNullableEntitymanagerCreateAttributeGroupRequest(val *EntitymanagerCreateAttributeGroupRequest) *NullableEntitymanagerCreateAttributeGroupRequest
func (NullableEntitymanagerCreateAttributeGroupRequest) IsSet ¶
func (v NullableEntitymanagerCreateAttributeGroupRequest) IsSet() bool
func (NullableEntitymanagerCreateAttributeGroupRequest) MarshalJSON ¶
func (v NullableEntitymanagerCreateAttributeGroupRequest) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerCreateAttributeGroupRequest) UnmarshalJSON ¶
func (v *NullableEntitymanagerCreateAttributeGroupRequest) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerCreateAttributeGroupRequest) Unset ¶
func (v *NullableEntitymanagerCreateAttributeGroupRequest) Unset()
type NullableEntitymanagerCreateAttributeOptionsRequest ¶
type NullableEntitymanagerCreateAttributeOptionsRequest struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerCreateAttributeOptionsRequest ¶
func NewNullableEntitymanagerCreateAttributeOptionsRequest(val *EntitymanagerCreateAttributeOptionsRequest) *NullableEntitymanagerCreateAttributeOptionsRequest
func (NullableEntitymanagerCreateAttributeOptionsRequest) IsSet ¶
func (v NullableEntitymanagerCreateAttributeOptionsRequest) IsSet() bool
func (NullableEntitymanagerCreateAttributeOptionsRequest) MarshalJSON ¶
func (v NullableEntitymanagerCreateAttributeOptionsRequest) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerCreateAttributeOptionsRequest) UnmarshalJSON ¶
func (v *NullableEntitymanagerCreateAttributeOptionsRequest) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerCreateAttributeOptionsRequest) Unset ¶
func (v *NullableEntitymanagerCreateAttributeOptionsRequest) Unset()
type NullableEntitymanagerCreateAttributeOptionsResponse ¶
type NullableEntitymanagerCreateAttributeOptionsResponse struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerCreateAttributeOptionsResponse ¶
func NewNullableEntitymanagerCreateAttributeOptionsResponse(val *EntitymanagerCreateAttributeOptionsResponse) *NullableEntitymanagerCreateAttributeOptionsResponse
func (NullableEntitymanagerCreateAttributeOptionsResponse) IsSet ¶
func (v NullableEntitymanagerCreateAttributeOptionsResponse) IsSet() bool
func (NullableEntitymanagerCreateAttributeOptionsResponse) MarshalJSON ¶
func (v NullableEntitymanagerCreateAttributeOptionsResponse) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerCreateAttributeOptionsResponse) UnmarshalJSON ¶
func (v *NullableEntitymanagerCreateAttributeOptionsResponse) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerCreateAttributeOptionsResponse) Unset ¶
func (v *NullableEntitymanagerCreateAttributeOptionsResponse) Unset()
type NullableEntitymanagerCreateEntityResponse ¶
type NullableEntitymanagerCreateEntityResponse struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerCreateEntityResponse ¶
func NewNullableEntitymanagerCreateEntityResponse(val *EntitymanagerCreateEntityResponse) *NullableEntitymanagerCreateEntityResponse
func (NullableEntitymanagerCreateEntityResponse) IsSet ¶
func (v NullableEntitymanagerCreateEntityResponse) IsSet() bool
func (NullableEntitymanagerCreateEntityResponse) MarshalJSON ¶
func (v NullableEntitymanagerCreateEntityResponse) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerCreateEntityResponse) Set ¶
func (v *NullableEntitymanagerCreateEntityResponse) Set(val *EntitymanagerCreateEntityResponse)
func (*NullableEntitymanagerCreateEntityResponse) UnmarshalJSON ¶
func (v *NullableEntitymanagerCreateEntityResponse) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerCreateEntityResponse) Unset ¶
func (v *NullableEntitymanagerCreateEntityResponse) Unset()
type NullableEntitymanagerCreateOptionsListRequest ¶
type NullableEntitymanagerCreateOptionsListRequest struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerCreateOptionsListRequest ¶
func NewNullableEntitymanagerCreateOptionsListRequest(val *EntitymanagerCreateOptionsListRequest) *NullableEntitymanagerCreateOptionsListRequest
func (NullableEntitymanagerCreateOptionsListRequest) IsSet ¶
func (v NullableEntitymanagerCreateOptionsListRequest) IsSet() bool
func (NullableEntitymanagerCreateOptionsListRequest) MarshalJSON ¶
func (v NullableEntitymanagerCreateOptionsListRequest) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerCreateOptionsListRequest) Set ¶
func (v *NullableEntitymanagerCreateOptionsListRequest) Set(val *EntitymanagerCreateOptionsListRequest)
func (*NullableEntitymanagerCreateOptionsListRequest) UnmarshalJSON ¶
func (v *NullableEntitymanagerCreateOptionsListRequest) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerCreateOptionsListRequest) Unset ¶
func (v *NullableEntitymanagerCreateOptionsListRequest) Unset()
type NullableEntitymanagerCreateOptionsListResponse ¶
type NullableEntitymanagerCreateOptionsListResponse struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerCreateOptionsListResponse ¶
func NewNullableEntitymanagerCreateOptionsListResponse(val *EntitymanagerCreateOptionsListResponse) *NullableEntitymanagerCreateOptionsListResponse
func (NullableEntitymanagerCreateOptionsListResponse) IsSet ¶
func (v NullableEntitymanagerCreateOptionsListResponse) IsSet() bool
func (NullableEntitymanagerCreateOptionsListResponse) MarshalJSON ¶
func (v NullableEntitymanagerCreateOptionsListResponse) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerCreateOptionsListResponse) Set ¶
func (v *NullableEntitymanagerCreateOptionsListResponse) Set(val *EntitymanagerCreateOptionsListResponse)
func (*NullableEntitymanagerCreateOptionsListResponse) UnmarshalJSON ¶
func (v *NullableEntitymanagerCreateOptionsListResponse) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerCreateOptionsListResponse) Unset ¶
func (v *NullableEntitymanagerCreateOptionsListResponse) Unset()
type NullableEntitymanagerDeleteAttributeRequest ¶
type NullableEntitymanagerDeleteAttributeRequest struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerDeleteAttributeRequest ¶
func NewNullableEntitymanagerDeleteAttributeRequest(val *EntitymanagerDeleteAttributeRequest) *NullableEntitymanagerDeleteAttributeRequest
func (NullableEntitymanagerDeleteAttributeRequest) IsSet ¶
func (v NullableEntitymanagerDeleteAttributeRequest) IsSet() bool
func (NullableEntitymanagerDeleteAttributeRequest) MarshalJSON ¶
func (v NullableEntitymanagerDeleteAttributeRequest) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerDeleteAttributeRequest) Set ¶
func (v *NullableEntitymanagerDeleteAttributeRequest) Set(val *EntitymanagerDeleteAttributeRequest)
func (*NullableEntitymanagerDeleteAttributeRequest) UnmarshalJSON ¶
func (v *NullableEntitymanagerDeleteAttributeRequest) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerDeleteAttributeRequest) Unset ¶
func (v *NullableEntitymanagerDeleteAttributeRequest) Unset()
type NullableEntitymanagerEntity ¶
type NullableEntitymanagerEntity struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerEntity ¶
func NewNullableEntitymanagerEntity(val *EntitymanagerEntity) *NullableEntitymanagerEntity
func (NullableEntitymanagerEntity) Get ¶
func (v NullableEntitymanagerEntity) Get() *EntitymanagerEntity
func (NullableEntitymanagerEntity) IsSet ¶
func (v NullableEntitymanagerEntity) IsSet() bool
func (NullableEntitymanagerEntity) MarshalJSON ¶
func (v NullableEntitymanagerEntity) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerEntity) Set ¶
func (v *NullableEntitymanagerEntity) Set(val *EntitymanagerEntity)
func (*NullableEntitymanagerEntity) UnmarshalJSON ¶
func (v *NullableEntitymanagerEntity) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerEntity) Unset ¶
func (v *NullableEntitymanagerEntity) Unset()
type NullableEntitymanagerEntityIdentifier ¶
type NullableEntitymanagerEntityIdentifier struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerEntityIdentifier ¶
func NewNullableEntitymanagerEntityIdentifier(val *EntitymanagerEntityIdentifier) *NullableEntitymanagerEntityIdentifier
func (NullableEntitymanagerEntityIdentifier) Get ¶
func (v NullableEntitymanagerEntityIdentifier) Get() *EntitymanagerEntityIdentifier
func (NullableEntitymanagerEntityIdentifier) IsSet ¶
func (v NullableEntitymanagerEntityIdentifier) IsSet() bool
func (NullableEntitymanagerEntityIdentifier) MarshalJSON ¶
func (v NullableEntitymanagerEntityIdentifier) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerEntityIdentifier) Set ¶
func (v *NullableEntitymanagerEntityIdentifier) Set(val *EntitymanagerEntityIdentifier)
func (*NullableEntitymanagerEntityIdentifier) UnmarshalJSON ¶
func (v *NullableEntitymanagerEntityIdentifier) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerEntityIdentifier) Unset ¶
func (v *NullableEntitymanagerEntityIdentifier) Unset()
type NullableEntitymanagerEntityRequest ¶
type NullableEntitymanagerEntityRequest struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerEntityRequest ¶
func NewNullableEntitymanagerEntityRequest(val *EntitymanagerEntityRequest) *NullableEntitymanagerEntityRequest
func (NullableEntitymanagerEntityRequest) Get ¶
func (v NullableEntitymanagerEntityRequest) Get() *EntitymanagerEntityRequest
func (NullableEntitymanagerEntityRequest) IsSet ¶
func (v NullableEntitymanagerEntityRequest) IsSet() bool
func (NullableEntitymanagerEntityRequest) MarshalJSON ¶
func (v NullableEntitymanagerEntityRequest) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerEntityRequest) Set ¶
func (v *NullableEntitymanagerEntityRequest) Set(val *EntitymanagerEntityRequest)
func (*NullableEntitymanagerEntityRequest) UnmarshalJSON ¶
func (v *NullableEntitymanagerEntityRequest) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerEntityRequest) Unset ¶
func (v *NullableEntitymanagerEntityRequest) Unset()
type NullableEntitymanagerGetAttributeGroupRequest ¶
type NullableEntitymanagerGetAttributeGroupRequest struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerGetAttributeGroupRequest ¶
func NewNullableEntitymanagerGetAttributeGroupRequest(val *EntitymanagerGetAttributeGroupRequest) *NullableEntitymanagerGetAttributeGroupRequest
func (NullableEntitymanagerGetAttributeGroupRequest) IsSet ¶
func (v NullableEntitymanagerGetAttributeGroupRequest) IsSet() bool
func (NullableEntitymanagerGetAttributeGroupRequest) MarshalJSON ¶
func (v NullableEntitymanagerGetAttributeGroupRequest) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerGetAttributeGroupRequest) Set ¶
func (v *NullableEntitymanagerGetAttributeGroupRequest) Set(val *EntitymanagerGetAttributeGroupRequest)
func (*NullableEntitymanagerGetAttributeGroupRequest) UnmarshalJSON ¶
func (v *NullableEntitymanagerGetAttributeGroupRequest) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerGetAttributeGroupRequest) Unset ¶
func (v *NullableEntitymanagerGetAttributeGroupRequest) Unset()
type NullableEntitymanagerGetAttributeOptionRequest ¶
type NullableEntitymanagerGetAttributeOptionRequest struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerGetAttributeOptionRequest ¶
func NewNullableEntitymanagerGetAttributeOptionRequest(val *EntitymanagerGetAttributeOptionRequest) *NullableEntitymanagerGetAttributeOptionRequest
func (NullableEntitymanagerGetAttributeOptionRequest) IsSet ¶
func (v NullableEntitymanagerGetAttributeOptionRequest) IsSet() bool
func (NullableEntitymanagerGetAttributeOptionRequest) MarshalJSON ¶
func (v NullableEntitymanagerGetAttributeOptionRequest) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerGetAttributeOptionRequest) Set ¶
func (v *NullableEntitymanagerGetAttributeOptionRequest) Set(val *EntitymanagerGetAttributeOptionRequest)
func (*NullableEntitymanagerGetAttributeOptionRequest) UnmarshalJSON ¶
func (v *NullableEntitymanagerGetAttributeOptionRequest) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerGetAttributeOptionRequest) Unset ¶
func (v *NullableEntitymanagerGetAttributeOptionRequest) Unset()
type NullableEntitymanagerGetAttributeOptionResponse ¶
type NullableEntitymanagerGetAttributeOptionResponse struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerGetAttributeOptionResponse ¶
func NewNullableEntitymanagerGetAttributeOptionResponse(val *EntitymanagerGetAttributeOptionResponse) *NullableEntitymanagerGetAttributeOptionResponse
func (NullableEntitymanagerGetAttributeOptionResponse) IsSet ¶
func (v NullableEntitymanagerGetAttributeOptionResponse) IsSet() bool
func (NullableEntitymanagerGetAttributeOptionResponse) MarshalJSON ¶
func (v NullableEntitymanagerGetAttributeOptionResponse) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerGetAttributeOptionResponse) UnmarshalJSON ¶
func (v *NullableEntitymanagerGetAttributeOptionResponse) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerGetAttributeOptionResponse) Unset ¶
func (v *NullableEntitymanagerGetAttributeOptionResponse) Unset()
type NullableEntitymanagerGetAttributeOptionsRequest ¶
type NullableEntitymanagerGetAttributeOptionsRequest struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerGetAttributeOptionsRequest ¶
func NewNullableEntitymanagerGetAttributeOptionsRequest(val *EntitymanagerGetAttributeOptionsRequest) *NullableEntitymanagerGetAttributeOptionsRequest
func (NullableEntitymanagerGetAttributeOptionsRequest) IsSet ¶
func (v NullableEntitymanagerGetAttributeOptionsRequest) IsSet() bool
func (NullableEntitymanagerGetAttributeOptionsRequest) MarshalJSON ¶
func (v NullableEntitymanagerGetAttributeOptionsRequest) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerGetAttributeOptionsRequest) UnmarshalJSON ¶
func (v *NullableEntitymanagerGetAttributeOptionsRequest) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerGetAttributeOptionsRequest) Unset ¶
func (v *NullableEntitymanagerGetAttributeOptionsRequest) Unset()
type NullableEntitymanagerGetAttributeOptionsRequestOption ¶
type NullableEntitymanagerGetAttributeOptionsRequestOption struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerGetAttributeOptionsRequestOption ¶
func NewNullableEntitymanagerGetAttributeOptionsRequestOption(val *EntitymanagerGetAttributeOptionsRequestOption) *NullableEntitymanagerGetAttributeOptionsRequestOption
func (NullableEntitymanagerGetAttributeOptionsRequestOption) IsSet ¶
func (v NullableEntitymanagerGetAttributeOptionsRequestOption) IsSet() bool
func (NullableEntitymanagerGetAttributeOptionsRequestOption) MarshalJSON ¶
func (v NullableEntitymanagerGetAttributeOptionsRequestOption) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerGetAttributeOptionsRequestOption) UnmarshalJSON ¶
func (v *NullableEntitymanagerGetAttributeOptionsRequestOption) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerGetAttributeOptionsRequestOption) Unset ¶
func (v *NullableEntitymanagerGetAttributeOptionsRequestOption) Unset()
type NullableEntitymanagerGetAttributeOptionsResponse ¶
type NullableEntitymanagerGetAttributeOptionsResponse struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerGetAttributeOptionsResponse ¶
func NewNullableEntitymanagerGetAttributeOptionsResponse(val *EntitymanagerGetAttributeOptionsResponse) *NullableEntitymanagerGetAttributeOptionsResponse
func (NullableEntitymanagerGetAttributeOptionsResponse) IsSet ¶
func (v NullableEntitymanagerGetAttributeOptionsResponse) IsSet() bool
func (NullableEntitymanagerGetAttributeOptionsResponse) MarshalJSON ¶
func (v NullableEntitymanagerGetAttributeOptionsResponse) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerGetAttributeOptionsResponse) UnmarshalJSON ¶
func (v *NullableEntitymanagerGetAttributeOptionsResponse) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerGetAttributeOptionsResponse) Unset ¶
func (v *NullableEntitymanagerGetAttributeOptionsResponse) Unset()
type NullableEntitymanagerGetAttributeOptionsResponseOption ¶
type NullableEntitymanagerGetAttributeOptionsResponseOption struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerGetAttributeOptionsResponseOption ¶
func NewNullableEntitymanagerGetAttributeOptionsResponseOption(val *EntitymanagerGetAttributeOptionsResponseOption) *NullableEntitymanagerGetAttributeOptionsResponseOption
func (NullableEntitymanagerGetAttributeOptionsResponseOption) IsSet ¶
func (v NullableEntitymanagerGetAttributeOptionsResponseOption) IsSet() bool
func (NullableEntitymanagerGetAttributeOptionsResponseOption) MarshalJSON ¶
func (v NullableEntitymanagerGetAttributeOptionsResponseOption) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerGetAttributeOptionsResponseOption) UnmarshalJSON ¶
func (v *NullableEntitymanagerGetAttributeOptionsResponseOption) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerGetAttributeOptionsResponseOption) Unset ¶
func (v *NullableEntitymanagerGetAttributeOptionsResponseOption) Unset()
type NullableEntitymanagerGetOptionsListRequest ¶
type NullableEntitymanagerGetOptionsListRequest struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerGetOptionsListRequest ¶
func NewNullableEntitymanagerGetOptionsListRequest(val *EntitymanagerGetOptionsListRequest) *NullableEntitymanagerGetOptionsListRequest
func (NullableEntitymanagerGetOptionsListRequest) IsSet ¶
func (v NullableEntitymanagerGetOptionsListRequest) IsSet() bool
func (NullableEntitymanagerGetOptionsListRequest) MarshalJSON ¶
func (v NullableEntitymanagerGetOptionsListRequest) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerGetOptionsListRequest) Set ¶
func (v *NullableEntitymanagerGetOptionsListRequest) Set(val *EntitymanagerGetOptionsListRequest)
func (*NullableEntitymanagerGetOptionsListRequest) UnmarshalJSON ¶
func (v *NullableEntitymanagerGetOptionsListRequest) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerGetOptionsListRequest) Unset ¶
func (v *NullableEntitymanagerGetOptionsListRequest) Unset()
type NullableEntitymanagerGetOptionsListResponse ¶
type NullableEntitymanagerGetOptionsListResponse struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerGetOptionsListResponse ¶
func NewNullableEntitymanagerGetOptionsListResponse(val *EntitymanagerGetOptionsListResponse) *NullableEntitymanagerGetOptionsListResponse
func (NullableEntitymanagerGetOptionsListResponse) IsSet ¶
func (v NullableEntitymanagerGetOptionsListResponse) IsSet() bool
func (NullableEntitymanagerGetOptionsListResponse) MarshalJSON ¶
func (v NullableEntitymanagerGetOptionsListResponse) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerGetOptionsListResponse) Set ¶
func (v *NullableEntitymanagerGetOptionsListResponse) Set(val *EntitymanagerGetOptionsListResponse)
func (*NullableEntitymanagerGetOptionsListResponse) UnmarshalJSON ¶
func (v *NullableEntitymanagerGetOptionsListResponse) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerGetOptionsListResponse) Unset ¶
func (v *NullableEntitymanagerGetOptionsListResponse) Unset()
type NullableEntitymanagerListAttributeGroupsRequest ¶
type NullableEntitymanagerListAttributeGroupsRequest struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerListAttributeGroupsRequest ¶
func NewNullableEntitymanagerListAttributeGroupsRequest(val *EntitymanagerListAttributeGroupsRequest) *NullableEntitymanagerListAttributeGroupsRequest
func (NullableEntitymanagerListAttributeGroupsRequest) IsSet ¶
func (v NullableEntitymanagerListAttributeGroupsRequest) IsSet() bool
func (NullableEntitymanagerListAttributeGroupsRequest) MarshalJSON ¶
func (v NullableEntitymanagerListAttributeGroupsRequest) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerListAttributeGroupsRequest) UnmarshalJSON ¶
func (v *NullableEntitymanagerListAttributeGroupsRequest) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerListAttributeGroupsRequest) Unset ¶
func (v *NullableEntitymanagerListAttributeGroupsRequest) Unset()
type NullableEntitymanagerListAttributeGroupsResponse ¶
type NullableEntitymanagerListAttributeGroupsResponse struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerListAttributeGroupsResponse ¶
func NewNullableEntitymanagerListAttributeGroupsResponse(val *EntitymanagerListAttributeGroupsResponse) *NullableEntitymanagerListAttributeGroupsResponse
func (NullableEntitymanagerListAttributeGroupsResponse) IsSet ¶
func (v NullableEntitymanagerListAttributeGroupsResponse) IsSet() bool
func (NullableEntitymanagerListAttributeGroupsResponse) MarshalJSON ¶
func (v NullableEntitymanagerListAttributeGroupsResponse) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerListAttributeGroupsResponse) UnmarshalJSON ¶
func (v *NullableEntitymanagerListAttributeGroupsResponse) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerListAttributeGroupsResponse) Unset ¶
func (v *NullableEntitymanagerListAttributeGroupsResponse) Unset()
type NullableEntitymanagerListAttributeOptionsRequest ¶
type NullableEntitymanagerListAttributeOptionsRequest struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerListAttributeOptionsRequest ¶
func NewNullableEntitymanagerListAttributeOptionsRequest(val *EntitymanagerListAttributeOptionsRequest) *NullableEntitymanagerListAttributeOptionsRequest
func (NullableEntitymanagerListAttributeOptionsRequest) IsSet ¶
func (v NullableEntitymanagerListAttributeOptionsRequest) IsSet() bool
func (NullableEntitymanagerListAttributeOptionsRequest) MarshalJSON ¶
func (v NullableEntitymanagerListAttributeOptionsRequest) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerListAttributeOptionsRequest) UnmarshalJSON ¶
func (v *NullableEntitymanagerListAttributeOptionsRequest) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerListAttributeOptionsRequest) Unset ¶
func (v *NullableEntitymanagerListAttributeOptionsRequest) Unset()
type NullableEntitymanagerListAttributeOptionsResponse ¶
type NullableEntitymanagerListAttributeOptionsResponse struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerListAttributeOptionsResponse ¶
func NewNullableEntitymanagerListAttributeOptionsResponse(val *EntitymanagerListAttributeOptionsResponse) *NullableEntitymanagerListAttributeOptionsResponse
func (NullableEntitymanagerListAttributeOptionsResponse) IsSet ¶
func (v NullableEntitymanagerListAttributeOptionsResponse) IsSet() bool
func (NullableEntitymanagerListAttributeOptionsResponse) MarshalJSON ¶
func (v NullableEntitymanagerListAttributeOptionsResponse) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerListAttributeOptionsResponse) UnmarshalJSON ¶
func (v *NullableEntitymanagerListAttributeOptionsResponse) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerListAttributeOptionsResponse) Unset ¶
func (v *NullableEntitymanagerListAttributeOptionsResponse) Unset()
type NullableEntitymanagerListEntitiesRequest ¶
type NullableEntitymanagerListEntitiesRequest struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerListEntitiesRequest ¶
func NewNullableEntitymanagerListEntitiesRequest(val *EntitymanagerListEntitiesRequest) *NullableEntitymanagerListEntitiesRequest
func (NullableEntitymanagerListEntitiesRequest) IsSet ¶
func (v NullableEntitymanagerListEntitiesRequest) IsSet() bool
func (NullableEntitymanagerListEntitiesRequest) MarshalJSON ¶
func (v NullableEntitymanagerListEntitiesRequest) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerListEntitiesRequest) Set ¶
func (v *NullableEntitymanagerListEntitiesRequest) Set(val *EntitymanagerListEntitiesRequest)
func (*NullableEntitymanagerListEntitiesRequest) UnmarshalJSON ¶
func (v *NullableEntitymanagerListEntitiesRequest) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerListEntitiesRequest) Unset ¶
func (v *NullableEntitymanagerListEntitiesRequest) Unset()
type NullableEntitymanagerListEntitiesResponse ¶
type NullableEntitymanagerListEntitiesResponse struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerListEntitiesResponse ¶
func NewNullableEntitymanagerListEntitiesResponse(val *EntitymanagerListEntitiesResponse) *NullableEntitymanagerListEntitiesResponse
func (NullableEntitymanagerListEntitiesResponse) IsSet ¶
func (v NullableEntitymanagerListEntitiesResponse) IsSet() bool
func (NullableEntitymanagerListEntitiesResponse) MarshalJSON ¶
func (v NullableEntitymanagerListEntitiesResponse) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerListEntitiesResponse) Set ¶
func (v *NullableEntitymanagerListEntitiesResponse) Set(val *EntitymanagerListEntitiesResponse)
func (*NullableEntitymanagerListEntitiesResponse) UnmarshalJSON ¶
func (v *NullableEntitymanagerListEntitiesResponse) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerListEntitiesResponse) Unset ¶
func (v *NullableEntitymanagerListEntitiesResponse) Unset()
type NullableEntitymanagerListOptionsListsRequest ¶
type NullableEntitymanagerListOptionsListsRequest struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerListOptionsListsRequest ¶
func NewNullableEntitymanagerListOptionsListsRequest(val *EntitymanagerListOptionsListsRequest) *NullableEntitymanagerListOptionsListsRequest
func (NullableEntitymanagerListOptionsListsRequest) IsSet ¶
func (v NullableEntitymanagerListOptionsListsRequest) IsSet() bool
func (NullableEntitymanagerListOptionsListsRequest) MarshalJSON ¶
func (v NullableEntitymanagerListOptionsListsRequest) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerListOptionsListsRequest) Set ¶
func (v *NullableEntitymanagerListOptionsListsRequest) Set(val *EntitymanagerListOptionsListsRequest)
func (*NullableEntitymanagerListOptionsListsRequest) UnmarshalJSON ¶
func (v *NullableEntitymanagerListOptionsListsRequest) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerListOptionsListsRequest) Unset ¶
func (v *NullableEntitymanagerListOptionsListsRequest) Unset()
type NullableEntitymanagerListOptionsListsResponse ¶
type NullableEntitymanagerListOptionsListsResponse struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerListOptionsListsResponse ¶
func NewNullableEntitymanagerListOptionsListsResponse(val *EntitymanagerListOptionsListsResponse) *NullableEntitymanagerListOptionsListsResponse
func (NullableEntitymanagerListOptionsListsResponse) IsSet ¶
func (v NullableEntitymanagerListOptionsListsResponse) IsSet() bool
func (NullableEntitymanagerListOptionsListsResponse) MarshalJSON ¶
func (v NullableEntitymanagerListOptionsListsResponse) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerListOptionsListsResponse) Set ¶
func (v *NullableEntitymanagerListOptionsListsResponse) Set(val *EntitymanagerListOptionsListsResponse)
func (*NullableEntitymanagerListOptionsListsResponse) UnmarshalJSON ¶
func (v *NullableEntitymanagerListOptionsListsResponse) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerListOptionsListsResponse) Unset ¶
func (v *NullableEntitymanagerListOptionsListsResponse) Unset()
type NullableEntitymanagerOptionsList ¶
type NullableEntitymanagerOptionsList struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerOptionsList ¶
func NewNullableEntitymanagerOptionsList(val *EntitymanagerOptionsList) *NullableEntitymanagerOptionsList
func (NullableEntitymanagerOptionsList) Get ¶
func (v NullableEntitymanagerOptionsList) Get() *EntitymanagerOptionsList
func (NullableEntitymanagerOptionsList) IsSet ¶
func (v NullableEntitymanagerOptionsList) IsSet() bool
func (NullableEntitymanagerOptionsList) MarshalJSON ¶
func (v NullableEntitymanagerOptionsList) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerOptionsList) Set ¶
func (v *NullableEntitymanagerOptionsList) Set(val *EntitymanagerOptionsList)
func (*NullableEntitymanagerOptionsList) UnmarshalJSON ¶
func (v *NullableEntitymanagerOptionsList) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerOptionsList) Unset ¶
func (v *NullableEntitymanagerOptionsList) Unset()
type NullableEntitymanagerRenderAs ¶
type NullableEntitymanagerRenderAs struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerRenderAs ¶
func NewNullableEntitymanagerRenderAs(val *EntitymanagerRenderAs) *NullableEntitymanagerRenderAs
func (NullableEntitymanagerRenderAs) Get ¶
func (v NullableEntitymanagerRenderAs) Get() *EntitymanagerRenderAs
func (NullableEntitymanagerRenderAs) IsSet ¶
func (v NullableEntitymanagerRenderAs) IsSet() bool
func (NullableEntitymanagerRenderAs) MarshalJSON ¶
func (v NullableEntitymanagerRenderAs) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerRenderAs) Set ¶
func (v *NullableEntitymanagerRenderAs) Set(val *EntitymanagerRenderAs)
func (*NullableEntitymanagerRenderAs) UnmarshalJSON ¶
func (v *NullableEntitymanagerRenderAs) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerRenderAs) Unset ¶
func (v *NullableEntitymanagerRenderAs) Unset()
type NullableEntitymanagerTypes ¶
type NullableEntitymanagerTypes struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerTypes ¶
func NewNullableEntitymanagerTypes(val *EntitymanagerTypes) *NullableEntitymanagerTypes
func (NullableEntitymanagerTypes) Get ¶
func (v NullableEntitymanagerTypes) Get() *EntitymanagerTypes
func (NullableEntitymanagerTypes) IsSet ¶
func (v NullableEntitymanagerTypes) IsSet() bool
func (NullableEntitymanagerTypes) MarshalJSON ¶
func (v NullableEntitymanagerTypes) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerTypes) Set ¶
func (v *NullableEntitymanagerTypes) Set(val *EntitymanagerTypes)
func (*NullableEntitymanagerTypes) UnmarshalJSON ¶
func (v *NullableEntitymanagerTypes) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerTypes) Unset ¶
func (v *NullableEntitymanagerTypes) Unset()
type NullableEntitymanagerUpdateAttributeGroupRequest ¶
type NullableEntitymanagerUpdateAttributeGroupRequest struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerUpdateAttributeGroupRequest ¶
func NewNullableEntitymanagerUpdateAttributeGroupRequest(val *EntitymanagerUpdateAttributeGroupRequest) *NullableEntitymanagerUpdateAttributeGroupRequest
func (NullableEntitymanagerUpdateAttributeGroupRequest) IsSet ¶
func (v NullableEntitymanagerUpdateAttributeGroupRequest) IsSet() bool
func (NullableEntitymanagerUpdateAttributeGroupRequest) MarshalJSON ¶
func (v NullableEntitymanagerUpdateAttributeGroupRequest) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerUpdateAttributeGroupRequest) UnmarshalJSON ¶
func (v *NullableEntitymanagerUpdateAttributeGroupRequest) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerUpdateAttributeGroupRequest) Unset ¶
func (v *NullableEntitymanagerUpdateAttributeGroupRequest) Unset()
type NullableEntitymanagerUpdateAttributeGroupRequestPayload ¶
type NullableEntitymanagerUpdateAttributeGroupRequestPayload struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerUpdateAttributeGroupRequestPayload ¶
func NewNullableEntitymanagerUpdateAttributeGroupRequestPayload(val *EntitymanagerUpdateAttributeGroupRequestPayload) *NullableEntitymanagerUpdateAttributeGroupRequestPayload
func (NullableEntitymanagerUpdateAttributeGroupRequestPayload) IsSet ¶
func (v NullableEntitymanagerUpdateAttributeGroupRequestPayload) IsSet() bool
func (NullableEntitymanagerUpdateAttributeGroupRequestPayload) MarshalJSON ¶
func (v NullableEntitymanagerUpdateAttributeGroupRequestPayload) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerUpdateAttributeGroupRequestPayload) UnmarshalJSON ¶
func (v *NullableEntitymanagerUpdateAttributeGroupRequestPayload) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerUpdateAttributeGroupRequestPayload) Unset ¶
func (v *NullableEntitymanagerUpdateAttributeGroupRequestPayload) Unset()
type NullableEntitymanagerUpdateAttributeOptionsRequest ¶
type NullableEntitymanagerUpdateAttributeOptionsRequest struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerUpdateAttributeOptionsRequest ¶
func NewNullableEntitymanagerUpdateAttributeOptionsRequest(val *EntitymanagerUpdateAttributeOptionsRequest) *NullableEntitymanagerUpdateAttributeOptionsRequest
func (NullableEntitymanagerUpdateAttributeOptionsRequest) IsSet ¶
func (v NullableEntitymanagerUpdateAttributeOptionsRequest) IsSet() bool
func (NullableEntitymanagerUpdateAttributeOptionsRequest) MarshalJSON ¶
func (v NullableEntitymanagerUpdateAttributeOptionsRequest) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerUpdateAttributeOptionsRequest) UnmarshalJSON ¶
func (v *NullableEntitymanagerUpdateAttributeOptionsRequest) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerUpdateAttributeOptionsRequest) Unset ¶
func (v *NullableEntitymanagerUpdateAttributeOptionsRequest) Unset()
type NullableEntitymanagerUpdateAttributeOptionsResponse ¶
type NullableEntitymanagerUpdateAttributeOptionsResponse struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerUpdateAttributeOptionsResponse ¶
func NewNullableEntitymanagerUpdateAttributeOptionsResponse(val *EntitymanagerUpdateAttributeOptionsResponse) *NullableEntitymanagerUpdateAttributeOptionsResponse
func (NullableEntitymanagerUpdateAttributeOptionsResponse) IsSet ¶
func (v NullableEntitymanagerUpdateAttributeOptionsResponse) IsSet() bool
func (NullableEntitymanagerUpdateAttributeOptionsResponse) MarshalJSON ¶
func (v NullableEntitymanagerUpdateAttributeOptionsResponse) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerUpdateAttributeOptionsResponse) UnmarshalJSON ¶
func (v *NullableEntitymanagerUpdateAttributeOptionsResponse) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerUpdateAttributeOptionsResponse) Unset ¶
func (v *NullableEntitymanagerUpdateAttributeOptionsResponse) Unset()
type NullableEntitymanagerUpdateAttributeRequest ¶
type NullableEntitymanagerUpdateAttributeRequest struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerUpdateAttributeRequest ¶
func NewNullableEntitymanagerUpdateAttributeRequest(val *EntitymanagerUpdateAttributeRequest) *NullableEntitymanagerUpdateAttributeRequest
func (NullableEntitymanagerUpdateAttributeRequest) IsSet ¶
func (v NullableEntitymanagerUpdateAttributeRequest) IsSet() bool
func (NullableEntitymanagerUpdateAttributeRequest) MarshalJSON ¶
func (v NullableEntitymanagerUpdateAttributeRequest) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerUpdateAttributeRequest) Set ¶
func (v *NullableEntitymanagerUpdateAttributeRequest) Set(val *EntitymanagerUpdateAttributeRequest)
func (*NullableEntitymanagerUpdateAttributeRequest) UnmarshalJSON ¶
func (v *NullableEntitymanagerUpdateAttributeRequest) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerUpdateAttributeRequest) Unset ¶
func (v *NullableEntitymanagerUpdateAttributeRequest) Unset()
type NullableEntitymanagerUpdateAttributeRequestPayload ¶
type NullableEntitymanagerUpdateAttributeRequestPayload struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerUpdateAttributeRequestPayload ¶
func NewNullableEntitymanagerUpdateAttributeRequestPayload(val *EntitymanagerUpdateAttributeRequestPayload) *NullableEntitymanagerUpdateAttributeRequestPayload
func (NullableEntitymanagerUpdateAttributeRequestPayload) IsSet ¶
func (v NullableEntitymanagerUpdateAttributeRequestPayload) IsSet() bool
func (NullableEntitymanagerUpdateAttributeRequestPayload) MarshalJSON ¶
func (v NullableEntitymanagerUpdateAttributeRequestPayload) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerUpdateAttributeRequestPayload) UnmarshalJSON ¶
func (v *NullableEntitymanagerUpdateAttributeRequestPayload) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerUpdateAttributeRequestPayload) Unset ¶
func (v *NullableEntitymanagerUpdateAttributeRequestPayload) Unset()
type NullableEntitymanagerUpdateOptionsListRequest ¶
type NullableEntitymanagerUpdateOptionsListRequest struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerUpdateOptionsListRequest ¶
func NewNullableEntitymanagerUpdateOptionsListRequest(val *EntitymanagerUpdateOptionsListRequest) *NullableEntitymanagerUpdateOptionsListRequest
func (NullableEntitymanagerUpdateOptionsListRequest) IsSet ¶
func (v NullableEntitymanagerUpdateOptionsListRequest) IsSet() bool
func (NullableEntitymanagerUpdateOptionsListRequest) MarshalJSON ¶
func (v NullableEntitymanagerUpdateOptionsListRequest) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerUpdateOptionsListRequest) Set ¶
func (v *NullableEntitymanagerUpdateOptionsListRequest) Set(val *EntitymanagerUpdateOptionsListRequest)
func (*NullableEntitymanagerUpdateOptionsListRequest) UnmarshalJSON ¶
func (v *NullableEntitymanagerUpdateOptionsListRequest) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerUpdateOptionsListRequest) Unset ¶
func (v *NullableEntitymanagerUpdateOptionsListRequest) Unset()
type NullableEntitymanagerUpdateOptionsListResponse ¶
type NullableEntitymanagerUpdateOptionsListResponse struct {
// contains filtered or unexported fields
}
func NewNullableEntitymanagerUpdateOptionsListResponse ¶
func NewNullableEntitymanagerUpdateOptionsListResponse(val *EntitymanagerUpdateOptionsListResponse) *NullableEntitymanagerUpdateOptionsListResponse
func (NullableEntitymanagerUpdateOptionsListResponse) IsSet ¶
func (v NullableEntitymanagerUpdateOptionsListResponse) IsSet() bool
func (NullableEntitymanagerUpdateOptionsListResponse) MarshalJSON ¶
func (v NullableEntitymanagerUpdateOptionsListResponse) MarshalJSON() ([]byte, error)
func (*NullableEntitymanagerUpdateOptionsListResponse) Set ¶
func (v *NullableEntitymanagerUpdateOptionsListResponse) Set(val *EntitymanagerUpdateOptionsListResponse)
func (*NullableEntitymanagerUpdateOptionsListResponse) UnmarshalJSON ¶
func (v *NullableEntitymanagerUpdateOptionsListResponse) UnmarshalJSON(src []byte) error
func (*NullableEntitymanagerUpdateOptionsListResponse) Unset ¶
func (v *NullableEntitymanagerUpdateOptionsListResponse) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableListProductsRequestFilter ¶
type NullableListProductsRequestFilter struct {
// contains filtered or unexported fields
}
func NewNullableListProductsRequestFilter ¶
func NewNullableListProductsRequestFilter(val *ListProductsRequestFilter) *NullableListProductsRequestFilter
func (NullableListProductsRequestFilter) Get ¶
func (v NullableListProductsRequestFilter) Get() *ListProductsRequestFilter
func (NullableListProductsRequestFilter) IsSet ¶
func (v NullableListProductsRequestFilter) IsSet() bool
func (NullableListProductsRequestFilter) MarshalJSON ¶
func (v NullableListProductsRequestFilter) MarshalJSON() ([]byte, error)
func (*NullableListProductsRequestFilter) Set ¶
func (v *NullableListProductsRequestFilter) Set(val *ListProductsRequestFilter)
func (*NullableListProductsRequestFilter) UnmarshalJSON ¶
func (v *NullableListProductsRequestFilter) UnmarshalJSON(src []byte) error
func (*NullableListProductsRequestFilter) Unset ¶
func (v *NullableListProductsRequestFilter) Unset()
type NullableProductAddMediaGalleryEntryRequest ¶
type NullableProductAddMediaGalleryEntryRequest struct {
// contains filtered or unexported fields
}
func NewNullableProductAddMediaGalleryEntryRequest ¶
func NewNullableProductAddMediaGalleryEntryRequest(val *ProductAddMediaGalleryEntryRequest) *NullableProductAddMediaGalleryEntryRequest
func (NullableProductAddMediaGalleryEntryRequest) IsSet ¶
func (v NullableProductAddMediaGalleryEntryRequest) IsSet() bool
func (NullableProductAddMediaGalleryEntryRequest) MarshalJSON ¶
func (v NullableProductAddMediaGalleryEntryRequest) MarshalJSON() ([]byte, error)
func (*NullableProductAddMediaGalleryEntryRequest) Set ¶
func (v *NullableProductAddMediaGalleryEntryRequest) Set(val *ProductAddMediaGalleryEntryRequest)
func (*NullableProductAddMediaGalleryEntryRequest) UnmarshalJSON ¶
func (v *NullableProductAddMediaGalleryEntryRequest) UnmarshalJSON(src []byte) error
func (*NullableProductAddMediaGalleryEntryRequest) Unset ¶
func (v *NullableProductAddMediaGalleryEntryRequest) Unset()
type NullableProductAddMediaGalleryEntryResponse ¶
type NullableProductAddMediaGalleryEntryResponse struct {
// contains filtered or unexported fields
}
func NewNullableProductAddMediaGalleryEntryResponse ¶
func NewNullableProductAddMediaGalleryEntryResponse(val *ProductAddMediaGalleryEntryResponse) *NullableProductAddMediaGalleryEntryResponse
func (NullableProductAddMediaGalleryEntryResponse) IsSet ¶
func (v NullableProductAddMediaGalleryEntryResponse) IsSet() bool
func (NullableProductAddMediaGalleryEntryResponse) MarshalJSON ¶
func (v NullableProductAddMediaGalleryEntryResponse) MarshalJSON() ([]byte, error)
func (*NullableProductAddMediaGalleryEntryResponse) Set ¶
func (v *NullableProductAddMediaGalleryEntryResponse) Set(val *ProductAddMediaGalleryEntryResponse)
func (*NullableProductAddMediaGalleryEntryResponse) UnmarshalJSON ¶
func (v *NullableProductAddMediaGalleryEntryResponse) UnmarshalJSON(src []byte) error
func (*NullableProductAddMediaGalleryEntryResponse) Unset ¶
func (v *NullableProductAddMediaGalleryEntryResponse) Unset()
type NullableProductAssetData ¶
type NullableProductAssetData struct {
// contains filtered or unexported fields
}
func NewNullableProductAssetData ¶
func NewNullableProductAssetData(val *ProductAssetData) *NullableProductAssetData
func (NullableProductAssetData) Get ¶
func (v NullableProductAssetData) Get() *ProductAssetData
func (NullableProductAssetData) IsSet ¶
func (v NullableProductAssetData) IsSet() bool
func (NullableProductAssetData) MarshalJSON ¶
func (v NullableProductAssetData) MarshalJSON() ([]byte, error)
func (*NullableProductAssetData) Set ¶
func (v *NullableProductAssetData) Set(val *ProductAssetData)
func (*NullableProductAssetData) UnmarshalJSON ¶
func (v *NullableProductAssetData) UnmarshalJSON(src []byte) error
func (*NullableProductAssetData) Unset ¶
func (v *NullableProductAssetData) Unset()
type NullableProductAssets ¶
type NullableProductAssets struct {
// contains filtered or unexported fields
}
func NewNullableProductAssets ¶
func NewNullableProductAssets(val *ProductAssets) *NullableProductAssets
func (NullableProductAssets) Get ¶
func (v NullableProductAssets) Get() *ProductAssets
func (NullableProductAssets) IsSet ¶
func (v NullableProductAssets) IsSet() bool
func (NullableProductAssets) MarshalJSON ¶
func (v NullableProductAssets) MarshalJSON() ([]byte, error)
func (*NullableProductAssets) Set ¶
func (v *NullableProductAssets) Set(val *ProductAssets)
func (*NullableProductAssets) UnmarshalJSON ¶
func (v *NullableProductAssets) UnmarshalJSON(src []byte) error
func (*NullableProductAssets) Unset ¶
func (v *NullableProductAssets) Unset()
type NullableProductAssetsEntry ¶
type NullableProductAssetsEntry struct {
// contains filtered or unexported fields
}
func NewNullableProductAssetsEntry ¶
func NewNullableProductAssetsEntry(val *ProductAssetsEntry) *NullableProductAssetsEntry
func (NullableProductAssetsEntry) Get ¶
func (v NullableProductAssetsEntry) Get() *ProductAssetsEntry
func (NullableProductAssetsEntry) IsSet ¶
func (v NullableProductAssetsEntry) IsSet() bool
func (NullableProductAssetsEntry) MarshalJSON ¶
func (v NullableProductAssetsEntry) MarshalJSON() ([]byte, error)
func (*NullableProductAssetsEntry) Set ¶
func (v *NullableProductAssetsEntry) Set(val *ProductAssetsEntry)
func (*NullableProductAssetsEntry) UnmarshalJSON ¶
func (v *NullableProductAssetsEntry) UnmarshalJSON(src []byte) error
func (*NullableProductAssetsEntry) Unset ¶
func (v *NullableProductAssetsEntry) Unset()
type NullableProductAssetsEntryMetadata ¶
type NullableProductAssetsEntryMetadata struct {
// contains filtered or unexported fields
}
func NewNullableProductAssetsEntryMetadata ¶
func NewNullableProductAssetsEntryMetadata(val *ProductAssetsEntryMetadata) *NullableProductAssetsEntryMetadata
func (NullableProductAssetsEntryMetadata) Get ¶
func (v NullableProductAssetsEntryMetadata) Get() *ProductAssetsEntryMetadata
func (NullableProductAssetsEntryMetadata) IsSet ¶
func (v NullableProductAssetsEntryMetadata) IsSet() bool
func (NullableProductAssetsEntryMetadata) MarshalJSON ¶
func (v NullableProductAssetsEntryMetadata) MarshalJSON() ([]byte, error)
func (*NullableProductAssetsEntryMetadata) Set ¶
func (v *NullableProductAssetsEntryMetadata) Set(val *ProductAssetsEntryMetadata)
func (*NullableProductAssetsEntryMetadata) UnmarshalJSON ¶
func (v *NullableProductAssetsEntryMetadata) UnmarshalJSON(src []byte) error
func (*NullableProductAssetsEntryMetadata) Unset ¶
func (v *NullableProductAssetsEntryMetadata) Unset()
type NullableProductAttributeResponseError ¶
type NullableProductAttributeResponseError struct {
// contains filtered or unexported fields
}
func NewNullableProductAttributeResponseError ¶
func NewNullableProductAttributeResponseError(val *ProductAttributeResponseError) *NullableProductAttributeResponseError
func (NullableProductAttributeResponseError) Get ¶
func (v NullableProductAttributeResponseError) Get() *ProductAttributeResponseError
func (NullableProductAttributeResponseError) IsSet ¶
func (v NullableProductAttributeResponseError) IsSet() bool
func (NullableProductAttributeResponseError) MarshalJSON ¶
func (v NullableProductAttributeResponseError) MarshalJSON() ([]byte, error)
func (*NullableProductAttributeResponseError) Set ¶
func (v *NullableProductAttributeResponseError) Set(val *ProductAttributeResponseError)
func (*NullableProductAttributeResponseError) UnmarshalJSON ¶
func (v *NullableProductAttributeResponseError) UnmarshalJSON(src []byte) error
func (*NullableProductAttributeResponseError) Unset ¶
func (v *NullableProductAttributeResponseError) Unset()
type NullableProductBulkAddAssetsEntriesRequest ¶
type NullableProductBulkAddAssetsEntriesRequest struct {
// contains filtered or unexported fields
}
func NewNullableProductBulkAddAssetsEntriesRequest ¶
func NewNullableProductBulkAddAssetsEntriesRequest(val *ProductBulkAddAssetsEntriesRequest) *NullableProductBulkAddAssetsEntriesRequest
func (NullableProductBulkAddAssetsEntriesRequest) IsSet ¶
func (v NullableProductBulkAddAssetsEntriesRequest) IsSet() bool
func (NullableProductBulkAddAssetsEntriesRequest) MarshalJSON ¶
func (v NullableProductBulkAddAssetsEntriesRequest) MarshalJSON() ([]byte, error)
func (*NullableProductBulkAddAssetsEntriesRequest) Set ¶
func (v *NullableProductBulkAddAssetsEntriesRequest) Set(val *ProductBulkAddAssetsEntriesRequest)
func (*NullableProductBulkAddAssetsEntriesRequest) UnmarshalJSON ¶
func (v *NullableProductBulkAddAssetsEntriesRequest) UnmarshalJSON(src []byte) error
func (*NullableProductBulkAddAssetsEntriesRequest) Unset ¶
func (v *NullableProductBulkAddAssetsEntriesRequest) Unset()
type NullableProductBulkAddAssetsEntriesResponse ¶
type NullableProductBulkAddAssetsEntriesResponse struct {
// contains filtered or unexported fields
}
func NewNullableProductBulkAddAssetsEntriesResponse ¶
func NewNullableProductBulkAddAssetsEntriesResponse(val *ProductBulkAddAssetsEntriesResponse) *NullableProductBulkAddAssetsEntriesResponse
func (NullableProductBulkAddAssetsEntriesResponse) IsSet ¶
func (v NullableProductBulkAddAssetsEntriesResponse) IsSet() bool
func (NullableProductBulkAddAssetsEntriesResponse) MarshalJSON ¶
func (v NullableProductBulkAddAssetsEntriesResponse) MarshalJSON() ([]byte, error)
func (*NullableProductBulkAddAssetsEntriesResponse) Set ¶
func (v *NullableProductBulkAddAssetsEntriesResponse) Set(val *ProductBulkAddAssetsEntriesResponse)
func (*NullableProductBulkAddAssetsEntriesResponse) UnmarshalJSON ¶
func (v *NullableProductBulkAddAssetsEntriesResponse) UnmarshalJSON(src []byte) error
func (*NullableProductBulkAddAssetsEntriesResponse) Unset ¶
func (v *NullableProductBulkAddAssetsEntriesResponse) Unset()
type NullableProductBulkDeleteProductsRequest ¶
type NullableProductBulkDeleteProductsRequest struct {
// contains filtered or unexported fields
}
func NewNullableProductBulkDeleteProductsRequest ¶
func NewNullableProductBulkDeleteProductsRequest(val *ProductBulkDeleteProductsRequest) *NullableProductBulkDeleteProductsRequest
func (NullableProductBulkDeleteProductsRequest) IsSet ¶
func (v NullableProductBulkDeleteProductsRequest) IsSet() bool
func (NullableProductBulkDeleteProductsRequest) MarshalJSON ¶
func (v NullableProductBulkDeleteProductsRequest) MarshalJSON() ([]byte, error)
func (*NullableProductBulkDeleteProductsRequest) Set ¶
func (v *NullableProductBulkDeleteProductsRequest) Set(val *ProductBulkDeleteProductsRequest)
func (*NullableProductBulkDeleteProductsRequest) UnmarshalJSON ¶
func (v *NullableProductBulkDeleteProductsRequest) UnmarshalJSON(src []byte) error
func (*NullableProductBulkDeleteProductsRequest) Unset ¶
func (v *NullableProductBulkDeleteProductsRequest) Unset()
type NullableProductBulkRemoveAssetsEntriesRequest ¶
type NullableProductBulkRemoveAssetsEntriesRequest struct {
// contains filtered or unexported fields
}
func NewNullableProductBulkRemoveAssetsEntriesRequest ¶
func NewNullableProductBulkRemoveAssetsEntriesRequest(val *ProductBulkRemoveAssetsEntriesRequest) *NullableProductBulkRemoveAssetsEntriesRequest
func (NullableProductBulkRemoveAssetsEntriesRequest) IsSet ¶
func (v NullableProductBulkRemoveAssetsEntriesRequest) IsSet() bool
func (NullableProductBulkRemoveAssetsEntriesRequest) MarshalJSON ¶
func (v NullableProductBulkRemoveAssetsEntriesRequest) MarshalJSON() ([]byte, error)
func (*NullableProductBulkRemoveAssetsEntriesRequest) Set ¶
func (v *NullableProductBulkRemoveAssetsEntriesRequest) Set(val *ProductBulkRemoveAssetsEntriesRequest)
func (*NullableProductBulkRemoveAssetsEntriesRequest) UnmarshalJSON ¶
func (v *NullableProductBulkRemoveAssetsEntriesRequest) UnmarshalJSON(src []byte) error
func (*NullableProductBulkRemoveAssetsEntriesRequest) Unset ¶
func (v *NullableProductBulkRemoveAssetsEntriesRequest) Unset()
type NullableProductBulkUpdateAssetsEntriesRequest ¶
type NullableProductBulkUpdateAssetsEntriesRequest struct {
// contains filtered or unexported fields
}
func NewNullableProductBulkUpdateAssetsEntriesRequest ¶
func NewNullableProductBulkUpdateAssetsEntriesRequest(val *ProductBulkUpdateAssetsEntriesRequest) *NullableProductBulkUpdateAssetsEntriesRequest
func (NullableProductBulkUpdateAssetsEntriesRequest) IsSet ¶
func (v NullableProductBulkUpdateAssetsEntriesRequest) IsSet() bool
func (NullableProductBulkUpdateAssetsEntriesRequest) MarshalJSON ¶
func (v NullableProductBulkUpdateAssetsEntriesRequest) MarshalJSON() ([]byte, error)
func (*NullableProductBulkUpdateAssetsEntriesRequest) Set ¶
func (v *NullableProductBulkUpdateAssetsEntriesRequest) Set(val *ProductBulkUpdateAssetsEntriesRequest)
func (*NullableProductBulkUpdateAssetsEntriesRequest) UnmarshalJSON ¶
func (v *NullableProductBulkUpdateAssetsEntriesRequest) UnmarshalJSON(src []byte) error
func (*NullableProductBulkUpdateAssetsEntriesRequest) Unset ¶
func (v *NullableProductBulkUpdateAssetsEntriesRequest) Unset()
type NullableProductBulkUpdateAssetsEntriesResponse ¶
type NullableProductBulkUpdateAssetsEntriesResponse struct {
// contains filtered or unexported fields
}
func NewNullableProductBulkUpdateAssetsEntriesResponse ¶
func NewNullableProductBulkUpdateAssetsEntriesResponse(val *ProductBulkUpdateAssetsEntriesResponse) *NullableProductBulkUpdateAssetsEntriesResponse
func (NullableProductBulkUpdateAssetsEntriesResponse) IsSet ¶
func (v NullableProductBulkUpdateAssetsEntriesResponse) IsSet() bool
func (NullableProductBulkUpdateAssetsEntriesResponse) MarshalJSON ¶
func (v NullableProductBulkUpdateAssetsEntriesResponse) MarshalJSON() ([]byte, error)
func (*NullableProductBulkUpdateAssetsEntriesResponse) Set ¶
func (v *NullableProductBulkUpdateAssetsEntriesResponse) Set(val *ProductBulkUpdateAssetsEntriesResponse)
func (*NullableProductBulkUpdateAssetsEntriesResponse) UnmarshalJSON ¶
func (v *NullableProductBulkUpdateAssetsEntriesResponse) UnmarshalJSON(src []byte) error
func (*NullableProductBulkUpdateAssetsEntriesResponse) Unset ¶
func (v *NullableProductBulkUpdateAssetsEntriesResponse) Unset()
type NullableProductBulkUpdateRequest ¶
type NullableProductBulkUpdateRequest struct {
// contains filtered or unexported fields
}
func NewNullableProductBulkUpdateRequest ¶
func NewNullableProductBulkUpdateRequest(val *ProductBulkUpdateRequest) *NullableProductBulkUpdateRequest
func (NullableProductBulkUpdateRequest) Get ¶
func (v NullableProductBulkUpdateRequest) Get() *ProductBulkUpdateRequest
func (NullableProductBulkUpdateRequest) IsSet ¶
func (v NullableProductBulkUpdateRequest) IsSet() bool
func (NullableProductBulkUpdateRequest) MarshalJSON ¶
func (v NullableProductBulkUpdateRequest) MarshalJSON() ([]byte, error)
func (*NullableProductBulkUpdateRequest) Set ¶
func (v *NullableProductBulkUpdateRequest) Set(val *ProductBulkUpdateRequest)
func (*NullableProductBulkUpdateRequest) UnmarshalJSON ¶
func (v *NullableProductBulkUpdateRequest) UnmarshalJSON(src []byte) error
func (*NullableProductBulkUpdateRequest) Unset ¶
func (v *NullableProductBulkUpdateRequest) Unset()
type NullableProductBulkUpdateRequestPayload ¶
type NullableProductBulkUpdateRequestPayload struct {
// contains filtered or unexported fields
}
func NewNullableProductBulkUpdateRequestPayload ¶
func NewNullableProductBulkUpdateRequestPayload(val *ProductBulkUpdateRequestPayload) *NullableProductBulkUpdateRequestPayload
func (NullableProductBulkUpdateRequestPayload) IsSet ¶
func (v NullableProductBulkUpdateRequestPayload) IsSet() bool
func (NullableProductBulkUpdateRequestPayload) MarshalJSON ¶
func (v NullableProductBulkUpdateRequestPayload) MarshalJSON() ([]byte, error)
func (*NullableProductBulkUpdateRequestPayload) Set ¶
func (v *NullableProductBulkUpdateRequestPayload) Set(val *ProductBulkUpdateRequestPayload)
func (*NullableProductBulkUpdateRequestPayload) UnmarshalJSON ¶
func (v *NullableProductBulkUpdateRequestPayload) UnmarshalJSON(src []byte) error
func (*NullableProductBulkUpdateRequestPayload) Unset ¶
func (v *NullableProductBulkUpdateRequestPayload) Unset()
type NullableProductBulkUpdateRequestV2 ¶
type NullableProductBulkUpdateRequestV2 struct {
// contains filtered or unexported fields
}
func NewNullableProductBulkUpdateRequestV2 ¶
func NewNullableProductBulkUpdateRequestV2(val *ProductBulkUpdateRequestV2) *NullableProductBulkUpdateRequestV2
func (NullableProductBulkUpdateRequestV2) Get ¶
func (v NullableProductBulkUpdateRequestV2) Get() *ProductBulkUpdateRequestV2
func (NullableProductBulkUpdateRequestV2) IsSet ¶
func (v NullableProductBulkUpdateRequestV2) IsSet() bool
func (NullableProductBulkUpdateRequestV2) MarshalJSON ¶
func (v NullableProductBulkUpdateRequestV2) MarshalJSON() ([]byte, error)
func (*NullableProductBulkUpdateRequestV2) Set ¶
func (v *NullableProductBulkUpdateRequestV2) Set(val *ProductBulkUpdateRequestV2)
func (*NullableProductBulkUpdateRequestV2) UnmarshalJSON ¶
func (v *NullableProductBulkUpdateRequestV2) UnmarshalJSON(src []byte) error
func (*NullableProductBulkUpdateRequestV2) Unset ¶
func (v *NullableProductBulkUpdateRequestV2) Unset()
type NullableProductBulkUpdateRequestV2Payload ¶
type NullableProductBulkUpdateRequestV2Payload struct {
// contains filtered or unexported fields
}
func NewNullableProductBulkUpdateRequestV2Payload ¶
func NewNullableProductBulkUpdateRequestV2Payload(val *ProductBulkUpdateRequestV2Payload) *NullableProductBulkUpdateRequestV2Payload
func (NullableProductBulkUpdateRequestV2Payload) IsSet ¶
func (v NullableProductBulkUpdateRequestV2Payload) IsSet() bool
func (NullableProductBulkUpdateRequestV2Payload) MarshalJSON ¶
func (v NullableProductBulkUpdateRequestV2Payload) MarshalJSON() ([]byte, error)
func (*NullableProductBulkUpdateRequestV2Payload) Set ¶
func (v *NullableProductBulkUpdateRequestV2Payload) Set(val *ProductBulkUpdateRequestV2Payload)
func (*NullableProductBulkUpdateRequestV2Payload) UnmarshalJSON ¶
func (v *NullableProductBulkUpdateRequestV2Payload) UnmarshalJSON(src []byte) error
func (*NullableProductBulkUpdateRequestV2Payload) Unset ¶
func (v *NullableProductBulkUpdateRequestV2Payload) Unset()
type NullableProductBulkUpdateResponse ¶
type NullableProductBulkUpdateResponse struct {
// contains filtered or unexported fields
}
func NewNullableProductBulkUpdateResponse ¶
func NewNullableProductBulkUpdateResponse(val *ProductBulkUpdateResponse) *NullableProductBulkUpdateResponse
func (NullableProductBulkUpdateResponse) Get ¶
func (v NullableProductBulkUpdateResponse) Get() *ProductBulkUpdateResponse
func (NullableProductBulkUpdateResponse) IsSet ¶
func (v NullableProductBulkUpdateResponse) IsSet() bool
func (NullableProductBulkUpdateResponse) MarshalJSON ¶
func (v NullableProductBulkUpdateResponse) MarshalJSON() ([]byte, error)
func (*NullableProductBulkUpdateResponse) Set ¶
func (v *NullableProductBulkUpdateResponse) Set(val *ProductBulkUpdateResponse)
func (*NullableProductBulkUpdateResponse) UnmarshalJSON ¶
func (v *NullableProductBulkUpdateResponse) UnmarshalJSON(src []byte) error
func (*NullableProductBulkUpdateResponse) Unset ¶
func (v *NullableProductBulkUpdateResponse) Unset()
type NullableProductBulkUpdateResponseResponse ¶
type NullableProductBulkUpdateResponseResponse struct {
// contains filtered or unexported fields
}
func NewNullableProductBulkUpdateResponseResponse ¶
func NewNullableProductBulkUpdateResponseResponse(val *ProductBulkUpdateResponseResponse) *NullableProductBulkUpdateResponseResponse
func (NullableProductBulkUpdateResponseResponse) IsSet ¶
func (v NullableProductBulkUpdateResponseResponse) IsSet() bool
func (NullableProductBulkUpdateResponseResponse) MarshalJSON ¶
func (v NullableProductBulkUpdateResponseResponse) MarshalJSON() ([]byte, error)
func (*NullableProductBulkUpdateResponseResponse) Set ¶
func (v *NullableProductBulkUpdateResponseResponse) Set(val *ProductBulkUpdateResponseResponse)
func (*NullableProductBulkUpdateResponseResponse) UnmarshalJSON ¶
func (v *NullableProductBulkUpdateResponseResponse) UnmarshalJSON(src []byte) error
func (*NullableProductBulkUpdateResponseResponse) Unset ¶
func (v *NullableProductBulkUpdateResponseResponse) Unset()
type NullableProductBulkUpdateResponseV2 ¶
type NullableProductBulkUpdateResponseV2 struct {
// contains filtered or unexported fields
}
func NewNullableProductBulkUpdateResponseV2 ¶
func NewNullableProductBulkUpdateResponseV2(val *ProductBulkUpdateResponseV2) *NullableProductBulkUpdateResponseV2
func (NullableProductBulkUpdateResponseV2) Get ¶
func (v NullableProductBulkUpdateResponseV2) Get() *ProductBulkUpdateResponseV2
func (NullableProductBulkUpdateResponseV2) IsSet ¶
func (v NullableProductBulkUpdateResponseV2) IsSet() bool
func (NullableProductBulkUpdateResponseV2) MarshalJSON ¶
func (v NullableProductBulkUpdateResponseV2) MarshalJSON() ([]byte, error)
func (*NullableProductBulkUpdateResponseV2) Set ¶
func (v *NullableProductBulkUpdateResponseV2) Set(val *ProductBulkUpdateResponseV2)
func (*NullableProductBulkUpdateResponseV2) UnmarshalJSON ¶
func (v *NullableProductBulkUpdateResponseV2) UnmarshalJSON(src []byte) error
func (*NullableProductBulkUpdateResponseV2) Unset ¶
func (v *NullableProductBulkUpdateResponseV2) Unset()
type NullableProductBulkUpdateResponseV2Response ¶
type NullableProductBulkUpdateResponseV2Response struct {
// contains filtered or unexported fields
}
func NewNullableProductBulkUpdateResponseV2Response ¶
func NewNullableProductBulkUpdateResponseV2Response(val *ProductBulkUpdateResponseV2Response) *NullableProductBulkUpdateResponseV2Response
func (NullableProductBulkUpdateResponseV2Response) IsSet ¶
func (v NullableProductBulkUpdateResponseV2Response) IsSet() bool
func (NullableProductBulkUpdateResponseV2Response) MarshalJSON ¶
func (v NullableProductBulkUpdateResponseV2Response) MarshalJSON() ([]byte, error)
func (*NullableProductBulkUpdateResponseV2Response) Set ¶
func (v *NullableProductBulkUpdateResponseV2Response) Set(val *ProductBulkUpdateResponseV2Response)
func (*NullableProductBulkUpdateResponseV2Response) UnmarshalJSON ¶
func (v *NullableProductBulkUpdateResponseV2Response) UnmarshalJSON(src []byte) error
func (*NullableProductBulkUpdateResponseV2Response) Unset ¶
func (v *NullableProductBulkUpdateResponseV2Response) Unset()
type NullableProductCreateProductRequest ¶
type NullableProductCreateProductRequest struct {
// contains filtered or unexported fields
}
func NewNullableProductCreateProductRequest ¶
func NewNullableProductCreateProductRequest(val *ProductCreateProductRequest) *NullableProductCreateProductRequest
func (NullableProductCreateProductRequest) Get ¶
func (v NullableProductCreateProductRequest) Get() *ProductCreateProductRequest
func (NullableProductCreateProductRequest) IsSet ¶
func (v NullableProductCreateProductRequest) IsSet() bool
func (NullableProductCreateProductRequest) MarshalJSON ¶
func (v NullableProductCreateProductRequest) MarshalJSON() ([]byte, error)
func (*NullableProductCreateProductRequest) Set ¶
func (v *NullableProductCreateProductRequest) Set(val *ProductCreateProductRequest)
func (*NullableProductCreateProductRequest) UnmarshalJSON ¶
func (v *NullableProductCreateProductRequest) UnmarshalJSON(src []byte) error
func (*NullableProductCreateProductRequest) Unset ¶
func (v *NullableProductCreateProductRequest) Unset()
type NullableProductCreateProductRequestV2 ¶
type NullableProductCreateProductRequestV2 struct {
// contains filtered or unexported fields
}
func NewNullableProductCreateProductRequestV2 ¶
func NewNullableProductCreateProductRequestV2(val *ProductCreateProductRequestV2) *NullableProductCreateProductRequestV2
func (NullableProductCreateProductRequestV2) Get ¶
func (v NullableProductCreateProductRequestV2) Get() *ProductCreateProductRequestV2
func (NullableProductCreateProductRequestV2) IsSet ¶
func (v NullableProductCreateProductRequestV2) IsSet() bool
func (NullableProductCreateProductRequestV2) MarshalJSON ¶
func (v NullableProductCreateProductRequestV2) MarshalJSON() ([]byte, error)
func (*NullableProductCreateProductRequestV2) Set ¶
func (v *NullableProductCreateProductRequestV2) Set(val *ProductCreateProductRequestV2)
func (*NullableProductCreateProductRequestV2) UnmarshalJSON ¶
func (v *NullableProductCreateProductRequestV2) UnmarshalJSON(src []byte) error
func (*NullableProductCreateProductRequestV2) Unset ¶
func (v *NullableProductCreateProductRequestV2) Unset()
type NullableProductCreateProductResponse ¶
type NullableProductCreateProductResponse struct {
// contains filtered or unexported fields
}
func NewNullableProductCreateProductResponse ¶
func NewNullableProductCreateProductResponse(val *ProductCreateProductResponse) *NullableProductCreateProductResponse
func (NullableProductCreateProductResponse) Get ¶
func (v NullableProductCreateProductResponse) Get() *ProductCreateProductResponse
func (NullableProductCreateProductResponse) IsSet ¶
func (v NullableProductCreateProductResponse) IsSet() bool
func (NullableProductCreateProductResponse) MarshalJSON ¶
func (v NullableProductCreateProductResponse) MarshalJSON() ([]byte, error)
func (*NullableProductCreateProductResponse) Set ¶
func (v *NullableProductCreateProductResponse) Set(val *ProductCreateProductResponse)
func (*NullableProductCreateProductResponse) UnmarshalJSON ¶
func (v *NullableProductCreateProductResponse) UnmarshalJSON(src []byte) error
func (*NullableProductCreateProductResponse) Unset ¶
func (v *NullableProductCreateProductResponse) Unset()
type NullableProductCreateProductResponseV2 ¶
type NullableProductCreateProductResponseV2 struct {
// contains filtered or unexported fields
}
func NewNullableProductCreateProductResponseV2 ¶
func NewNullableProductCreateProductResponseV2(val *ProductCreateProductResponseV2) *NullableProductCreateProductResponseV2
func (NullableProductCreateProductResponseV2) Get ¶
func (v NullableProductCreateProductResponseV2) Get() *ProductCreateProductResponseV2
func (NullableProductCreateProductResponseV2) IsSet ¶
func (v NullableProductCreateProductResponseV2) IsSet() bool
func (NullableProductCreateProductResponseV2) MarshalJSON ¶
func (v NullableProductCreateProductResponseV2) MarshalJSON() ([]byte, error)
func (*NullableProductCreateProductResponseV2) Set ¶
func (v *NullableProductCreateProductResponseV2) Set(val *ProductCreateProductResponseV2)
func (*NullableProductCreateProductResponseV2) UnmarshalJSON ¶
func (v *NullableProductCreateProductResponseV2) UnmarshalJSON(src []byte) error
func (*NullableProductCreateProductResponseV2) Unset ¶
func (v *NullableProductCreateProductResponseV2) Unset()
type NullableProductDeleteProductRequest ¶
type NullableProductDeleteProductRequest struct {
// contains filtered or unexported fields
}
func NewNullableProductDeleteProductRequest ¶
func NewNullableProductDeleteProductRequest(val *ProductDeleteProductRequest) *NullableProductDeleteProductRequest
func (NullableProductDeleteProductRequest) Get ¶
func (v NullableProductDeleteProductRequest) Get() *ProductDeleteProductRequest
func (NullableProductDeleteProductRequest) IsSet ¶
func (v NullableProductDeleteProductRequest) IsSet() bool
func (NullableProductDeleteProductRequest) MarshalJSON ¶
func (v NullableProductDeleteProductRequest) MarshalJSON() ([]byte, error)
func (*NullableProductDeleteProductRequest) Set ¶
func (v *NullableProductDeleteProductRequest) Set(val *ProductDeleteProductRequest)
func (*NullableProductDeleteProductRequest) UnmarshalJSON ¶
func (v *NullableProductDeleteProductRequest) UnmarshalJSON(src []byte) error
func (*NullableProductDeleteProductRequest) Unset ¶
func (v *NullableProductDeleteProductRequest) Unset()
type NullableProductDeleteRequest ¶
type NullableProductDeleteRequest struct {
// contains filtered or unexported fields
}
func NewNullableProductDeleteRequest ¶
func NewNullableProductDeleteRequest(val *ProductDeleteRequest) *NullableProductDeleteRequest
func (NullableProductDeleteRequest) Get ¶
func (v NullableProductDeleteRequest) Get() *ProductDeleteRequest
func (NullableProductDeleteRequest) IsSet ¶
func (v NullableProductDeleteRequest) IsSet() bool
func (NullableProductDeleteRequest) MarshalJSON ¶
func (v NullableProductDeleteRequest) MarshalJSON() ([]byte, error)
func (*NullableProductDeleteRequest) Set ¶
func (v *NullableProductDeleteRequest) Set(val *ProductDeleteRequest)
func (*NullableProductDeleteRequest) UnmarshalJSON ¶
func (v *NullableProductDeleteRequest) UnmarshalJSON(src []byte) error
func (*NullableProductDeleteRequest) Unset ¶
func (v *NullableProductDeleteRequest) Unset()
type NullableProductDeleteResponse ¶
type NullableProductDeleteResponse struct {
// contains filtered or unexported fields
}
func NewNullableProductDeleteResponse ¶
func NewNullableProductDeleteResponse(val *ProductDeleteResponse) *NullableProductDeleteResponse
func (NullableProductDeleteResponse) Get ¶
func (v NullableProductDeleteResponse) Get() *ProductDeleteResponse
func (NullableProductDeleteResponse) IsSet ¶
func (v NullableProductDeleteResponse) IsSet() bool
func (NullableProductDeleteResponse) MarshalJSON ¶
func (v NullableProductDeleteResponse) MarshalJSON() ([]byte, error)
func (*NullableProductDeleteResponse) Set ¶
func (v *NullableProductDeleteResponse) Set(val *ProductDeleteResponse)
func (*NullableProductDeleteResponse) UnmarshalJSON ¶
func (v *NullableProductDeleteResponse) UnmarshalJSON(src []byte) error
func (*NullableProductDeleteResponse) Unset ¶
func (v *NullableProductDeleteResponse) Unset()
type NullableProductFieldMask ¶
type NullableProductFieldMask struct {
// contains filtered or unexported fields
}
func NewNullableProductFieldMask ¶
func NewNullableProductFieldMask(val *ProductFieldMask) *NullableProductFieldMask
func (NullableProductFieldMask) Get ¶
func (v NullableProductFieldMask) Get() *ProductFieldMask
func (NullableProductFieldMask) IsSet ¶
func (v NullableProductFieldMask) IsSet() bool
func (NullableProductFieldMask) MarshalJSON ¶
func (v NullableProductFieldMask) MarshalJSON() ([]byte, error)
func (*NullableProductFieldMask) Set ¶
func (v *NullableProductFieldMask) Set(val *ProductFieldMask)
func (*NullableProductFieldMask) UnmarshalJSON ¶
func (v *NullableProductFieldMask) UnmarshalJSON(src []byte) error
func (*NullableProductFieldMask) Unset ¶
func (v *NullableProductFieldMask) Unset()
type NullableProductGetProductByCodeRequest ¶
type NullableProductGetProductByCodeRequest struct {
// contains filtered or unexported fields
}
func NewNullableProductGetProductByCodeRequest ¶
func NewNullableProductGetProductByCodeRequest(val *ProductGetProductByCodeRequest) *NullableProductGetProductByCodeRequest
func (NullableProductGetProductByCodeRequest) Get ¶
func (v NullableProductGetProductByCodeRequest) Get() *ProductGetProductByCodeRequest
func (NullableProductGetProductByCodeRequest) IsSet ¶
func (v NullableProductGetProductByCodeRequest) IsSet() bool
func (NullableProductGetProductByCodeRequest) MarshalJSON ¶
func (v NullableProductGetProductByCodeRequest) MarshalJSON() ([]byte, error)
func (*NullableProductGetProductByCodeRequest) Set ¶
func (v *NullableProductGetProductByCodeRequest) Set(val *ProductGetProductByCodeRequest)
func (*NullableProductGetProductByCodeRequest) UnmarshalJSON ¶
func (v *NullableProductGetProductByCodeRequest) UnmarshalJSON(src []byte) error
func (*NullableProductGetProductByCodeRequest) Unset ¶
func (v *NullableProductGetProductByCodeRequest) Unset()
type NullableProductGetProductByCodeResponse ¶
type NullableProductGetProductByCodeResponse struct {
// contains filtered or unexported fields
}
func NewNullableProductGetProductByCodeResponse ¶
func NewNullableProductGetProductByCodeResponse(val *ProductGetProductByCodeResponse) *NullableProductGetProductByCodeResponse
func (NullableProductGetProductByCodeResponse) IsSet ¶
func (v NullableProductGetProductByCodeResponse) IsSet() bool
func (NullableProductGetProductByCodeResponse) MarshalJSON ¶
func (v NullableProductGetProductByCodeResponse) MarshalJSON() ([]byte, error)
func (*NullableProductGetProductByCodeResponse) Set ¶
func (v *NullableProductGetProductByCodeResponse) Set(val *ProductGetProductByCodeResponse)
func (*NullableProductGetProductByCodeResponse) UnmarshalJSON ¶
func (v *NullableProductGetProductByCodeResponse) UnmarshalJSON(src []byte) error
func (*NullableProductGetProductByCodeResponse) Unset ¶
func (v *NullableProductGetProductByCodeResponse) Unset()
type NullableProductGetProductByUrlKeyRequest ¶
type NullableProductGetProductByUrlKeyRequest struct {
// contains filtered or unexported fields
}
func NewNullableProductGetProductByUrlKeyRequest ¶
func NewNullableProductGetProductByUrlKeyRequest(val *ProductGetProductByUrlKeyRequest) *NullableProductGetProductByUrlKeyRequest
func (NullableProductGetProductByUrlKeyRequest) IsSet ¶
func (v NullableProductGetProductByUrlKeyRequest) IsSet() bool
func (NullableProductGetProductByUrlKeyRequest) MarshalJSON ¶
func (v NullableProductGetProductByUrlKeyRequest) MarshalJSON() ([]byte, error)
func (*NullableProductGetProductByUrlKeyRequest) Set ¶
func (v *NullableProductGetProductByUrlKeyRequest) Set(val *ProductGetProductByUrlKeyRequest)
func (*NullableProductGetProductByUrlKeyRequest) UnmarshalJSON ¶
func (v *NullableProductGetProductByUrlKeyRequest) UnmarshalJSON(src []byte) error
func (*NullableProductGetProductByUrlKeyRequest) Unset ¶
func (v *NullableProductGetProductByUrlKeyRequest) Unset()
type NullableProductGetProductByUrlKeyResponse ¶
type NullableProductGetProductByUrlKeyResponse struct {
// contains filtered or unexported fields
}
func NewNullableProductGetProductByUrlKeyResponse ¶
func NewNullableProductGetProductByUrlKeyResponse(val *ProductGetProductByUrlKeyResponse) *NullableProductGetProductByUrlKeyResponse
func (NullableProductGetProductByUrlKeyResponse) IsSet ¶
func (v NullableProductGetProductByUrlKeyResponse) IsSet() bool
func (NullableProductGetProductByUrlKeyResponse) MarshalJSON ¶
func (v NullableProductGetProductByUrlKeyResponse) MarshalJSON() ([]byte, error)
func (*NullableProductGetProductByUrlKeyResponse) Set ¶
func (v *NullableProductGetProductByUrlKeyResponse) Set(val *ProductGetProductByUrlKeyResponse)
func (*NullableProductGetProductByUrlKeyResponse) UnmarshalJSON ¶
func (v *NullableProductGetProductByUrlKeyResponse) UnmarshalJSON(src []byte) error
func (*NullableProductGetProductByUrlKeyResponse) Unset ¶
func (v *NullableProductGetProductByUrlKeyResponse) Unset()
type NullableProductGetProductRequest ¶
type NullableProductGetProductRequest struct {
// contains filtered or unexported fields
}
func NewNullableProductGetProductRequest ¶
func NewNullableProductGetProductRequest(val *ProductGetProductRequest) *NullableProductGetProductRequest
func (NullableProductGetProductRequest) Get ¶
func (v NullableProductGetProductRequest) Get() *ProductGetProductRequest
func (NullableProductGetProductRequest) IsSet ¶
func (v NullableProductGetProductRequest) IsSet() bool
func (NullableProductGetProductRequest) MarshalJSON ¶
func (v NullableProductGetProductRequest) MarshalJSON() ([]byte, error)
func (*NullableProductGetProductRequest) Set ¶
func (v *NullableProductGetProductRequest) Set(val *ProductGetProductRequest)
func (*NullableProductGetProductRequest) UnmarshalJSON ¶
func (v *NullableProductGetProductRequest) UnmarshalJSON(src []byte) error
func (*NullableProductGetProductRequest) Unset ¶
func (v *NullableProductGetProductRequest) Unset()
type NullableProductGetProductResponse ¶
type NullableProductGetProductResponse struct {
// contains filtered or unexported fields
}
func NewNullableProductGetProductResponse ¶
func NewNullableProductGetProductResponse(val *ProductGetProductResponse) *NullableProductGetProductResponse
func (NullableProductGetProductResponse) Get ¶
func (v NullableProductGetProductResponse) Get() *ProductGetProductResponse
func (NullableProductGetProductResponse) IsSet ¶
func (v NullableProductGetProductResponse) IsSet() bool
func (NullableProductGetProductResponse) MarshalJSON ¶
func (v NullableProductGetProductResponse) MarshalJSON() ([]byte, error)
func (*NullableProductGetProductResponse) Set ¶
func (v *NullableProductGetProductResponse) Set(val *ProductGetProductResponse)
func (*NullableProductGetProductResponse) UnmarshalJSON ¶
func (v *NullableProductGetProductResponse) UnmarshalJSON(src []byte) error
func (*NullableProductGetProductResponse) Unset ¶
func (v *NullableProductGetProductResponse) Unset()
type NullableProductListProductsByIdsRequest ¶
type NullableProductListProductsByIdsRequest struct {
// contains filtered or unexported fields
}
func NewNullableProductListProductsByIdsRequest ¶
func NewNullableProductListProductsByIdsRequest(val *ProductListProductsByIdsRequest) *NullableProductListProductsByIdsRequest
func (NullableProductListProductsByIdsRequest) IsSet ¶
func (v NullableProductListProductsByIdsRequest) IsSet() bool
func (NullableProductListProductsByIdsRequest) MarshalJSON ¶
func (v NullableProductListProductsByIdsRequest) MarshalJSON() ([]byte, error)
func (*NullableProductListProductsByIdsRequest) Set ¶
func (v *NullableProductListProductsByIdsRequest) Set(val *ProductListProductsByIdsRequest)
func (*NullableProductListProductsByIdsRequest) UnmarshalJSON ¶
func (v *NullableProductListProductsByIdsRequest) UnmarshalJSON(src []byte) error
func (*NullableProductListProductsByIdsRequest) Unset ¶
func (v *NullableProductListProductsByIdsRequest) Unset()
type NullableProductListProductsByIdsResponse ¶
type NullableProductListProductsByIdsResponse struct {
// contains filtered or unexported fields
}
func NewNullableProductListProductsByIdsResponse ¶
func NewNullableProductListProductsByIdsResponse(val *ProductListProductsByIdsResponse) *NullableProductListProductsByIdsResponse
func (NullableProductListProductsByIdsResponse) IsSet ¶
func (v NullableProductListProductsByIdsResponse) IsSet() bool
func (NullableProductListProductsByIdsResponse) MarshalJSON ¶
func (v NullableProductListProductsByIdsResponse) MarshalJSON() ([]byte, error)
func (*NullableProductListProductsByIdsResponse) Set ¶
func (v *NullableProductListProductsByIdsResponse) Set(val *ProductListProductsByIdsResponse)
func (*NullableProductListProductsByIdsResponse) UnmarshalJSON ¶
func (v *NullableProductListProductsByIdsResponse) UnmarshalJSON(src []byte) error
func (*NullableProductListProductsByIdsResponse) Unset ¶
func (v *NullableProductListProductsByIdsResponse) Unset()
type NullableProductListProductsBySkuRequest ¶
type NullableProductListProductsBySkuRequest struct {
// contains filtered or unexported fields
}
func NewNullableProductListProductsBySkuRequest ¶
func NewNullableProductListProductsBySkuRequest(val *ProductListProductsBySkuRequest) *NullableProductListProductsBySkuRequest
func (NullableProductListProductsBySkuRequest) IsSet ¶
func (v NullableProductListProductsBySkuRequest) IsSet() bool
func (NullableProductListProductsBySkuRequest) MarshalJSON ¶
func (v NullableProductListProductsBySkuRequest) MarshalJSON() ([]byte, error)
func (*NullableProductListProductsBySkuRequest) Set ¶
func (v *NullableProductListProductsBySkuRequest) Set(val *ProductListProductsBySkuRequest)
func (*NullableProductListProductsBySkuRequest) UnmarshalJSON ¶
func (v *NullableProductListProductsBySkuRequest) UnmarshalJSON(src []byte) error
func (*NullableProductListProductsBySkuRequest) Unset ¶
func (v *NullableProductListProductsBySkuRequest) Unset()
type NullableProductListProductsBySkuResponse ¶
type NullableProductListProductsBySkuResponse struct {
// contains filtered or unexported fields
}
func NewNullableProductListProductsBySkuResponse ¶
func NewNullableProductListProductsBySkuResponse(val *ProductListProductsBySkuResponse) *NullableProductListProductsBySkuResponse
func (NullableProductListProductsBySkuResponse) IsSet ¶
func (v NullableProductListProductsBySkuResponse) IsSet() bool
func (NullableProductListProductsBySkuResponse) MarshalJSON ¶
func (v NullableProductListProductsBySkuResponse) MarshalJSON() ([]byte, error)
func (*NullableProductListProductsBySkuResponse) Set ¶
func (v *NullableProductListProductsBySkuResponse) Set(val *ProductListProductsBySkuResponse)
func (*NullableProductListProductsBySkuResponse) UnmarshalJSON ¶
func (v *NullableProductListProductsBySkuResponse) UnmarshalJSON(src []byte) error
func (*NullableProductListProductsBySkuResponse) Unset ¶
func (v *NullableProductListProductsBySkuResponse) Unset()
type NullableProductListProductsRequest ¶
type NullableProductListProductsRequest struct {
// contains filtered or unexported fields
}
func NewNullableProductListProductsRequest ¶
func NewNullableProductListProductsRequest(val *ProductListProductsRequest) *NullableProductListProductsRequest
func (NullableProductListProductsRequest) Get ¶
func (v NullableProductListProductsRequest) Get() *ProductListProductsRequest
func (NullableProductListProductsRequest) IsSet ¶
func (v NullableProductListProductsRequest) IsSet() bool
func (NullableProductListProductsRequest) MarshalJSON ¶
func (v NullableProductListProductsRequest) MarshalJSON() ([]byte, error)
func (*NullableProductListProductsRequest) Set ¶
func (v *NullableProductListProductsRequest) Set(val *ProductListProductsRequest)
func (*NullableProductListProductsRequest) UnmarshalJSON ¶
func (v *NullableProductListProductsRequest) UnmarshalJSON(src []byte) error
func (*NullableProductListProductsRequest) Unset ¶
func (v *NullableProductListProductsRequest) Unset()
type NullableProductListProductsResponse ¶
type NullableProductListProductsResponse struct {
// contains filtered or unexported fields
}
func NewNullableProductListProductsResponse ¶
func NewNullableProductListProductsResponse(val *ProductListProductsResponse) *NullableProductListProductsResponse
func (NullableProductListProductsResponse) Get ¶
func (v NullableProductListProductsResponse) Get() *ProductListProductsResponse
func (NullableProductListProductsResponse) IsSet ¶
func (v NullableProductListProductsResponse) IsSet() bool
func (NullableProductListProductsResponse) MarshalJSON ¶
func (v NullableProductListProductsResponse) MarshalJSON() ([]byte, error)
func (*NullableProductListProductsResponse) Set ¶
func (v *NullableProductListProductsResponse) Set(val *ProductListProductsResponse)
func (*NullableProductListProductsResponse) UnmarshalJSON ¶
func (v *NullableProductListProductsResponse) UnmarshalJSON(src []byte) error
func (*NullableProductListProductsResponse) Unset ¶
func (v *NullableProductListProductsResponse) Unset()
type NullableProductListVariantsBySkuRequest ¶
type NullableProductListVariantsBySkuRequest struct {
// contains filtered or unexported fields
}
func NewNullableProductListVariantsBySkuRequest ¶
func NewNullableProductListVariantsBySkuRequest(val *ProductListVariantsBySkuRequest) *NullableProductListVariantsBySkuRequest
func (NullableProductListVariantsBySkuRequest) IsSet ¶
func (v NullableProductListVariantsBySkuRequest) IsSet() bool
func (NullableProductListVariantsBySkuRequest) MarshalJSON ¶
func (v NullableProductListVariantsBySkuRequest) MarshalJSON() ([]byte, error)
func (*NullableProductListVariantsBySkuRequest) Set ¶
func (v *NullableProductListVariantsBySkuRequest) Set(val *ProductListVariantsBySkuRequest)
func (*NullableProductListVariantsBySkuRequest) UnmarshalJSON ¶
func (v *NullableProductListVariantsBySkuRequest) UnmarshalJSON(src []byte) error
func (*NullableProductListVariantsBySkuRequest) Unset ¶
func (v *NullableProductListVariantsBySkuRequest) Unset()
type NullableProductListVariantsBySkuResponse ¶
type NullableProductListVariantsBySkuResponse struct {
// contains filtered or unexported fields
}
func NewNullableProductListVariantsBySkuResponse ¶
func NewNullableProductListVariantsBySkuResponse(val *ProductListVariantsBySkuResponse) *NullableProductListVariantsBySkuResponse
func (NullableProductListVariantsBySkuResponse) IsSet ¶
func (v NullableProductListVariantsBySkuResponse) IsSet() bool
func (NullableProductListVariantsBySkuResponse) MarshalJSON ¶
func (v NullableProductListVariantsBySkuResponse) MarshalJSON() ([]byte, error)
func (*NullableProductListVariantsBySkuResponse) Set ¶
func (v *NullableProductListVariantsBySkuResponse) Set(val *ProductListVariantsBySkuResponse)
func (*NullableProductListVariantsBySkuResponse) UnmarshalJSON ¶
func (v *NullableProductListVariantsBySkuResponse) UnmarshalJSON(src []byte) error
func (*NullableProductListVariantsBySkuResponse) Unset ¶
func (v *NullableProductListVariantsBySkuResponse) Unset()
type NullableProductLocalizedAsset ¶
type NullableProductLocalizedAsset struct {
// contains filtered or unexported fields
}
func NewNullableProductLocalizedAsset ¶
func NewNullableProductLocalizedAsset(val *ProductLocalizedAsset) *NullableProductLocalizedAsset
func (NullableProductLocalizedAsset) Get ¶
func (v NullableProductLocalizedAsset) Get() *ProductLocalizedAsset
func (NullableProductLocalizedAsset) IsSet ¶
func (v NullableProductLocalizedAsset) IsSet() bool
func (NullableProductLocalizedAsset) MarshalJSON ¶
func (v NullableProductLocalizedAsset) MarshalJSON() ([]byte, error)
func (*NullableProductLocalizedAsset) Set ¶
func (v *NullableProductLocalizedAsset) Set(val *ProductLocalizedAsset)
func (*NullableProductLocalizedAsset) UnmarshalJSON ¶
func (v *NullableProductLocalizedAsset) UnmarshalJSON(src []byte) error
func (*NullableProductLocalizedAsset) Unset ¶
func (v *NullableProductLocalizedAsset) Unset()
type NullableProductLocalizedText ¶
type NullableProductLocalizedText struct {
// contains filtered or unexported fields
}
func NewNullableProductLocalizedText ¶
func NewNullableProductLocalizedText(val *ProductLocalizedText) *NullableProductLocalizedText
func (NullableProductLocalizedText) Get ¶
func (v NullableProductLocalizedText) Get() *ProductLocalizedText
func (NullableProductLocalizedText) IsSet ¶
func (v NullableProductLocalizedText) IsSet() bool
func (NullableProductLocalizedText) MarshalJSON ¶
func (v NullableProductLocalizedText) MarshalJSON() ([]byte, error)
func (*NullableProductLocalizedText) Set ¶
func (v *NullableProductLocalizedText) Set(val *ProductLocalizedText)
func (*NullableProductLocalizedText) UnmarshalJSON ¶
func (v *NullableProductLocalizedText) UnmarshalJSON(src []byte) error
func (*NullableProductLocalizedText) Unset ¶
func (v *NullableProductLocalizedText) Unset()
type NullableProductMediaGallery ¶
type NullableProductMediaGallery struct {
// contains filtered or unexported fields
}
func NewNullableProductMediaGallery ¶
func NewNullableProductMediaGallery(val *ProductMediaGallery) *NullableProductMediaGallery
func (NullableProductMediaGallery) Get ¶
func (v NullableProductMediaGallery) Get() *ProductMediaGallery
func (NullableProductMediaGallery) IsSet ¶
func (v NullableProductMediaGallery) IsSet() bool
func (NullableProductMediaGallery) MarshalJSON ¶
func (v NullableProductMediaGallery) MarshalJSON() ([]byte, error)
func (*NullableProductMediaGallery) Set ¶
func (v *NullableProductMediaGallery) Set(val *ProductMediaGallery)
func (*NullableProductMediaGallery) UnmarshalJSON ¶
func (v *NullableProductMediaGallery) UnmarshalJSON(src []byte) error
func (*NullableProductMediaGallery) Unset ¶
func (v *NullableProductMediaGallery) Unset()
type NullableProductMediaGalleryEntry ¶
type NullableProductMediaGalleryEntry struct {
// contains filtered or unexported fields
}
func NewNullableProductMediaGalleryEntry ¶
func NewNullableProductMediaGalleryEntry(val *ProductMediaGalleryEntry) *NullableProductMediaGalleryEntry
func (NullableProductMediaGalleryEntry) Get ¶
func (v NullableProductMediaGalleryEntry) Get() *ProductMediaGalleryEntry
func (NullableProductMediaGalleryEntry) IsSet ¶
func (v NullableProductMediaGalleryEntry) IsSet() bool
func (NullableProductMediaGalleryEntry) MarshalJSON ¶
func (v NullableProductMediaGalleryEntry) MarshalJSON() ([]byte, error)
func (*NullableProductMediaGalleryEntry) Set ¶
func (v *NullableProductMediaGalleryEntry) Set(val *ProductMediaGalleryEntry)
func (*NullableProductMediaGalleryEntry) UnmarshalJSON ¶
func (v *NullableProductMediaGalleryEntry) UnmarshalJSON(src []byte) error
func (*NullableProductMediaGalleryEntry) Unset ¶
func (v *NullableProductMediaGalleryEntry) Unset()
type NullableProductMediaGalleryEntryMetadata ¶
type NullableProductMediaGalleryEntryMetadata struct {
// contains filtered or unexported fields
}
func NewNullableProductMediaGalleryEntryMetadata ¶
func NewNullableProductMediaGalleryEntryMetadata(val *ProductMediaGalleryEntryMetadata) *NullableProductMediaGalleryEntryMetadata
func (NullableProductMediaGalleryEntryMetadata) IsSet ¶
func (v NullableProductMediaGalleryEntryMetadata) IsSet() bool
func (NullableProductMediaGalleryEntryMetadata) MarshalJSON ¶
func (v NullableProductMediaGalleryEntryMetadata) MarshalJSON() ([]byte, error)
func (*NullableProductMediaGalleryEntryMetadata) Set ¶
func (v *NullableProductMediaGalleryEntryMetadata) Set(val *ProductMediaGalleryEntryMetadata)
func (*NullableProductMediaGalleryEntryMetadata) UnmarshalJSON ¶
func (v *NullableProductMediaGalleryEntryMetadata) UnmarshalJSON(src []byte) error
func (*NullableProductMediaGalleryEntryMetadata) Unset ¶
func (v *NullableProductMediaGalleryEntryMetadata) Unset()
type NullableProductProductEntity ¶
type NullableProductProductEntity struct {
// contains filtered or unexported fields
}
func NewNullableProductProductEntity ¶
func NewNullableProductProductEntity(val *ProductProductEntity) *NullableProductProductEntity
func (NullableProductProductEntity) Get ¶
func (v NullableProductProductEntity) Get() *ProductProductEntity
func (NullableProductProductEntity) IsSet ¶
func (v NullableProductProductEntity) IsSet() bool
func (NullableProductProductEntity) MarshalJSON ¶
func (v NullableProductProductEntity) MarshalJSON() ([]byte, error)
func (*NullableProductProductEntity) Set ¶
func (v *NullableProductProductEntity) Set(val *ProductProductEntity)
func (*NullableProductProductEntity) UnmarshalJSON ¶
func (v *NullableProductProductEntity) UnmarshalJSON(src []byte) error
func (*NullableProductProductEntity) Unset ¶
func (v *NullableProductProductEntity) Unset()
type NullableProductProductResponseError ¶
type NullableProductProductResponseError struct {
// contains filtered or unexported fields
}
func NewNullableProductProductResponseError ¶
func NewNullableProductProductResponseError(val *ProductProductResponseError) *NullableProductProductResponseError
func (NullableProductProductResponseError) Get ¶
func (v NullableProductProductResponseError) Get() *ProductProductResponseError
func (NullableProductProductResponseError) IsSet ¶
func (v NullableProductProductResponseError) IsSet() bool
func (NullableProductProductResponseError) MarshalJSON ¶
func (v NullableProductProductResponseError) MarshalJSON() ([]byte, error)
func (*NullableProductProductResponseError) Set ¶
func (v *NullableProductProductResponseError) Set(val *ProductProductResponseError)
func (*NullableProductProductResponseError) UnmarshalJSON ¶
func (v *NullableProductProductResponseError) UnmarshalJSON(src []byte) error
func (*NullableProductProductResponseError) Unset ¶
func (v *NullableProductProductResponseError) Unset()
type NullableProductProductVariant ¶
type NullableProductProductVariant struct {
// contains filtered or unexported fields
}
func NewNullableProductProductVariant ¶
func NewNullableProductProductVariant(val *ProductProductVariant) *NullableProductProductVariant
func (NullableProductProductVariant) Get ¶
func (v NullableProductProductVariant) Get() *ProductProductVariant
func (NullableProductProductVariant) IsSet ¶
func (v NullableProductProductVariant) IsSet() bool
func (NullableProductProductVariant) MarshalJSON ¶
func (v NullableProductProductVariant) MarshalJSON() ([]byte, error)
func (*NullableProductProductVariant) Set ¶
func (v *NullableProductProductVariant) Set(val *ProductProductVariant)
func (*NullableProductProductVariant) UnmarshalJSON ¶
func (v *NullableProductProductVariant) UnmarshalJSON(src []byte) error
func (*NullableProductProductVariant) Unset ¶
func (v *NullableProductProductVariant) Unset()
type NullableProductRemoveMediaGalleryEntryRequest ¶
type NullableProductRemoveMediaGalleryEntryRequest struct {
// contains filtered or unexported fields
}
func NewNullableProductRemoveMediaGalleryEntryRequest ¶
func NewNullableProductRemoveMediaGalleryEntryRequest(val *ProductRemoveMediaGalleryEntryRequest) *NullableProductRemoveMediaGalleryEntryRequest
func (NullableProductRemoveMediaGalleryEntryRequest) IsSet ¶
func (v NullableProductRemoveMediaGalleryEntryRequest) IsSet() bool
func (NullableProductRemoveMediaGalleryEntryRequest) MarshalJSON ¶
func (v NullableProductRemoveMediaGalleryEntryRequest) MarshalJSON() ([]byte, error)
func (*NullableProductRemoveMediaGalleryEntryRequest) Set ¶
func (v *NullableProductRemoveMediaGalleryEntryRequest) Set(val *ProductRemoveMediaGalleryEntryRequest)
func (*NullableProductRemoveMediaGalleryEntryRequest) UnmarshalJSON ¶
func (v *NullableProductRemoveMediaGalleryEntryRequest) UnmarshalJSON(src []byte) error
func (*NullableProductRemoveMediaGalleryEntryRequest) Unset ¶
func (v *NullableProductRemoveMediaGalleryEntryRequest) Unset()
type NullableProductUpdateAssetEntryPayload ¶
type NullableProductUpdateAssetEntryPayload struct {
// contains filtered or unexported fields
}
func NewNullableProductUpdateAssetEntryPayload ¶
func NewNullableProductUpdateAssetEntryPayload(val *ProductUpdateAssetEntryPayload) *NullableProductUpdateAssetEntryPayload
func (NullableProductUpdateAssetEntryPayload) Get ¶
func (v NullableProductUpdateAssetEntryPayload) Get() *ProductUpdateAssetEntryPayload
func (NullableProductUpdateAssetEntryPayload) IsSet ¶
func (v NullableProductUpdateAssetEntryPayload) IsSet() bool
func (NullableProductUpdateAssetEntryPayload) MarshalJSON ¶
func (v NullableProductUpdateAssetEntryPayload) MarshalJSON() ([]byte, error)
func (*NullableProductUpdateAssetEntryPayload) Set ¶
func (v *NullableProductUpdateAssetEntryPayload) Set(val *ProductUpdateAssetEntryPayload)
func (*NullableProductUpdateAssetEntryPayload) UnmarshalJSON ¶
func (v *NullableProductUpdateAssetEntryPayload) UnmarshalJSON(src []byte) error
func (*NullableProductUpdateAssetEntryPayload) Unset ¶
func (v *NullableProductUpdateAssetEntryPayload) Unset()
type NullableProductUpdateMediaGalleryEntryRequest ¶
type NullableProductUpdateMediaGalleryEntryRequest struct {
// contains filtered or unexported fields
}
func NewNullableProductUpdateMediaGalleryEntryRequest ¶
func NewNullableProductUpdateMediaGalleryEntryRequest(val *ProductUpdateMediaGalleryEntryRequest) *NullableProductUpdateMediaGalleryEntryRequest
func (NullableProductUpdateMediaGalleryEntryRequest) IsSet ¶
func (v NullableProductUpdateMediaGalleryEntryRequest) IsSet() bool
func (NullableProductUpdateMediaGalleryEntryRequest) MarshalJSON ¶
func (v NullableProductUpdateMediaGalleryEntryRequest) MarshalJSON() ([]byte, error)
func (*NullableProductUpdateMediaGalleryEntryRequest) Set ¶
func (v *NullableProductUpdateMediaGalleryEntryRequest) Set(val *ProductUpdateMediaGalleryEntryRequest)
func (*NullableProductUpdateMediaGalleryEntryRequest) UnmarshalJSON ¶
func (v *NullableProductUpdateMediaGalleryEntryRequest) UnmarshalJSON(src []byte) error
func (*NullableProductUpdateMediaGalleryEntryRequest) Unset ¶
func (v *NullableProductUpdateMediaGalleryEntryRequest) Unset()
type NullableProductUpdateProductRequest ¶
type NullableProductUpdateProductRequest struct {
// contains filtered or unexported fields
}
func NewNullableProductUpdateProductRequest ¶
func NewNullableProductUpdateProductRequest(val *ProductUpdateProductRequest) *NullableProductUpdateProductRequest
func (NullableProductUpdateProductRequest) Get ¶
func (v NullableProductUpdateProductRequest) Get() *ProductUpdateProductRequest
func (NullableProductUpdateProductRequest) IsSet ¶
func (v NullableProductUpdateProductRequest) IsSet() bool
func (NullableProductUpdateProductRequest) MarshalJSON ¶
func (v NullableProductUpdateProductRequest) MarshalJSON() ([]byte, error)
func (*NullableProductUpdateProductRequest) Set ¶
func (v *NullableProductUpdateProductRequest) Set(val *ProductUpdateProductRequest)
func (*NullableProductUpdateProductRequest) UnmarshalJSON ¶
func (v *NullableProductUpdateProductRequest) UnmarshalJSON(src []byte) error
func (*NullableProductUpdateProductRequest) Unset ¶
func (v *NullableProductUpdateProductRequest) Unset()
type NullableProductUpdateProductRequestV2 ¶
type NullableProductUpdateProductRequestV2 struct {
// contains filtered or unexported fields
}
func NewNullableProductUpdateProductRequestV2 ¶
func NewNullableProductUpdateProductRequestV2(val *ProductUpdateProductRequestV2) *NullableProductUpdateProductRequestV2
func (NullableProductUpdateProductRequestV2) Get ¶
func (v NullableProductUpdateProductRequestV2) Get() *ProductUpdateProductRequestV2
func (NullableProductUpdateProductRequestV2) IsSet ¶
func (v NullableProductUpdateProductRequestV2) IsSet() bool
func (NullableProductUpdateProductRequestV2) MarshalJSON ¶
func (v NullableProductUpdateProductRequestV2) MarshalJSON() ([]byte, error)
func (*NullableProductUpdateProductRequestV2) Set ¶
func (v *NullableProductUpdateProductRequestV2) Set(val *ProductUpdateProductRequestV2)
func (*NullableProductUpdateProductRequestV2) UnmarshalJSON ¶
func (v *NullableProductUpdateProductRequestV2) UnmarshalJSON(src []byte) error
func (*NullableProductUpdateProductRequestV2) Unset ¶
func (v *NullableProductUpdateProductRequestV2) Unset()
type NullableProductUpdateProductResponse ¶
type NullableProductUpdateProductResponse struct {
// contains filtered or unexported fields
}
func NewNullableProductUpdateProductResponse ¶
func NewNullableProductUpdateProductResponse(val *ProductUpdateProductResponse) *NullableProductUpdateProductResponse
func (NullableProductUpdateProductResponse) Get ¶
func (v NullableProductUpdateProductResponse) Get() *ProductUpdateProductResponse
func (NullableProductUpdateProductResponse) IsSet ¶
func (v NullableProductUpdateProductResponse) IsSet() bool
func (NullableProductUpdateProductResponse) MarshalJSON ¶
func (v NullableProductUpdateProductResponse) MarshalJSON() ([]byte, error)
func (*NullableProductUpdateProductResponse) Set ¶
func (v *NullableProductUpdateProductResponse) Set(val *ProductUpdateProductResponse)
func (*NullableProductUpdateProductResponse) UnmarshalJSON ¶
func (v *NullableProductUpdateProductResponse) UnmarshalJSON(src []byte) error
func (*NullableProductUpdateProductResponse) Unset ¶
func (v *NullableProductUpdateProductResponse) Unset()
type NullableProductentitymanagerLocalizedText ¶
type NullableProductentitymanagerLocalizedText struct {
// contains filtered or unexported fields
}
func NewNullableProductentitymanagerLocalizedText ¶
func NewNullableProductentitymanagerLocalizedText(val *ProductentitymanagerLocalizedText) *NullableProductentitymanagerLocalizedText
func (NullableProductentitymanagerLocalizedText) IsSet ¶
func (v NullableProductentitymanagerLocalizedText) IsSet() bool
func (NullableProductentitymanagerLocalizedText) MarshalJSON ¶
func (v NullableProductentitymanagerLocalizedText) MarshalJSON() ([]byte, error)
func (*NullableProductentitymanagerLocalizedText) Set ¶
func (v *NullableProductentitymanagerLocalizedText) Set(val *ProductentitymanagerLocalizedText)
func (*NullableProductentitymanagerLocalizedText) UnmarshalJSON ¶
func (v *NullableProductentitymanagerLocalizedText) UnmarshalJSON(src []byte) error
func (*NullableProductentitymanagerLocalizedText) Unset ¶
func (v *NullableProductentitymanagerLocalizedText) Unset()
type NullableProtobufAny ¶
type NullableProtobufAny struct {
// contains filtered or unexported fields
}
func NewNullableProtobufAny ¶
func NewNullableProtobufAny(val *ProtobufAny) *NullableProtobufAny
func (NullableProtobufAny) Get ¶
func (v NullableProtobufAny) Get() *ProtobufAny
func (NullableProtobufAny) IsSet ¶
func (v NullableProtobufAny) IsSet() bool
func (NullableProtobufAny) MarshalJSON ¶
func (v NullableProtobufAny) MarshalJSON() ([]byte, error)
func (*NullableProtobufAny) Set ¶
func (v *NullableProtobufAny) Set(val *ProtobufAny)
func (*NullableProtobufAny) UnmarshalJSON ¶
func (v *NullableProtobufAny) UnmarshalJSON(src []byte) error
func (*NullableProtobufAny) Unset ¶
func (v *NullableProtobufAny) Unset()
type NullableRpcStatus ¶
type NullableRpcStatus struct {
// contains filtered or unexported fields
}
func NewNullableRpcStatus ¶
func NewNullableRpcStatus(val *RpcStatus) *NullableRpcStatus
func (NullableRpcStatus) Get ¶
func (v NullableRpcStatus) Get() *RpcStatus
func (NullableRpcStatus) IsSet ¶
func (v NullableRpcStatus) IsSet() bool
func (NullableRpcStatus) MarshalJSON ¶
func (v NullableRpcStatus) MarshalJSON() ([]byte, error)
func (*NullableRpcStatus) Set ¶
func (v *NullableRpcStatus) Set(val *RpcStatus)
func (*NullableRpcStatus) UnmarshalJSON ¶
func (v *NullableRpcStatus) UnmarshalJSON(src []byte) error
func (*NullableRpcStatus) Unset ¶
func (v *NullableRpcStatus) 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 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 ProductAPIProductAddMediaGalleryEntryRequest ¶
type ProductAPIProductAddMediaGalleryEntryRequest struct { ApiService *ProductAPIService // contains filtered or unexported fields }
func (ProductAPIProductAddMediaGalleryEntryRequest) Execute ¶
func (r ProductAPIProductAddMediaGalleryEntryRequest) Execute() (*ProductAddMediaGalleryEntryResponse, *http.Response, error)
type ProductAPIProductBulkAddAssetsEntriesRequest ¶
type ProductAPIProductBulkAddAssetsEntriesRequest struct { ApiService *ProductAPIService // contains filtered or unexported fields }
func (ProductAPIProductBulkAddAssetsEntriesRequest) Execute ¶
func (r ProductAPIProductBulkAddAssetsEntriesRequest) Execute() (*ProductBulkAddAssetsEntriesResponse, *http.Response, error)
type ProductAPIProductBulkCreateAttributeRequest ¶
type ProductAPIProductBulkCreateAttributeRequest struct { ApiService *ProductAPIService // contains filtered or unexported fields }
func (ProductAPIProductBulkCreateAttributeRequest) Execute ¶
func (r ProductAPIProductBulkCreateAttributeRequest) Execute() (*EntitymanagerBulkCreateAttributeResponse, *http.Response, error)
type ProductAPIProductBulkDeleteProductsRequest ¶
type ProductAPIProductBulkDeleteProductsRequest struct { ApiService *ProductAPIService // contains filtered or unexported fields }
type ProductAPIProductBulkRemoveAssetsEntriesRequest ¶
type ProductAPIProductBulkRemoveAssetsEntriesRequest struct { ApiService *ProductAPIService // contains filtered or unexported fields }
type ProductAPIProductBulkUpdateAssetsEntriesRequest ¶
type ProductAPIProductBulkUpdateAssetsEntriesRequest struct { ApiService *ProductAPIService // contains filtered or unexported fields }
func (ProductAPIProductBulkUpdateAssetsEntriesRequest) Execute ¶
func (r ProductAPIProductBulkUpdateAssetsEntriesRequest) Execute() (*ProductBulkUpdateAssetsEntriesResponse, *http.Response, error)
type ProductAPIProductBulkUpdateRequest ¶
type ProductAPIProductBulkUpdateRequest struct { ApiService *ProductAPIService // contains filtered or unexported fields }
func (ProductAPIProductBulkUpdateRequest) Execute ¶
func (r ProductAPIProductBulkUpdateRequest) Execute() (*ProductBulkUpdateResponse, *http.Response, error)
type ProductAPIProductBulkUpdateV2Request ¶
type ProductAPIProductBulkUpdateV2Request struct { ApiService *ProductAPIService // contains filtered or unexported fields }
func (ProductAPIProductBulkUpdateV2Request) Execute ¶
func (r ProductAPIProductBulkUpdateV2Request) Execute() (*ProductBulkUpdateResponseV2, *http.Response, error)
type ProductAPIProductCreateAttributeGroupRequest ¶
type ProductAPIProductCreateAttributeGroupRequest struct { ApiService *ProductAPIService // contains filtered or unexported fields }
func (ProductAPIProductCreateAttributeGroupRequest) Execute ¶
func (r ProductAPIProductCreateAttributeGroupRequest) Execute() (*EntitymanagerAttributeGroup, *http.Response, error)
type ProductAPIProductCreateAttributeOptionsRequest ¶
type ProductAPIProductCreateAttributeOptionsRequest struct { ApiService *ProductAPIService // contains filtered or unexported fields }
func (ProductAPIProductCreateAttributeOptionsRequest) Execute ¶
func (r ProductAPIProductCreateAttributeOptionsRequest) Execute() (*EntitymanagerCreateAttributeOptionsResponse, *http.Response, error)
type ProductAPIProductCreateEntityRequest ¶
type ProductAPIProductCreateEntityRequest struct { ApiService *ProductAPIService // contains filtered or unexported fields }
func (ProductAPIProductCreateEntityRequest) Execute ¶
func (r ProductAPIProductCreateEntityRequest) Execute() (*EntitymanagerCreateEntityResponse, *http.Response, error)
type ProductAPIProductCreateOptionsListRequest ¶
type ProductAPIProductCreateOptionsListRequest struct { ApiService *ProductAPIService // contains filtered or unexported fields }
func (ProductAPIProductCreateOptionsListRequest) Execute ¶
func (r ProductAPIProductCreateOptionsListRequest) Execute() (*EntitymanagerCreateOptionsListResponse, *http.Response, error)
type ProductAPIProductCreateProductRequest ¶
type ProductAPIProductCreateProductRequest struct { ApiService *ProductAPIService // contains filtered or unexported fields }
func (ProductAPIProductCreateProductRequest) Execute ¶
func (r ProductAPIProductCreateProductRequest) Execute() (*ProductCreateProductResponse, *http.Response, error)
type ProductAPIProductCreateProductV2Request ¶
type ProductAPIProductCreateProductV2Request struct { ApiService *ProductAPIService // contains filtered or unexported fields }
func (ProductAPIProductCreateProductV2Request) Execute ¶
func (r ProductAPIProductCreateProductV2Request) Execute() (*ProductCreateProductResponseV2, *http.Response, error)
type ProductAPIProductDeleteAttributeRequest ¶
type ProductAPIProductDeleteAttributeRequest struct { ApiService *ProductAPIService // contains filtered or unexported fields }
type ProductAPIProductDeleteProductRequest ¶
type ProductAPIProductDeleteProductRequest struct { ApiService *ProductAPIService // contains filtered or unexported fields }
type ProductAPIProductDeleteRequest ¶
type ProductAPIProductDeleteRequest struct { ApiService *ProductAPIService // contains filtered or unexported fields }
func (ProductAPIProductDeleteRequest) Body ¶
func (r ProductAPIProductDeleteRequest) Body(body ProductDeleteRequest) ProductAPIProductDeleteRequest
func (ProductAPIProductDeleteRequest) Execute ¶
func (r ProductAPIProductDeleteRequest) Execute() (*ProductDeleteResponse, *http.Response, error)
type ProductAPIProductGetAttributeGroupRequest ¶
type ProductAPIProductGetAttributeGroupRequest struct { ApiService *ProductAPIService // contains filtered or unexported fields }
func (ProductAPIProductGetAttributeGroupRequest) Execute ¶
func (r ProductAPIProductGetAttributeGroupRequest) Execute() (*EntitymanagerAttributeGroup, *http.Response, error)
type ProductAPIProductGetAttributeOptionRequest ¶
type ProductAPIProductGetAttributeOptionRequest struct { ApiService *ProductAPIService // contains filtered or unexported fields }
func (ProductAPIProductGetAttributeOptionRequest) Execute ¶
func (r ProductAPIProductGetAttributeOptionRequest) Execute() (*EntitymanagerGetAttributeOptionResponse, *http.Response, error)
type ProductAPIProductGetAttributeOptionsRequest ¶
type ProductAPIProductGetAttributeOptionsRequest struct { ApiService *ProductAPIService // contains filtered or unexported fields }
func (ProductAPIProductGetAttributeOptionsRequest) Execute ¶
func (r ProductAPIProductGetAttributeOptionsRequest) Execute() (*EntitymanagerGetAttributeOptionsResponse, *http.Response, error)
type ProductAPIProductGetEntityRequest ¶
type ProductAPIProductGetEntityRequest struct { ApiService *ProductAPIService // contains filtered or unexported fields }
func (ProductAPIProductGetEntityRequest) Execute ¶
func (r ProductAPIProductGetEntityRequest) Execute() (*EntitymanagerEntity, *http.Response, error)
type ProductAPIProductGetOptionsListRequest ¶
type ProductAPIProductGetOptionsListRequest struct { ApiService *ProductAPIService // contains filtered or unexported fields }
func (ProductAPIProductGetOptionsListRequest) Execute ¶
func (r ProductAPIProductGetOptionsListRequest) Execute() (*EntitymanagerGetOptionsListResponse, *http.Response, error)
type ProductAPIProductGetProductByCodeRequest ¶
type ProductAPIProductGetProductByCodeRequest struct { ApiService *ProductAPIService // contains filtered or unexported fields }
func (ProductAPIProductGetProductByCodeRequest) Execute ¶
func (r ProductAPIProductGetProductByCodeRequest) Execute() (*ProductGetProductByCodeResponse, *http.Response, error)
type ProductAPIProductGetProductByUrlKeyRequest ¶
type ProductAPIProductGetProductByUrlKeyRequest struct { ApiService *ProductAPIService // contains filtered or unexported fields }
func (ProductAPIProductGetProductByUrlKeyRequest) Execute ¶
func (r ProductAPIProductGetProductByUrlKeyRequest) Execute() (*ProductGetProductByUrlKeyResponse, *http.Response, error)
type ProductAPIProductGetProductRequest ¶
type ProductAPIProductGetProductRequest struct { ApiService *ProductAPIService // contains filtered or unexported fields }
func (ProductAPIProductGetProductRequest) Execute ¶
func (r ProductAPIProductGetProductRequest) Execute() (*ProductGetProductResponse, *http.Response, error)
type ProductAPIProductListAttributeGroupsRequest ¶
type ProductAPIProductListAttributeGroupsRequest struct { ApiService *ProductAPIService // contains filtered or unexported fields }
func (ProductAPIProductListAttributeGroupsRequest) Execute ¶
func (r ProductAPIProductListAttributeGroupsRequest) Execute() (*EntitymanagerListAttributeGroupsResponse, *http.Response, error)
type ProductAPIProductListAttributeOptionsRequest ¶
type ProductAPIProductListAttributeOptionsRequest struct { ApiService *ProductAPIService // contains filtered or unexported fields }
func (ProductAPIProductListAttributeOptionsRequest) Execute ¶
func (r ProductAPIProductListAttributeOptionsRequest) Execute() (*EntitymanagerListAttributeOptionsResponse, *http.Response, error)
type ProductAPIProductListEntitiesRequest ¶
type ProductAPIProductListEntitiesRequest struct { ApiService *ProductAPIService // contains filtered or unexported fields }
func (ProductAPIProductListEntitiesRequest) Execute ¶
func (r ProductAPIProductListEntitiesRequest) Execute() (*EntitymanagerListEntitiesResponse, *http.Response, error)
type ProductAPIProductListOptionsListsRequest ¶
type ProductAPIProductListOptionsListsRequest struct { ApiService *ProductAPIService // contains filtered or unexported fields }
func (ProductAPIProductListOptionsListsRequest) Execute ¶
func (r ProductAPIProductListOptionsListsRequest) Execute() (*EntitymanagerListOptionsListsResponse, *http.Response, error)
type ProductAPIProductListProductsByIdsRequest ¶
type ProductAPIProductListProductsByIdsRequest struct { ApiService *ProductAPIService // contains filtered or unexported fields }
func (ProductAPIProductListProductsByIdsRequest) Execute ¶
func (r ProductAPIProductListProductsByIdsRequest) Execute() (*ProductListProductsByIdsResponse, *http.Response, error)
type ProductAPIProductListProductsBySkuRequest ¶
type ProductAPIProductListProductsBySkuRequest struct { ApiService *ProductAPIService // contains filtered or unexported fields }
func (ProductAPIProductListProductsBySkuRequest) Execute ¶
func (r ProductAPIProductListProductsBySkuRequest) Execute() (*ProductListProductsBySkuResponse, *http.Response, error)
type ProductAPIProductListProductsRequest ¶
type ProductAPIProductListProductsRequest struct { ApiService *ProductAPIService // contains filtered or unexported fields }
func (ProductAPIProductListProductsRequest) Execute ¶
func (r ProductAPIProductListProductsRequest) Execute() (*ProductListProductsResponse, *http.Response, error)
type ProductAPIProductListVariantsBySkuRequest ¶
type ProductAPIProductListVariantsBySkuRequest struct { ApiService *ProductAPIService // contains filtered or unexported fields }
func (ProductAPIProductListVariantsBySkuRequest) Execute ¶
func (r ProductAPIProductListVariantsBySkuRequest) Execute() (*ProductListVariantsBySkuResponse, *http.Response, error)
type ProductAPIProductRemoveMediaGalleryEntryRequest ¶
type ProductAPIProductRemoveMediaGalleryEntryRequest struct { ApiService *ProductAPIService // contains filtered or unexported fields }
type ProductAPIProductUpdateAttributeGroupRequest ¶
type ProductAPIProductUpdateAttributeGroupRequest struct { ApiService *ProductAPIService // contains filtered or unexported fields }
func (ProductAPIProductUpdateAttributeGroupRequest) Execute ¶
func (r ProductAPIProductUpdateAttributeGroupRequest) Execute() (*EntitymanagerAttributeGroup, *http.Response, error)
type ProductAPIProductUpdateAttributeOptionsRequest ¶
type ProductAPIProductUpdateAttributeOptionsRequest struct { ApiService *ProductAPIService // contains filtered or unexported fields }
func (ProductAPIProductUpdateAttributeOptionsRequest) Execute ¶
func (r ProductAPIProductUpdateAttributeOptionsRequest) Execute() (*EntitymanagerUpdateAttributeOptionsResponse, *http.Response, error)
type ProductAPIProductUpdateAttributeRequest ¶
type ProductAPIProductUpdateAttributeRequest struct { ApiService *ProductAPIService // contains filtered or unexported fields }
func (ProductAPIProductUpdateAttributeRequest) Execute ¶
func (r ProductAPIProductUpdateAttributeRequest) Execute() (*EntitymanagerAttribute, *http.Response, error)
type ProductAPIProductUpdateMediaGalleryEntryRequest ¶
type ProductAPIProductUpdateMediaGalleryEntryRequest struct { ApiService *ProductAPIService // contains filtered or unexported fields }
type ProductAPIProductUpdateOptionsListRequest ¶
type ProductAPIProductUpdateOptionsListRequest struct { ApiService *ProductAPIService // contains filtered or unexported fields }
func (ProductAPIProductUpdateOptionsListRequest) Execute ¶
func (r ProductAPIProductUpdateOptionsListRequest) Execute() (*EntitymanagerUpdateOptionsListResponse, *http.Response, error)
type ProductAPIProductUpdateProductRequest ¶
type ProductAPIProductUpdateProductRequest struct { ApiService *ProductAPIService // contains filtered or unexported fields }
func (ProductAPIProductUpdateProductRequest) Execute ¶
func (r ProductAPIProductUpdateProductRequest) Execute() (*ProductUpdateProductResponse, *http.Response, error)
type ProductAPIProductUpdateProductV2Request ¶
type ProductAPIProductUpdateProductV2Request struct { ApiService *ProductAPIService // contains filtered or unexported fields }
type ProductAPIService ¶
type ProductAPIService service
ProductAPIService ProductAPI service
func (*ProductAPIService) ProductAddMediaGalleryEntry ¶
func (a *ProductAPIService) ProductAddMediaGalleryEntry(ctx context.Context) ProductAPIProductAddMediaGalleryEntryRequest
ProductAddMediaGalleryEntry Method for ProductAddMediaGalleryEntry
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProductAPIProductAddMediaGalleryEntryRequest
func (*ProductAPIService) ProductAddMediaGalleryEntryExecute ¶
func (a *ProductAPIService) ProductAddMediaGalleryEntryExecute(r ProductAPIProductAddMediaGalleryEntryRequest) (*ProductAddMediaGalleryEntryResponse, *http.Response, error)
Execute executes the request
@return ProductAddMediaGalleryEntryResponse
func (*ProductAPIService) ProductBulkAddAssetsEntries ¶
func (a *ProductAPIService) ProductBulkAddAssetsEntries(ctx context.Context) ProductAPIProductBulkAddAssetsEntriesRequest
ProductBulkAddAssetsEntries Assets endpoints
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProductAPIProductBulkAddAssetsEntriesRequest
func (*ProductAPIService) ProductBulkAddAssetsEntriesExecute ¶
func (a *ProductAPIService) ProductBulkAddAssetsEntriesExecute(r ProductAPIProductBulkAddAssetsEntriesRequest) (*ProductBulkAddAssetsEntriesResponse, *http.Response, error)
Execute executes the request
@return ProductBulkAddAssetsEntriesResponse
func (*ProductAPIService) ProductBulkCreateAttribute ¶
func (a *ProductAPIService) ProductBulkCreateAttribute(ctx context.Context) ProductAPIProductBulkCreateAttributeRequest
ProductBulkCreateAttribute Method for ProductBulkCreateAttribute
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProductAPIProductBulkCreateAttributeRequest
func (*ProductAPIService) ProductBulkCreateAttributeExecute ¶
func (a *ProductAPIService) ProductBulkCreateAttributeExecute(r ProductAPIProductBulkCreateAttributeRequest) (*EntitymanagerBulkCreateAttributeResponse, *http.Response, error)
Execute executes the request
@return EntitymanagerBulkCreateAttributeResponse
func (*ProductAPIService) ProductBulkDeleteProducts ¶
func (a *ProductAPIService) ProductBulkDeleteProducts(ctx context.Context) ProductAPIProductBulkDeleteProductsRequest
ProductBulkDeleteProducts Method for ProductBulkDeleteProducts
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProductAPIProductBulkDeleteProductsRequest
func (*ProductAPIService) ProductBulkDeleteProductsExecute ¶
func (a *ProductAPIService) ProductBulkDeleteProductsExecute(r ProductAPIProductBulkDeleteProductsRequest) (map[string]interface{}, *http.Response, error)
Execute executes the request
@return map[string]interface{}
func (*ProductAPIService) ProductBulkRemoveAssetsEntries ¶
func (a *ProductAPIService) ProductBulkRemoveAssetsEntries(ctx context.Context) ProductAPIProductBulkRemoveAssetsEntriesRequest
ProductBulkRemoveAssetsEntries Method for ProductBulkRemoveAssetsEntries
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProductAPIProductBulkRemoveAssetsEntriesRequest
func (*ProductAPIService) ProductBulkRemoveAssetsEntriesExecute ¶
func (a *ProductAPIService) ProductBulkRemoveAssetsEntriesExecute(r ProductAPIProductBulkRemoveAssetsEntriesRequest) (map[string]interface{}, *http.Response, error)
Execute executes the request
@return map[string]interface{}
func (*ProductAPIService) ProductBulkUpdate ¶
func (a *ProductAPIService) ProductBulkUpdate(ctx context.Context) ProductAPIProductBulkUpdateRequest
ProductBulkUpdate Method for ProductBulkUpdate
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProductAPIProductBulkUpdateRequest
Deprecated
func (*ProductAPIService) ProductBulkUpdateAssetsEntries ¶
func (a *ProductAPIService) ProductBulkUpdateAssetsEntries(ctx context.Context) ProductAPIProductBulkUpdateAssetsEntriesRequest
ProductBulkUpdateAssetsEntries Method for ProductBulkUpdateAssetsEntries
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProductAPIProductBulkUpdateAssetsEntriesRequest
func (*ProductAPIService) ProductBulkUpdateAssetsEntriesExecute ¶
func (a *ProductAPIService) ProductBulkUpdateAssetsEntriesExecute(r ProductAPIProductBulkUpdateAssetsEntriesRequest) (*ProductBulkUpdateAssetsEntriesResponse, *http.Response, error)
Execute executes the request
@return ProductBulkUpdateAssetsEntriesResponse
func (*ProductAPIService) ProductBulkUpdateExecute ¶
func (a *ProductAPIService) ProductBulkUpdateExecute(r ProductAPIProductBulkUpdateRequest) (*ProductBulkUpdateResponse, *http.Response, error)
Execute executes the request
@return ProductBulkUpdateResponse
Deprecated
func (*ProductAPIService) ProductBulkUpdateV2 ¶
func (a *ProductAPIService) ProductBulkUpdateV2(ctx context.Context) ProductAPIProductBulkUpdateV2Request
ProductBulkUpdateV2 Method for ProductBulkUpdateV2
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProductAPIProductBulkUpdateV2Request
func (*ProductAPIService) ProductBulkUpdateV2Execute ¶
func (a *ProductAPIService) ProductBulkUpdateV2Execute(r ProductAPIProductBulkUpdateV2Request) (*ProductBulkUpdateResponseV2, *http.Response, error)
Execute executes the request
@return ProductBulkUpdateResponseV2
func (*ProductAPIService) ProductCreateAttributeGroup ¶
func (a *ProductAPIService) ProductCreateAttributeGroup(ctx context.Context) ProductAPIProductCreateAttributeGroupRequest
ProductCreateAttributeGroup Method for ProductCreateAttributeGroup
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProductAPIProductCreateAttributeGroupRequest
func (*ProductAPIService) ProductCreateAttributeGroupExecute ¶
func (a *ProductAPIService) ProductCreateAttributeGroupExecute(r ProductAPIProductCreateAttributeGroupRequest) (*EntitymanagerAttributeGroup, *http.Response, error)
Execute executes the request
@return EntitymanagerAttributeGroup
func (*ProductAPIService) ProductCreateAttributeOptions ¶
func (a *ProductAPIService) ProductCreateAttributeOptions(ctx context.Context) ProductAPIProductCreateAttributeOptionsRequest
ProductCreateAttributeOptions Method for ProductCreateAttributeOptions
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProductAPIProductCreateAttributeOptionsRequest
func (*ProductAPIService) ProductCreateAttributeOptionsExecute ¶
func (a *ProductAPIService) ProductCreateAttributeOptionsExecute(r ProductAPIProductCreateAttributeOptionsRequest) (*EntitymanagerCreateAttributeOptionsResponse, *http.Response, error)
Execute executes the request
@return EntitymanagerCreateAttributeOptionsResponse
func (*ProductAPIService) ProductCreateEntity ¶
func (a *ProductAPIService) ProductCreateEntity(ctx context.Context) ProductAPIProductCreateEntityRequest
ProductCreateEntity Method for ProductCreateEntity
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProductAPIProductCreateEntityRequest
func (*ProductAPIService) ProductCreateEntityExecute ¶
func (a *ProductAPIService) ProductCreateEntityExecute(r ProductAPIProductCreateEntityRequest) (*EntitymanagerCreateEntityResponse, *http.Response, error)
Execute executes the request
@return EntitymanagerCreateEntityResponse
func (*ProductAPIService) ProductCreateOptionsList ¶
func (a *ProductAPIService) ProductCreateOptionsList(ctx context.Context) ProductAPIProductCreateOptionsListRequest
ProductCreateOptionsList Method for ProductCreateOptionsList
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProductAPIProductCreateOptionsListRequest
func (*ProductAPIService) ProductCreateOptionsListExecute ¶
func (a *ProductAPIService) ProductCreateOptionsListExecute(r ProductAPIProductCreateOptionsListRequest) (*EntitymanagerCreateOptionsListResponse, *http.Response, error)
Execute executes the request
@return EntitymanagerCreateOptionsListResponse
func (*ProductAPIService) ProductCreateProduct ¶
func (a *ProductAPIService) ProductCreateProduct(ctx context.Context) ProductAPIProductCreateProductRequest
ProductCreateProduct Method for ProductCreateProduct
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProductAPIProductCreateProductRequest
Deprecated
func (*ProductAPIService) ProductCreateProductExecute ¶
func (a *ProductAPIService) ProductCreateProductExecute(r ProductAPIProductCreateProductRequest) (*ProductCreateProductResponse, *http.Response, error)
Execute executes the request
@return ProductCreateProductResponse
Deprecated
func (*ProductAPIService) ProductCreateProductV2 ¶
func (a *ProductAPIService) ProductCreateProductV2(ctx context.Context) ProductAPIProductCreateProductV2Request
ProductCreateProductV2 Method for ProductCreateProductV2
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProductAPIProductCreateProductV2Request
func (*ProductAPIService) ProductCreateProductV2Execute ¶
func (a *ProductAPIService) ProductCreateProductV2Execute(r ProductAPIProductCreateProductV2Request) (*ProductCreateProductResponseV2, *http.Response, error)
Execute executes the request
@return ProductCreateProductResponseV2
func (*ProductAPIService) ProductDelete ¶
func (a *ProductAPIService) ProductDelete(ctx context.Context) ProductAPIProductDeleteRequest
ProductDelete Method for ProductDelete
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProductAPIProductDeleteRequest
Deprecated
func (*ProductAPIService) ProductDeleteAttribute ¶
func (a *ProductAPIService) ProductDeleteAttribute(ctx context.Context) ProductAPIProductDeleteAttributeRequest
ProductDeleteAttribute Method for ProductDeleteAttribute
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProductAPIProductDeleteAttributeRequest
func (*ProductAPIService) ProductDeleteAttributeExecute ¶
func (a *ProductAPIService) ProductDeleteAttributeExecute(r ProductAPIProductDeleteAttributeRequest) (map[string]interface{}, *http.Response, error)
Execute executes the request
@return map[string]interface{}
func (*ProductAPIService) ProductDeleteExecute ¶
func (a *ProductAPIService) ProductDeleteExecute(r ProductAPIProductDeleteRequest) (*ProductDeleteResponse, *http.Response, error)
Execute executes the request
@return ProductDeleteResponse
Deprecated
func (*ProductAPIService) ProductDeleteProduct ¶
func (a *ProductAPIService) ProductDeleteProduct(ctx context.Context) ProductAPIProductDeleteProductRequest
ProductDeleteProduct Method for ProductDeleteProduct
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProductAPIProductDeleteProductRequest
func (*ProductAPIService) ProductDeleteProductExecute ¶
func (a *ProductAPIService) ProductDeleteProductExecute(r ProductAPIProductDeleteProductRequest) (map[string]interface{}, *http.Response, error)
Execute executes the request
@return map[string]interface{}
func (*ProductAPIService) ProductGetAttributeGroup ¶
func (a *ProductAPIService) ProductGetAttributeGroup(ctx context.Context) ProductAPIProductGetAttributeGroupRequest
ProductGetAttributeGroup Method for ProductGetAttributeGroup
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProductAPIProductGetAttributeGroupRequest
func (*ProductAPIService) ProductGetAttributeGroupExecute ¶
func (a *ProductAPIService) ProductGetAttributeGroupExecute(r ProductAPIProductGetAttributeGroupRequest) (*EntitymanagerAttributeGroup, *http.Response, error)
Execute executes the request
@return EntitymanagerAttributeGroup
func (*ProductAPIService) ProductGetAttributeOption ¶
func (a *ProductAPIService) ProductGetAttributeOption(ctx context.Context) ProductAPIProductGetAttributeOptionRequest
ProductGetAttributeOption Method for ProductGetAttributeOption
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProductAPIProductGetAttributeOptionRequest
func (*ProductAPIService) ProductGetAttributeOptionExecute ¶
func (a *ProductAPIService) ProductGetAttributeOptionExecute(r ProductAPIProductGetAttributeOptionRequest) (*EntitymanagerGetAttributeOptionResponse, *http.Response, error)
Execute executes the request
@return EntitymanagerGetAttributeOptionResponse
func (*ProductAPIService) ProductGetAttributeOptions ¶
func (a *ProductAPIService) ProductGetAttributeOptions(ctx context.Context) ProductAPIProductGetAttributeOptionsRequest
ProductGetAttributeOptions Method for ProductGetAttributeOptions
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProductAPIProductGetAttributeOptionsRequest
func (*ProductAPIService) ProductGetAttributeOptionsExecute ¶
func (a *ProductAPIService) ProductGetAttributeOptionsExecute(r ProductAPIProductGetAttributeOptionsRequest) (*EntitymanagerGetAttributeOptionsResponse, *http.Response, error)
Execute executes the request
@return EntitymanagerGetAttributeOptionsResponse
func (*ProductAPIService) ProductGetEntity ¶
func (a *ProductAPIService) ProductGetEntity(ctx context.Context) ProductAPIProductGetEntityRequest
ProductGetEntity Method for ProductGetEntity
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProductAPIProductGetEntityRequest
func (*ProductAPIService) ProductGetEntityExecute ¶
func (a *ProductAPIService) ProductGetEntityExecute(r ProductAPIProductGetEntityRequest) (*EntitymanagerEntity, *http.Response, error)
Execute executes the request
@return EntitymanagerEntity
func (*ProductAPIService) ProductGetOptionsList ¶
func (a *ProductAPIService) ProductGetOptionsList(ctx context.Context) ProductAPIProductGetOptionsListRequest
ProductGetOptionsList Method for ProductGetOptionsList
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProductAPIProductGetOptionsListRequest
func (*ProductAPIService) ProductGetOptionsListExecute ¶
func (a *ProductAPIService) ProductGetOptionsListExecute(r ProductAPIProductGetOptionsListRequest) (*EntitymanagerGetOptionsListResponse, *http.Response, error)
Execute executes the request
@return EntitymanagerGetOptionsListResponse
func (*ProductAPIService) ProductGetProduct ¶
func (a *ProductAPIService) ProductGetProduct(ctx context.Context) ProductAPIProductGetProductRequest
ProductGetProduct Method for ProductGetProduct
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProductAPIProductGetProductRequest
func (*ProductAPIService) ProductGetProductByCode ¶
func (a *ProductAPIService) ProductGetProductByCode(ctx context.Context) ProductAPIProductGetProductByCodeRequest
ProductGetProductByCode Method for ProductGetProductByCode
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProductAPIProductGetProductByCodeRequest
func (*ProductAPIService) ProductGetProductByCodeExecute ¶
func (a *ProductAPIService) ProductGetProductByCodeExecute(r ProductAPIProductGetProductByCodeRequest) (*ProductGetProductByCodeResponse, *http.Response, error)
Execute executes the request
@return ProductGetProductByCodeResponse
func (*ProductAPIService) ProductGetProductByUrlKey ¶
func (a *ProductAPIService) ProductGetProductByUrlKey(ctx context.Context) ProductAPIProductGetProductByUrlKeyRequest
ProductGetProductByUrlKey Method for ProductGetProductByUrlKey
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProductAPIProductGetProductByUrlKeyRequest
func (*ProductAPIService) ProductGetProductByUrlKeyExecute ¶
func (a *ProductAPIService) ProductGetProductByUrlKeyExecute(r ProductAPIProductGetProductByUrlKeyRequest) (*ProductGetProductByUrlKeyResponse, *http.Response, error)
Execute executes the request
@return ProductGetProductByUrlKeyResponse
func (*ProductAPIService) ProductGetProductExecute ¶
func (a *ProductAPIService) ProductGetProductExecute(r ProductAPIProductGetProductRequest) (*ProductGetProductResponse, *http.Response, error)
Execute executes the request
@return ProductGetProductResponse
func (*ProductAPIService) ProductListAttributeGroups ¶
func (a *ProductAPIService) ProductListAttributeGroups(ctx context.Context) ProductAPIProductListAttributeGroupsRequest
ProductListAttributeGroups Attribute Groups endpoints
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProductAPIProductListAttributeGroupsRequest
func (*ProductAPIService) ProductListAttributeGroupsExecute ¶
func (a *ProductAPIService) ProductListAttributeGroupsExecute(r ProductAPIProductListAttributeGroupsRequest) (*EntitymanagerListAttributeGroupsResponse, *http.Response, error)
Execute executes the request
@return EntitymanagerListAttributeGroupsResponse
func (*ProductAPIService) ProductListAttributeOptions ¶
func (a *ProductAPIService) ProductListAttributeOptions(ctx context.Context) ProductAPIProductListAttributeOptionsRequest
ProductListAttributeOptions Method for ProductListAttributeOptions
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProductAPIProductListAttributeOptionsRequest
func (*ProductAPIService) ProductListAttributeOptionsExecute ¶
func (a *ProductAPIService) ProductListAttributeOptionsExecute(r ProductAPIProductListAttributeOptionsRequest) (*EntitymanagerListAttributeOptionsResponse, *http.Response, error)
Execute executes the request
@return EntitymanagerListAttributeOptionsResponse
func (*ProductAPIService) ProductListEntities ¶
func (a *ProductAPIService) ProductListEntities(ctx context.Context) ProductAPIProductListEntitiesRequest
ProductListEntities Method for ProductListEntities
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProductAPIProductListEntitiesRequest
func (*ProductAPIService) ProductListEntitiesExecute ¶
func (a *ProductAPIService) ProductListEntitiesExecute(r ProductAPIProductListEntitiesRequest) (*EntitymanagerListEntitiesResponse, *http.Response, error)
Execute executes the request
@return EntitymanagerListEntitiesResponse
func (*ProductAPIService) ProductListOptionsLists ¶
func (a *ProductAPIService) ProductListOptionsLists(ctx context.Context) ProductAPIProductListOptionsListsRequest
ProductListOptionsLists Method for ProductListOptionsLists
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProductAPIProductListOptionsListsRequest
func (*ProductAPIService) ProductListOptionsListsExecute ¶
func (a *ProductAPIService) ProductListOptionsListsExecute(r ProductAPIProductListOptionsListsRequest) (*EntitymanagerListOptionsListsResponse, *http.Response, error)
Execute executes the request
@return EntitymanagerListOptionsListsResponse
func (*ProductAPIService) ProductListProducts ¶
func (a *ProductAPIService) ProductListProducts(ctx context.Context) ProductAPIProductListProductsRequest
ProductListProducts Method for ProductListProducts
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProductAPIProductListProductsRequest
func (*ProductAPIService) ProductListProductsByIds ¶
func (a *ProductAPIService) ProductListProductsByIds(ctx context.Context) ProductAPIProductListProductsByIdsRequest
ProductListProductsByIds Method for ProductListProductsByIds
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProductAPIProductListProductsByIdsRequest
func (*ProductAPIService) ProductListProductsByIdsExecute ¶
func (a *ProductAPIService) ProductListProductsByIdsExecute(r ProductAPIProductListProductsByIdsRequest) (*ProductListProductsByIdsResponse, *http.Response, error)
Execute executes the request
@return ProductListProductsByIdsResponse
func (*ProductAPIService) ProductListProductsBySku ¶
func (a *ProductAPIService) ProductListProductsBySku(ctx context.Context) ProductAPIProductListProductsBySkuRequest
ProductListProductsBySku Method for ProductListProductsBySku
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProductAPIProductListProductsBySkuRequest
func (*ProductAPIService) ProductListProductsBySkuExecute ¶
func (a *ProductAPIService) ProductListProductsBySkuExecute(r ProductAPIProductListProductsBySkuRequest) (*ProductListProductsBySkuResponse, *http.Response, error)
Execute executes the request
@return ProductListProductsBySkuResponse
func (*ProductAPIService) ProductListProductsExecute ¶
func (a *ProductAPIService) ProductListProductsExecute(r ProductAPIProductListProductsRequest) (*ProductListProductsResponse, *http.Response, error)
Execute executes the request
@return ProductListProductsResponse
func (*ProductAPIService) ProductListVariantsBySku ¶
func (a *ProductAPIService) ProductListVariantsBySku(ctx context.Context) ProductAPIProductListVariantsBySkuRequest
ProductListVariantsBySku Method for ProductListVariantsBySku
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProductAPIProductListVariantsBySkuRequest
func (*ProductAPIService) ProductListVariantsBySkuExecute ¶
func (a *ProductAPIService) ProductListVariantsBySkuExecute(r ProductAPIProductListVariantsBySkuRequest) (*ProductListVariantsBySkuResponse, *http.Response, error)
Execute executes the request
@return ProductListVariantsBySkuResponse
func (*ProductAPIService) ProductRemoveMediaGalleryEntry ¶
func (a *ProductAPIService) ProductRemoveMediaGalleryEntry(ctx context.Context) ProductAPIProductRemoveMediaGalleryEntryRequest
ProductRemoveMediaGalleryEntry Method for ProductRemoveMediaGalleryEntry
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProductAPIProductRemoveMediaGalleryEntryRequest
func (*ProductAPIService) ProductRemoveMediaGalleryEntryExecute ¶
func (a *ProductAPIService) ProductRemoveMediaGalleryEntryExecute(r ProductAPIProductRemoveMediaGalleryEntryRequest) (map[string]interface{}, *http.Response, error)
Execute executes the request
@return map[string]interface{}
func (*ProductAPIService) ProductUpdateAttribute ¶
func (a *ProductAPIService) ProductUpdateAttribute(ctx context.Context) ProductAPIProductUpdateAttributeRequest
ProductUpdateAttribute Method for ProductUpdateAttribute
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProductAPIProductUpdateAttributeRequest
func (*ProductAPIService) ProductUpdateAttributeExecute ¶
func (a *ProductAPIService) ProductUpdateAttributeExecute(r ProductAPIProductUpdateAttributeRequest) (*EntitymanagerAttribute, *http.Response, error)
Execute executes the request
@return EntitymanagerAttribute
func (*ProductAPIService) ProductUpdateAttributeGroup ¶
func (a *ProductAPIService) ProductUpdateAttributeGroup(ctx context.Context) ProductAPIProductUpdateAttributeGroupRequest
ProductUpdateAttributeGroup Method for ProductUpdateAttributeGroup
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProductAPIProductUpdateAttributeGroupRequest
func (*ProductAPIService) ProductUpdateAttributeGroupExecute ¶
func (a *ProductAPIService) ProductUpdateAttributeGroupExecute(r ProductAPIProductUpdateAttributeGroupRequest) (*EntitymanagerAttributeGroup, *http.Response, error)
Execute executes the request
@return EntitymanagerAttributeGroup
func (*ProductAPIService) ProductUpdateAttributeOptions ¶
func (a *ProductAPIService) ProductUpdateAttributeOptions(ctx context.Context) ProductAPIProductUpdateAttributeOptionsRequest
ProductUpdateAttributeOptions rpc GetAttributeOptionByCode (product.entitymanager.GetAttributeOptionByCodeRequest) returns (product.entitymanager.GetAttributeOptionByCodeResponse) {}
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProductAPIProductUpdateAttributeOptionsRequest
func (*ProductAPIService) ProductUpdateAttributeOptionsExecute ¶
func (a *ProductAPIService) ProductUpdateAttributeOptionsExecute(r ProductAPIProductUpdateAttributeOptionsRequest) (*EntitymanagerUpdateAttributeOptionsResponse, *http.Response, error)
Execute executes the request
@return EntitymanagerUpdateAttributeOptionsResponse
func (*ProductAPIService) ProductUpdateMediaGalleryEntry ¶
func (a *ProductAPIService) ProductUpdateMediaGalleryEntry(ctx context.Context) ProductAPIProductUpdateMediaGalleryEntryRequest
ProductUpdateMediaGalleryEntry Method for ProductUpdateMediaGalleryEntry
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProductAPIProductUpdateMediaGalleryEntryRequest
func (*ProductAPIService) ProductUpdateMediaGalleryEntryExecute ¶
func (a *ProductAPIService) ProductUpdateMediaGalleryEntryExecute(r ProductAPIProductUpdateMediaGalleryEntryRequest) (map[string]interface{}, *http.Response, error)
Execute executes the request
@return map[string]interface{}
func (*ProductAPIService) ProductUpdateOptionsList ¶
func (a *ProductAPIService) ProductUpdateOptionsList(ctx context.Context) ProductAPIProductUpdateOptionsListRequest
ProductUpdateOptionsList Method for ProductUpdateOptionsList
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProductAPIProductUpdateOptionsListRequest
func (*ProductAPIService) ProductUpdateOptionsListExecute ¶
func (a *ProductAPIService) ProductUpdateOptionsListExecute(r ProductAPIProductUpdateOptionsListRequest) (*EntitymanagerUpdateOptionsListResponse, *http.Response, error)
Execute executes the request
@return EntitymanagerUpdateOptionsListResponse
func (*ProductAPIService) ProductUpdateProduct ¶
func (a *ProductAPIService) ProductUpdateProduct(ctx context.Context) ProductAPIProductUpdateProductRequest
ProductUpdateProduct Method for ProductUpdateProduct
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProductAPIProductUpdateProductRequest
Deprecated
func (*ProductAPIService) ProductUpdateProductExecute ¶
func (a *ProductAPIService) ProductUpdateProductExecute(r ProductAPIProductUpdateProductRequest) (*ProductUpdateProductResponse, *http.Response, error)
Execute executes the request
@return ProductUpdateProductResponse
Deprecated
func (*ProductAPIService) ProductUpdateProductV2 ¶
func (a *ProductAPIService) ProductUpdateProductV2(ctx context.Context) ProductAPIProductUpdateProductV2Request
ProductUpdateProductV2 Method for ProductUpdateProductV2
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProductAPIProductUpdateProductV2Request
func (*ProductAPIService) ProductUpdateProductV2Execute ¶
func (a *ProductAPIService) ProductUpdateProductV2Execute(r ProductAPIProductUpdateProductV2Request) (map[string]interface{}, *http.Response, error)
Execute executes the request
@return map[string]interface{}
type ProductAddMediaGalleryEntryRequest ¶
type ProductAddMediaGalleryEntryRequest struct { TenantId *string `json:"tenantId,omitempty"` ProductId *string `json:"productId,omitempty"` AssetGrn *string `json:"assetGrn,omitempty"` Position *int64 `json:"position,omitempty"` Metadata []ProductMediaGalleryEntryMetadata `json:"metadata,omitempty"` }
ProductAddMediaGalleryEntryRequest struct for ProductAddMediaGalleryEntryRequest
func NewProductAddMediaGalleryEntryRequest ¶
func NewProductAddMediaGalleryEntryRequest() *ProductAddMediaGalleryEntryRequest
NewProductAddMediaGalleryEntryRequest instantiates a new ProductAddMediaGalleryEntryRequest 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 NewProductAddMediaGalleryEntryRequestWithDefaults ¶
func NewProductAddMediaGalleryEntryRequestWithDefaults() *ProductAddMediaGalleryEntryRequest
NewProductAddMediaGalleryEntryRequestWithDefaults instantiates a new ProductAddMediaGalleryEntryRequest 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 (*ProductAddMediaGalleryEntryRequest) GetAssetGrn ¶
func (o *ProductAddMediaGalleryEntryRequest) GetAssetGrn() string
GetAssetGrn returns the AssetGrn field value if set, zero value otherwise.
func (*ProductAddMediaGalleryEntryRequest) GetAssetGrnOk ¶
func (o *ProductAddMediaGalleryEntryRequest) GetAssetGrnOk() (*string, bool)
GetAssetGrnOk returns a tuple with the AssetGrn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductAddMediaGalleryEntryRequest) GetMetadata ¶
func (o *ProductAddMediaGalleryEntryRequest) GetMetadata() []ProductMediaGalleryEntryMetadata
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*ProductAddMediaGalleryEntryRequest) GetMetadataOk ¶
func (o *ProductAddMediaGalleryEntryRequest) GetMetadataOk() ([]ProductMediaGalleryEntryMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductAddMediaGalleryEntryRequest) GetPosition ¶
func (o *ProductAddMediaGalleryEntryRequest) GetPosition() int64
GetPosition returns the Position field value if set, zero value otherwise.
func (*ProductAddMediaGalleryEntryRequest) GetPositionOk ¶
func (o *ProductAddMediaGalleryEntryRequest) GetPositionOk() (*int64, bool)
GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductAddMediaGalleryEntryRequest) GetProductId ¶
func (o *ProductAddMediaGalleryEntryRequest) GetProductId() string
GetProductId returns the ProductId field value if set, zero value otherwise.
func (*ProductAddMediaGalleryEntryRequest) GetProductIdOk ¶
func (o *ProductAddMediaGalleryEntryRequest) GetProductIdOk() (*string, bool)
GetProductIdOk returns a tuple with the ProductId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductAddMediaGalleryEntryRequest) GetTenantId ¶
func (o *ProductAddMediaGalleryEntryRequest) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*ProductAddMediaGalleryEntryRequest) GetTenantIdOk ¶
func (o *ProductAddMediaGalleryEntryRequest) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductAddMediaGalleryEntryRequest) HasAssetGrn ¶
func (o *ProductAddMediaGalleryEntryRequest) HasAssetGrn() bool
HasAssetGrn returns a boolean if a field has been set.
func (*ProductAddMediaGalleryEntryRequest) HasMetadata ¶
func (o *ProductAddMediaGalleryEntryRequest) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*ProductAddMediaGalleryEntryRequest) HasPosition ¶
func (o *ProductAddMediaGalleryEntryRequest) HasPosition() bool
HasPosition returns a boolean if a field has been set.
func (*ProductAddMediaGalleryEntryRequest) HasProductId ¶
func (o *ProductAddMediaGalleryEntryRequest) HasProductId() bool
HasProductId returns a boolean if a field has been set.
func (*ProductAddMediaGalleryEntryRequest) HasTenantId ¶
func (o *ProductAddMediaGalleryEntryRequest) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (ProductAddMediaGalleryEntryRequest) MarshalJSON ¶
func (o ProductAddMediaGalleryEntryRequest) MarshalJSON() ([]byte, error)
func (*ProductAddMediaGalleryEntryRequest) SetAssetGrn ¶
func (o *ProductAddMediaGalleryEntryRequest) SetAssetGrn(v string)
SetAssetGrn gets a reference to the given string and assigns it to the AssetGrn field.
func (*ProductAddMediaGalleryEntryRequest) SetMetadata ¶
func (o *ProductAddMediaGalleryEntryRequest) SetMetadata(v []ProductMediaGalleryEntryMetadata)
SetMetadata gets a reference to the given []ProductMediaGalleryEntryMetadata and assigns it to the Metadata field.
func (*ProductAddMediaGalleryEntryRequest) SetPosition ¶
func (o *ProductAddMediaGalleryEntryRequest) SetPosition(v int64)
SetPosition gets a reference to the given int64 and assigns it to the Position field.
func (*ProductAddMediaGalleryEntryRequest) SetProductId ¶
func (o *ProductAddMediaGalleryEntryRequest) SetProductId(v string)
SetProductId gets a reference to the given string and assigns it to the ProductId field.
func (*ProductAddMediaGalleryEntryRequest) SetTenantId ¶
func (o *ProductAddMediaGalleryEntryRequest) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (ProductAddMediaGalleryEntryRequest) ToMap ¶
func (o ProductAddMediaGalleryEntryRequest) ToMap() (map[string]interface{}, error)
type ProductAddMediaGalleryEntryResponse ¶
type ProductAddMediaGalleryEntryResponse struct {
MediaGalleryEntry *ProductMediaGalleryEntry `json:"mediaGalleryEntry,omitempty"`
}
ProductAddMediaGalleryEntryResponse struct for ProductAddMediaGalleryEntryResponse
func NewProductAddMediaGalleryEntryResponse ¶
func NewProductAddMediaGalleryEntryResponse() *ProductAddMediaGalleryEntryResponse
NewProductAddMediaGalleryEntryResponse instantiates a new ProductAddMediaGalleryEntryResponse 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 NewProductAddMediaGalleryEntryResponseWithDefaults ¶
func NewProductAddMediaGalleryEntryResponseWithDefaults() *ProductAddMediaGalleryEntryResponse
NewProductAddMediaGalleryEntryResponseWithDefaults instantiates a new ProductAddMediaGalleryEntryResponse 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 (*ProductAddMediaGalleryEntryResponse) GetMediaGalleryEntry ¶
func (o *ProductAddMediaGalleryEntryResponse) GetMediaGalleryEntry() ProductMediaGalleryEntry
GetMediaGalleryEntry returns the MediaGalleryEntry field value if set, zero value otherwise.
func (*ProductAddMediaGalleryEntryResponse) GetMediaGalleryEntryOk ¶
func (o *ProductAddMediaGalleryEntryResponse) GetMediaGalleryEntryOk() (*ProductMediaGalleryEntry, bool)
GetMediaGalleryEntryOk returns a tuple with the MediaGalleryEntry field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductAddMediaGalleryEntryResponse) HasMediaGalleryEntry ¶
func (o *ProductAddMediaGalleryEntryResponse) HasMediaGalleryEntry() bool
HasMediaGalleryEntry returns a boolean if a field has been set.
func (ProductAddMediaGalleryEntryResponse) MarshalJSON ¶
func (o ProductAddMediaGalleryEntryResponse) MarshalJSON() ([]byte, error)
func (*ProductAddMediaGalleryEntryResponse) SetMediaGalleryEntry ¶
func (o *ProductAddMediaGalleryEntryResponse) SetMediaGalleryEntry(v ProductMediaGalleryEntry)
SetMediaGalleryEntry gets a reference to the given ProductMediaGalleryEntry and assigns it to the MediaGalleryEntry field.
func (ProductAddMediaGalleryEntryResponse) ToMap ¶
func (o ProductAddMediaGalleryEntryResponse) ToMap() (map[string]interface{}, error)
type ProductAssetData ¶
type ProductAssetData struct { AssetGrn *string `json:"assetGrn,omitempty"` LocalizedAssetGrn *ProductLocalizedAsset `json:"localizedAssetGrn,omitempty"` Position *int64 `json:"position,omitempty"` Metadata []ProductAssetsEntryMetadata `json:"metadata,omitempty"` }
ProductAssetData struct for ProductAssetData
func NewProductAssetData ¶
func NewProductAssetData() *ProductAssetData
NewProductAssetData instantiates a new ProductAssetData 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 NewProductAssetDataWithDefaults ¶
func NewProductAssetDataWithDefaults() *ProductAssetData
NewProductAssetDataWithDefaults instantiates a new ProductAssetData 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 (*ProductAssetData) GetAssetGrn ¶
func (o *ProductAssetData) GetAssetGrn() string
GetAssetGrn returns the AssetGrn field value if set, zero value otherwise.
func (*ProductAssetData) GetAssetGrnOk ¶
func (o *ProductAssetData) GetAssetGrnOk() (*string, bool)
GetAssetGrnOk returns a tuple with the AssetGrn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductAssetData) GetLocalizedAssetGrn ¶
func (o *ProductAssetData) GetLocalizedAssetGrn() ProductLocalizedAsset
GetLocalizedAssetGrn returns the LocalizedAssetGrn field value if set, zero value otherwise.
func (*ProductAssetData) GetLocalizedAssetGrnOk ¶
func (o *ProductAssetData) GetLocalizedAssetGrnOk() (*ProductLocalizedAsset, bool)
GetLocalizedAssetGrnOk returns a tuple with the LocalizedAssetGrn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductAssetData) GetMetadata ¶
func (o *ProductAssetData) GetMetadata() []ProductAssetsEntryMetadata
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*ProductAssetData) GetMetadataOk ¶
func (o *ProductAssetData) GetMetadataOk() ([]ProductAssetsEntryMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductAssetData) GetPosition ¶
func (o *ProductAssetData) GetPosition() int64
GetPosition returns the Position field value if set, zero value otherwise.
func (*ProductAssetData) GetPositionOk ¶
func (o *ProductAssetData) GetPositionOk() (*int64, bool)
GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductAssetData) HasAssetGrn ¶
func (o *ProductAssetData) HasAssetGrn() bool
HasAssetGrn returns a boolean if a field has been set.
func (*ProductAssetData) HasLocalizedAssetGrn ¶
func (o *ProductAssetData) HasLocalizedAssetGrn() bool
HasLocalizedAssetGrn returns a boolean if a field has been set.
func (*ProductAssetData) HasMetadata ¶
func (o *ProductAssetData) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*ProductAssetData) HasPosition ¶
func (o *ProductAssetData) HasPosition() bool
HasPosition returns a boolean if a field has been set.
func (ProductAssetData) MarshalJSON ¶
func (o ProductAssetData) MarshalJSON() ([]byte, error)
func (*ProductAssetData) SetAssetGrn ¶
func (o *ProductAssetData) SetAssetGrn(v string)
SetAssetGrn gets a reference to the given string and assigns it to the AssetGrn field.
func (*ProductAssetData) SetLocalizedAssetGrn ¶
func (o *ProductAssetData) SetLocalizedAssetGrn(v ProductLocalizedAsset)
SetLocalizedAssetGrn gets a reference to the given ProductLocalizedAsset and assigns it to the LocalizedAssetGrn field.
func (*ProductAssetData) SetMetadata ¶
func (o *ProductAssetData) SetMetadata(v []ProductAssetsEntryMetadata)
SetMetadata gets a reference to the given []ProductAssetsEntryMetadata and assigns it to the Metadata field.
func (*ProductAssetData) SetPosition ¶
func (o *ProductAssetData) SetPosition(v int64)
SetPosition gets a reference to the given int64 and assigns it to the Position field.
func (ProductAssetData) ToMap ¶
func (o ProductAssetData) ToMap() (map[string]interface{}, error)
type ProductAssets ¶
type ProductAssets struct {
Entries []ProductAssetsEntry `json:"entries,omitempty"`
}
ProductAssets struct for ProductAssets
func NewProductAssets ¶
func NewProductAssets() *ProductAssets
NewProductAssets instantiates a new ProductAssets 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 NewProductAssetsWithDefaults ¶
func NewProductAssetsWithDefaults() *ProductAssets
NewProductAssetsWithDefaults instantiates a new ProductAssets 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 (*ProductAssets) GetEntries ¶
func (o *ProductAssets) GetEntries() []ProductAssetsEntry
GetEntries returns the Entries field value if set, zero value otherwise.
func (*ProductAssets) GetEntriesOk ¶
func (o *ProductAssets) GetEntriesOk() ([]ProductAssetsEntry, bool)
GetEntriesOk returns a tuple with the Entries field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductAssets) HasEntries ¶
func (o *ProductAssets) HasEntries() bool
HasEntries returns a boolean if a field has been set.
func (ProductAssets) MarshalJSON ¶
func (o ProductAssets) MarshalJSON() ([]byte, error)
func (*ProductAssets) SetEntries ¶
func (o *ProductAssets) SetEntries(v []ProductAssetsEntry)
SetEntries gets a reference to the given []ProductAssetsEntry and assigns it to the Entries field.
func (ProductAssets) ToMap ¶
func (o ProductAssets) ToMap() (map[string]interface{}, error)
type ProductAssetsEntry ¶
type ProductAssetsEntry struct { Id *string `json:"id,omitempty"` AssetGrn *string `json:"assetGrn,omitempty"` LocalizedAssetGrn *ProductLocalizedAsset `json:"localizedAssetGrn,omitempty"` Locales []string `json:"locales,omitempty"` Position *int64 `json:"position,omitempty"` Metadata []ProductAssetsEntryMetadata `json:"metadata,omitempty"` }
ProductAssetsEntry struct for ProductAssetsEntry
func NewProductAssetsEntry ¶
func NewProductAssetsEntry() *ProductAssetsEntry
NewProductAssetsEntry instantiates a new ProductAssetsEntry 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 NewProductAssetsEntryWithDefaults ¶
func NewProductAssetsEntryWithDefaults() *ProductAssetsEntry
NewProductAssetsEntryWithDefaults instantiates a new ProductAssetsEntry 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 (*ProductAssetsEntry) GetAssetGrn ¶
func (o *ProductAssetsEntry) GetAssetGrn() string
GetAssetGrn returns the AssetGrn field value if set, zero value otherwise.
func (*ProductAssetsEntry) GetAssetGrnOk ¶
func (o *ProductAssetsEntry) GetAssetGrnOk() (*string, bool)
GetAssetGrnOk returns a tuple with the AssetGrn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductAssetsEntry) GetId ¶
func (o *ProductAssetsEntry) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ProductAssetsEntry) GetIdOk ¶
func (o *ProductAssetsEntry) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductAssetsEntry) GetLocales ¶
func (o *ProductAssetsEntry) GetLocales() []string
GetLocales returns the Locales field value if set, zero value otherwise.
func (*ProductAssetsEntry) GetLocalesOk ¶
func (o *ProductAssetsEntry) GetLocalesOk() ([]string, bool)
GetLocalesOk returns a tuple with the Locales field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductAssetsEntry) GetLocalizedAssetGrn ¶
func (o *ProductAssetsEntry) GetLocalizedAssetGrn() ProductLocalizedAsset
GetLocalizedAssetGrn returns the LocalizedAssetGrn field value if set, zero value otherwise.
func (*ProductAssetsEntry) GetLocalizedAssetGrnOk ¶
func (o *ProductAssetsEntry) GetLocalizedAssetGrnOk() (*ProductLocalizedAsset, bool)
GetLocalizedAssetGrnOk returns a tuple with the LocalizedAssetGrn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductAssetsEntry) GetMetadata ¶
func (o *ProductAssetsEntry) GetMetadata() []ProductAssetsEntryMetadata
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*ProductAssetsEntry) GetMetadataOk ¶
func (o *ProductAssetsEntry) GetMetadataOk() ([]ProductAssetsEntryMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductAssetsEntry) GetPosition ¶
func (o *ProductAssetsEntry) GetPosition() int64
GetPosition returns the Position field value if set, zero value otherwise.
func (*ProductAssetsEntry) GetPositionOk ¶
func (o *ProductAssetsEntry) GetPositionOk() (*int64, bool)
GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductAssetsEntry) HasAssetGrn ¶
func (o *ProductAssetsEntry) HasAssetGrn() bool
HasAssetGrn returns a boolean if a field has been set.
func (*ProductAssetsEntry) HasId ¶
func (o *ProductAssetsEntry) HasId() bool
HasId returns a boolean if a field has been set.
func (*ProductAssetsEntry) HasLocales ¶
func (o *ProductAssetsEntry) HasLocales() bool
HasLocales returns a boolean if a field has been set.
func (*ProductAssetsEntry) HasLocalizedAssetGrn ¶
func (o *ProductAssetsEntry) HasLocalizedAssetGrn() bool
HasLocalizedAssetGrn returns a boolean if a field has been set.
func (*ProductAssetsEntry) HasMetadata ¶
func (o *ProductAssetsEntry) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*ProductAssetsEntry) HasPosition ¶
func (o *ProductAssetsEntry) HasPosition() bool
HasPosition returns a boolean if a field has been set.
func (ProductAssetsEntry) MarshalJSON ¶
func (o ProductAssetsEntry) MarshalJSON() ([]byte, error)
func (*ProductAssetsEntry) SetAssetGrn ¶
func (o *ProductAssetsEntry) SetAssetGrn(v string)
SetAssetGrn gets a reference to the given string and assigns it to the AssetGrn field.
func (*ProductAssetsEntry) SetId ¶
func (o *ProductAssetsEntry) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ProductAssetsEntry) SetLocales ¶
func (o *ProductAssetsEntry) SetLocales(v []string)
SetLocales gets a reference to the given []string and assigns it to the Locales field.
func (*ProductAssetsEntry) SetLocalizedAssetGrn ¶
func (o *ProductAssetsEntry) SetLocalizedAssetGrn(v ProductLocalizedAsset)
SetLocalizedAssetGrn gets a reference to the given ProductLocalizedAsset and assigns it to the LocalizedAssetGrn field.
func (*ProductAssetsEntry) SetMetadata ¶
func (o *ProductAssetsEntry) SetMetadata(v []ProductAssetsEntryMetadata)
SetMetadata gets a reference to the given []ProductAssetsEntryMetadata and assigns it to the Metadata field.
func (*ProductAssetsEntry) SetPosition ¶
func (o *ProductAssetsEntry) SetPosition(v int64)
SetPosition gets a reference to the given int64 and assigns it to the Position field.
func (ProductAssetsEntry) ToMap ¶
func (o ProductAssetsEntry) ToMap() (map[string]interface{}, error)
type ProductAssetsEntryMetadata ¶
type ProductAssetsEntryMetadata struct { Roles []string `json:"roles,omitempty"` Alt *ProductLocalizedText `json:"alt,omitempty"` }
ProductAssetsEntryMetadata struct for ProductAssetsEntryMetadata
func NewProductAssetsEntryMetadata ¶
func NewProductAssetsEntryMetadata() *ProductAssetsEntryMetadata
NewProductAssetsEntryMetadata instantiates a new ProductAssetsEntryMetadata 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 NewProductAssetsEntryMetadataWithDefaults ¶
func NewProductAssetsEntryMetadataWithDefaults() *ProductAssetsEntryMetadata
NewProductAssetsEntryMetadataWithDefaults instantiates a new ProductAssetsEntryMetadata 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 (*ProductAssetsEntryMetadata) GetAlt ¶
func (o *ProductAssetsEntryMetadata) GetAlt() ProductLocalizedText
GetAlt returns the Alt field value if set, zero value otherwise.
func (*ProductAssetsEntryMetadata) GetAltOk ¶
func (o *ProductAssetsEntryMetadata) GetAltOk() (*ProductLocalizedText, bool)
GetAltOk returns a tuple with the Alt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductAssetsEntryMetadata) GetRoles ¶
func (o *ProductAssetsEntryMetadata) GetRoles() []string
GetRoles returns the Roles field value if set, zero value otherwise.
func (*ProductAssetsEntryMetadata) GetRolesOk ¶
func (o *ProductAssetsEntryMetadata) GetRolesOk() ([]string, bool)
GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductAssetsEntryMetadata) HasAlt ¶
func (o *ProductAssetsEntryMetadata) HasAlt() bool
HasAlt returns a boolean if a field has been set.
func (*ProductAssetsEntryMetadata) HasRoles ¶
func (o *ProductAssetsEntryMetadata) HasRoles() bool
HasRoles returns a boolean if a field has been set.
func (ProductAssetsEntryMetadata) MarshalJSON ¶
func (o ProductAssetsEntryMetadata) MarshalJSON() ([]byte, error)
func (*ProductAssetsEntryMetadata) SetAlt ¶
func (o *ProductAssetsEntryMetadata) SetAlt(v ProductLocalizedText)
SetAlt gets a reference to the given ProductLocalizedText and assigns it to the Alt field.
func (*ProductAssetsEntryMetadata) SetRoles ¶
func (o *ProductAssetsEntryMetadata) SetRoles(v []string)
SetRoles gets a reference to the given []string and assigns it to the Roles field.
func (ProductAssetsEntryMetadata) ToMap ¶
func (o ProductAssetsEntryMetadata) ToMap() (map[string]interface{}, error)
type ProductAttributeResponseError ¶
type ProductAttributeResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` AttributeCode *string `json:"attributeCode,omitempty"` }
ProductAttributeResponseError struct for ProductAttributeResponseError
func NewProductAttributeResponseError ¶
func NewProductAttributeResponseError() *ProductAttributeResponseError
NewProductAttributeResponseError instantiates a new ProductAttributeResponseError 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 NewProductAttributeResponseErrorWithDefaults ¶
func NewProductAttributeResponseErrorWithDefaults() *ProductAttributeResponseError
NewProductAttributeResponseErrorWithDefaults instantiates a new ProductAttributeResponseError 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 (*ProductAttributeResponseError) GetAttributeCode ¶
func (o *ProductAttributeResponseError) GetAttributeCode() string
GetAttributeCode returns the AttributeCode field value if set, zero value otherwise.
func (*ProductAttributeResponseError) GetAttributeCodeOk ¶
func (o *ProductAttributeResponseError) GetAttributeCodeOk() (*string, bool)
GetAttributeCodeOk returns a tuple with the AttributeCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductAttributeResponseError) GetCode ¶
func (o *ProductAttributeResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*ProductAttributeResponseError) GetCodeOk ¶
func (o *ProductAttributeResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductAttributeResponseError) GetMessage ¶
func (o *ProductAttributeResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*ProductAttributeResponseError) GetMessageOk ¶
func (o *ProductAttributeResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductAttributeResponseError) HasAttributeCode ¶
func (o *ProductAttributeResponseError) HasAttributeCode() bool
HasAttributeCode returns a boolean if a field has been set.
func (*ProductAttributeResponseError) HasCode ¶
func (o *ProductAttributeResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*ProductAttributeResponseError) HasMessage ¶
func (o *ProductAttributeResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (ProductAttributeResponseError) MarshalJSON ¶
func (o ProductAttributeResponseError) MarshalJSON() ([]byte, error)
func (*ProductAttributeResponseError) SetAttributeCode ¶
func (o *ProductAttributeResponseError) SetAttributeCode(v string)
SetAttributeCode gets a reference to the given string and assigns it to the AttributeCode field.
func (*ProductAttributeResponseError) SetCode ¶
func (o *ProductAttributeResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*ProductAttributeResponseError) SetMessage ¶
func (o *ProductAttributeResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (ProductAttributeResponseError) ToMap ¶
func (o ProductAttributeResponseError) ToMap() (map[string]interface{}, error)
type ProductBulkAddAssetsEntriesRequest ¶
type ProductBulkAddAssetsEntriesRequest struct { TenantId *string `json:"tenantId,omitempty"` ProductId *string `json:"productId,omitempty"` Assets []ProductAssetData `json:"assets,omitempty"` }
ProductBulkAddAssetsEntriesRequest struct for ProductBulkAddAssetsEntriesRequest
func NewProductBulkAddAssetsEntriesRequest ¶
func NewProductBulkAddAssetsEntriesRequest() *ProductBulkAddAssetsEntriesRequest
NewProductBulkAddAssetsEntriesRequest instantiates a new ProductBulkAddAssetsEntriesRequest 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 NewProductBulkAddAssetsEntriesRequestWithDefaults ¶
func NewProductBulkAddAssetsEntriesRequestWithDefaults() *ProductBulkAddAssetsEntriesRequest
NewProductBulkAddAssetsEntriesRequestWithDefaults instantiates a new ProductBulkAddAssetsEntriesRequest 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 (*ProductBulkAddAssetsEntriesRequest) GetAssets ¶
func (o *ProductBulkAddAssetsEntriesRequest) GetAssets() []ProductAssetData
GetAssets returns the Assets field value if set, zero value otherwise.
func (*ProductBulkAddAssetsEntriesRequest) GetAssetsOk ¶
func (o *ProductBulkAddAssetsEntriesRequest) GetAssetsOk() ([]ProductAssetData, bool)
GetAssetsOk returns a tuple with the Assets field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductBulkAddAssetsEntriesRequest) GetProductId ¶
func (o *ProductBulkAddAssetsEntriesRequest) GetProductId() string
GetProductId returns the ProductId field value if set, zero value otherwise.
func (*ProductBulkAddAssetsEntriesRequest) GetProductIdOk ¶
func (o *ProductBulkAddAssetsEntriesRequest) GetProductIdOk() (*string, bool)
GetProductIdOk returns a tuple with the ProductId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductBulkAddAssetsEntriesRequest) GetTenantId ¶
func (o *ProductBulkAddAssetsEntriesRequest) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*ProductBulkAddAssetsEntriesRequest) GetTenantIdOk ¶
func (o *ProductBulkAddAssetsEntriesRequest) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductBulkAddAssetsEntriesRequest) HasAssets ¶
func (o *ProductBulkAddAssetsEntriesRequest) HasAssets() bool
HasAssets returns a boolean if a field has been set.
func (*ProductBulkAddAssetsEntriesRequest) HasProductId ¶
func (o *ProductBulkAddAssetsEntriesRequest) HasProductId() bool
HasProductId returns a boolean if a field has been set.
func (*ProductBulkAddAssetsEntriesRequest) HasTenantId ¶
func (o *ProductBulkAddAssetsEntriesRequest) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (ProductBulkAddAssetsEntriesRequest) MarshalJSON ¶
func (o ProductBulkAddAssetsEntriesRequest) MarshalJSON() ([]byte, error)
func (*ProductBulkAddAssetsEntriesRequest) SetAssets ¶
func (o *ProductBulkAddAssetsEntriesRequest) SetAssets(v []ProductAssetData)
SetAssets gets a reference to the given []ProductAssetData and assigns it to the Assets field.
func (*ProductBulkAddAssetsEntriesRequest) SetProductId ¶
func (o *ProductBulkAddAssetsEntriesRequest) SetProductId(v string)
SetProductId gets a reference to the given string and assigns it to the ProductId field.
func (*ProductBulkAddAssetsEntriesRequest) SetTenantId ¶
func (o *ProductBulkAddAssetsEntriesRequest) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (ProductBulkAddAssetsEntriesRequest) ToMap ¶
func (o ProductBulkAddAssetsEntriesRequest) ToMap() (map[string]interface{}, error)
type ProductBulkAddAssetsEntriesResponse ¶
type ProductBulkAddAssetsEntriesResponse struct {
Assets []ProductAssetsEntry `json:"assets,omitempty"`
}
ProductBulkAddAssetsEntriesResponse struct for ProductBulkAddAssetsEntriesResponse
func NewProductBulkAddAssetsEntriesResponse ¶
func NewProductBulkAddAssetsEntriesResponse() *ProductBulkAddAssetsEntriesResponse
NewProductBulkAddAssetsEntriesResponse instantiates a new ProductBulkAddAssetsEntriesResponse 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 NewProductBulkAddAssetsEntriesResponseWithDefaults ¶
func NewProductBulkAddAssetsEntriesResponseWithDefaults() *ProductBulkAddAssetsEntriesResponse
NewProductBulkAddAssetsEntriesResponseWithDefaults instantiates a new ProductBulkAddAssetsEntriesResponse 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 (*ProductBulkAddAssetsEntriesResponse) GetAssets ¶
func (o *ProductBulkAddAssetsEntriesResponse) GetAssets() []ProductAssetsEntry
GetAssets returns the Assets field value if set, zero value otherwise.
func (*ProductBulkAddAssetsEntriesResponse) GetAssetsOk ¶
func (o *ProductBulkAddAssetsEntriesResponse) GetAssetsOk() ([]ProductAssetsEntry, bool)
GetAssetsOk returns a tuple with the Assets field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductBulkAddAssetsEntriesResponse) HasAssets ¶
func (o *ProductBulkAddAssetsEntriesResponse) HasAssets() bool
HasAssets returns a boolean if a field has been set.
func (ProductBulkAddAssetsEntriesResponse) MarshalJSON ¶
func (o ProductBulkAddAssetsEntriesResponse) MarshalJSON() ([]byte, error)
func (*ProductBulkAddAssetsEntriesResponse) SetAssets ¶
func (o *ProductBulkAddAssetsEntriesResponse) SetAssets(v []ProductAssetsEntry)
SetAssets gets a reference to the given []ProductAssetsEntry and assigns it to the Assets field.
func (ProductBulkAddAssetsEntriesResponse) ToMap ¶
func (o ProductBulkAddAssetsEntriesResponse) ToMap() (map[string]interface{}, error)
type ProductBulkDeleteProductsRequest ¶
type ProductBulkDeleteProductsRequest struct { TenantId *string `json:"tenantId,omitempty"` Ids []string `json:"ids,omitempty"` }
ProductBulkDeleteProductsRequest struct for ProductBulkDeleteProductsRequest
func NewProductBulkDeleteProductsRequest ¶
func NewProductBulkDeleteProductsRequest() *ProductBulkDeleteProductsRequest
NewProductBulkDeleteProductsRequest instantiates a new ProductBulkDeleteProductsRequest 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 NewProductBulkDeleteProductsRequestWithDefaults ¶
func NewProductBulkDeleteProductsRequestWithDefaults() *ProductBulkDeleteProductsRequest
NewProductBulkDeleteProductsRequestWithDefaults instantiates a new ProductBulkDeleteProductsRequest 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 (*ProductBulkDeleteProductsRequest) GetIds ¶
func (o *ProductBulkDeleteProductsRequest) GetIds() []string
GetIds returns the Ids field value if set, zero value otherwise.
func (*ProductBulkDeleteProductsRequest) GetIdsOk ¶
func (o *ProductBulkDeleteProductsRequest) GetIdsOk() ([]string, bool)
GetIdsOk returns a tuple with the Ids field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductBulkDeleteProductsRequest) GetTenantId ¶
func (o *ProductBulkDeleteProductsRequest) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*ProductBulkDeleteProductsRequest) GetTenantIdOk ¶
func (o *ProductBulkDeleteProductsRequest) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductBulkDeleteProductsRequest) HasIds ¶
func (o *ProductBulkDeleteProductsRequest) HasIds() bool
HasIds returns a boolean if a field has been set.
func (*ProductBulkDeleteProductsRequest) HasTenantId ¶
func (o *ProductBulkDeleteProductsRequest) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (ProductBulkDeleteProductsRequest) MarshalJSON ¶
func (o ProductBulkDeleteProductsRequest) MarshalJSON() ([]byte, error)
func (*ProductBulkDeleteProductsRequest) SetIds ¶
func (o *ProductBulkDeleteProductsRequest) SetIds(v []string)
SetIds gets a reference to the given []string and assigns it to the Ids field.
func (*ProductBulkDeleteProductsRequest) SetTenantId ¶
func (o *ProductBulkDeleteProductsRequest) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (ProductBulkDeleteProductsRequest) ToMap ¶
func (o ProductBulkDeleteProductsRequest) ToMap() (map[string]interface{}, error)
type ProductBulkRemoveAssetsEntriesRequest ¶
type ProductBulkRemoveAssetsEntriesRequest struct { TenantId *string `json:"tenantId,omitempty"` ProductId *string `json:"productId,omitempty"` Ids []string `json:"ids,omitempty"` }
ProductBulkRemoveAssetsEntriesRequest struct for ProductBulkRemoveAssetsEntriesRequest
func NewProductBulkRemoveAssetsEntriesRequest ¶
func NewProductBulkRemoveAssetsEntriesRequest() *ProductBulkRemoveAssetsEntriesRequest
NewProductBulkRemoveAssetsEntriesRequest instantiates a new ProductBulkRemoveAssetsEntriesRequest 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 NewProductBulkRemoveAssetsEntriesRequestWithDefaults ¶
func NewProductBulkRemoveAssetsEntriesRequestWithDefaults() *ProductBulkRemoveAssetsEntriesRequest
NewProductBulkRemoveAssetsEntriesRequestWithDefaults instantiates a new ProductBulkRemoveAssetsEntriesRequest 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 (*ProductBulkRemoveAssetsEntriesRequest) GetIds ¶
func (o *ProductBulkRemoveAssetsEntriesRequest) GetIds() []string
GetIds returns the Ids field value if set, zero value otherwise.
func (*ProductBulkRemoveAssetsEntriesRequest) GetIdsOk ¶
func (o *ProductBulkRemoveAssetsEntriesRequest) GetIdsOk() ([]string, bool)
GetIdsOk returns a tuple with the Ids field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductBulkRemoveAssetsEntriesRequest) GetProductId ¶
func (o *ProductBulkRemoveAssetsEntriesRequest) GetProductId() string
GetProductId returns the ProductId field value if set, zero value otherwise.
func (*ProductBulkRemoveAssetsEntriesRequest) GetProductIdOk ¶
func (o *ProductBulkRemoveAssetsEntriesRequest) GetProductIdOk() (*string, bool)
GetProductIdOk returns a tuple with the ProductId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductBulkRemoveAssetsEntriesRequest) GetTenantId ¶
func (o *ProductBulkRemoveAssetsEntriesRequest) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*ProductBulkRemoveAssetsEntriesRequest) GetTenantIdOk ¶
func (o *ProductBulkRemoveAssetsEntriesRequest) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductBulkRemoveAssetsEntriesRequest) HasIds ¶
func (o *ProductBulkRemoveAssetsEntriesRequest) HasIds() bool
HasIds returns a boolean if a field has been set.
func (*ProductBulkRemoveAssetsEntriesRequest) HasProductId ¶
func (o *ProductBulkRemoveAssetsEntriesRequest) HasProductId() bool
HasProductId returns a boolean if a field has been set.
func (*ProductBulkRemoveAssetsEntriesRequest) HasTenantId ¶
func (o *ProductBulkRemoveAssetsEntriesRequest) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (ProductBulkRemoveAssetsEntriesRequest) MarshalJSON ¶
func (o ProductBulkRemoveAssetsEntriesRequest) MarshalJSON() ([]byte, error)
func (*ProductBulkRemoveAssetsEntriesRequest) SetIds ¶
func (o *ProductBulkRemoveAssetsEntriesRequest) SetIds(v []string)
SetIds gets a reference to the given []string and assigns it to the Ids field.
func (*ProductBulkRemoveAssetsEntriesRequest) SetProductId ¶
func (o *ProductBulkRemoveAssetsEntriesRequest) SetProductId(v string)
SetProductId gets a reference to the given string and assigns it to the ProductId field.
func (*ProductBulkRemoveAssetsEntriesRequest) SetTenantId ¶
func (o *ProductBulkRemoveAssetsEntriesRequest) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (ProductBulkRemoveAssetsEntriesRequest) ToMap ¶
func (o ProductBulkRemoveAssetsEntriesRequest) ToMap() (map[string]interface{}, error)
type ProductBulkUpdateAssetsEntriesRequest ¶
type ProductBulkUpdateAssetsEntriesRequest struct { TenantId *string `json:"tenantId,omitempty"` ProductId *string `json:"productId,omitempty"` Assets []BulkUpdateAssetsEntriesRequestUpdateEntity `json:"assets,omitempty"` }
ProductBulkUpdateAssetsEntriesRequest struct for ProductBulkUpdateAssetsEntriesRequest
func NewProductBulkUpdateAssetsEntriesRequest ¶
func NewProductBulkUpdateAssetsEntriesRequest() *ProductBulkUpdateAssetsEntriesRequest
NewProductBulkUpdateAssetsEntriesRequest instantiates a new ProductBulkUpdateAssetsEntriesRequest 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 NewProductBulkUpdateAssetsEntriesRequestWithDefaults ¶
func NewProductBulkUpdateAssetsEntriesRequestWithDefaults() *ProductBulkUpdateAssetsEntriesRequest
NewProductBulkUpdateAssetsEntriesRequestWithDefaults instantiates a new ProductBulkUpdateAssetsEntriesRequest 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 (*ProductBulkUpdateAssetsEntriesRequest) GetAssets ¶
func (o *ProductBulkUpdateAssetsEntriesRequest) GetAssets() []BulkUpdateAssetsEntriesRequestUpdateEntity
GetAssets returns the Assets field value if set, zero value otherwise.
func (*ProductBulkUpdateAssetsEntriesRequest) GetAssetsOk ¶
func (o *ProductBulkUpdateAssetsEntriesRequest) GetAssetsOk() ([]BulkUpdateAssetsEntriesRequestUpdateEntity, bool)
GetAssetsOk returns a tuple with the Assets field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductBulkUpdateAssetsEntriesRequest) GetProductId ¶
func (o *ProductBulkUpdateAssetsEntriesRequest) GetProductId() string
GetProductId returns the ProductId field value if set, zero value otherwise.
func (*ProductBulkUpdateAssetsEntriesRequest) GetProductIdOk ¶
func (o *ProductBulkUpdateAssetsEntriesRequest) GetProductIdOk() (*string, bool)
GetProductIdOk returns a tuple with the ProductId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductBulkUpdateAssetsEntriesRequest) GetTenantId ¶
func (o *ProductBulkUpdateAssetsEntriesRequest) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*ProductBulkUpdateAssetsEntriesRequest) GetTenantIdOk ¶
func (o *ProductBulkUpdateAssetsEntriesRequest) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductBulkUpdateAssetsEntriesRequest) HasAssets ¶
func (o *ProductBulkUpdateAssetsEntriesRequest) HasAssets() bool
HasAssets returns a boolean if a field has been set.
func (*ProductBulkUpdateAssetsEntriesRequest) HasProductId ¶
func (o *ProductBulkUpdateAssetsEntriesRequest) HasProductId() bool
HasProductId returns a boolean if a field has been set.
func (*ProductBulkUpdateAssetsEntriesRequest) HasTenantId ¶
func (o *ProductBulkUpdateAssetsEntriesRequest) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (ProductBulkUpdateAssetsEntriesRequest) MarshalJSON ¶
func (o ProductBulkUpdateAssetsEntriesRequest) MarshalJSON() ([]byte, error)
func (*ProductBulkUpdateAssetsEntriesRequest) SetAssets ¶
func (o *ProductBulkUpdateAssetsEntriesRequest) SetAssets(v []BulkUpdateAssetsEntriesRequestUpdateEntity)
SetAssets gets a reference to the given []BulkUpdateAssetsEntriesRequestUpdateEntity and assigns it to the Assets field.
func (*ProductBulkUpdateAssetsEntriesRequest) SetProductId ¶
func (o *ProductBulkUpdateAssetsEntriesRequest) SetProductId(v string)
SetProductId gets a reference to the given string and assigns it to the ProductId field.
func (*ProductBulkUpdateAssetsEntriesRequest) SetTenantId ¶
func (o *ProductBulkUpdateAssetsEntriesRequest) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (ProductBulkUpdateAssetsEntriesRequest) ToMap ¶
func (o ProductBulkUpdateAssetsEntriesRequest) ToMap() (map[string]interface{}, error)
type ProductBulkUpdateAssetsEntriesResponse ¶
type ProductBulkUpdateAssetsEntriesResponse struct {
Assets []ProductAssetsEntry `json:"assets,omitempty"`
}
ProductBulkUpdateAssetsEntriesResponse struct for ProductBulkUpdateAssetsEntriesResponse
func NewProductBulkUpdateAssetsEntriesResponse ¶
func NewProductBulkUpdateAssetsEntriesResponse() *ProductBulkUpdateAssetsEntriesResponse
NewProductBulkUpdateAssetsEntriesResponse instantiates a new ProductBulkUpdateAssetsEntriesResponse 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 NewProductBulkUpdateAssetsEntriesResponseWithDefaults ¶
func NewProductBulkUpdateAssetsEntriesResponseWithDefaults() *ProductBulkUpdateAssetsEntriesResponse
NewProductBulkUpdateAssetsEntriesResponseWithDefaults instantiates a new ProductBulkUpdateAssetsEntriesResponse 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 (*ProductBulkUpdateAssetsEntriesResponse) GetAssets ¶
func (o *ProductBulkUpdateAssetsEntriesResponse) GetAssets() []ProductAssetsEntry
GetAssets returns the Assets field value if set, zero value otherwise.
func (*ProductBulkUpdateAssetsEntriesResponse) GetAssetsOk ¶
func (o *ProductBulkUpdateAssetsEntriesResponse) GetAssetsOk() ([]ProductAssetsEntry, bool)
GetAssetsOk returns a tuple with the Assets field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductBulkUpdateAssetsEntriesResponse) HasAssets ¶
func (o *ProductBulkUpdateAssetsEntriesResponse) HasAssets() bool
HasAssets returns a boolean if a field has been set.
func (ProductBulkUpdateAssetsEntriesResponse) MarshalJSON ¶
func (o ProductBulkUpdateAssetsEntriesResponse) MarshalJSON() ([]byte, error)
func (*ProductBulkUpdateAssetsEntriesResponse) SetAssets ¶
func (o *ProductBulkUpdateAssetsEntriesResponse) SetAssets(v []ProductAssetsEntry)
SetAssets gets a reference to the given []ProductAssetsEntry and assigns it to the Assets field.
func (ProductBulkUpdateAssetsEntriesResponse) ToMap ¶
func (o ProductBulkUpdateAssetsEntriesResponse) ToMap() (map[string]interface{}, error)
type ProductBulkUpdateRequest ¶
type ProductBulkUpdateRequest struct { TenantId *string `json:"tenantId,omitempty"` ProductIds []string `json:"productIds,omitempty"` Payload *ProductBulkUpdateRequestPayload `json:"payload,omitempty"` }
ProductBulkUpdateRequest struct for ProductBulkUpdateRequest
func NewProductBulkUpdateRequest ¶
func NewProductBulkUpdateRequest() *ProductBulkUpdateRequest
NewProductBulkUpdateRequest instantiates a new ProductBulkUpdateRequest 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 NewProductBulkUpdateRequestWithDefaults ¶
func NewProductBulkUpdateRequestWithDefaults() *ProductBulkUpdateRequest
NewProductBulkUpdateRequestWithDefaults instantiates a new ProductBulkUpdateRequest 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 (*ProductBulkUpdateRequest) GetPayload ¶
func (o *ProductBulkUpdateRequest) GetPayload() ProductBulkUpdateRequestPayload
GetPayload returns the Payload field value if set, zero value otherwise.
func (*ProductBulkUpdateRequest) GetPayloadOk ¶
func (o *ProductBulkUpdateRequest) GetPayloadOk() (*ProductBulkUpdateRequestPayload, bool)
GetPayloadOk returns a tuple with the Payload field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductBulkUpdateRequest) GetProductIds ¶
func (o *ProductBulkUpdateRequest) GetProductIds() []string
GetProductIds returns the ProductIds field value if set, zero value otherwise.
func (*ProductBulkUpdateRequest) GetProductIdsOk ¶
func (o *ProductBulkUpdateRequest) GetProductIdsOk() ([]string, bool)
GetProductIdsOk returns a tuple with the ProductIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductBulkUpdateRequest) GetTenantId ¶
func (o *ProductBulkUpdateRequest) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*ProductBulkUpdateRequest) GetTenantIdOk ¶
func (o *ProductBulkUpdateRequest) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductBulkUpdateRequest) HasPayload ¶
func (o *ProductBulkUpdateRequest) HasPayload() bool
HasPayload returns a boolean if a field has been set.
func (*ProductBulkUpdateRequest) HasProductIds ¶
func (o *ProductBulkUpdateRequest) HasProductIds() bool
HasProductIds returns a boolean if a field has been set.
func (*ProductBulkUpdateRequest) HasTenantId ¶
func (o *ProductBulkUpdateRequest) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (ProductBulkUpdateRequest) MarshalJSON ¶
func (o ProductBulkUpdateRequest) MarshalJSON() ([]byte, error)
func (*ProductBulkUpdateRequest) SetPayload ¶
func (o *ProductBulkUpdateRequest) SetPayload(v ProductBulkUpdateRequestPayload)
SetPayload gets a reference to the given ProductBulkUpdateRequestPayload and assigns it to the Payload field.
func (*ProductBulkUpdateRequest) SetProductIds ¶
func (o *ProductBulkUpdateRequest) SetProductIds(v []string)
SetProductIds gets a reference to the given []string and assigns it to the ProductIds field.
func (*ProductBulkUpdateRequest) SetTenantId ¶
func (o *ProductBulkUpdateRequest) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (ProductBulkUpdateRequest) ToMap ¶
func (o ProductBulkUpdateRequest) ToMap() (map[string]interface{}, error)
type ProductBulkUpdateRequestPayload ¶
type ProductBulkUpdateRequestPayload struct { UpdateMask *ProductFieldMask `json:"updateMask,omitempty"` Attributes *map[string]ProtobufAny `json:"attributes,omitempty"` }
ProductBulkUpdateRequestPayload struct for ProductBulkUpdateRequestPayload
func NewProductBulkUpdateRequestPayload ¶
func NewProductBulkUpdateRequestPayload() *ProductBulkUpdateRequestPayload
NewProductBulkUpdateRequestPayload instantiates a new ProductBulkUpdateRequestPayload 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 NewProductBulkUpdateRequestPayloadWithDefaults ¶
func NewProductBulkUpdateRequestPayloadWithDefaults() *ProductBulkUpdateRequestPayload
NewProductBulkUpdateRequestPayloadWithDefaults instantiates a new ProductBulkUpdateRequestPayload 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 (*ProductBulkUpdateRequestPayload) GetAttributes ¶
func (o *ProductBulkUpdateRequestPayload) GetAttributes() map[string]ProtobufAny
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ProductBulkUpdateRequestPayload) GetAttributesOk ¶
func (o *ProductBulkUpdateRequestPayload) GetAttributesOk() (*map[string]ProtobufAny, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductBulkUpdateRequestPayload) GetUpdateMask ¶
func (o *ProductBulkUpdateRequestPayload) GetUpdateMask() ProductFieldMask
GetUpdateMask returns the UpdateMask field value if set, zero value otherwise.
func (*ProductBulkUpdateRequestPayload) GetUpdateMaskOk ¶
func (o *ProductBulkUpdateRequestPayload) GetUpdateMaskOk() (*ProductFieldMask, bool)
GetUpdateMaskOk returns a tuple with the UpdateMask field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductBulkUpdateRequestPayload) HasAttributes ¶
func (o *ProductBulkUpdateRequestPayload) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*ProductBulkUpdateRequestPayload) HasUpdateMask ¶
func (o *ProductBulkUpdateRequestPayload) HasUpdateMask() bool
HasUpdateMask returns a boolean if a field has been set.
func (ProductBulkUpdateRequestPayload) MarshalJSON ¶
func (o ProductBulkUpdateRequestPayload) MarshalJSON() ([]byte, error)
func (*ProductBulkUpdateRequestPayload) SetAttributes ¶
func (o *ProductBulkUpdateRequestPayload) SetAttributes(v map[string]ProtobufAny)
SetAttributes gets a reference to the given map[string]ProtobufAny and assigns it to the Attributes field.
func (*ProductBulkUpdateRequestPayload) SetUpdateMask ¶
func (o *ProductBulkUpdateRequestPayload) SetUpdateMask(v ProductFieldMask)
SetUpdateMask gets a reference to the given ProductFieldMask and assigns it to the UpdateMask field.
func (ProductBulkUpdateRequestPayload) ToMap ¶
func (o ProductBulkUpdateRequestPayload) ToMap() (map[string]interface{}, error)
type ProductBulkUpdateRequestV2 ¶
type ProductBulkUpdateRequestV2 struct { TenantId *string `json:"tenantId,omitempty"` ProductIds []string `json:"productIds,omitempty"` Payload *ProductBulkUpdateRequestV2Payload `json:"payload,omitempty"` }
ProductBulkUpdateRequestV2 struct for ProductBulkUpdateRequestV2
func NewProductBulkUpdateRequestV2 ¶
func NewProductBulkUpdateRequestV2() *ProductBulkUpdateRequestV2
NewProductBulkUpdateRequestV2 instantiates a new ProductBulkUpdateRequestV2 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 NewProductBulkUpdateRequestV2WithDefaults ¶
func NewProductBulkUpdateRequestV2WithDefaults() *ProductBulkUpdateRequestV2
NewProductBulkUpdateRequestV2WithDefaults instantiates a new ProductBulkUpdateRequestV2 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 (*ProductBulkUpdateRequestV2) GetPayload ¶
func (o *ProductBulkUpdateRequestV2) GetPayload() ProductBulkUpdateRequestV2Payload
GetPayload returns the Payload field value if set, zero value otherwise.
func (*ProductBulkUpdateRequestV2) GetPayloadOk ¶
func (o *ProductBulkUpdateRequestV2) GetPayloadOk() (*ProductBulkUpdateRequestV2Payload, bool)
GetPayloadOk returns a tuple with the Payload field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductBulkUpdateRequestV2) GetProductIds ¶
func (o *ProductBulkUpdateRequestV2) GetProductIds() []string
GetProductIds returns the ProductIds field value if set, zero value otherwise.
func (*ProductBulkUpdateRequestV2) GetProductIdsOk ¶
func (o *ProductBulkUpdateRequestV2) GetProductIdsOk() ([]string, bool)
GetProductIdsOk returns a tuple with the ProductIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductBulkUpdateRequestV2) GetTenantId ¶
func (o *ProductBulkUpdateRequestV2) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*ProductBulkUpdateRequestV2) GetTenantIdOk ¶
func (o *ProductBulkUpdateRequestV2) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductBulkUpdateRequestV2) HasPayload ¶
func (o *ProductBulkUpdateRequestV2) HasPayload() bool
HasPayload returns a boolean if a field has been set.
func (*ProductBulkUpdateRequestV2) HasProductIds ¶
func (o *ProductBulkUpdateRequestV2) HasProductIds() bool
HasProductIds returns a boolean if a field has been set.
func (*ProductBulkUpdateRequestV2) HasTenantId ¶
func (o *ProductBulkUpdateRequestV2) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (ProductBulkUpdateRequestV2) MarshalJSON ¶
func (o ProductBulkUpdateRequestV2) MarshalJSON() ([]byte, error)
func (*ProductBulkUpdateRequestV2) SetPayload ¶
func (o *ProductBulkUpdateRequestV2) SetPayload(v ProductBulkUpdateRequestV2Payload)
SetPayload gets a reference to the given ProductBulkUpdateRequestV2Payload and assigns it to the Payload field.
func (*ProductBulkUpdateRequestV2) SetProductIds ¶
func (o *ProductBulkUpdateRequestV2) SetProductIds(v []string)
SetProductIds gets a reference to the given []string and assigns it to the ProductIds field.
func (*ProductBulkUpdateRequestV2) SetTenantId ¶
func (o *ProductBulkUpdateRequestV2) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (ProductBulkUpdateRequestV2) ToMap ¶
func (o ProductBulkUpdateRequestV2) ToMap() (map[string]interface{}, error)
type ProductBulkUpdateRequestV2Payload ¶
type ProductBulkUpdateRequestV2Payload struct { UpdateMask *ProductFieldMask `json:"updateMask,omitempty"` Attributes *map[string]ProtobufAny `json:"attributes,omitempty"` }
ProductBulkUpdateRequestV2Payload struct for ProductBulkUpdateRequestV2Payload
func NewProductBulkUpdateRequestV2Payload ¶
func NewProductBulkUpdateRequestV2Payload() *ProductBulkUpdateRequestV2Payload
NewProductBulkUpdateRequestV2Payload instantiates a new ProductBulkUpdateRequestV2Payload 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 NewProductBulkUpdateRequestV2PayloadWithDefaults ¶
func NewProductBulkUpdateRequestV2PayloadWithDefaults() *ProductBulkUpdateRequestV2Payload
NewProductBulkUpdateRequestV2PayloadWithDefaults instantiates a new ProductBulkUpdateRequestV2Payload 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 (*ProductBulkUpdateRequestV2Payload) GetAttributes ¶
func (o *ProductBulkUpdateRequestV2Payload) GetAttributes() map[string]ProtobufAny
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ProductBulkUpdateRequestV2Payload) GetAttributesOk ¶
func (o *ProductBulkUpdateRequestV2Payload) GetAttributesOk() (*map[string]ProtobufAny, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductBulkUpdateRequestV2Payload) GetUpdateMask ¶
func (o *ProductBulkUpdateRequestV2Payload) GetUpdateMask() ProductFieldMask
GetUpdateMask returns the UpdateMask field value if set, zero value otherwise.
func (*ProductBulkUpdateRequestV2Payload) GetUpdateMaskOk ¶
func (o *ProductBulkUpdateRequestV2Payload) GetUpdateMaskOk() (*ProductFieldMask, bool)
GetUpdateMaskOk returns a tuple with the UpdateMask field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductBulkUpdateRequestV2Payload) HasAttributes ¶
func (o *ProductBulkUpdateRequestV2Payload) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*ProductBulkUpdateRequestV2Payload) HasUpdateMask ¶
func (o *ProductBulkUpdateRequestV2Payload) HasUpdateMask() bool
HasUpdateMask returns a boolean if a field has been set.
func (ProductBulkUpdateRequestV2Payload) MarshalJSON ¶
func (o ProductBulkUpdateRequestV2Payload) MarshalJSON() ([]byte, error)
func (*ProductBulkUpdateRequestV2Payload) SetAttributes ¶
func (o *ProductBulkUpdateRequestV2Payload) SetAttributes(v map[string]ProtobufAny)
SetAttributes gets a reference to the given map[string]ProtobufAny and assigns it to the Attributes field.
func (*ProductBulkUpdateRequestV2Payload) SetUpdateMask ¶
func (o *ProductBulkUpdateRequestV2Payload) SetUpdateMask(v ProductFieldMask)
SetUpdateMask gets a reference to the given ProductFieldMask and assigns it to the UpdateMask field.
func (ProductBulkUpdateRequestV2Payload) ToMap ¶
func (o ProductBulkUpdateRequestV2Payload) ToMap() (map[string]interface{}, error)
type ProductBulkUpdateResponse ¶
type ProductBulkUpdateResponse struct {
ProductResponse []ProductBulkUpdateResponseResponse `json:"productResponse,omitempty"`
}
ProductBulkUpdateResponse struct for ProductBulkUpdateResponse
func NewProductBulkUpdateResponse ¶
func NewProductBulkUpdateResponse() *ProductBulkUpdateResponse
NewProductBulkUpdateResponse instantiates a new ProductBulkUpdateResponse 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 NewProductBulkUpdateResponseWithDefaults ¶
func NewProductBulkUpdateResponseWithDefaults() *ProductBulkUpdateResponse
NewProductBulkUpdateResponseWithDefaults instantiates a new ProductBulkUpdateResponse 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 (*ProductBulkUpdateResponse) GetProductResponse ¶
func (o *ProductBulkUpdateResponse) GetProductResponse() []ProductBulkUpdateResponseResponse
GetProductResponse returns the ProductResponse field value if set, zero value otherwise.
func (*ProductBulkUpdateResponse) GetProductResponseOk ¶
func (o *ProductBulkUpdateResponse) GetProductResponseOk() ([]ProductBulkUpdateResponseResponse, bool)
GetProductResponseOk returns a tuple with the ProductResponse field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductBulkUpdateResponse) HasProductResponse ¶
func (o *ProductBulkUpdateResponse) HasProductResponse() bool
HasProductResponse returns a boolean if a field has been set.
func (ProductBulkUpdateResponse) MarshalJSON ¶
func (o ProductBulkUpdateResponse) MarshalJSON() ([]byte, error)
func (*ProductBulkUpdateResponse) SetProductResponse ¶
func (o *ProductBulkUpdateResponse) SetProductResponse(v []ProductBulkUpdateResponseResponse)
SetProductResponse gets a reference to the given []ProductBulkUpdateResponseResponse and assigns it to the ProductResponse field.
func (ProductBulkUpdateResponse) ToMap ¶
func (o ProductBulkUpdateResponse) ToMap() (map[string]interface{}, error)
type ProductBulkUpdateResponseResponse ¶
type ProductBulkUpdateResponseResponse struct { ProductId *string `json:"productId,omitempty"` Success *bool `json:"success,omitempty"` Attributes *map[string]ProtobufAny `json:"attributes,omitempty"` }
ProductBulkUpdateResponseResponse struct for ProductBulkUpdateResponseResponse
func NewProductBulkUpdateResponseResponse ¶
func NewProductBulkUpdateResponseResponse() *ProductBulkUpdateResponseResponse
NewProductBulkUpdateResponseResponse instantiates a new ProductBulkUpdateResponseResponse 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 NewProductBulkUpdateResponseResponseWithDefaults ¶
func NewProductBulkUpdateResponseResponseWithDefaults() *ProductBulkUpdateResponseResponse
NewProductBulkUpdateResponseResponseWithDefaults instantiates a new ProductBulkUpdateResponseResponse 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 (*ProductBulkUpdateResponseResponse) GetAttributes ¶
func (o *ProductBulkUpdateResponseResponse) GetAttributes() map[string]ProtobufAny
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ProductBulkUpdateResponseResponse) GetAttributesOk ¶
func (o *ProductBulkUpdateResponseResponse) GetAttributesOk() (*map[string]ProtobufAny, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductBulkUpdateResponseResponse) GetProductId ¶
func (o *ProductBulkUpdateResponseResponse) GetProductId() string
GetProductId returns the ProductId field value if set, zero value otherwise.
func (*ProductBulkUpdateResponseResponse) GetProductIdOk ¶
func (o *ProductBulkUpdateResponseResponse) GetProductIdOk() (*string, bool)
GetProductIdOk returns a tuple with the ProductId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductBulkUpdateResponseResponse) GetSuccess ¶
func (o *ProductBulkUpdateResponseResponse) GetSuccess() bool
GetSuccess returns the Success field value if set, zero value otherwise.
func (*ProductBulkUpdateResponseResponse) GetSuccessOk ¶
func (o *ProductBulkUpdateResponseResponse) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductBulkUpdateResponseResponse) HasAttributes ¶
func (o *ProductBulkUpdateResponseResponse) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*ProductBulkUpdateResponseResponse) HasProductId ¶
func (o *ProductBulkUpdateResponseResponse) HasProductId() bool
HasProductId returns a boolean if a field has been set.
func (*ProductBulkUpdateResponseResponse) HasSuccess ¶
func (o *ProductBulkUpdateResponseResponse) HasSuccess() bool
HasSuccess returns a boolean if a field has been set.
func (ProductBulkUpdateResponseResponse) MarshalJSON ¶
func (o ProductBulkUpdateResponseResponse) MarshalJSON() ([]byte, error)
func (*ProductBulkUpdateResponseResponse) SetAttributes ¶
func (o *ProductBulkUpdateResponseResponse) SetAttributes(v map[string]ProtobufAny)
SetAttributes gets a reference to the given map[string]ProtobufAny and assigns it to the Attributes field.
func (*ProductBulkUpdateResponseResponse) SetProductId ¶
func (o *ProductBulkUpdateResponseResponse) SetProductId(v string)
SetProductId gets a reference to the given string and assigns it to the ProductId field.
func (*ProductBulkUpdateResponseResponse) SetSuccess ¶
func (o *ProductBulkUpdateResponseResponse) SetSuccess(v bool)
SetSuccess gets a reference to the given bool and assigns it to the Success field.
func (ProductBulkUpdateResponseResponse) ToMap ¶
func (o ProductBulkUpdateResponseResponse) ToMap() (map[string]interface{}, error)
type ProductBulkUpdateResponseV2 ¶
type ProductBulkUpdateResponseV2 struct {
ProductResponse []ProductBulkUpdateResponseV2Response `json:"productResponse,omitempty"`
}
ProductBulkUpdateResponseV2 struct for ProductBulkUpdateResponseV2
func NewProductBulkUpdateResponseV2 ¶
func NewProductBulkUpdateResponseV2() *ProductBulkUpdateResponseV2
NewProductBulkUpdateResponseV2 instantiates a new ProductBulkUpdateResponseV2 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 NewProductBulkUpdateResponseV2WithDefaults ¶
func NewProductBulkUpdateResponseV2WithDefaults() *ProductBulkUpdateResponseV2
NewProductBulkUpdateResponseV2WithDefaults instantiates a new ProductBulkUpdateResponseV2 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 (*ProductBulkUpdateResponseV2) GetProductResponse ¶
func (o *ProductBulkUpdateResponseV2) GetProductResponse() []ProductBulkUpdateResponseV2Response
GetProductResponse returns the ProductResponse field value if set, zero value otherwise.
func (*ProductBulkUpdateResponseV2) GetProductResponseOk ¶
func (o *ProductBulkUpdateResponseV2) GetProductResponseOk() ([]ProductBulkUpdateResponseV2Response, bool)
GetProductResponseOk returns a tuple with the ProductResponse field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductBulkUpdateResponseV2) HasProductResponse ¶
func (o *ProductBulkUpdateResponseV2) HasProductResponse() bool
HasProductResponse returns a boolean if a field has been set.
func (ProductBulkUpdateResponseV2) MarshalJSON ¶
func (o ProductBulkUpdateResponseV2) MarshalJSON() ([]byte, error)
func (*ProductBulkUpdateResponseV2) SetProductResponse ¶
func (o *ProductBulkUpdateResponseV2) SetProductResponse(v []ProductBulkUpdateResponseV2Response)
SetProductResponse gets a reference to the given []ProductBulkUpdateResponseV2Response and assigns it to the ProductResponse field.
func (ProductBulkUpdateResponseV2) ToMap ¶
func (o ProductBulkUpdateResponseV2) ToMap() (map[string]interface{}, error)
type ProductBulkUpdateResponseV2Response ¶
type ProductBulkUpdateResponseV2Response struct { ProductId *string `json:"productId,omitempty"` Attributes *map[string]ProtobufAny `json:"attributes,omitempty"` }
ProductBulkUpdateResponseV2Response struct for ProductBulkUpdateResponseV2Response
func NewProductBulkUpdateResponseV2Response ¶
func NewProductBulkUpdateResponseV2Response() *ProductBulkUpdateResponseV2Response
NewProductBulkUpdateResponseV2Response instantiates a new ProductBulkUpdateResponseV2Response 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 NewProductBulkUpdateResponseV2ResponseWithDefaults ¶
func NewProductBulkUpdateResponseV2ResponseWithDefaults() *ProductBulkUpdateResponseV2Response
NewProductBulkUpdateResponseV2ResponseWithDefaults instantiates a new ProductBulkUpdateResponseV2Response 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 (*ProductBulkUpdateResponseV2Response) GetAttributes ¶
func (o *ProductBulkUpdateResponseV2Response) GetAttributes() map[string]ProtobufAny
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ProductBulkUpdateResponseV2Response) GetAttributesOk ¶
func (o *ProductBulkUpdateResponseV2Response) GetAttributesOk() (*map[string]ProtobufAny, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductBulkUpdateResponseV2Response) GetProductId ¶
func (o *ProductBulkUpdateResponseV2Response) GetProductId() string
GetProductId returns the ProductId field value if set, zero value otherwise.
func (*ProductBulkUpdateResponseV2Response) GetProductIdOk ¶
func (o *ProductBulkUpdateResponseV2Response) GetProductIdOk() (*string, bool)
GetProductIdOk returns a tuple with the ProductId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductBulkUpdateResponseV2Response) HasAttributes ¶
func (o *ProductBulkUpdateResponseV2Response) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*ProductBulkUpdateResponseV2Response) HasProductId ¶
func (o *ProductBulkUpdateResponseV2Response) HasProductId() bool
HasProductId returns a boolean if a field has been set.
func (ProductBulkUpdateResponseV2Response) MarshalJSON ¶
func (o ProductBulkUpdateResponseV2Response) MarshalJSON() ([]byte, error)
func (*ProductBulkUpdateResponseV2Response) SetAttributes ¶
func (o *ProductBulkUpdateResponseV2Response) SetAttributes(v map[string]ProtobufAny)
SetAttributes gets a reference to the given map[string]ProtobufAny and assigns it to the Attributes field.
func (*ProductBulkUpdateResponseV2Response) SetProductId ¶
func (o *ProductBulkUpdateResponseV2Response) SetProductId(v string)
SetProductId gets a reference to the given string and assigns it to the ProductId field.
func (ProductBulkUpdateResponseV2Response) ToMap ¶
func (o ProductBulkUpdateResponseV2Response) ToMap() (map[string]interface{}, error)
type ProductCreateProductRequest ¶
type ProductCreateProductRequest struct { TenantId *string `json:"tenantId,omitempty"` EntityType *string `json:"entityType,omitempty"` EntityCode *string `json:"entityCode,omitempty"` Code *string `json:"code,omitempty"` IsConfigurable *bool `json:"isConfigurable,omitempty"` VariantAttributes []string `json:"variantAttributes,omitempty"` IsVirtual *bool `json:"isVirtual,omitempty"` IsGiftcard *bool `json:"isGiftcard,omitempty"` HasConfigurator *bool `json:"hasConfigurator,omitempty"` UrlKey *ProductLocalizedText `json:"urlKey,omitempty"` MaxSaleableQuantity *int64 `json:"maxSaleableQuantity,omitempty"` MediaVariantAttributes []string `json:"mediaVariantAttributes,omitempty"` Attributes *map[string]ProtobufAny `json:"attributes,omitempty"` Variants *map[string]ProductProductVariant `json:"variants,omitempty"` }
ProductCreateProductRequest struct for ProductCreateProductRequest
func NewProductCreateProductRequest ¶
func NewProductCreateProductRequest() *ProductCreateProductRequest
NewProductCreateProductRequest instantiates a new ProductCreateProductRequest 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 NewProductCreateProductRequestWithDefaults ¶
func NewProductCreateProductRequestWithDefaults() *ProductCreateProductRequest
NewProductCreateProductRequestWithDefaults instantiates a new ProductCreateProductRequest 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 (*ProductCreateProductRequest) GetAttributes ¶
func (o *ProductCreateProductRequest) GetAttributes() map[string]ProtobufAny
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ProductCreateProductRequest) GetAttributesOk ¶
func (o *ProductCreateProductRequest) GetAttributesOk() (*map[string]ProtobufAny, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductCreateProductRequest) GetCode ¶
func (o *ProductCreateProductRequest) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*ProductCreateProductRequest) GetCodeOk ¶
func (o *ProductCreateProductRequest) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductCreateProductRequest) GetEntityCode ¶
func (o *ProductCreateProductRequest) GetEntityCode() string
GetEntityCode returns the EntityCode field value if set, zero value otherwise.
func (*ProductCreateProductRequest) GetEntityCodeOk ¶
func (o *ProductCreateProductRequest) GetEntityCodeOk() (*string, bool)
GetEntityCodeOk returns a tuple with the EntityCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductCreateProductRequest) GetEntityType ¶
func (o *ProductCreateProductRequest) GetEntityType() string
GetEntityType returns the EntityType field value if set, zero value otherwise.
func (*ProductCreateProductRequest) GetEntityTypeOk ¶
func (o *ProductCreateProductRequest) GetEntityTypeOk() (*string, bool)
GetEntityTypeOk returns a tuple with the EntityType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductCreateProductRequest) GetHasConfigurator ¶
func (o *ProductCreateProductRequest) GetHasConfigurator() bool
GetHasConfigurator returns the HasConfigurator field value if set, zero value otherwise.
func (*ProductCreateProductRequest) GetHasConfiguratorOk ¶
func (o *ProductCreateProductRequest) GetHasConfiguratorOk() (*bool, bool)
GetHasConfiguratorOk returns a tuple with the HasConfigurator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductCreateProductRequest) GetIsConfigurable ¶
func (o *ProductCreateProductRequest) GetIsConfigurable() bool
GetIsConfigurable returns the IsConfigurable field value if set, zero value otherwise.
func (*ProductCreateProductRequest) GetIsConfigurableOk ¶
func (o *ProductCreateProductRequest) GetIsConfigurableOk() (*bool, bool)
GetIsConfigurableOk returns a tuple with the IsConfigurable field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductCreateProductRequest) GetIsGiftcard ¶
func (o *ProductCreateProductRequest) GetIsGiftcard() bool
GetIsGiftcard returns the IsGiftcard field value if set, zero value otherwise.
func (*ProductCreateProductRequest) GetIsGiftcardOk ¶
func (o *ProductCreateProductRequest) GetIsGiftcardOk() (*bool, bool)
GetIsGiftcardOk returns a tuple with the IsGiftcard field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductCreateProductRequest) GetIsVirtual ¶
func (o *ProductCreateProductRequest) GetIsVirtual() bool
GetIsVirtual returns the IsVirtual field value if set, zero value otherwise.
func (*ProductCreateProductRequest) GetIsVirtualOk ¶
func (o *ProductCreateProductRequest) GetIsVirtualOk() (*bool, bool)
GetIsVirtualOk returns a tuple with the IsVirtual field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductCreateProductRequest) GetMaxSaleableQuantity ¶
func (o *ProductCreateProductRequest) GetMaxSaleableQuantity() int64
GetMaxSaleableQuantity returns the MaxSaleableQuantity field value if set, zero value otherwise.
func (*ProductCreateProductRequest) GetMaxSaleableQuantityOk ¶
func (o *ProductCreateProductRequest) GetMaxSaleableQuantityOk() (*int64, bool)
GetMaxSaleableQuantityOk returns a tuple with the MaxSaleableQuantity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductCreateProductRequest) GetMediaVariantAttributes ¶
func (o *ProductCreateProductRequest) GetMediaVariantAttributes() []string
GetMediaVariantAttributes returns the MediaVariantAttributes field value if set, zero value otherwise.
func (*ProductCreateProductRequest) GetMediaVariantAttributesOk ¶
func (o *ProductCreateProductRequest) GetMediaVariantAttributesOk() ([]string, bool)
GetMediaVariantAttributesOk returns a tuple with the MediaVariantAttributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductCreateProductRequest) GetTenantId ¶
func (o *ProductCreateProductRequest) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*ProductCreateProductRequest) GetTenantIdOk ¶
func (o *ProductCreateProductRequest) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductCreateProductRequest) GetUrlKey ¶
func (o *ProductCreateProductRequest) GetUrlKey() ProductLocalizedText
GetUrlKey returns the UrlKey field value if set, zero value otherwise.
func (*ProductCreateProductRequest) GetUrlKeyOk ¶
func (o *ProductCreateProductRequest) GetUrlKeyOk() (*ProductLocalizedText, bool)
GetUrlKeyOk returns a tuple with the UrlKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductCreateProductRequest) GetVariantAttributes ¶
func (o *ProductCreateProductRequest) GetVariantAttributes() []string
GetVariantAttributes returns the VariantAttributes field value if set, zero value otherwise.
func (*ProductCreateProductRequest) GetVariantAttributesOk ¶
func (o *ProductCreateProductRequest) GetVariantAttributesOk() ([]string, bool)
GetVariantAttributesOk returns a tuple with the VariantAttributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductCreateProductRequest) GetVariants ¶
func (o *ProductCreateProductRequest) GetVariants() map[string]ProductProductVariant
GetVariants returns the Variants field value if set, zero value otherwise.
func (*ProductCreateProductRequest) GetVariantsOk ¶
func (o *ProductCreateProductRequest) GetVariantsOk() (*map[string]ProductProductVariant, bool)
GetVariantsOk returns a tuple with the Variants field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductCreateProductRequest) HasAttributes ¶
func (o *ProductCreateProductRequest) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*ProductCreateProductRequest) HasCode ¶
func (o *ProductCreateProductRequest) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*ProductCreateProductRequest) HasEntityCode ¶
func (o *ProductCreateProductRequest) HasEntityCode() bool
HasEntityCode returns a boolean if a field has been set.
func (*ProductCreateProductRequest) HasEntityType ¶
func (o *ProductCreateProductRequest) HasEntityType() bool
HasEntityType returns a boolean if a field has been set.
func (*ProductCreateProductRequest) HasHasConfigurator ¶
func (o *ProductCreateProductRequest) HasHasConfigurator() bool
HasHasConfigurator returns a boolean if a field has been set.
func (*ProductCreateProductRequest) HasIsConfigurable ¶
func (o *ProductCreateProductRequest) HasIsConfigurable() bool
HasIsConfigurable returns a boolean if a field has been set.
func (*ProductCreateProductRequest) HasIsGiftcard ¶
func (o *ProductCreateProductRequest) HasIsGiftcard() bool
HasIsGiftcard returns a boolean if a field has been set.
func (*ProductCreateProductRequest) HasIsVirtual ¶
func (o *ProductCreateProductRequest) HasIsVirtual() bool
HasIsVirtual returns a boolean if a field has been set.
func (*ProductCreateProductRequest) HasMaxSaleableQuantity ¶
func (o *ProductCreateProductRequest) HasMaxSaleableQuantity() bool
HasMaxSaleableQuantity returns a boolean if a field has been set.
func (*ProductCreateProductRequest) HasMediaVariantAttributes ¶
func (o *ProductCreateProductRequest) HasMediaVariantAttributes() bool
HasMediaVariantAttributes returns a boolean if a field has been set.
func (*ProductCreateProductRequest) HasTenantId ¶
func (o *ProductCreateProductRequest) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (*ProductCreateProductRequest) HasUrlKey ¶
func (o *ProductCreateProductRequest) HasUrlKey() bool
HasUrlKey returns a boolean if a field has been set.
func (*ProductCreateProductRequest) HasVariantAttributes ¶
func (o *ProductCreateProductRequest) HasVariantAttributes() bool
HasVariantAttributes returns a boolean if a field has been set.
func (*ProductCreateProductRequest) HasVariants ¶
func (o *ProductCreateProductRequest) HasVariants() bool
HasVariants returns a boolean if a field has been set.
func (ProductCreateProductRequest) MarshalJSON ¶
func (o ProductCreateProductRequest) MarshalJSON() ([]byte, error)
func (*ProductCreateProductRequest) SetAttributes ¶
func (o *ProductCreateProductRequest) SetAttributes(v map[string]ProtobufAny)
SetAttributes gets a reference to the given map[string]ProtobufAny and assigns it to the Attributes field.
func (*ProductCreateProductRequest) SetCode ¶
func (o *ProductCreateProductRequest) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*ProductCreateProductRequest) SetEntityCode ¶
func (o *ProductCreateProductRequest) SetEntityCode(v string)
SetEntityCode gets a reference to the given string and assigns it to the EntityCode field.
func (*ProductCreateProductRequest) SetEntityType ¶
func (o *ProductCreateProductRequest) SetEntityType(v string)
SetEntityType gets a reference to the given string and assigns it to the EntityType field.
func (*ProductCreateProductRequest) SetHasConfigurator ¶
func (o *ProductCreateProductRequest) SetHasConfigurator(v bool)
SetHasConfigurator gets a reference to the given bool and assigns it to the HasConfigurator field.
func (*ProductCreateProductRequest) SetIsConfigurable ¶
func (o *ProductCreateProductRequest) SetIsConfigurable(v bool)
SetIsConfigurable gets a reference to the given bool and assigns it to the IsConfigurable field.
func (*ProductCreateProductRequest) SetIsGiftcard ¶
func (o *ProductCreateProductRequest) SetIsGiftcard(v bool)
SetIsGiftcard gets a reference to the given bool and assigns it to the IsGiftcard field.
func (*ProductCreateProductRequest) SetIsVirtual ¶
func (o *ProductCreateProductRequest) SetIsVirtual(v bool)
SetIsVirtual gets a reference to the given bool and assigns it to the IsVirtual field.
func (*ProductCreateProductRequest) SetMaxSaleableQuantity ¶
func (o *ProductCreateProductRequest) SetMaxSaleableQuantity(v int64)
SetMaxSaleableQuantity gets a reference to the given int64 and assigns it to the MaxSaleableQuantity field.
func (*ProductCreateProductRequest) SetMediaVariantAttributes ¶
func (o *ProductCreateProductRequest) SetMediaVariantAttributes(v []string)
SetMediaVariantAttributes gets a reference to the given []string and assigns it to the MediaVariantAttributes field.
func (*ProductCreateProductRequest) SetTenantId ¶
func (o *ProductCreateProductRequest) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (*ProductCreateProductRequest) SetUrlKey ¶
func (o *ProductCreateProductRequest) SetUrlKey(v ProductLocalizedText)
SetUrlKey gets a reference to the given ProductLocalizedText and assigns it to the UrlKey field.
func (*ProductCreateProductRequest) SetVariantAttributes ¶
func (o *ProductCreateProductRequest) SetVariantAttributes(v []string)
SetVariantAttributes gets a reference to the given []string and assigns it to the VariantAttributes field.
func (*ProductCreateProductRequest) SetVariants ¶
func (o *ProductCreateProductRequest) SetVariants(v map[string]ProductProductVariant)
SetVariants gets a reference to the given map[string]ProductProductVariant and assigns it to the Variants field.
func (ProductCreateProductRequest) ToMap ¶
func (o ProductCreateProductRequest) ToMap() (map[string]interface{}, error)
type ProductCreateProductRequestV2 ¶
type ProductCreateProductRequestV2 struct { TenantId *string `json:"tenantId,omitempty"` EntityType *string `json:"entityType,omitempty"` EntityCode *string `json:"entityCode,omitempty"` Code *string `json:"code,omitempty"` IsConfigurable *bool `json:"isConfigurable,omitempty"` VariantAttributes []string `json:"variantAttributes,omitempty"` IsVirtual *bool `json:"isVirtual,omitempty"` IsGiftcard *bool `json:"isGiftcard,omitempty"` HasConfigurator *bool `json:"hasConfigurator,omitempty"` UrlKey *ProductLocalizedText `json:"urlKey,omitempty"` MaxSaleableQuantity *int64 `json:"maxSaleableQuantity,omitempty"` Attributes *map[string]ProtobufAny `json:"attributes,omitempty"` Variants *map[string]ProductProductVariant `json:"variants,omitempty"` MediaVariantAttributes []string `json:"mediaVariantAttributes,omitempty"` }
ProductCreateProductRequestV2 struct for ProductCreateProductRequestV2
func NewProductCreateProductRequestV2 ¶
func NewProductCreateProductRequestV2() *ProductCreateProductRequestV2
NewProductCreateProductRequestV2 instantiates a new ProductCreateProductRequestV2 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 NewProductCreateProductRequestV2WithDefaults ¶
func NewProductCreateProductRequestV2WithDefaults() *ProductCreateProductRequestV2
NewProductCreateProductRequestV2WithDefaults instantiates a new ProductCreateProductRequestV2 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 (*ProductCreateProductRequestV2) GetAttributes ¶
func (o *ProductCreateProductRequestV2) GetAttributes() map[string]ProtobufAny
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ProductCreateProductRequestV2) GetAttributesOk ¶
func (o *ProductCreateProductRequestV2) GetAttributesOk() (*map[string]ProtobufAny, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductCreateProductRequestV2) GetCode ¶
func (o *ProductCreateProductRequestV2) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*ProductCreateProductRequestV2) GetCodeOk ¶
func (o *ProductCreateProductRequestV2) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductCreateProductRequestV2) GetEntityCode ¶
func (o *ProductCreateProductRequestV2) GetEntityCode() string
GetEntityCode returns the EntityCode field value if set, zero value otherwise.
func (*ProductCreateProductRequestV2) GetEntityCodeOk ¶
func (o *ProductCreateProductRequestV2) GetEntityCodeOk() (*string, bool)
GetEntityCodeOk returns a tuple with the EntityCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductCreateProductRequestV2) GetEntityType ¶
func (o *ProductCreateProductRequestV2) GetEntityType() string
GetEntityType returns the EntityType field value if set, zero value otherwise.
func (*ProductCreateProductRequestV2) GetEntityTypeOk ¶
func (o *ProductCreateProductRequestV2) GetEntityTypeOk() (*string, bool)
GetEntityTypeOk returns a tuple with the EntityType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductCreateProductRequestV2) GetHasConfigurator ¶
func (o *ProductCreateProductRequestV2) GetHasConfigurator() bool
GetHasConfigurator returns the HasConfigurator field value if set, zero value otherwise.
func (*ProductCreateProductRequestV2) GetHasConfiguratorOk ¶
func (o *ProductCreateProductRequestV2) GetHasConfiguratorOk() (*bool, bool)
GetHasConfiguratorOk returns a tuple with the HasConfigurator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductCreateProductRequestV2) GetIsConfigurable ¶
func (o *ProductCreateProductRequestV2) GetIsConfigurable() bool
GetIsConfigurable returns the IsConfigurable field value if set, zero value otherwise.
func (*ProductCreateProductRequestV2) GetIsConfigurableOk ¶
func (o *ProductCreateProductRequestV2) GetIsConfigurableOk() (*bool, bool)
GetIsConfigurableOk returns a tuple with the IsConfigurable field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductCreateProductRequestV2) GetIsGiftcard ¶
func (o *ProductCreateProductRequestV2) GetIsGiftcard() bool
GetIsGiftcard returns the IsGiftcard field value if set, zero value otherwise.
func (*ProductCreateProductRequestV2) GetIsGiftcardOk ¶
func (o *ProductCreateProductRequestV2) GetIsGiftcardOk() (*bool, bool)
GetIsGiftcardOk returns a tuple with the IsGiftcard field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductCreateProductRequestV2) GetIsVirtual ¶
func (o *ProductCreateProductRequestV2) GetIsVirtual() bool
GetIsVirtual returns the IsVirtual field value if set, zero value otherwise.
func (*ProductCreateProductRequestV2) GetIsVirtualOk ¶
func (o *ProductCreateProductRequestV2) GetIsVirtualOk() (*bool, bool)
GetIsVirtualOk returns a tuple with the IsVirtual field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductCreateProductRequestV2) GetMaxSaleableQuantity ¶
func (o *ProductCreateProductRequestV2) GetMaxSaleableQuantity() int64
GetMaxSaleableQuantity returns the MaxSaleableQuantity field value if set, zero value otherwise.
func (*ProductCreateProductRequestV2) GetMaxSaleableQuantityOk ¶
func (o *ProductCreateProductRequestV2) GetMaxSaleableQuantityOk() (*int64, bool)
GetMaxSaleableQuantityOk returns a tuple with the MaxSaleableQuantity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductCreateProductRequestV2) GetMediaVariantAttributes ¶
func (o *ProductCreateProductRequestV2) GetMediaVariantAttributes() []string
GetMediaVariantAttributes returns the MediaVariantAttributes field value if set, zero value otherwise.
func (*ProductCreateProductRequestV2) GetMediaVariantAttributesOk ¶
func (o *ProductCreateProductRequestV2) GetMediaVariantAttributesOk() ([]string, bool)
GetMediaVariantAttributesOk returns a tuple with the MediaVariantAttributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductCreateProductRequestV2) GetTenantId ¶
func (o *ProductCreateProductRequestV2) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*ProductCreateProductRequestV2) GetTenantIdOk ¶
func (o *ProductCreateProductRequestV2) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductCreateProductRequestV2) GetUrlKey ¶
func (o *ProductCreateProductRequestV2) GetUrlKey() ProductLocalizedText
GetUrlKey returns the UrlKey field value if set, zero value otherwise.
func (*ProductCreateProductRequestV2) GetUrlKeyOk ¶
func (o *ProductCreateProductRequestV2) GetUrlKeyOk() (*ProductLocalizedText, bool)
GetUrlKeyOk returns a tuple with the UrlKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductCreateProductRequestV2) GetVariantAttributes ¶
func (o *ProductCreateProductRequestV2) GetVariantAttributes() []string
GetVariantAttributes returns the VariantAttributes field value if set, zero value otherwise.
func (*ProductCreateProductRequestV2) GetVariantAttributesOk ¶
func (o *ProductCreateProductRequestV2) GetVariantAttributesOk() ([]string, bool)
GetVariantAttributesOk returns a tuple with the VariantAttributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductCreateProductRequestV2) GetVariants ¶
func (o *ProductCreateProductRequestV2) GetVariants() map[string]ProductProductVariant
GetVariants returns the Variants field value if set, zero value otherwise.
func (*ProductCreateProductRequestV2) GetVariantsOk ¶
func (o *ProductCreateProductRequestV2) GetVariantsOk() (*map[string]ProductProductVariant, bool)
GetVariantsOk returns a tuple with the Variants field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductCreateProductRequestV2) HasAttributes ¶
func (o *ProductCreateProductRequestV2) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*ProductCreateProductRequestV2) HasCode ¶
func (o *ProductCreateProductRequestV2) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*ProductCreateProductRequestV2) HasEntityCode ¶
func (o *ProductCreateProductRequestV2) HasEntityCode() bool
HasEntityCode returns a boolean if a field has been set.
func (*ProductCreateProductRequestV2) HasEntityType ¶
func (o *ProductCreateProductRequestV2) HasEntityType() bool
HasEntityType returns a boolean if a field has been set.
func (*ProductCreateProductRequestV2) HasHasConfigurator ¶
func (o *ProductCreateProductRequestV2) HasHasConfigurator() bool
HasHasConfigurator returns a boolean if a field has been set.
func (*ProductCreateProductRequestV2) HasIsConfigurable ¶
func (o *ProductCreateProductRequestV2) HasIsConfigurable() bool
HasIsConfigurable returns a boolean if a field has been set.
func (*ProductCreateProductRequestV2) HasIsGiftcard ¶
func (o *ProductCreateProductRequestV2) HasIsGiftcard() bool
HasIsGiftcard returns a boolean if a field has been set.
func (*ProductCreateProductRequestV2) HasIsVirtual ¶
func (o *ProductCreateProductRequestV2) HasIsVirtual() bool
HasIsVirtual returns a boolean if a field has been set.
func (*ProductCreateProductRequestV2) HasMaxSaleableQuantity ¶
func (o *ProductCreateProductRequestV2) HasMaxSaleableQuantity() bool
HasMaxSaleableQuantity returns a boolean if a field has been set.
func (*ProductCreateProductRequestV2) HasMediaVariantAttributes ¶
func (o *ProductCreateProductRequestV2) HasMediaVariantAttributes() bool
HasMediaVariantAttributes returns a boolean if a field has been set.
func (*ProductCreateProductRequestV2) HasTenantId ¶
func (o *ProductCreateProductRequestV2) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (*ProductCreateProductRequestV2) HasUrlKey ¶
func (o *ProductCreateProductRequestV2) HasUrlKey() bool
HasUrlKey returns a boolean if a field has been set.
func (*ProductCreateProductRequestV2) HasVariantAttributes ¶
func (o *ProductCreateProductRequestV2) HasVariantAttributes() bool
HasVariantAttributes returns a boolean if a field has been set.
func (*ProductCreateProductRequestV2) HasVariants ¶
func (o *ProductCreateProductRequestV2) HasVariants() bool
HasVariants returns a boolean if a field has been set.
func (ProductCreateProductRequestV2) MarshalJSON ¶
func (o ProductCreateProductRequestV2) MarshalJSON() ([]byte, error)
func (*ProductCreateProductRequestV2) SetAttributes ¶
func (o *ProductCreateProductRequestV2) SetAttributes(v map[string]ProtobufAny)
SetAttributes gets a reference to the given map[string]ProtobufAny and assigns it to the Attributes field.
func (*ProductCreateProductRequestV2) SetCode ¶
func (o *ProductCreateProductRequestV2) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*ProductCreateProductRequestV2) SetEntityCode ¶
func (o *ProductCreateProductRequestV2) SetEntityCode(v string)
SetEntityCode gets a reference to the given string and assigns it to the EntityCode field.
func (*ProductCreateProductRequestV2) SetEntityType ¶
func (o *ProductCreateProductRequestV2) SetEntityType(v string)
SetEntityType gets a reference to the given string and assigns it to the EntityType field.
func (*ProductCreateProductRequestV2) SetHasConfigurator ¶
func (o *ProductCreateProductRequestV2) SetHasConfigurator(v bool)
SetHasConfigurator gets a reference to the given bool and assigns it to the HasConfigurator field.
func (*ProductCreateProductRequestV2) SetIsConfigurable ¶
func (o *ProductCreateProductRequestV2) SetIsConfigurable(v bool)
SetIsConfigurable gets a reference to the given bool and assigns it to the IsConfigurable field.
func (*ProductCreateProductRequestV2) SetIsGiftcard ¶
func (o *ProductCreateProductRequestV2) SetIsGiftcard(v bool)
SetIsGiftcard gets a reference to the given bool and assigns it to the IsGiftcard field.
func (*ProductCreateProductRequestV2) SetIsVirtual ¶
func (o *ProductCreateProductRequestV2) SetIsVirtual(v bool)
SetIsVirtual gets a reference to the given bool and assigns it to the IsVirtual field.
func (*ProductCreateProductRequestV2) SetMaxSaleableQuantity ¶
func (o *ProductCreateProductRequestV2) SetMaxSaleableQuantity(v int64)
SetMaxSaleableQuantity gets a reference to the given int64 and assigns it to the MaxSaleableQuantity field.
func (*ProductCreateProductRequestV2) SetMediaVariantAttributes ¶
func (o *ProductCreateProductRequestV2) SetMediaVariantAttributes(v []string)
SetMediaVariantAttributes gets a reference to the given []string and assigns it to the MediaVariantAttributes field.
func (*ProductCreateProductRequestV2) SetTenantId ¶
func (o *ProductCreateProductRequestV2) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (*ProductCreateProductRequestV2) SetUrlKey ¶
func (o *ProductCreateProductRequestV2) SetUrlKey(v ProductLocalizedText)
SetUrlKey gets a reference to the given ProductLocalizedText and assigns it to the UrlKey field.
func (*ProductCreateProductRequestV2) SetVariantAttributes ¶
func (o *ProductCreateProductRequestV2) SetVariantAttributes(v []string)
SetVariantAttributes gets a reference to the given []string and assigns it to the VariantAttributes field.
func (*ProductCreateProductRequestV2) SetVariants ¶
func (o *ProductCreateProductRequestV2) SetVariants(v map[string]ProductProductVariant)
SetVariants gets a reference to the given map[string]ProductProductVariant and assigns it to the Variants field.
func (ProductCreateProductRequestV2) ToMap ¶
func (o ProductCreateProductRequestV2) ToMap() (map[string]interface{}, error)
type ProductCreateProductResponse ¶
type ProductCreateProductResponse struct { Success *bool `json:"success,omitempty"` Id *string `json:"id,omitempty"` ProductErrors []ProductProductResponseError `json:"productErrors,omitempty"` AttributeErrors []ProductAttributeResponseError `json:"attributeErrors,omitempty"` }
ProductCreateProductResponse struct for ProductCreateProductResponse
func NewProductCreateProductResponse ¶
func NewProductCreateProductResponse() *ProductCreateProductResponse
NewProductCreateProductResponse instantiates a new ProductCreateProductResponse 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 NewProductCreateProductResponseWithDefaults ¶
func NewProductCreateProductResponseWithDefaults() *ProductCreateProductResponse
NewProductCreateProductResponseWithDefaults instantiates a new ProductCreateProductResponse 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 (*ProductCreateProductResponse) GetAttributeErrors ¶
func (o *ProductCreateProductResponse) GetAttributeErrors() []ProductAttributeResponseError
GetAttributeErrors returns the AttributeErrors field value if set, zero value otherwise.
func (*ProductCreateProductResponse) GetAttributeErrorsOk ¶
func (o *ProductCreateProductResponse) GetAttributeErrorsOk() ([]ProductAttributeResponseError, bool)
GetAttributeErrorsOk returns a tuple with the AttributeErrors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductCreateProductResponse) GetId ¶
func (o *ProductCreateProductResponse) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ProductCreateProductResponse) GetIdOk ¶
func (o *ProductCreateProductResponse) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductCreateProductResponse) GetProductErrors ¶
func (o *ProductCreateProductResponse) GetProductErrors() []ProductProductResponseError
GetProductErrors returns the ProductErrors field value if set, zero value otherwise.
func (*ProductCreateProductResponse) GetProductErrorsOk ¶
func (o *ProductCreateProductResponse) GetProductErrorsOk() ([]ProductProductResponseError, bool)
GetProductErrorsOk returns a tuple with the ProductErrors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductCreateProductResponse) GetSuccess ¶
func (o *ProductCreateProductResponse) GetSuccess() bool
GetSuccess returns the Success field value if set, zero value otherwise.
func (*ProductCreateProductResponse) GetSuccessOk ¶
func (o *ProductCreateProductResponse) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductCreateProductResponse) HasAttributeErrors ¶
func (o *ProductCreateProductResponse) HasAttributeErrors() bool
HasAttributeErrors returns a boolean if a field has been set.
func (*ProductCreateProductResponse) HasId ¶
func (o *ProductCreateProductResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (*ProductCreateProductResponse) HasProductErrors ¶
func (o *ProductCreateProductResponse) HasProductErrors() bool
HasProductErrors returns a boolean if a field has been set.
func (*ProductCreateProductResponse) HasSuccess ¶
func (o *ProductCreateProductResponse) HasSuccess() bool
HasSuccess returns a boolean if a field has been set.
func (ProductCreateProductResponse) MarshalJSON ¶
func (o ProductCreateProductResponse) MarshalJSON() ([]byte, error)
func (*ProductCreateProductResponse) SetAttributeErrors ¶
func (o *ProductCreateProductResponse) SetAttributeErrors(v []ProductAttributeResponseError)
SetAttributeErrors gets a reference to the given []ProductAttributeResponseError and assigns it to the AttributeErrors field.
func (*ProductCreateProductResponse) SetId ¶
func (o *ProductCreateProductResponse) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ProductCreateProductResponse) SetProductErrors ¶
func (o *ProductCreateProductResponse) SetProductErrors(v []ProductProductResponseError)
SetProductErrors gets a reference to the given []ProductProductResponseError and assigns it to the ProductErrors field.
func (*ProductCreateProductResponse) SetSuccess ¶
func (o *ProductCreateProductResponse) SetSuccess(v bool)
SetSuccess gets a reference to the given bool and assigns it to the Success field.
func (ProductCreateProductResponse) ToMap ¶
func (o ProductCreateProductResponse) ToMap() (map[string]interface{}, error)
type ProductCreateProductResponseV2 ¶
type ProductCreateProductResponseV2 struct {
Id *string `json:"id,omitempty"`
}
ProductCreateProductResponseV2 struct for ProductCreateProductResponseV2
func NewProductCreateProductResponseV2 ¶
func NewProductCreateProductResponseV2() *ProductCreateProductResponseV2
NewProductCreateProductResponseV2 instantiates a new ProductCreateProductResponseV2 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 NewProductCreateProductResponseV2WithDefaults ¶
func NewProductCreateProductResponseV2WithDefaults() *ProductCreateProductResponseV2
NewProductCreateProductResponseV2WithDefaults instantiates a new ProductCreateProductResponseV2 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 (*ProductCreateProductResponseV2) GetId ¶
func (o *ProductCreateProductResponseV2) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ProductCreateProductResponseV2) GetIdOk ¶
func (o *ProductCreateProductResponseV2) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductCreateProductResponseV2) HasId ¶
func (o *ProductCreateProductResponseV2) HasId() bool
HasId returns a boolean if a field has been set.
func (ProductCreateProductResponseV2) MarshalJSON ¶
func (o ProductCreateProductResponseV2) MarshalJSON() ([]byte, error)
func (*ProductCreateProductResponseV2) SetId ¶
func (o *ProductCreateProductResponseV2) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (ProductCreateProductResponseV2) ToMap ¶
func (o ProductCreateProductResponseV2) ToMap() (map[string]interface{}, error)
type ProductDeleteProductRequest ¶
type ProductDeleteProductRequest struct { TenantId *string `json:"tenantId,omitempty"` Id *string `json:"id,omitempty"` }
ProductDeleteProductRequest struct for ProductDeleteProductRequest
func NewProductDeleteProductRequest ¶
func NewProductDeleteProductRequest() *ProductDeleteProductRequest
NewProductDeleteProductRequest instantiates a new ProductDeleteProductRequest 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 NewProductDeleteProductRequestWithDefaults ¶
func NewProductDeleteProductRequestWithDefaults() *ProductDeleteProductRequest
NewProductDeleteProductRequestWithDefaults instantiates a new ProductDeleteProductRequest 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 (*ProductDeleteProductRequest) GetId ¶
func (o *ProductDeleteProductRequest) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ProductDeleteProductRequest) GetIdOk ¶
func (o *ProductDeleteProductRequest) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductDeleteProductRequest) GetTenantId ¶
func (o *ProductDeleteProductRequest) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*ProductDeleteProductRequest) GetTenantIdOk ¶
func (o *ProductDeleteProductRequest) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductDeleteProductRequest) HasId ¶
func (o *ProductDeleteProductRequest) HasId() bool
HasId returns a boolean if a field has been set.
func (*ProductDeleteProductRequest) HasTenantId ¶
func (o *ProductDeleteProductRequest) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (ProductDeleteProductRequest) MarshalJSON ¶
func (o ProductDeleteProductRequest) MarshalJSON() ([]byte, error)
func (*ProductDeleteProductRequest) SetId ¶
func (o *ProductDeleteProductRequest) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ProductDeleteProductRequest) SetTenantId ¶
func (o *ProductDeleteProductRequest) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (ProductDeleteProductRequest) ToMap ¶
func (o ProductDeleteProductRequest) ToMap() (map[string]interface{}, error)
type ProductDeleteRequest ¶
type ProductDeleteRequest struct {
Product *ProductProductEntity `json:"product,omitempty"`
}
ProductDeleteRequest struct for ProductDeleteRequest
func NewProductDeleteRequest ¶
func NewProductDeleteRequest() *ProductDeleteRequest
NewProductDeleteRequest instantiates a new ProductDeleteRequest 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 NewProductDeleteRequestWithDefaults ¶
func NewProductDeleteRequestWithDefaults() *ProductDeleteRequest
NewProductDeleteRequestWithDefaults instantiates a new ProductDeleteRequest 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 (*ProductDeleteRequest) GetProduct ¶
func (o *ProductDeleteRequest) GetProduct() ProductProductEntity
GetProduct returns the Product field value if set, zero value otherwise.
func (*ProductDeleteRequest) GetProductOk ¶
func (o *ProductDeleteRequest) GetProductOk() (*ProductProductEntity, bool)
GetProductOk returns a tuple with the Product field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductDeleteRequest) HasProduct ¶
func (o *ProductDeleteRequest) HasProduct() bool
HasProduct returns a boolean if a field has been set.
func (ProductDeleteRequest) MarshalJSON ¶
func (o ProductDeleteRequest) MarshalJSON() ([]byte, error)
func (*ProductDeleteRequest) SetProduct ¶
func (o *ProductDeleteRequest) SetProduct(v ProductProductEntity)
SetProduct gets a reference to the given ProductProductEntity and assigns it to the Product field.
func (ProductDeleteRequest) ToMap ¶
func (o ProductDeleteRequest) ToMap() (map[string]interface{}, error)
type ProductDeleteResponse ¶
type ProductDeleteResponse struct {
Success *bool `json:"success,omitempty"`
}
ProductDeleteResponse struct for ProductDeleteResponse
func NewProductDeleteResponse ¶
func NewProductDeleteResponse() *ProductDeleteResponse
NewProductDeleteResponse instantiates a new ProductDeleteResponse 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 NewProductDeleteResponseWithDefaults ¶
func NewProductDeleteResponseWithDefaults() *ProductDeleteResponse
NewProductDeleteResponseWithDefaults instantiates a new ProductDeleteResponse 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 (*ProductDeleteResponse) GetSuccess ¶
func (o *ProductDeleteResponse) GetSuccess() bool
GetSuccess returns the Success field value if set, zero value otherwise.
func (*ProductDeleteResponse) GetSuccessOk ¶
func (o *ProductDeleteResponse) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductDeleteResponse) HasSuccess ¶
func (o *ProductDeleteResponse) HasSuccess() bool
HasSuccess returns a boolean if a field has been set.
func (ProductDeleteResponse) MarshalJSON ¶
func (o ProductDeleteResponse) MarshalJSON() ([]byte, error)
func (*ProductDeleteResponse) SetSuccess ¶
func (o *ProductDeleteResponse) SetSuccess(v bool)
SetSuccess gets a reference to the given bool and assigns it to the Success field.
func (ProductDeleteResponse) ToMap ¶
func (o ProductDeleteResponse) ToMap() (map[string]interface{}, error)
type ProductFieldMask ¶
type ProductFieldMask struct {
Paths []string `json:"paths,omitempty"`
}
ProductFieldMask struct for ProductFieldMask
func NewProductFieldMask ¶
func NewProductFieldMask() *ProductFieldMask
NewProductFieldMask instantiates a new ProductFieldMask 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 NewProductFieldMaskWithDefaults ¶
func NewProductFieldMaskWithDefaults() *ProductFieldMask
NewProductFieldMaskWithDefaults instantiates a new ProductFieldMask 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 (*ProductFieldMask) GetPaths ¶
func (o *ProductFieldMask) GetPaths() []string
GetPaths returns the Paths field value if set, zero value otherwise.
func (*ProductFieldMask) GetPathsOk ¶
func (o *ProductFieldMask) GetPathsOk() ([]string, bool)
GetPathsOk returns a tuple with the Paths field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductFieldMask) HasPaths ¶
func (o *ProductFieldMask) HasPaths() bool
HasPaths returns a boolean if a field has been set.
func (ProductFieldMask) MarshalJSON ¶
func (o ProductFieldMask) MarshalJSON() ([]byte, error)
func (*ProductFieldMask) SetPaths ¶
func (o *ProductFieldMask) SetPaths(v []string)
SetPaths gets a reference to the given []string and assigns it to the Paths field.
func (ProductFieldMask) ToMap ¶
func (o ProductFieldMask) ToMap() (map[string]interface{}, error)
type ProductGetProductByCodeRequest ¶
type ProductGetProductByCodeRequest struct { TenantId *string `json:"tenantId,omitempty"` Code *string `json:"code,omitempty"` }
ProductGetProductByCodeRequest struct for ProductGetProductByCodeRequest
func NewProductGetProductByCodeRequest ¶
func NewProductGetProductByCodeRequest() *ProductGetProductByCodeRequest
NewProductGetProductByCodeRequest instantiates a new ProductGetProductByCodeRequest 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 NewProductGetProductByCodeRequestWithDefaults ¶
func NewProductGetProductByCodeRequestWithDefaults() *ProductGetProductByCodeRequest
NewProductGetProductByCodeRequestWithDefaults instantiates a new ProductGetProductByCodeRequest 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 (*ProductGetProductByCodeRequest) GetCode ¶
func (o *ProductGetProductByCodeRequest) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*ProductGetProductByCodeRequest) GetCodeOk ¶
func (o *ProductGetProductByCodeRequest) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductGetProductByCodeRequest) GetTenantId ¶
func (o *ProductGetProductByCodeRequest) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*ProductGetProductByCodeRequest) GetTenantIdOk ¶
func (o *ProductGetProductByCodeRequest) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductGetProductByCodeRequest) HasCode ¶
func (o *ProductGetProductByCodeRequest) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*ProductGetProductByCodeRequest) HasTenantId ¶
func (o *ProductGetProductByCodeRequest) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (ProductGetProductByCodeRequest) MarshalJSON ¶
func (o ProductGetProductByCodeRequest) MarshalJSON() ([]byte, error)
func (*ProductGetProductByCodeRequest) SetCode ¶
func (o *ProductGetProductByCodeRequest) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*ProductGetProductByCodeRequest) SetTenantId ¶
func (o *ProductGetProductByCodeRequest) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (ProductGetProductByCodeRequest) ToMap ¶
func (o ProductGetProductByCodeRequest) ToMap() (map[string]interface{}, error)
type ProductGetProductByCodeResponse ¶
type ProductGetProductByCodeResponse struct {
Product *ProductProductEntity `json:"product,omitempty"`
}
ProductGetProductByCodeResponse struct for ProductGetProductByCodeResponse
func NewProductGetProductByCodeResponse ¶
func NewProductGetProductByCodeResponse() *ProductGetProductByCodeResponse
NewProductGetProductByCodeResponse instantiates a new ProductGetProductByCodeResponse 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 NewProductGetProductByCodeResponseWithDefaults ¶
func NewProductGetProductByCodeResponseWithDefaults() *ProductGetProductByCodeResponse
NewProductGetProductByCodeResponseWithDefaults instantiates a new ProductGetProductByCodeResponse 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 (*ProductGetProductByCodeResponse) GetProduct ¶
func (o *ProductGetProductByCodeResponse) GetProduct() ProductProductEntity
GetProduct returns the Product field value if set, zero value otherwise.
func (*ProductGetProductByCodeResponse) GetProductOk ¶
func (o *ProductGetProductByCodeResponse) GetProductOk() (*ProductProductEntity, bool)
GetProductOk returns a tuple with the Product field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductGetProductByCodeResponse) HasProduct ¶
func (o *ProductGetProductByCodeResponse) HasProduct() bool
HasProduct returns a boolean if a field has been set.
func (ProductGetProductByCodeResponse) MarshalJSON ¶
func (o ProductGetProductByCodeResponse) MarshalJSON() ([]byte, error)
func (*ProductGetProductByCodeResponse) SetProduct ¶
func (o *ProductGetProductByCodeResponse) SetProduct(v ProductProductEntity)
SetProduct gets a reference to the given ProductProductEntity and assigns it to the Product field.
func (ProductGetProductByCodeResponse) ToMap ¶
func (o ProductGetProductByCodeResponse) ToMap() (map[string]interface{}, error)
type ProductGetProductByUrlKeyRequest ¶
type ProductGetProductByUrlKeyRequest struct { TenantId *string `json:"tenantId,omitempty"` UrlKey *string `json:"urlKey,omitempty"` Locale *string `json:"locale,omitempty"` }
ProductGetProductByUrlKeyRequest struct for ProductGetProductByUrlKeyRequest
func NewProductGetProductByUrlKeyRequest ¶
func NewProductGetProductByUrlKeyRequest() *ProductGetProductByUrlKeyRequest
NewProductGetProductByUrlKeyRequest instantiates a new ProductGetProductByUrlKeyRequest 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 NewProductGetProductByUrlKeyRequestWithDefaults ¶
func NewProductGetProductByUrlKeyRequestWithDefaults() *ProductGetProductByUrlKeyRequest
NewProductGetProductByUrlKeyRequestWithDefaults instantiates a new ProductGetProductByUrlKeyRequest 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 (*ProductGetProductByUrlKeyRequest) GetLocale ¶
func (o *ProductGetProductByUrlKeyRequest) GetLocale() string
GetLocale returns the Locale field value if set, zero value otherwise.
func (*ProductGetProductByUrlKeyRequest) GetLocaleOk ¶
func (o *ProductGetProductByUrlKeyRequest) GetLocaleOk() (*string, bool)
GetLocaleOk returns a tuple with the Locale field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductGetProductByUrlKeyRequest) GetTenantId ¶
func (o *ProductGetProductByUrlKeyRequest) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*ProductGetProductByUrlKeyRequest) GetTenantIdOk ¶
func (o *ProductGetProductByUrlKeyRequest) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductGetProductByUrlKeyRequest) GetUrlKey ¶
func (o *ProductGetProductByUrlKeyRequest) GetUrlKey() string
GetUrlKey returns the UrlKey field value if set, zero value otherwise.
func (*ProductGetProductByUrlKeyRequest) GetUrlKeyOk ¶
func (o *ProductGetProductByUrlKeyRequest) GetUrlKeyOk() (*string, bool)
GetUrlKeyOk returns a tuple with the UrlKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductGetProductByUrlKeyRequest) HasLocale ¶
func (o *ProductGetProductByUrlKeyRequest) HasLocale() bool
HasLocale returns a boolean if a field has been set.
func (*ProductGetProductByUrlKeyRequest) HasTenantId ¶
func (o *ProductGetProductByUrlKeyRequest) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (*ProductGetProductByUrlKeyRequest) HasUrlKey ¶
func (o *ProductGetProductByUrlKeyRequest) HasUrlKey() bool
HasUrlKey returns a boolean if a field has been set.
func (ProductGetProductByUrlKeyRequest) MarshalJSON ¶
func (o ProductGetProductByUrlKeyRequest) MarshalJSON() ([]byte, error)
func (*ProductGetProductByUrlKeyRequest) SetLocale ¶
func (o *ProductGetProductByUrlKeyRequest) SetLocale(v string)
SetLocale gets a reference to the given string and assigns it to the Locale field.
func (*ProductGetProductByUrlKeyRequest) SetTenantId ¶
func (o *ProductGetProductByUrlKeyRequest) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (*ProductGetProductByUrlKeyRequest) SetUrlKey ¶
func (o *ProductGetProductByUrlKeyRequest) SetUrlKey(v string)
SetUrlKey gets a reference to the given string and assigns it to the UrlKey field.
func (ProductGetProductByUrlKeyRequest) ToMap ¶
func (o ProductGetProductByUrlKeyRequest) ToMap() (map[string]interface{}, error)
type ProductGetProductByUrlKeyResponse ¶
type ProductGetProductByUrlKeyResponse struct {
Product *ProductProductEntity `json:"product,omitempty"`
}
ProductGetProductByUrlKeyResponse struct for ProductGetProductByUrlKeyResponse
func NewProductGetProductByUrlKeyResponse ¶
func NewProductGetProductByUrlKeyResponse() *ProductGetProductByUrlKeyResponse
NewProductGetProductByUrlKeyResponse instantiates a new ProductGetProductByUrlKeyResponse 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 NewProductGetProductByUrlKeyResponseWithDefaults ¶
func NewProductGetProductByUrlKeyResponseWithDefaults() *ProductGetProductByUrlKeyResponse
NewProductGetProductByUrlKeyResponseWithDefaults instantiates a new ProductGetProductByUrlKeyResponse 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 (*ProductGetProductByUrlKeyResponse) GetProduct ¶
func (o *ProductGetProductByUrlKeyResponse) GetProduct() ProductProductEntity
GetProduct returns the Product field value if set, zero value otherwise.
func (*ProductGetProductByUrlKeyResponse) GetProductOk ¶
func (o *ProductGetProductByUrlKeyResponse) GetProductOk() (*ProductProductEntity, bool)
GetProductOk returns a tuple with the Product field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductGetProductByUrlKeyResponse) HasProduct ¶
func (o *ProductGetProductByUrlKeyResponse) HasProduct() bool
HasProduct returns a boolean if a field has been set.
func (ProductGetProductByUrlKeyResponse) MarshalJSON ¶
func (o ProductGetProductByUrlKeyResponse) MarshalJSON() ([]byte, error)
func (*ProductGetProductByUrlKeyResponse) SetProduct ¶
func (o *ProductGetProductByUrlKeyResponse) SetProduct(v ProductProductEntity)
SetProduct gets a reference to the given ProductProductEntity and assigns it to the Product field.
func (ProductGetProductByUrlKeyResponse) ToMap ¶
func (o ProductGetProductByUrlKeyResponse) ToMap() (map[string]interface{}, error)
type ProductGetProductRequest ¶
type ProductGetProductRequest struct { TenantId *string `json:"tenantId,omitempty"` Id *string `json:"id,omitempty"` }
ProductGetProductRequest struct for ProductGetProductRequest
func NewProductGetProductRequest ¶
func NewProductGetProductRequest() *ProductGetProductRequest
NewProductGetProductRequest instantiates a new ProductGetProductRequest 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 NewProductGetProductRequestWithDefaults ¶
func NewProductGetProductRequestWithDefaults() *ProductGetProductRequest
NewProductGetProductRequestWithDefaults instantiates a new ProductGetProductRequest 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 (*ProductGetProductRequest) GetId ¶
func (o *ProductGetProductRequest) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ProductGetProductRequest) GetIdOk ¶
func (o *ProductGetProductRequest) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductGetProductRequest) GetTenantId ¶
func (o *ProductGetProductRequest) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*ProductGetProductRequest) GetTenantIdOk ¶
func (o *ProductGetProductRequest) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductGetProductRequest) HasId ¶
func (o *ProductGetProductRequest) HasId() bool
HasId returns a boolean if a field has been set.
func (*ProductGetProductRequest) HasTenantId ¶
func (o *ProductGetProductRequest) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (ProductGetProductRequest) MarshalJSON ¶
func (o ProductGetProductRequest) MarshalJSON() ([]byte, error)
func (*ProductGetProductRequest) SetId ¶
func (o *ProductGetProductRequest) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ProductGetProductRequest) SetTenantId ¶
func (o *ProductGetProductRequest) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (ProductGetProductRequest) ToMap ¶
func (o ProductGetProductRequest) ToMap() (map[string]interface{}, error)
type ProductGetProductResponse ¶
type ProductGetProductResponse struct {
Product *ProductProductEntity `json:"product,omitempty"`
}
ProductGetProductResponse struct for ProductGetProductResponse
func NewProductGetProductResponse ¶
func NewProductGetProductResponse() *ProductGetProductResponse
NewProductGetProductResponse instantiates a new ProductGetProductResponse 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 NewProductGetProductResponseWithDefaults ¶
func NewProductGetProductResponseWithDefaults() *ProductGetProductResponse
NewProductGetProductResponseWithDefaults instantiates a new ProductGetProductResponse 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 (*ProductGetProductResponse) GetProduct ¶
func (o *ProductGetProductResponse) GetProduct() ProductProductEntity
GetProduct returns the Product field value if set, zero value otherwise.
func (*ProductGetProductResponse) GetProductOk ¶
func (o *ProductGetProductResponse) GetProductOk() (*ProductProductEntity, bool)
GetProductOk returns a tuple with the Product field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductGetProductResponse) HasProduct ¶
func (o *ProductGetProductResponse) HasProduct() bool
HasProduct returns a boolean if a field has been set.
func (ProductGetProductResponse) MarshalJSON ¶
func (o ProductGetProductResponse) MarshalJSON() ([]byte, error)
func (*ProductGetProductResponse) SetProduct ¶
func (o *ProductGetProductResponse) SetProduct(v ProductProductEntity)
SetProduct gets a reference to the given ProductProductEntity and assigns it to the Product field.
func (ProductGetProductResponse) ToMap ¶
func (o ProductGetProductResponse) ToMap() (map[string]interface{}, error)
type ProductListProductsByIdsRequest ¶
type ProductListProductsByIdsRequest struct { TenantId *string `json:"tenantId,omitempty"` Ids []string `json:"ids,omitempty"` }
ProductListProductsByIdsRequest struct for ProductListProductsByIdsRequest
func NewProductListProductsByIdsRequest ¶
func NewProductListProductsByIdsRequest() *ProductListProductsByIdsRequest
NewProductListProductsByIdsRequest instantiates a new ProductListProductsByIdsRequest 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 NewProductListProductsByIdsRequestWithDefaults ¶
func NewProductListProductsByIdsRequestWithDefaults() *ProductListProductsByIdsRequest
NewProductListProductsByIdsRequestWithDefaults instantiates a new ProductListProductsByIdsRequest 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 (*ProductListProductsByIdsRequest) GetIds ¶
func (o *ProductListProductsByIdsRequest) GetIds() []string
GetIds returns the Ids field value if set, zero value otherwise.
func (*ProductListProductsByIdsRequest) GetIdsOk ¶
func (o *ProductListProductsByIdsRequest) GetIdsOk() ([]string, bool)
GetIdsOk returns a tuple with the Ids field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductListProductsByIdsRequest) GetTenantId ¶
func (o *ProductListProductsByIdsRequest) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*ProductListProductsByIdsRequest) GetTenantIdOk ¶
func (o *ProductListProductsByIdsRequest) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductListProductsByIdsRequest) HasIds ¶
func (o *ProductListProductsByIdsRequest) HasIds() bool
HasIds returns a boolean if a field has been set.
func (*ProductListProductsByIdsRequest) HasTenantId ¶
func (o *ProductListProductsByIdsRequest) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (ProductListProductsByIdsRequest) MarshalJSON ¶
func (o ProductListProductsByIdsRequest) MarshalJSON() ([]byte, error)
func (*ProductListProductsByIdsRequest) SetIds ¶
func (o *ProductListProductsByIdsRequest) SetIds(v []string)
SetIds gets a reference to the given []string and assigns it to the Ids field.
func (*ProductListProductsByIdsRequest) SetTenantId ¶
func (o *ProductListProductsByIdsRequest) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (ProductListProductsByIdsRequest) ToMap ¶
func (o ProductListProductsByIdsRequest) ToMap() (map[string]interface{}, error)
type ProductListProductsByIdsResponse ¶
type ProductListProductsByIdsResponse struct {
Products []ProductProductEntity `json:"products,omitempty"`
}
ProductListProductsByIdsResponse struct for ProductListProductsByIdsResponse
func NewProductListProductsByIdsResponse ¶
func NewProductListProductsByIdsResponse() *ProductListProductsByIdsResponse
NewProductListProductsByIdsResponse instantiates a new ProductListProductsByIdsResponse 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 NewProductListProductsByIdsResponseWithDefaults ¶
func NewProductListProductsByIdsResponseWithDefaults() *ProductListProductsByIdsResponse
NewProductListProductsByIdsResponseWithDefaults instantiates a new ProductListProductsByIdsResponse 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 (*ProductListProductsByIdsResponse) GetProducts ¶
func (o *ProductListProductsByIdsResponse) GetProducts() []ProductProductEntity
GetProducts returns the Products field value if set, zero value otherwise.
func (*ProductListProductsByIdsResponse) GetProductsOk ¶
func (o *ProductListProductsByIdsResponse) GetProductsOk() ([]ProductProductEntity, bool)
GetProductsOk returns a tuple with the Products field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductListProductsByIdsResponse) HasProducts ¶
func (o *ProductListProductsByIdsResponse) HasProducts() bool
HasProducts returns a boolean if a field has been set.
func (ProductListProductsByIdsResponse) MarshalJSON ¶
func (o ProductListProductsByIdsResponse) MarshalJSON() ([]byte, error)
func (*ProductListProductsByIdsResponse) SetProducts ¶
func (o *ProductListProductsByIdsResponse) SetProducts(v []ProductProductEntity)
SetProducts gets a reference to the given []ProductProductEntity and assigns it to the Products field.
func (ProductListProductsByIdsResponse) ToMap ¶
func (o ProductListProductsByIdsResponse) ToMap() (map[string]interface{}, error)
type ProductListProductsBySkuRequest ¶
type ProductListProductsBySkuRequest struct { TenantId *string `json:"tenantId,omitempty"` Sku *string `json:"sku,omitempty"` }
ProductListProductsBySkuRequest struct for ProductListProductsBySkuRequest
func NewProductListProductsBySkuRequest ¶
func NewProductListProductsBySkuRequest() *ProductListProductsBySkuRequest
NewProductListProductsBySkuRequest instantiates a new ProductListProductsBySkuRequest 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 NewProductListProductsBySkuRequestWithDefaults ¶
func NewProductListProductsBySkuRequestWithDefaults() *ProductListProductsBySkuRequest
NewProductListProductsBySkuRequestWithDefaults instantiates a new ProductListProductsBySkuRequest 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 (*ProductListProductsBySkuRequest) GetSku ¶
func (o *ProductListProductsBySkuRequest) GetSku() string
GetSku returns the Sku field value if set, zero value otherwise.
func (*ProductListProductsBySkuRequest) GetSkuOk ¶
func (o *ProductListProductsBySkuRequest) GetSkuOk() (*string, bool)
GetSkuOk returns a tuple with the Sku field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductListProductsBySkuRequest) GetTenantId ¶
func (o *ProductListProductsBySkuRequest) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*ProductListProductsBySkuRequest) GetTenantIdOk ¶
func (o *ProductListProductsBySkuRequest) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductListProductsBySkuRequest) HasSku ¶
func (o *ProductListProductsBySkuRequest) HasSku() bool
HasSku returns a boolean if a field has been set.
func (*ProductListProductsBySkuRequest) HasTenantId ¶
func (o *ProductListProductsBySkuRequest) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (ProductListProductsBySkuRequest) MarshalJSON ¶
func (o ProductListProductsBySkuRequest) MarshalJSON() ([]byte, error)
func (*ProductListProductsBySkuRequest) SetSku ¶
func (o *ProductListProductsBySkuRequest) SetSku(v string)
SetSku gets a reference to the given string and assigns it to the Sku field.
func (*ProductListProductsBySkuRequest) SetTenantId ¶
func (o *ProductListProductsBySkuRequest) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (ProductListProductsBySkuRequest) ToMap ¶
func (o ProductListProductsBySkuRequest) ToMap() (map[string]interface{}, error)
type ProductListProductsBySkuResponse ¶
type ProductListProductsBySkuResponse struct {
Products []ProductProductEntity `json:"products,omitempty"`
}
ProductListProductsBySkuResponse struct for ProductListProductsBySkuResponse
func NewProductListProductsBySkuResponse ¶
func NewProductListProductsBySkuResponse() *ProductListProductsBySkuResponse
NewProductListProductsBySkuResponse instantiates a new ProductListProductsBySkuResponse 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 NewProductListProductsBySkuResponseWithDefaults ¶
func NewProductListProductsBySkuResponseWithDefaults() *ProductListProductsBySkuResponse
NewProductListProductsBySkuResponseWithDefaults instantiates a new ProductListProductsBySkuResponse 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 (*ProductListProductsBySkuResponse) GetProducts ¶
func (o *ProductListProductsBySkuResponse) GetProducts() []ProductProductEntity
GetProducts returns the Products field value if set, zero value otherwise.
func (*ProductListProductsBySkuResponse) GetProductsOk ¶
func (o *ProductListProductsBySkuResponse) GetProductsOk() ([]ProductProductEntity, bool)
GetProductsOk returns a tuple with the Products field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductListProductsBySkuResponse) HasProducts ¶
func (o *ProductListProductsBySkuResponse) HasProducts() bool
HasProducts returns a boolean if a field has been set.
func (ProductListProductsBySkuResponse) MarshalJSON ¶
func (o ProductListProductsBySkuResponse) MarshalJSON() ([]byte, error)
func (*ProductListProductsBySkuResponse) SetProducts ¶
func (o *ProductListProductsBySkuResponse) SetProducts(v []ProductProductEntity)
SetProducts gets a reference to the given []ProductProductEntity and assigns it to the Products field.
func (ProductListProductsBySkuResponse) ToMap ¶
func (o ProductListProductsBySkuResponse) ToMap() (map[string]interface{}, error)
type ProductListProductsRequest ¶
type ProductListProductsRequest struct { TenantId *string `json:"tenantId,omitempty"` PageSize *string `json:"pageSize,omitempty"` PageToken *string `json:"pageToken,omitempty"` Filter *ListProductsRequestFilter `json:"filter,omitempty"` FilterMask *string `json:"filterMask,omitempty"` }
ProductListProductsRequest struct for ProductListProductsRequest
func NewProductListProductsRequest ¶
func NewProductListProductsRequest() *ProductListProductsRequest
NewProductListProductsRequest instantiates a new ProductListProductsRequest 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 NewProductListProductsRequestWithDefaults ¶
func NewProductListProductsRequestWithDefaults() *ProductListProductsRequest
NewProductListProductsRequestWithDefaults instantiates a new ProductListProductsRequest 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 (*ProductListProductsRequest) GetFilter ¶
func (o *ProductListProductsRequest) GetFilter() ListProductsRequestFilter
GetFilter returns the Filter field value if set, zero value otherwise.
func (*ProductListProductsRequest) GetFilterMask ¶
func (o *ProductListProductsRequest) GetFilterMask() string
GetFilterMask returns the FilterMask field value if set, zero value otherwise.
func (*ProductListProductsRequest) GetFilterMaskOk ¶
func (o *ProductListProductsRequest) GetFilterMaskOk() (*string, bool)
GetFilterMaskOk returns a tuple with the FilterMask field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductListProductsRequest) GetFilterOk ¶
func (o *ProductListProductsRequest) GetFilterOk() (*ListProductsRequestFilter, bool)
GetFilterOk returns a tuple with the Filter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductListProductsRequest) GetPageSize ¶
func (o *ProductListProductsRequest) GetPageSize() string
GetPageSize returns the PageSize field value if set, zero value otherwise.
func (*ProductListProductsRequest) GetPageSizeOk ¶
func (o *ProductListProductsRequest) GetPageSizeOk() (*string, bool)
GetPageSizeOk returns a tuple with the PageSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductListProductsRequest) GetPageToken ¶
func (o *ProductListProductsRequest) GetPageToken() string
GetPageToken returns the PageToken field value if set, zero value otherwise.
func (*ProductListProductsRequest) GetPageTokenOk ¶
func (o *ProductListProductsRequest) GetPageTokenOk() (*string, bool)
GetPageTokenOk returns a tuple with the PageToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductListProductsRequest) GetTenantId ¶
func (o *ProductListProductsRequest) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*ProductListProductsRequest) GetTenantIdOk ¶
func (o *ProductListProductsRequest) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductListProductsRequest) HasFilter ¶
func (o *ProductListProductsRequest) HasFilter() bool
HasFilter returns a boolean if a field has been set.
func (*ProductListProductsRequest) HasFilterMask ¶
func (o *ProductListProductsRequest) HasFilterMask() bool
HasFilterMask returns a boolean if a field has been set.
func (*ProductListProductsRequest) HasPageSize ¶
func (o *ProductListProductsRequest) HasPageSize() bool
HasPageSize returns a boolean if a field has been set.
func (*ProductListProductsRequest) HasPageToken ¶
func (o *ProductListProductsRequest) HasPageToken() bool
HasPageToken returns a boolean if a field has been set.
func (*ProductListProductsRequest) HasTenantId ¶
func (o *ProductListProductsRequest) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (ProductListProductsRequest) MarshalJSON ¶
func (o ProductListProductsRequest) MarshalJSON() ([]byte, error)
func (*ProductListProductsRequest) SetFilter ¶
func (o *ProductListProductsRequest) SetFilter(v ListProductsRequestFilter)
SetFilter gets a reference to the given ListProductsRequestFilter and assigns it to the Filter field.
func (*ProductListProductsRequest) SetFilterMask ¶
func (o *ProductListProductsRequest) SetFilterMask(v string)
SetFilterMask gets a reference to the given string and assigns it to the FilterMask field.
func (*ProductListProductsRequest) SetPageSize ¶
func (o *ProductListProductsRequest) SetPageSize(v string)
SetPageSize gets a reference to the given string and assigns it to the PageSize field.
func (*ProductListProductsRequest) SetPageToken ¶
func (o *ProductListProductsRequest) SetPageToken(v string)
SetPageToken gets a reference to the given string and assigns it to the PageToken field.
func (*ProductListProductsRequest) SetTenantId ¶
func (o *ProductListProductsRequest) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (ProductListProductsRequest) ToMap ¶
func (o ProductListProductsRequest) ToMap() (map[string]interface{}, error)
type ProductListProductsResponse ¶
type ProductListProductsResponse struct { Products []ProductProductEntity `json:"products,omitempty"` NextPageToken *string `json:"nextPageToken,omitempty"` }
ProductListProductsResponse struct for ProductListProductsResponse
func NewProductListProductsResponse ¶
func NewProductListProductsResponse() *ProductListProductsResponse
NewProductListProductsResponse instantiates a new ProductListProductsResponse 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 NewProductListProductsResponseWithDefaults ¶
func NewProductListProductsResponseWithDefaults() *ProductListProductsResponse
NewProductListProductsResponseWithDefaults instantiates a new ProductListProductsResponse 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 (*ProductListProductsResponse) GetNextPageToken ¶
func (o *ProductListProductsResponse) GetNextPageToken() string
GetNextPageToken returns the NextPageToken field value if set, zero value otherwise.
func (*ProductListProductsResponse) GetNextPageTokenOk ¶
func (o *ProductListProductsResponse) GetNextPageTokenOk() (*string, bool)
GetNextPageTokenOk returns a tuple with the NextPageToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductListProductsResponse) GetProducts ¶
func (o *ProductListProductsResponse) GetProducts() []ProductProductEntity
GetProducts returns the Products field value if set, zero value otherwise.
func (*ProductListProductsResponse) GetProductsOk ¶
func (o *ProductListProductsResponse) GetProductsOk() ([]ProductProductEntity, bool)
GetProductsOk returns a tuple with the Products field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductListProductsResponse) HasNextPageToken ¶
func (o *ProductListProductsResponse) HasNextPageToken() bool
HasNextPageToken returns a boolean if a field has been set.
func (*ProductListProductsResponse) HasProducts ¶
func (o *ProductListProductsResponse) HasProducts() bool
HasProducts returns a boolean if a field has been set.
func (ProductListProductsResponse) MarshalJSON ¶
func (o ProductListProductsResponse) MarshalJSON() ([]byte, error)
func (*ProductListProductsResponse) SetNextPageToken ¶
func (o *ProductListProductsResponse) SetNextPageToken(v string)
SetNextPageToken gets a reference to the given string and assigns it to the NextPageToken field.
func (*ProductListProductsResponse) SetProducts ¶
func (o *ProductListProductsResponse) SetProducts(v []ProductProductEntity)
SetProducts gets a reference to the given []ProductProductEntity and assigns it to the Products field.
func (ProductListProductsResponse) ToMap ¶
func (o ProductListProductsResponse) ToMap() (map[string]interface{}, error)
type ProductListVariantsBySkuRequest ¶
type ProductListVariantsBySkuRequest struct { TenantId *string `json:"tenantId,omitempty"` Sku *string `json:"sku,omitempty"` }
ProductListVariantsBySkuRequest struct for ProductListVariantsBySkuRequest
func NewProductListVariantsBySkuRequest ¶
func NewProductListVariantsBySkuRequest() *ProductListVariantsBySkuRequest
NewProductListVariantsBySkuRequest instantiates a new ProductListVariantsBySkuRequest 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 NewProductListVariantsBySkuRequestWithDefaults ¶
func NewProductListVariantsBySkuRequestWithDefaults() *ProductListVariantsBySkuRequest
NewProductListVariantsBySkuRequestWithDefaults instantiates a new ProductListVariantsBySkuRequest 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 (*ProductListVariantsBySkuRequest) GetSku ¶
func (o *ProductListVariantsBySkuRequest) GetSku() string
GetSku returns the Sku field value if set, zero value otherwise.
func (*ProductListVariantsBySkuRequest) GetSkuOk ¶
func (o *ProductListVariantsBySkuRequest) GetSkuOk() (*string, bool)
GetSkuOk returns a tuple with the Sku field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductListVariantsBySkuRequest) GetTenantId ¶
func (o *ProductListVariantsBySkuRequest) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*ProductListVariantsBySkuRequest) GetTenantIdOk ¶
func (o *ProductListVariantsBySkuRequest) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductListVariantsBySkuRequest) HasSku ¶
func (o *ProductListVariantsBySkuRequest) HasSku() bool
HasSku returns a boolean if a field has been set.
func (*ProductListVariantsBySkuRequest) HasTenantId ¶
func (o *ProductListVariantsBySkuRequest) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (ProductListVariantsBySkuRequest) MarshalJSON ¶
func (o ProductListVariantsBySkuRequest) MarshalJSON() ([]byte, error)
func (*ProductListVariantsBySkuRequest) SetSku ¶
func (o *ProductListVariantsBySkuRequest) SetSku(v string)
SetSku gets a reference to the given string and assigns it to the Sku field.
func (*ProductListVariantsBySkuRequest) SetTenantId ¶
func (o *ProductListVariantsBySkuRequest) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (ProductListVariantsBySkuRequest) ToMap ¶
func (o ProductListVariantsBySkuRequest) ToMap() (map[string]interface{}, error)
type ProductListVariantsBySkuResponse ¶
type ProductListVariantsBySkuResponse struct {
Variants []ProductProductVariant `json:"variants,omitempty"`
}
ProductListVariantsBySkuResponse struct for ProductListVariantsBySkuResponse
func NewProductListVariantsBySkuResponse ¶
func NewProductListVariantsBySkuResponse() *ProductListVariantsBySkuResponse
NewProductListVariantsBySkuResponse instantiates a new ProductListVariantsBySkuResponse 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 NewProductListVariantsBySkuResponseWithDefaults ¶
func NewProductListVariantsBySkuResponseWithDefaults() *ProductListVariantsBySkuResponse
NewProductListVariantsBySkuResponseWithDefaults instantiates a new ProductListVariantsBySkuResponse 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 (*ProductListVariantsBySkuResponse) GetVariants ¶
func (o *ProductListVariantsBySkuResponse) GetVariants() []ProductProductVariant
GetVariants returns the Variants field value if set, zero value otherwise.
func (*ProductListVariantsBySkuResponse) GetVariantsOk ¶
func (o *ProductListVariantsBySkuResponse) GetVariantsOk() ([]ProductProductVariant, bool)
GetVariantsOk returns a tuple with the Variants field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductListVariantsBySkuResponse) HasVariants ¶
func (o *ProductListVariantsBySkuResponse) HasVariants() bool
HasVariants returns a boolean if a field has been set.
func (ProductListVariantsBySkuResponse) MarshalJSON ¶
func (o ProductListVariantsBySkuResponse) MarshalJSON() ([]byte, error)
func (*ProductListVariantsBySkuResponse) SetVariants ¶
func (o *ProductListVariantsBySkuResponse) SetVariants(v []ProductProductVariant)
SetVariants gets a reference to the given []ProductProductVariant and assigns it to the Variants field.
func (ProductListVariantsBySkuResponse) ToMap ¶
func (o ProductListVariantsBySkuResponse) ToMap() (map[string]interface{}, error)
type ProductLocalizedAsset ¶
ProductLocalizedAsset struct for ProductLocalizedAsset
func NewProductLocalizedAsset ¶
func NewProductLocalizedAsset() *ProductLocalizedAsset
NewProductLocalizedAsset instantiates a new ProductLocalizedAsset 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 NewProductLocalizedAssetWithDefaults ¶
func NewProductLocalizedAssetWithDefaults() *ProductLocalizedAsset
NewProductLocalizedAssetWithDefaults instantiates a new ProductLocalizedAsset 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 (*ProductLocalizedAsset) GetValue ¶
func (o *ProductLocalizedAsset) GetValue() map[string]string
GetValue returns the Value field value if set, zero value otherwise.
func (*ProductLocalizedAsset) GetValueOk ¶
func (o *ProductLocalizedAsset) GetValueOk() (*map[string]string, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductLocalizedAsset) HasValue ¶
func (o *ProductLocalizedAsset) HasValue() bool
HasValue returns a boolean if a field has been set.
func (ProductLocalizedAsset) MarshalJSON ¶
func (o ProductLocalizedAsset) MarshalJSON() ([]byte, error)
func (*ProductLocalizedAsset) SetValue ¶
func (o *ProductLocalizedAsset) SetValue(v map[string]string)
SetValue gets a reference to the given map[string]string and assigns it to the Value field.
func (ProductLocalizedAsset) ToMap ¶
func (o ProductLocalizedAsset) ToMap() (map[string]interface{}, error)
type ProductLocalizedText ¶
ProductLocalizedText struct for ProductLocalizedText
func NewProductLocalizedText ¶
func NewProductLocalizedText() *ProductLocalizedText
NewProductLocalizedText instantiates a new ProductLocalizedText 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 NewProductLocalizedTextWithDefaults ¶
func NewProductLocalizedTextWithDefaults() *ProductLocalizedText
NewProductLocalizedTextWithDefaults instantiates a new ProductLocalizedText 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 (*ProductLocalizedText) GetValue ¶
func (o *ProductLocalizedText) GetValue() map[string]string
GetValue returns the Value field value if set, zero value otherwise.
func (*ProductLocalizedText) GetValueOk ¶
func (o *ProductLocalizedText) GetValueOk() (*map[string]string, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductLocalizedText) HasValue ¶
func (o *ProductLocalizedText) HasValue() bool
HasValue returns a boolean if a field has been set.
func (ProductLocalizedText) MarshalJSON ¶
func (o ProductLocalizedText) MarshalJSON() ([]byte, error)
func (*ProductLocalizedText) SetValue ¶
func (o *ProductLocalizedText) SetValue(v map[string]string)
SetValue gets a reference to the given map[string]string and assigns it to the Value field.
func (ProductLocalizedText) ToMap ¶
func (o ProductLocalizedText) ToMap() (map[string]interface{}, error)
type ProductMediaGallery ¶
type ProductMediaGallery struct {
Entries []ProductMediaGalleryEntry `json:"entries,omitempty"`
}
ProductMediaGallery struct for ProductMediaGallery
func NewProductMediaGallery ¶
func NewProductMediaGallery() *ProductMediaGallery
NewProductMediaGallery instantiates a new ProductMediaGallery 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 NewProductMediaGalleryWithDefaults ¶
func NewProductMediaGalleryWithDefaults() *ProductMediaGallery
NewProductMediaGalleryWithDefaults instantiates a new ProductMediaGallery 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 (*ProductMediaGallery) GetEntries ¶
func (o *ProductMediaGallery) GetEntries() []ProductMediaGalleryEntry
GetEntries returns the Entries field value if set, zero value otherwise.
func (*ProductMediaGallery) GetEntriesOk ¶
func (o *ProductMediaGallery) GetEntriesOk() ([]ProductMediaGalleryEntry, bool)
GetEntriesOk returns a tuple with the Entries field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductMediaGallery) HasEntries ¶
func (o *ProductMediaGallery) HasEntries() bool
HasEntries returns a boolean if a field has been set.
func (ProductMediaGallery) MarshalJSON ¶
func (o ProductMediaGallery) MarshalJSON() ([]byte, error)
func (*ProductMediaGallery) SetEntries ¶
func (o *ProductMediaGallery) SetEntries(v []ProductMediaGalleryEntry)
SetEntries gets a reference to the given []ProductMediaGalleryEntry and assigns it to the Entries field.
func (ProductMediaGallery) ToMap ¶
func (o ProductMediaGallery) ToMap() (map[string]interface{}, error)
type ProductMediaGalleryEntry ¶
type ProductMediaGalleryEntry struct { Id *string `json:"id,omitempty"` AssetGrn *string `json:"assetGrn,omitempty"` Position *int64 `json:"position,omitempty"` Metadata []ProductMediaGalleryEntryMetadata `json:"metadata,omitempty"` }
ProductMediaGalleryEntry struct for ProductMediaGalleryEntry
func NewProductMediaGalleryEntry ¶
func NewProductMediaGalleryEntry() *ProductMediaGalleryEntry
NewProductMediaGalleryEntry instantiates a new ProductMediaGalleryEntry 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 NewProductMediaGalleryEntryWithDefaults ¶
func NewProductMediaGalleryEntryWithDefaults() *ProductMediaGalleryEntry
NewProductMediaGalleryEntryWithDefaults instantiates a new ProductMediaGalleryEntry 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 (*ProductMediaGalleryEntry) GetAssetGrn ¶
func (o *ProductMediaGalleryEntry) GetAssetGrn() string
GetAssetGrn returns the AssetGrn field value if set, zero value otherwise.
func (*ProductMediaGalleryEntry) GetAssetGrnOk ¶
func (o *ProductMediaGalleryEntry) GetAssetGrnOk() (*string, bool)
GetAssetGrnOk returns a tuple with the AssetGrn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductMediaGalleryEntry) GetId ¶
func (o *ProductMediaGalleryEntry) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ProductMediaGalleryEntry) GetIdOk ¶
func (o *ProductMediaGalleryEntry) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductMediaGalleryEntry) GetMetadata ¶
func (o *ProductMediaGalleryEntry) GetMetadata() []ProductMediaGalleryEntryMetadata
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*ProductMediaGalleryEntry) GetMetadataOk ¶
func (o *ProductMediaGalleryEntry) GetMetadataOk() ([]ProductMediaGalleryEntryMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductMediaGalleryEntry) GetPosition ¶
func (o *ProductMediaGalleryEntry) GetPosition() int64
GetPosition returns the Position field value if set, zero value otherwise.
func (*ProductMediaGalleryEntry) GetPositionOk ¶
func (o *ProductMediaGalleryEntry) GetPositionOk() (*int64, bool)
GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductMediaGalleryEntry) HasAssetGrn ¶
func (o *ProductMediaGalleryEntry) HasAssetGrn() bool
HasAssetGrn returns a boolean if a field has been set.
func (*ProductMediaGalleryEntry) HasId ¶
func (o *ProductMediaGalleryEntry) HasId() bool
HasId returns a boolean if a field has been set.
func (*ProductMediaGalleryEntry) HasMetadata ¶
func (o *ProductMediaGalleryEntry) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*ProductMediaGalleryEntry) HasPosition ¶
func (o *ProductMediaGalleryEntry) HasPosition() bool
HasPosition returns a boolean if a field has been set.
func (ProductMediaGalleryEntry) MarshalJSON ¶
func (o ProductMediaGalleryEntry) MarshalJSON() ([]byte, error)
func (*ProductMediaGalleryEntry) SetAssetGrn ¶
func (o *ProductMediaGalleryEntry) SetAssetGrn(v string)
SetAssetGrn gets a reference to the given string and assigns it to the AssetGrn field.
func (*ProductMediaGalleryEntry) SetId ¶
func (o *ProductMediaGalleryEntry) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ProductMediaGalleryEntry) SetMetadata ¶
func (o *ProductMediaGalleryEntry) SetMetadata(v []ProductMediaGalleryEntryMetadata)
SetMetadata gets a reference to the given []ProductMediaGalleryEntryMetadata and assigns it to the Metadata field.
func (*ProductMediaGalleryEntry) SetPosition ¶
func (o *ProductMediaGalleryEntry) SetPosition(v int64)
SetPosition gets a reference to the given int64 and assigns it to the Position field.
func (ProductMediaGalleryEntry) ToMap ¶
func (o ProductMediaGalleryEntry) ToMap() (map[string]interface{}, error)
type ProductMediaGalleryEntryMetadata ¶
type ProductMediaGalleryEntryMetadata struct { Roles []string `json:"roles,omitempty"` Alt *ProductLocalizedText `json:"alt,omitempty"` }
ProductMediaGalleryEntryMetadata struct for ProductMediaGalleryEntryMetadata
func NewProductMediaGalleryEntryMetadata ¶
func NewProductMediaGalleryEntryMetadata() *ProductMediaGalleryEntryMetadata
NewProductMediaGalleryEntryMetadata instantiates a new ProductMediaGalleryEntryMetadata 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 NewProductMediaGalleryEntryMetadataWithDefaults ¶
func NewProductMediaGalleryEntryMetadataWithDefaults() *ProductMediaGalleryEntryMetadata
NewProductMediaGalleryEntryMetadataWithDefaults instantiates a new ProductMediaGalleryEntryMetadata 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 (*ProductMediaGalleryEntryMetadata) GetAlt ¶
func (o *ProductMediaGalleryEntryMetadata) GetAlt() ProductLocalizedText
GetAlt returns the Alt field value if set, zero value otherwise.
func (*ProductMediaGalleryEntryMetadata) GetAltOk ¶
func (o *ProductMediaGalleryEntryMetadata) GetAltOk() (*ProductLocalizedText, bool)
GetAltOk returns a tuple with the Alt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductMediaGalleryEntryMetadata) GetRoles ¶
func (o *ProductMediaGalleryEntryMetadata) GetRoles() []string
GetRoles returns the Roles field value if set, zero value otherwise.
func (*ProductMediaGalleryEntryMetadata) GetRolesOk ¶
func (o *ProductMediaGalleryEntryMetadata) GetRolesOk() ([]string, bool)
GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductMediaGalleryEntryMetadata) HasAlt ¶
func (o *ProductMediaGalleryEntryMetadata) HasAlt() bool
HasAlt returns a boolean if a field has been set.
func (*ProductMediaGalleryEntryMetadata) HasRoles ¶
func (o *ProductMediaGalleryEntryMetadata) HasRoles() bool
HasRoles returns a boolean if a field has been set.
func (ProductMediaGalleryEntryMetadata) MarshalJSON ¶
func (o ProductMediaGalleryEntryMetadata) MarshalJSON() ([]byte, error)
func (*ProductMediaGalleryEntryMetadata) SetAlt ¶
func (o *ProductMediaGalleryEntryMetadata) SetAlt(v ProductLocalizedText)
SetAlt gets a reference to the given ProductLocalizedText and assigns it to the Alt field.
func (*ProductMediaGalleryEntryMetadata) SetRoles ¶
func (o *ProductMediaGalleryEntryMetadata) SetRoles(v []string)
SetRoles gets a reference to the given []string and assigns it to the Roles field.
func (ProductMediaGalleryEntryMetadata) ToMap ¶
func (o ProductMediaGalleryEntryMetadata) ToMap() (map[string]interface{}, error)
type ProductProductEntity ¶
type ProductProductEntity struct { TenantId *string `json:"tenantId,omitempty"` Grn *string `json:"grn,omitempty"` EntityType *string `json:"entityType,omitempty"` EntityCode *string `json:"entityCode,omitempty"` Id *string `json:"id,omitempty"` Code *string `json:"code,omitempty"` VariantAttributes []string `json:"variantAttributes,omitempty"` IsConfigurable *bool `json:"isConfigurable,omitempty"` IsVirtual *bool `json:"isVirtual,omitempty"` IsGiftcard *bool `json:"isGiftcard,omitempty"` HasConfigurator *bool `json:"hasConfigurator,omitempty"` UrlKey *ProductLocalizedText `json:"urlKey,omitempty"` MediaVariantAttributes []string `json:"mediaVariantAttributes,omitempty"` Attributes *map[string]ProtobufAny `json:"attributes,omitempty"` Variants *map[string]ProductProductVariant `json:"variants,omitempty"` MediaGallery *ProductMediaGallery `json:"mediaGallery,omitempty"` MaxSaleableQuantity *int64 `json:"maxSaleableQuantity,omitempty"` Assets *ProductAssets `json:"assets,omitempty"` CreatedAt *string `json:"createdAt,omitempty"` UpdatedAt *string `json:"updatedAt,omitempty"` }
ProductProductEntity struct for ProductProductEntity
func NewProductProductEntity ¶
func NewProductProductEntity() *ProductProductEntity
NewProductProductEntity instantiates a new ProductProductEntity 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 NewProductProductEntityWithDefaults ¶
func NewProductProductEntityWithDefaults() *ProductProductEntity
NewProductProductEntityWithDefaults instantiates a new ProductProductEntity 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 (*ProductProductEntity) GetAssets ¶
func (o *ProductProductEntity) GetAssets() ProductAssets
GetAssets returns the Assets field value if set, zero value otherwise.
func (*ProductProductEntity) GetAssetsOk ¶
func (o *ProductProductEntity) GetAssetsOk() (*ProductAssets, bool)
GetAssetsOk returns a tuple with the Assets field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductProductEntity) GetAttributes ¶
func (o *ProductProductEntity) GetAttributes() map[string]ProtobufAny
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ProductProductEntity) GetAttributesOk ¶
func (o *ProductProductEntity) GetAttributesOk() (*map[string]ProtobufAny, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductProductEntity) GetCode ¶
func (o *ProductProductEntity) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*ProductProductEntity) GetCodeOk ¶
func (o *ProductProductEntity) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductProductEntity) GetCreatedAt ¶
func (o *ProductProductEntity) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*ProductProductEntity) GetCreatedAtOk ¶
func (o *ProductProductEntity) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductProductEntity) GetEntityCode ¶
func (o *ProductProductEntity) GetEntityCode() string
GetEntityCode returns the EntityCode field value if set, zero value otherwise.
func (*ProductProductEntity) GetEntityCodeOk ¶
func (o *ProductProductEntity) GetEntityCodeOk() (*string, bool)
GetEntityCodeOk returns a tuple with the EntityCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductProductEntity) GetEntityType ¶
func (o *ProductProductEntity) GetEntityType() string
GetEntityType returns the EntityType field value if set, zero value otherwise.
func (*ProductProductEntity) GetEntityTypeOk ¶
func (o *ProductProductEntity) GetEntityTypeOk() (*string, bool)
GetEntityTypeOk returns a tuple with the EntityType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductProductEntity) GetGrn ¶
func (o *ProductProductEntity) GetGrn() string
GetGrn returns the Grn field value if set, zero value otherwise.
func (*ProductProductEntity) GetGrnOk ¶
func (o *ProductProductEntity) GetGrnOk() (*string, bool)
GetGrnOk returns a tuple with the Grn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductProductEntity) GetHasConfigurator ¶
func (o *ProductProductEntity) GetHasConfigurator() bool
GetHasConfigurator returns the HasConfigurator field value if set, zero value otherwise.
func (*ProductProductEntity) GetHasConfiguratorOk ¶
func (o *ProductProductEntity) GetHasConfiguratorOk() (*bool, bool)
GetHasConfiguratorOk returns a tuple with the HasConfigurator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductProductEntity) GetId ¶
func (o *ProductProductEntity) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ProductProductEntity) GetIdOk ¶
func (o *ProductProductEntity) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductProductEntity) GetIsConfigurable ¶
func (o *ProductProductEntity) GetIsConfigurable() bool
GetIsConfigurable returns the IsConfigurable field value if set, zero value otherwise.
func (*ProductProductEntity) GetIsConfigurableOk ¶
func (o *ProductProductEntity) GetIsConfigurableOk() (*bool, bool)
GetIsConfigurableOk returns a tuple with the IsConfigurable field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductProductEntity) GetIsGiftcard ¶
func (o *ProductProductEntity) GetIsGiftcard() bool
GetIsGiftcard returns the IsGiftcard field value if set, zero value otherwise.
func (*ProductProductEntity) GetIsGiftcardOk ¶
func (o *ProductProductEntity) GetIsGiftcardOk() (*bool, bool)
GetIsGiftcardOk returns a tuple with the IsGiftcard field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductProductEntity) GetIsVirtual ¶
func (o *ProductProductEntity) GetIsVirtual() bool
GetIsVirtual returns the IsVirtual field value if set, zero value otherwise.
func (*ProductProductEntity) GetIsVirtualOk ¶
func (o *ProductProductEntity) GetIsVirtualOk() (*bool, bool)
GetIsVirtualOk returns a tuple with the IsVirtual field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductProductEntity) GetMaxSaleableQuantity ¶
func (o *ProductProductEntity) GetMaxSaleableQuantity() int64
GetMaxSaleableQuantity returns the MaxSaleableQuantity field value if set, zero value otherwise.
func (*ProductProductEntity) GetMaxSaleableQuantityOk ¶
func (o *ProductProductEntity) GetMaxSaleableQuantityOk() (*int64, bool)
GetMaxSaleableQuantityOk returns a tuple with the MaxSaleableQuantity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductProductEntity) GetMediaGallery ¶
func (o *ProductProductEntity) GetMediaGallery() ProductMediaGallery
GetMediaGallery returns the MediaGallery field value if set, zero value otherwise.
func (*ProductProductEntity) GetMediaGalleryOk ¶
func (o *ProductProductEntity) GetMediaGalleryOk() (*ProductMediaGallery, bool)
GetMediaGalleryOk returns a tuple with the MediaGallery field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductProductEntity) GetMediaVariantAttributes ¶
func (o *ProductProductEntity) GetMediaVariantAttributes() []string
GetMediaVariantAttributes returns the MediaVariantAttributes field value if set, zero value otherwise.
func (*ProductProductEntity) GetMediaVariantAttributesOk ¶
func (o *ProductProductEntity) GetMediaVariantAttributesOk() ([]string, bool)
GetMediaVariantAttributesOk returns a tuple with the MediaVariantAttributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductProductEntity) GetTenantId ¶
func (o *ProductProductEntity) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*ProductProductEntity) GetTenantIdOk ¶
func (o *ProductProductEntity) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductProductEntity) GetUpdatedAt ¶
func (o *ProductProductEntity) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*ProductProductEntity) GetUpdatedAtOk ¶
func (o *ProductProductEntity) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductProductEntity) GetUrlKey ¶
func (o *ProductProductEntity) GetUrlKey() ProductLocalizedText
GetUrlKey returns the UrlKey field value if set, zero value otherwise.
func (*ProductProductEntity) GetUrlKeyOk ¶
func (o *ProductProductEntity) GetUrlKeyOk() (*ProductLocalizedText, bool)
GetUrlKeyOk returns a tuple with the UrlKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductProductEntity) GetVariantAttributes ¶
func (o *ProductProductEntity) GetVariantAttributes() []string
GetVariantAttributes returns the VariantAttributes field value if set, zero value otherwise.
func (*ProductProductEntity) GetVariantAttributesOk ¶
func (o *ProductProductEntity) GetVariantAttributesOk() ([]string, bool)
GetVariantAttributesOk returns a tuple with the VariantAttributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductProductEntity) GetVariants ¶
func (o *ProductProductEntity) GetVariants() map[string]ProductProductVariant
GetVariants returns the Variants field value if set, zero value otherwise.
func (*ProductProductEntity) GetVariantsOk ¶
func (o *ProductProductEntity) GetVariantsOk() (*map[string]ProductProductVariant, bool)
GetVariantsOk returns a tuple with the Variants field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductProductEntity) HasAssets ¶
func (o *ProductProductEntity) HasAssets() bool
HasAssets returns a boolean if a field has been set.
func (*ProductProductEntity) HasAttributes ¶
func (o *ProductProductEntity) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*ProductProductEntity) HasCode ¶
func (o *ProductProductEntity) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*ProductProductEntity) HasCreatedAt ¶
func (o *ProductProductEntity) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*ProductProductEntity) HasEntityCode ¶
func (o *ProductProductEntity) HasEntityCode() bool
HasEntityCode returns a boolean if a field has been set.
func (*ProductProductEntity) HasEntityType ¶
func (o *ProductProductEntity) HasEntityType() bool
HasEntityType returns a boolean if a field has been set.
func (*ProductProductEntity) HasGrn ¶
func (o *ProductProductEntity) HasGrn() bool
HasGrn returns a boolean if a field has been set.
func (*ProductProductEntity) HasHasConfigurator ¶
func (o *ProductProductEntity) HasHasConfigurator() bool
HasHasConfigurator returns a boolean if a field has been set.
func (*ProductProductEntity) HasId ¶
func (o *ProductProductEntity) HasId() bool
HasId returns a boolean if a field has been set.
func (*ProductProductEntity) HasIsConfigurable ¶
func (o *ProductProductEntity) HasIsConfigurable() bool
HasIsConfigurable returns a boolean if a field has been set.
func (*ProductProductEntity) HasIsGiftcard ¶
func (o *ProductProductEntity) HasIsGiftcard() bool
HasIsGiftcard returns a boolean if a field has been set.
func (*ProductProductEntity) HasIsVirtual ¶
func (o *ProductProductEntity) HasIsVirtual() bool
HasIsVirtual returns a boolean if a field has been set.
func (*ProductProductEntity) HasMaxSaleableQuantity ¶
func (o *ProductProductEntity) HasMaxSaleableQuantity() bool
HasMaxSaleableQuantity returns a boolean if a field has been set.
func (*ProductProductEntity) HasMediaGallery ¶
func (o *ProductProductEntity) HasMediaGallery() bool
HasMediaGallery returns a boolean if a field has been set.
func (*ProductProductEntity) HasMediaVariantAttributes ¶
func (o *ProductProductEntity) HasMediaVariantAttributes() bool
HasMediaVariantAttributes returns a boolean if a field has been set.
func (*ProductProductEntity) HasTenantId ¶
func (o *ProductProductEntity) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (*ProductProductEntity) HasUpdatedAt ¶
func (o *ProductProductEntity) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (*ProductProductEntity) HasUrlKey ¶
func (o *ProductProductEntity) HasUrlKey() bool
HasUrlKey returns a boolean if a field has been set.
func (*ProductProductEntity) HasVariantAttributes ¶
func (o *ProductProductEntity) HasVariantAttributes() bool
HasVariantAttributes returns a boolean if a field has been set.
func (*ProductProductEntity) HasVariants ¶
func (o *ProductProductEntity) HasVariants() bool
HasVariants returns a boolean if a field has been set.
func (ProductProductEntity) MarshalJSON ¶
func (o ProductProductEntity) MarshalJSON() ([]byte, error)
func (*ProductProductEntity) SetAssets ¶
func (o *ProductProductEntity) SetAssets(v ProductAssets)
SetAssets gets a reference to the given ProductAssets and assigns it to the Assets field.
func (*ProductProductEntity) SetAttributes ¶
func (o *ProductProductEntity) SetAttributes(v map[string]ProtobufAny)
SetAttributes gets a reference to the given map[string]ProtobufAny and assigns it to the Attributes field.
func (*ProductProductEntity) SetCode ¶
func (o *ProductProductEntity) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*ProductProductEntity) SetCreatedAt ¶
func (o *ProductProductEntity) SetCreatedAt(v string)
SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.
func (*ProductProductEntity) SetEntityCode ¶
func (o *ProductProductEntity) SetEntityCode(v string)
SetEntityCode gets a reference to the given string and assigns it to the EntityCode field.
func (*ProductProductEntity) SetEntityType ¶
func (o *ProductProductEntity) SetEntityType(v string)
SetEntityType gets a reference to the given string and assigns it to the EntityType field.
func (*ProductProductEntity) SetGrn ¶
func (o *ProductProductEntity) SetGrn(v string)
SetGrn gets a reference to the given string and assigns it to the Grn field.
func (*ProductProductEntity) SetHasConfigurator ¶
func (o *ProductProductEntity) SetHasConfigurator(v bool)
SetHasConfigurator gets a reference to the given bool and assigns it to the HasConfigurator field.
func (*ProductProductEntity) SetId ¶
func (o *ProductProductEntity) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ProductProductEntity) SetIsConfigurable ¶
func (o *ProductProductEntity) SetIsConfigurable(v bool)
SetIsConfigurable gets a reference to the given bool and assigns it to the IsConfigurable field.
func (*ProductProductEntity) SetIsGiftcard ¶
func (o *ProductProductEntity) SetIsGiftcard(v bool)
SetIsGiftcard gets a reference to the given bool and assigns it to the IsGiftcard field.
func (*ProductProductEntity) SetIsVirtual ¶
func (o *ProductProductEntity) SetIsVirtual(v bool)
SetIsVirtual gets a reference to the given bool and assigns it to the IsVirtual field.
func (*ProductProductEntity) SetMaxSaleableQuantity ¶
func (o *ProductProductEntity) SetMaxSaleableQuantity(v int64)
SetMaxSaleableQuantity gets a reference to the given int64 and assigns it to the MaxSaleableQuantity field.
func (*ProductProductEntity) SetMediaGallery ¶
func (o *ProductProductEntity) SetMediaGallery(v ProductMediaGallery)
SetMediaGallery gets a reference to the given ProductMediaGallery and assigns it to the MediaGallery field.
func (*ProductProductEntity) SetMediaVariantAttributes ¶
func (o *ProductProductEntity) SetMediaVariantAttributes(v []string)
SetMediaVariantAttributes gets a reference to the given []string and assigns it to the MediaVariantAttributes field.
func (*ProductProductEntity) SetTenantId ¶
func (o *ProductProductEntity) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (*ProductProductEntity) SetUpdatedAt ¶
func (o *ProductProductEntity) SetUpdatedAt(v string)
SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.
func (*ProductProductEntity) SetUrlKey ¶
func (o *ProductProductEntity) SetUrlKey(v ProductLocalizedText)
SetUrlKey gets a reference to the given ProductLocalizedText and assigns it to the UrlKey field.
func (*ProductProductEntity) SetVariantAttributes ¶
func (o *ProductProductEntity) SetVariantAttributes(v []string)
SetVariantAttributes gets a reference to the given []string and assigns it to the VariantAttributes field.
func (*ProductProductEntity) SetVariants ¶
func (o *ProductProductEntity) SetVariants(v map[string]ProductProductVariant)
SetVariants gets a reference to the given map[string]ProductProductVariant and assigns it to the Variants field.
func (ProductProductEntity) ToMap ¶
func (o ProductProductEntity) ToMap() (map[string]interface{}, error)
type ProductProductResponseError ¶
type ProductProductResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` }
ProductProductResponseError struct for ProductProductResponseError
func NewProductProductResponseError ¶
func NewProductProductResponseError() *ProductProductResponseError
NewProductProductResponseError instantiates a new ProductProductResponseError 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 NewProductProductResponseErrorWithDefaults ¶
func NewProductProductResponseErrorWithDefaults() *ProductProductResponseError
NewProductProductResponseErrorWithDefaults instantiates a new ProductProductResponseError 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 (*ProductProductResponseError) GetCode ¶
func (o *ProductProductResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*ProductProductResponseError) GetCodeOk ¶
func (o *ProductProductResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductProductResponseError) GetMessage ¶
func (o *ProductProductResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*ProductProductResponseError) GetMessageOk ¶
func (o *ProductProductResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductProductResponseError) HasCode ¶
func (o *ProductProductResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*ProductProductResponseError) HasMessage ¶
func (o *ProductProductResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (ProductProductResponseError) MarshalJSON ¶
func (o ProductProductResponseError) MarshalJSON() ([]byte, error)
func (*ProductProductResponseError) SetCode ¶
func (o *ProductProductResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*ProductProductResponseError) SetMessage ¶
func (o *ProductProductResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (ProductProductResponseError) ToMap ¶
func (o ProductProductResponseError) ToMap() (map[string]interface{}, error)
type ProductProductVariant ¶
type ProductProductVariant struct { Id *string `json:"id,omitempty"` Grn *string `json:"grn,omitempty"` MaxSaleableQuantity *int64 `json:"maxSaleableQuantity,omitempty"` Attributes *map[string]ProtobufAny `json:"attributes,omitempty"` }
ProductProductVariant struct for ProductProductVariant
func NewProductProductVariant ¶
func NewProductProductVariant() *ProductProductVariant
NewProductProductVariant instantiates a new ProductProductVariant 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 NewProductProductVariantWithDefaults ¶
func NewProductProductVariantWithDefaults() *ProductProductVariant
NewProductProductVariantWithDefaults instantiates a new ProductProductVariant 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 (*ProductProductVariant) GetAttributes ¶
func (o *ProductProductVariant) GetAttributes() map[string]ProtobufAny
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ProductProductVariant) GetAttributesOk ¶
func (o *ProductProductVariant) GetAttributesOk() (*map[string]ProtobufAny, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductProductVariant) GetGrn ¶
func (o *ProductProductVariant) GetGrn() string
GetGrn returns the Grn field value if set, zero value otherwise.
func (*ProductProductVariant) GetGrnOk ¶
func (o *ProductProductVariant) GetGrnOk() (*string, bool)
GetGrnOk returns a tuple with the Grn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductProductVariant) GetId ¶
func (o *ProductProductVariant) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ProductProductVariant) GetIdOk ¶
func (o *ProductProductVariant) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductProductVariant) GetMaxSaleableQuantity ¶
func (o *ProductProductVariant) GetMaxSaleableQuantity() int64
GetMaxSaleableQuantity returns the MaxSaleableQuantity field value if set, zero value otherwise.
func (*ProductProductVariant) GetMaxSaleableQuantityOk ¶
func (o *ProductProductVariant) GetMaxSaleableQuantityOk() (*int64, bool)
GetMaxSaleableQuantityOk returns a tuple with the MaxSaleableQuantity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductProductVariant) HasAttributes ¶
func (o *ProductProductVariant) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*ProductProductVariant) HasGrn ¶
func (o *ProductProductVariant) HasGrn() bool
HasGrn returns a boolean if a field has been set.
func (*ProductProductVariant) HasId ¶
func (o *ProductProductVariant) HasId() bool
HasId returns a boolean if a field has been set.
func (*ProductProductVariant) HasMaxSaleableQuantity ¶
func (o *ProductProductVariant) HasMaxSaleableQuantity() bool
HasMaxSaleableQuantity returns a boolean if a field has been set.
func (ProductProductVariant) MarshalJSON ¶
func (o ProductProductVariant) MarshalJSON() ([]byte, error)
func (*ProductProductVariant) SetAttributes ¶
func (o *ProductProductVariant) SetAttributes(v map[string]ProtobufAny)
SetAttributes gets a reference to the given map[string]ProtobufAny and assigns it to the Attributes field.
func (*ProductProductVariant) SetGrn ¶
func (o *ProductProductVariant) SetGrn(v string)
SetGrn gets a reference to the given string and assigns it to the Grn field.
func (*ProductProductVariant) SetId ¶
func (o *ProductProductVariant) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ProductProductVariant) SetMaxSaleableQuantity ¶
func (o *ProductProductVariant) SetMaxSaleableQuantity(v int64)
SetMaxSaleableQuantity gets a reference to the given int64 and assigns it to the MaxSaleableQuantity field.
func (ProductProductVariant) ToMap ¶
func (o ProductProductVariant) ToMap() (map[string]interface{}, error)
type ProductRemoveMediaGalleryEntryRequest ¶
type ProductRemoveMediaGalleryEntryRequest struct { TenantId *string `json:"tenantId,omitempty"` ProductId *string `json:"productId,omitempty"` Id *string `json:"id,omitempty"` }
ProductRemoveMediaGalleryEntryRequest struct for ProductRemoveMediaGalleryEntryRequest
func NewProductRemoveMediaGalleryEntryRequest ¶
func NewProductRemoveMediaGalleryEntryRequest() *ProductRemoveMediaGalleryEntryRequest
NewProductRemoveMediaGalleryEntryRequest instantiates a new ProductRemoveMediaGalleryEntryRequest 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 NewProductRemoveMediaGalleryEntryRequestWithDefaults ¶
func NewProductRemoveMediaGalleryEntryRequestWithDefaults() *ProductRemoveMediaGalleryEntryRequest
NewProductRemoveMediaGalleryEntryRequestWithDefaults instantiates a new ProductRemoveMediaGalleryEntryRequest 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 (*ProductRemoveMediaGalleryEntryRequest) GetId ¶
func (o *ProductRemoveMediaGalleryEntryRequest) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ProductRemoveMediaGalleryEntryRequest) GetIdOk ¶
func (o *ProductRemoveMediaGalleryEntryRequest) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductRemoveMediaGalleryEntryRequest) GetProductId ¶
func (o *ProductRemoveMediaGalleryEntryRequest) GetProductId() string
GetProductId returns the ProductId field value if set, zero value otherwise.
func (*ProductRemoveMediaGalleryEntryRequest) GetProductIdOk ¶
func (o *ProductRemoveMediaGalleryEntryRequest) GetProductIdOk() (*string, bool)
GetProductIdOk returns a tuple with the ProductId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductRemoveMediaGalleryEntryRequest) GetTenantId ¶
func (o *ProductRemoveMediaGalleryEntryRequest) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*ProductRemoveMediaGalleryEntryRequest) GetTenantIdOk ¶
func (o *ProductRemoveMediaGalleryEntryRequest) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductRemoveMediaGalleryEntryRequest) HasId ¶
func (o *ProductRemoveMediaGalleryEntryRequest) HasId() bool
HasId returns a boolean if a field has been set.
func (*ProductRemoveMediaGalleryEntryRequest) HasProductId ¶
func (o *ProductRemoveMediaGalleryEntryRequest) HasProductId() bool
HasProductId returns a boolean if a field has been set.
func (*ProductRemoveMediaGalleryEntryRequest) HasTenantId ¶
func (o *ProductRemoveMediaGalleryEntryRequest) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (ProductRemoveMediaGalleryEntryRequest) MarshalJSON ¶
func (o ProductRemoveMediaGalleryEntryRequest) MarshalJSON() ([]byte, error)
func (*ProductRemoveMediaGalleryEntryRequest) SetId ¶
func (o *ProductRemoveMediaGalleryEntryRequest) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ProductRemoveMediaGalleryEntryRequest) SetProductId ¶
func (o *ProductRemoveMediaGalleryEntryRequest) SetProductId(v string)
SetProductId gets a reference to the given string and assigns it to the ProductId field.
func (*ProductRemoveMediaGalleryEntryRequest) SetTenantId ¶
func (o *ProductRemoveMediaGalleryEntryRequest) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (ProductRemoveMediaGalleryEntryRequest) ToMap ¶
func (o ProductRemoveMediaGalleryEntryRequest) ToMap() (map[string]interface{}, error)
type ProductUpdateAssetEntryPayload ¶
type ProductUpdateAssetEntryPayload struct { AssetGrn *string `json:"assetGrn,omitempty"` LocalizedAssetGrn *ProductLocalizedAsset `json:"localizedAssetGrn,omitempty"` Position *int64 `json:"position,omitempty"` Metadata []ProductAssetsEntryMetadata `json:"metadata,omitempty"` }
ProductUpdateAssetEntryPayload struct for ProductUpdateAssetEntryPayload
func NewProductUpdateAssetEntryPayload ¶
func NewProductUpdateAssetEntryPayload() *ProductUpdateAssetEntryPayload
NewProductUpdateAssetEntryPayload instantiates a new ProductUpdateAssetEntryPayload 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 NewProductUpdateAssetEntryPayloadWithDefaults ¶
func NewProductUpdateAssetEntryPayloadWithDefaults() *ProductUpdateAssetEntryPayload
NewProductUpdateAssetEntryPayloadWithDefaults instantiates a new ProductUpdateAssetEntryPayload 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 (*ProductUpdateAssetEntryPayload) GetAssetGrn ¶
func (o *ProductUpdateAssetEntryPayload) GetAssetGrn() string
GetAssetGrn returns the AssetGrn field value if set, zero value otherwise.
func (*ProductUpdateAssetEntryPayload) GetAssetGrnOk ¶
func (o *ProductUpdateAssetEntryPayload) GetAssetGrnOk() (*string, bool)
GetAssetGrnOk returns a tuple with the AssetGrn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductUpdateAssetEntryPayload) GetLocalizedAssetGrn ¶
func (o *ProductUpdateAssetEntryPayload) GetLocalizedAssetGrn() ProductLocalizedAsset
GetLocalizedAssetGrn returns the LocalizedAssetGrn field value if set, zero value otherwise.
func (*ProductUpdateAssetEntryPayload) GetLocalizedAssetGrnOk ¶
func (o *ProductUpdateAssetEntryPayload) GetLocalizedAssetGrnOk() (*ProductLocalizedAsset, bool)
GetLocalizedAssetGrnOk returns a tuple with the LocalizedAssetGrn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductUpdateAssetEntryPayload) GetMetadata ¶
func (o *ProductUpdateAssetEntryPayload) GetMetadata() []ProductAssetsEntryMetadata
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*ProductUpdateAssetEntryPayload) GetMetadataOk ¶
func (o *ProductUpdateAssetEntryPayload) GetMetadataOk() ([]ProductAssetsEntryMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductUpdateAssetEntryPayload) GetPosition ¶
func (o *ProductUpdateAssetEntryPayload) GetPosition() int64
GetPosition returns the Position field value if set, zero value otherwise.
func (*ProductUpdateAssetEntryPayload) GetPositionOk ¶
func (o *ProductUpdateAssetEntryPayload) GetPositionOk() (*int64, bool)
GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductUpdateAssetEntryPayload) HasAssetGrn ¶
func (o *ProductUpdateAssetEntryPayload) HasAssetGrn() bool
HasAssetGrn returns a boolean if a field has been set.
func (*ProductUpdateAssetEntryPayload) HasLocalizedAssetGrn ¶
func (o *ProductUpdateAssetEntryPayload) HasLocalizedAssetGrn() bool
HasLocalizedAssetGrn returns a boolean if a field has been set.
func (*ProductUpdateAssetEntryPayload) HasMetadata ¶
func (o *ProductUpdateAssetEntryPayload) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*ProductUpdateAssetEntryPayload) HasPosition ¶
func (o *ProductUpdateAssetEntryPayload) HasPosition() bool
HasPosition returns a boolean if a field has been set.
func (ProductUpdateAssetEntryPayload) MarshalJSON ¶
func (o ProductUpdateAssetEntryPayload) MarshalJSON() ([]byte, error)
func (*ProductUpdateAssetEntryPayload) SetAssetGrn ¶
func (o *ProductUpdateAssetEntryPayload) SetAssetGrn(v string)
SetAssetGrn gets a reference to the given string and assigns it to the AssetGrn field.
func (*ProductUpdateAssetEntryPayload) SetLocalizedAssetGrn ¶
func (o *ProductUpdateAssetEntryPayload) SetLocalizedAssetGrn(v ProductLocalizedAsset)
SetLocalizedAssetGrn gets a reference to the given ProductLocalizedAsset and assigns it to the LocalizedAssetGrn field.
func (*ProductUpdateAssetEntryPayload) SetMetadata ¶
func (o *ProductUpdateAssetEntryPayload) SetMetadata(v []ProductAssetsEntryMetadata)
SetMetadata gets a reference to the given []ProductAssetsEntryMetadata and assigns it to the Metadata field.
func (*ProductUpdateAssetEntryPayload) SetPosition ¶
func (o *ProductUpdateAssetEntryPayload) SetPosition(v int64)
SetPosition gets a reference to the given int64 and assigns it to the Position field.
func (ProductUpdateAssetEntryPayload) ToMap ¶
func (o ProductUpdateAssetEntryPayload) ToMap() (map[string]interface{}, error)
type ProductUpdateMediaGalleryEntryRequest ¶
type ProductUpdateMediaGalleryEntryRequest struct { TenantId *string `json:"tenantId,omitempty"` ProductId *string `json:"productId,omitempty"` Id *string `json:"id,omitempty"` AssetGrn *string `json:"assetGrn,omitempty"` Position *int64 `json:"position,omitempty"` Metadata []ProductMediaGalleryEntryMetadata `json:"metadata,omitempty"` }
ProductUpdateMediaGalleryEntryRequest struct for ProductUpdateMediaGalleryEntryRequest
func NewProductUpdateMediaGalleryEntryRequest ¶
func NewProductUpdateMediaGalleryEntryRequest() *ProductUpdateMediaGalleryEntryRequest
NewProductUpdateMediaGalleryEntryRequest instantiates a new ProductUpdateMediaGalleryEntryRequest 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 NewProductUpdateMediaGalleryEntryRequestWithDefaults ¶
func NewProductUpdateMediaGalleryEntryRequestWithDefaults() *ProductUpdateMediaGalleryEntryRequest
NewProductUpdateMediaGalleryEntryRequestWithDefaults instantiates a new ProductUpdateMediaGalleryEntryRequest 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 (*ProductUpdateMediaGalleryEntryRequest) GetAssetGrn ¶
func (o *ProductUpdateMediaGalleryEntryRequest) GetAssetGrn() string
GetAssetGrn returns the AssetGrn field value if set, zero value otherwise.
func (*ProductUpdateMediaGalleryEntryRequest) GetAssetGrnOk ¶
func (o *ProductUpdateMediaGalleryEntryRequest) GetAssetGrnOk() (*string, bool)
GetAssetGrnOk returns a tuple with the AssetGrn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductUpdateMediaGalleryEntryRequest) GetId ¶
func (o *ProductUpdateMediaGalleryEntryRequest) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ProductUpdateMediaGalleryEntryRequest) GetIdOk ¶
func (o *ProductUpdateMediaGalleryEntryRequest) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductUpdateMediaGalleryEntryRequest) GetMetadata ¶
func (o *ProductUpdateMediaGalleryEntryRequest) GetMetadata() []ProductMediaGalleryEntryMetadata
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*ProductUpdateMediaGalleryEntryRequest) GetMetadataOk ¶
func (o *ProductUpdateMediaGalleryEntryRequest) GetMetadataOk() ([]ProductMediaGalleryEntryMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductUpdateMediaGalleryEntryRequest) GetPosition ¶
func (o *ProductUpdateMediaGalleryEntryRequest) GetPosition() int64
GetPosition returns the Position field value if set, zero value otherwise.
func (*ProductUpdateMediaGalleryEntryRequest) GetPositionOk ¶
func (o *ProductUpdateMediaGalleryEntryRequest) GetPositionOk() (*int64, bool)
GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductUpdateMediaGalleryEntryRequest) GetProductId ¶
func (o *ProductUpdateMediaGalleryEntryRequest) GetProductId() string
GetProductId returns the ProductId field value if set, zero value otherwise.
func (*ProductUpdateMediaGalleryEntryRequest) GetProductIdOk ¶
func (o *ProductUpdateMediaGalleryEntryRequest) GetProductIdOk() (*string, bool)
GetProductIdOk returns a tuple with the ProductId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductUpdateMediaGalleryEntryRequest) GetTenantId ¶
func (o *ProductUpdateMediaGalleryEntryRequest) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*ProductUpdateMediaGalleryEntryRequest) GetTenantIdOk ¶
func (o *ProductUpdateMediaGalleryEntryRequest) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductUpdateMediaGalleryEntryRequest) HasAssetGrn ¶
func (o *ProductUpdateMediaGalleryEntryRequest) HasAssetGrn() bool
HasAssetGrn returns a boolean if a field has been set.
func (*ProductUpdateMediaGalleryEntryRequest) HasId ¶
func (o *ProductUpdateMediaGalleryEntryRequest) HasId() bool
HasId returns a boolean if a field has been set.
func (*ProductUpdateMediaGalleryEntryRequest) HasMetadata ¶
func (o *ProductUpdateMediaGalleryEntryRequest) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*ProductUpdateMediaGalleryEntryRequest) HasPosition ¶
func (o *ProductUpdateMediaGalleryEntryRequest) HasPosition() bool
HasPosition returns a boolean if a field has been set.
func (*ProductUpdateMediaGalleryEntryRequest) HasProductId ¶
func (o *ProductUpdateMediaGalleryEntryRequest) HasProductId() bool
HasProductId returns a boolean if a field has been set.
func (*ProductUpdateMediaGalleryEntryRequest) HasTenantId ¶
func (o *ProductUpdateMediaGalleryEntryRequest) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (ProductUpdateMediaGalleryEntryRequest) MarshalJSON ¶
func (o ProductUpdateMediaGalleryEntryRequest) MarshalJSON() ([]byte, error)
func (*ProductUpdateMediaGalleryEntryRequest) SetAssetGrn ¶
func (o *ProductUpdateMediaGalleryEntryRequest) SetAssetGrn(v string)
SetAssetGrn gets a reference to the given string and assigns it to the AssetGrn field.
func (*ProductUpdateMediaGalleryEntryRequest) SetId ¶
func (o *ProductUpdateMediaGalleryEntryRequest) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ProductUpdateMediaGalleryEntryRequest) SetMetadata ¶
func (o *ProductUpdateMediaGalleryEntryRequest) SetMetadata(v []ProductMediaGalleryEntryMetadata)
SetMetadata gets a reference to the given []ProductMediaGalleryEntryMetadata and assigns it to the Metadata field.
func (*ProductUpdateMediaGalleryEntryRequest) SetPosition ¶
func (o *ProductUpdateMediaGalleryEntryRequest) SetPosition(v int64)
SetPosition gets a reference to the given int64 and assigns it to the Position field.
func (*ProductUpdateMediaGalleryEntryRequest) SetProductId ¶
func (o *ProductUpdateMediaGalleryEntryRequest) SetProductId(v string)
SetProductId gets a reference to the given string and assigns it to the ProductId field.
func (*ProductUpdateMediaGalleryEntryRequest) SetTenantId ¶
func (o *ProductUpdateMediaGalleryEntryRequest) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (ProductUpdateMediaGalleryEntryRequest) ToMap ¶
func (o ProductUpdateMediaGalleryEntryRequest) ToMap() (map[string]interface{}, error)
type ProductUpdateProductRequest ¶
type ProductUpdateProductRequest struct { TenantId *string `json:"tenantId,omitempty"` Id *string `json:"id,omitempty"` Code *string `json:"code,omitempty"` AttributesMask *ProductFieldMask `json:"attributesMask,omitempty"` UrlKey *ProductLocalizedText `json:"urlKey,omitempty"` MaxSaleableQuantity *int64 `json:"maxSaleableQuantity,omitempty"` MediaVariantAttributes []string `json:"mediaVariantAttributes,omitempty"` Attributes *map[string]ProtobufAny `json:"attributes,omitempty"` Variants *map[string]ProductProductVariant `json:"variants,omitempty"` }
ProductUpdateProductRequest struct for ProductUpdateProductRequest
func NewProductUpdateProductRequest ¶
func NewProductUpdateProductRequest() *ProductUpdateProductRequest
NewProductUpdateProductRequest instantiates a new ProductUpdateProductRequest 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 NewProductUpdateProductRequestWithDefaults ¶
func NewProductUpdateProductRequestWithDefaults() *ProductUpdateProductRequest
NewProductUpdateProductRequestWithDefaults instantiates a new ProductUpdateProductRequest 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 (*ProductUpdateProductRequest) GetAttributes ¶
func (o *ProductUpdateProductRequest) GetAttributes() map[string]ProtobufAny
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ProductUpdateProductRequest) GetAttributesMask ¶
func (o *ProductUpdateProductRequest) GetAttributesMask() ProductFieldMask
GetAttributesMask returns the AttributesMask field value if set, zero value otherwise.
func (*ProductUpdateProductRequest) GetAttributesMaskOk ¶
func (o *ProductUpdateProductRequest) GetAttributesMaskOk() (*ProductFieldMask, bool)
GetAttributesMaskOk returns a tuple with the AttributesMask field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductUpdateProductRequest) GetAttributesOk ¶
func (o *ProductUpdateProductRequest) GetAttributesOk() (*map[string]ProtobufAny, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductUpdateProductRequest) GetCode ¶
func (o *ProductUpdateProductRequest) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*ProductUpdateProductRequest) GetCodeOk ¶
func (o *ProductUpdateProductRequest) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductUpdateProductRequest) GetId ¶
func (o *ProductUpdateProductRequest) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ProductUpdateProductRequest) GetIdOk ¶
func (o *ProductUpdateProductRequest) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductUpdateProductRequest) GetMaxSaleableQuantity ¶
func (o *ProductUpdateProductRequest) GetMaxSaleableQuantity() int64
GetMaxSaleableQuantity returns the MaxSaleableQuantity field value if set, zero value otherwise.
func (*ProductUpdateProductRequest) GetMaxSaleableQuantityOk ¶
func (o *ProductUpdateProductRequest) GetMaxSaleableQuantityOk() (*int64, bool)
GetMaxSaleableQuantityOk returns a tuple with the MaxSaleableQuantity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductUpdateProductRequest) GetMediaVariantAttributes ¶
func (o *ProductUpdateProductRequest) GetMediaVariantAttributes() []string
GetMediaVariantAttributes returns the MediaVariantAttributes field value if set, zero value otherwise.
func (*ProductUpdateProductRequest) GetMediaVariantAttributesOk ¶
func (o *ProductUpdateProductRequest) GetMediaVariantAttributesOk() ([]string, bool)
GetMediaVariantAttributesOk returns a tuple with the MediaVariantAttributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductUpdateProductRequest) GetTenantId ¶
func (o *ProductUpdateProductRequest) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*ProductUpdateProductRequest) GetTenantIdOk ¶
func (o *ProductUpdateProductRequest) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductUpdateProductRequest) GetUrlKey ¶
func (o *ProductUpdateProductRequest) GetUrlKey() ProductLocalizedText
GetUrlKey returns the UrlKey field value if set, zero value otherwise.
func (*ProductUpdateProductRequest) GetUrlKeyOk ¶
func (o *ProductUpdateProductRequest) GetUrlKeyOk() (*ProductLocalizedText, bool)
GetUrlKeyOk returns a tuple with the UrlKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductUpdateProductRequest) GetVariants ¶
func (o *ProductUpdateProductRequest) GetVariants() map[string]ProductProductVariant
GetVariants returns the Variants field value if set, zero value otherwise.
func (*ProductUpdateProductRequest) GetVariantsOk ¶
func (o *ProductUpdateProductRequest) GetVariantsOk() (*map[string]ProductProductVariant, bool)
GetVariantsOk returns a tuple with the Variants field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductUpdateProductRequest) HasAttributes ¶
func (o *ProductUpdateProductRequest) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*ProductUpdateProductRequest) HasAttributesMask ¶
func (o *ProductUpdateProductRequest) HasAttributesMask() bool
HasAttributesMask returns a boolean if a field has been set.
func (*ProductUpdateProductRequest) HasCode ¶
func (o *ProductUpdateProductRequest) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*ProductUpdateProductRequest) HasId ¶
func (o *ProductUpdateProductRequest) HasId() bool
HasId returns a boolean if a field has been set.
func (*ProductUpdateProductRequest) HasMaxSaleableQuantity ¶
func (o *ProductUpdateProductRequest) HasMaxSaleableQuantity() bool
HasMaxSaleableQuantity returns a boolean if a field has been set.
func (*ProductUpdateProductRequest) HasMediaVariantAttributes ¶
func (o *ProductUpdateProductRequest) HasMediaVariantAttributes() bool
HasMediaVariantAttributes returns a boolean if a field has been set.
func (*ProductUpdateProductRequest) HasTenantId ¶
func (o *ProductUpdateProductRequest) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (*ProductUpdateProductRequest) HasUrlKey ¶
func (o *ProductUpdateProductRequest) HasUrlKey() bool
HasUrlKey returns a boolean if a field has been set.
func (*ProductUpdateProductRequest) HasVariants ¶
func (o *ProductUpdateProductRequest) HasVariants() bool
HasVariants returns a boolean if a field has been set.
func (ProductUpdateProductRequest) MarshalJSON ¶
func (o ProductUpdateProductRequest) MarshalJSON() ([]byte, error)
func (*ProductUpdateProductRequest) SetAttributes ¶
func (o *ProductUpdateProductRequest) SetAttributes(v map[string]ProtobufAny)
SetAttributes gets a reference to the given map[string]ProtobufAny and assigns it to the Attributes field.
func (*ProductUpdateProductRequest) SetAttributesMask ¶
func (o *ProductUpdateProductRequest) SetAttributesMask(v ProductFieldMask)
SetAttributesMask gets a reference to the given ProductFieldMask and assigns it to the AttributesMask field.
func (*ProductUpdateProductRequest) SetCode ¶
func (o *ProductUpdateProductRequest) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*ProductUpdateProductRequest) SetId ¶
func (o *ProductUpdateProductRequest) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ProductUpdateProductRequest) SetMaxSaleableQuantity ¶
func (o *ProductUpdateProductRequest) SetMaxSaleableQuantity(v int64)
SetMaxSaleableQuantity gets a reference to the given int64 and assigns it to the MaxSaleableQuantity field.
func (*ProductUpdateProductRequest) SetMediaVariantAttributes ¶
func (o *ProductUpdateProductRequest) SetMediaVariantAttributes(v []string)
SetMediaVariantAttributes gets a reference to the given []string and assigns it to the MediaVariantAttributes field.
func (*ProductUpdateProductRequest) SetTenantId ¶
func (o *ProductUpdateProductRequest) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (*ProductUpdateProductRequest) SetUrlKey ¶
func (o *ProductUpdateProductRequest) SetUrlKey(v ProductLocalizedText)
SetUrlKey gets a reference to the given ProductLocalizedText and assigns it to the UrlKey field.
func (*ProductUpdateProductRequest) SetVariants ¶
func (o *ProductUpdateProductRequest) SetVariants(v map[string]ProductProductVariant)
SetVariants gets a reference to the given map[string]ProductProductVariant and assigns it to the Variants field.
func (ProductUpdateProductRequest) ToMap ¶
func (o ProductUpdateProductRequest) ToMap() (map[string]interface{}, error)
type ProductUpdateProductRequestV2 ¶
type ProductUpdateProductRequestV2 struct { TenantId *string `json:"tenantId,omitempty"` Id *string `json:"id,omitempty"` Code *string `json:"code,omitempty"` AttributesMask *ProductFieldMask `json:"attributesMask,omitempty"` UrlKey *ProductLocalizedText `json:"urlKey,omitempty"` MaxSaleableQuantity *int64 `json:"maxSaleableQuantity,omitempty"` Attributes *map[string]ProtobufAny `json:"attributes,omitempty"` Variants *map[string]ProductProductVariant `json:"variants,omitempty"` MediaVariantAttributes []string `json:"mediaVariantAttributes,omitempty"` }
ProductUpdateProductRequestV2 struct for ProductUpdateProductRequestV2
func NewProductUpdateProductRequestV2 ¶
func NewProductUpdateProductRequestV2() *ProductUpdateProductRequestV2
NewProductUpdateProductRequestV2 instantiates a new ProductUpdateProductRequestV2 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 NewProductUpdateProductRequestV2WithDefaults ¶
func NewProductUpdateProductRequestV2WithDefaults() *ProductUpdateProductRequestV2
NewProductUpdateProductRequestV2WithDefaults instantiates a new ProductUpdateProductRequestV2 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 (*ProductUpdateProductRequestV2) GetAttributes ¶
func (o *ProductUpdateProductRequestV2) GetAttributes() map[string]ProtobufAny
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ProductUpdateProductRequestV2) GetAttributesMask ¶
func (o *ProductUpdateProductRequestV2) GetAttributesMask() ProductFieldMask
GetAttributesMask returns the AttributesMask field value if set, zero value otherwise.
func (*ProductUpdateProductRequestV2) GetAttributesMaskOk ¶
func (o *ProductUpdateProductRequestV2) GetAttributesMaskOk() (*ProductFieldMask, bool)
GetAttributesMaskOk returns a tuple with the AttributesMask field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductUpdateProductRequestV2) GetAttributesOk ¶
func (o *ProductUpdateProductRequestV2) GetAttributesOk() (*map[string]ProtobufAny, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductUpdateProductRequestV2) GetCode ¶
func (o *ProductUpdateProductRequestV2) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*ProductUpdateProductRequestV2) GetCodeOk ¶
func (o *ProductUpdateProductRequestV2) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductUpdateProductRequestV2) GetId ¶
func (o *ProductUpdateProductRequestV2) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ProductUpdateProductRequestV2) GetIdOk ¶
func (o *ProductUpdateProductRequestV2) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductUpdateProductRequestV2) GetMaxSaleableQuantity ¶
func (o *ProductUpdateProductRequestV2) GetMaxSaleableQuantity() int64
GetMaxSaleableQuantity returns the MaxSaleableQuantity field value if set, zero value otherwise.
func (*ProductUpdateProductRequestV2) GetMaxSaleableQuantityOk ¶
func (o *ProductUpdateProductRequestV2) GetMaxSaleableQuantityOk() (*int64, bool)
GetMaxSaleableQuantityOk returns a tuple with the MaxSaleableQuantity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductUpdateProductRequestV2) GetMediaVariantAttributes ¶
func (o *ProductUpdateProductRequestV2) GetMediaVariantAttributes() []string
GetMediaVariantAttributes returns the MediaVariantAttributes field value if set, zero value otherwise.
func (*ProductUpdateProductRequestV2) GetMediaVariantAttributesOk ¶
func (o *ProductUpdateProductRequestV2) GetMediaVariantAttributesOk() ([]string, bool)
GetMediaVariantAttributesOk returns a tuple with the MediaVariantAttributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductUpdateProductRequestV2) GetTenantId ¶
func (o *ProductUpdateProductRequestV2) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*ProductUpdateProductRequestV2) GetTenantIdOk ¶
func (o *ProductUpdateProductRequestV2) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductUpdateProductRequestV2) GetUrlKey ¶
func (o *ProductUpdateProductRequestV2) GetUrlKey() ProductLocalizedText
GetUrlKey returns the UrlKey field value if set, zero value otherwise.
func (*ProductUpdateProductRequestV2) GetUrlKeyOk ¶
func (o *ProductUpdateProductRequestV2) GetUrlKeyOk() (*ProductLocalizedText, bool)
GetUrlKeyOk returns a tuple with the UrlKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductUpdateProductRequestV2) GetVariants ¶
func (o *ProductUpdateProductRequestV2) GetVariants() map[string]ProductProductVariant
GetVariants returns the Variants field value if set, zero value otherwise.
func (*ProductUpdateProductRequestV2) GetVariantsOk ¶
func (o *ProductUpdateProductRequestV2) GetVariantsOk() (*map[string]ProductProductVariant, bool)
GetVariantsOk returns a tuple with the Variants field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductUpdateProductRequestV2) HasAttributes ¶
func (o *ProductUpdateProductRequestV2) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*ProductUpdateProductRequestV2) HasAttributesMask ¶
func (o *ProductUpdateProductRequestV2) HasAttributesMask() bool
HasAttributesMask returns a boolean if a field has been set.
func (*ProductUpdateProductRequestV2) HasCode ¶
func (o *ProductUpdateProductRequestV2) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*ProductUpdateProductRequestV2) HasId ¶
func (o *ProductUpdateProductRequestV2) HasId() bool
HasId returns a boolean if a field has been set.
func (*ProductUpdateProductRequestV2) HasMaxSaleableQuantity ¶
func (o *ProductUpdateProductRequestV2) HasMaxSaleableQuantity() bool
HasMaxSaleableQuantity returns a boolean if a field has been set.
func (*ProductUpdateProductRequestV2) HasMediaVariantAttributes ¶
func (o *ProductUpdateProductRequestV2) HasMediaVariantAttributes() bool
HasMediaVariantAttributes returns a boolean if a field has been set.
func (*ProductUpdateProductRequestV2) HasTenantId ¶
func (o *ProductUpdateProductRequestV2) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (*ProductUpdateProductRequestV2) HasUrlKey ¶
func (o *ProductUpdateProductRequestV2) HasUrlKey() bool
HasUrlKey returns a boolean if a field has been set.
func (*ProductUpdateProductRequestV2) HasVariants ¶
func (o *ProductUpdateProductRequestV2) HasVariants() bool
HasVariants returns a boolean if a field has been set.
func (ProductUpdateProductRequestV2) MarshalJSON ¶
func (o ProductUpdateProductRequestV2) MarshalJSON() ([]byte, error)
func (*ProductUpdateProductRequestV2) SetAttributes ¶
func (o *ProductUpdateProductRequestV2) SetAttributes(v map[string]ProtobufAny)
SetAttributes gets a reference to the given map[string]ProtobufAny and assigns it to the Attributes field.
func (*ProductUpdateProductRequestV2) SetAttributesMask ¶
func (o *ProductUpdateProductRequestV2) SetAttributesMask(v ProductFieldMask)
SetAttributesMask gets a reference to the given ProductFieldMask and assigns it to the AttributesMask field.
func (*ProductUpdateProductRequestV2) SetCode ¶
func (o *ProductUpdateProductRequestV2) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*ProductUpdateProductRequestV2) SetId ¶
func (o *ProductUpdateProductRequestV2) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ProductUpdateProductRequestV2) SetMaxSaleableQuantity ¶
func (o *ProductUpdateProductRequestV2) SetMaxSaleableQuantity(v int64)
SetMaxSaleableQuantity gets a reference to the given int64 and assigns it to the MaxSaleableQuantity field.
func (*ProductUpdateProductRequestV2) SetMediaVariantAttributes ¶
func (o *ProductUpdateProductRequestV2) SetMediaVariantAttributes(v []string)
SetMediaVariantAttributes gets a reference to the given []string and assigns it to the MediaVariantAttributes field.
func (*ProductUpdateProductRequestV2) SetTenantId ¶
func (o *ProductUpdateProductRequestV2) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (*ProductUpdateProductRequestV2) SetUrlKey ¶
func (o *ProductUpdateProductRequestV2) SetUrlKey(v ProductLocalizedText)
SetUrlKey gets a reference to the given ProductLocalizedText and assigns it to the UrlKey field.
func (*ProductUpdateProductRequestV2) SetVariants ¶
func (o *ProductUpdateProductRequestV2) SetVariants(v map[string]ProductProductVariant)
SetVariants gets a reference to the given map[string]ProductProductVariant and assigns it to the Variants field.
func (ProductUpdateProductRequestV2) ToMap ¶
func (o ProductUpdateProductRequestV2) ToMap() (map[string]interface{}, error)
type ProductUpdateProductResponse ¶
type ProductUpdateProductResponse struct { Success *bool `json:"success,omitempty"` ProductErrors []ProductProductResponseError `json:"productErrors,omitempty"` AttributeErrors []ProductAttributeResponseError `json:"attributeErrors,omitempty"` }
ProductUpdateProductResponse struct for ProductUpdateProductResponse
func NewProductUpdateProductResponse ¶
func NewProductUpdateProductResponse() *ProductUpdateProductResponse
NewProductUpdateProductResponse instantiates a new ProductUpdateProductResponse 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 NewProductUpdateProductResponseWithDefaults ¶
func NewProductUpdateProductResponseWithDefaults() *ProductUpdateProductResponse
NewProductUpdateProductResponseWithDefaults instantiates a new ProductUpdateProductResponse 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 (*ProductUpdateProductResponse) GetAttributeErrors ¶
func (o *ProductUpdateProductResponse) GetAttributeErrors() []ProductAttributeResponseError
GetAttributeErrors returns the AttributeErrors field value if set, zero value otherwise.
func (*ProductUpdateProductResponse) GetAttributeErrorsOk ¶
func (o *ProductUpdateProductResponse) GetAttributeErrorsOk() ([]ProductAttributeResponseError, bool)
GetAttributeErrorsOk returns a tuple with the AttributeErrors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductUpdateProductResponse) GetProductErrors ¶
func (o *ProductUpdateProductResponse) GetProductErrors() []ProductProductResponseError
GetProductErrors returns the ProductErrors field value if set, zero value otherwise.
func (*ProductUpdateProductResponse) GetProductErrorsOk ¶
func (o *ProductUpdateProductResponse) GetProductErrorsOk() ([]ProductProductResponseError, bool)
GetProductErrorsOk returns a tuple with the ProductErrors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductUpdateProductResponse) GetSuccess ¶
func (o *ProductUpdateProductResponse) GetSuccess() bool
GetSuccess returns the Success field value if set, zero value otherwise.
func (*ProductUpdateProductResponse) GetSuccessOk ¶
func (o *ProductUpdateProductResponse) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductUpdateProductResponse) HasAttributeErrors ¶
func (o *ProductUpdateProductResponse) HasAttributeErrors() bool
HasAttributeErrors returns a boolean if a field has been set.
func (*ProductUpdateProductResponse) HasProductErrors ¶
func (o *ProductUpdateProductResponse) HasProductErrors() bool
HasProductErrors returns a boolean if a field has been set.
func (*ProductUpdateProductResponse) HasSuccess ¶
func (o *ProductUpdateProductResponse) HasSuccess() bool
HasSuccess returns a boolean if a field has been set.
func (ProductUpdateProductResponse) MarshalJSON ¶
func (o ProductUpdateProductResponse) MarshalJSON() ([]byte, error)
func (*ProductUpdateProductResponse) SetAttributeErrors ¶
func (o *ProductUpdateProductResponse) SetAttributeErrors(v []ProductAttributeResponseError)
SetAttributeErrors gets a reference to the given []ProductAttributeResponseError and assigns it to the AttributeErrors field.
func (*ProductUpdateProductResponse) SetProductErrors ¶
func (o *ProductUpdateProductResponse) SetProductErrors(v []ProductProductResponseError)
SetProductErrors gets a reference to the given []ProductProductResponseError and assigns it to the ProductErrors field.
func (*ProductUpdateProductResponse) SetSuccess ¶
func (o *ProductUpdateProductResponse) SetSuccess(v bool)
SetSuccess gets a reference to the given bool and assigns it to the Success field.
func (ProductUpdateProductResponse) ToMap ¶
func (o ProductUpdateProductResponse) ToMap() (map[string]interface{}, error)
type ProductentitymanagerLocalizedText ¶
ProductentitymanagerLocalizedText struct for ProductentitymanagerLocalizedText
func NewProductentitymanagerLocalizedText ¶
func NewProductentitymanagerLocalizedText() *ProductentitymanagerLocalizedText
NewProductentitymanagerLocalizedText instantiates a new ProductentitymanagerLocalizedText 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 NewProductentitymanagerLocalizedTextWithDefaults ¶
func NewProductentitymanagerLocalizedTextWithDefaults() *ProductentitymanagerLocalizedText
NewProductentitymanagerLocalizedTextWithDefaults instantiates a new ProductentitymanagerLocalizedText 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 (*ProductentitymanagerLocalizedText) GetValue ¶
func (o *ProductentitymanagerLocalizedText) GetValue() map[string]string
GetValue returns the Value field value if set, zero value otherwise.
func (*ProductentitymanagerLocalizedText) GetValueOk ¶
func (o *ProductentitymanagerLocalizedText) GetValueOk() (*map[string]string, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductentitymanagerLocalizedText) HasValue ¶
func (o *ProductentitymanagerLocalizedText) HasValue() bool
HasValue returns a boolean if a field has been set.
func (ProductentitymanagerLocalizedText) MarshalJSON ¶
func (o ProductentitymanagerLocalizedText) MarshalJSON() ([]byte, error)
func (*ProductentitymanagerLocalizedText) SetValue ¶
func (o *ProductentitymanagerLocalizedText) SetValue(v map[string]string)
SetValue gets a reference to the given map[string]string and assigns it to the Value field.
func (ProductentitymanagerLocalizedText) ToMap ¶
func (o ProductentitymanagerLocalizedText) ToMap() (map[string]interface{}, error)
type ProtobufAny ¶
type ProtobufAny struct { // A URL/resource name that uniquely identifies the type of the serialized protocol buffer message. This string must contain at least one \"/\" character. The last segment of the URL's path must represent the fully qualified name of the type (as in `path/google.protobuf.Duration`). The name should be in a canonical form (e.g., leading \".\" is not accepted). In practice, teams usually precompile into the binary all types that they expect it to use in the context of Any. However, for URLs which use the scheme `http`, `https`, or no scheme, one can optionally set up a type server that maps type URLs to message definitions as follows: * If no scheme is provided, `https` is assumed. * An HTTP GET on the URL must yield a [google.protobuf.Type][] value in binary format, or produce an error. * Applications are allowed to cache lookup results based on the URL, or have them precompiled into a binary to avoid any lookup. Therefore, binary compatibility needs to be preserved on changes to types. (Use versioned type names to manage breaking changes.) Note: this functionality is not currently available in the official protobuf release, and it is not used for type URLs beginning with type.googleapis.com. Schemes other than `http`, `https` (or the empty scheme) might be used with implementation specific semantics. Type *string `json:"@type,omitempty"` AdditionalProperties map[string]interface{} }
ProtobufAny `Any` contains an arbitrary serialized protocol buffer message along with a URL that describes the type of the serialized message. Protobuf library provides support to pack/unpack Any values in the form of utility functions or additional generated methods of the Any type. Example 1: Pack and unpack a message in C++. Foo foo = ...; Any any; any.PackFrom(foo); ... if (any.UnpackTo(&foo)) { ... } Example 2: Pack and unpack a message in Java. Foo foo = ...; Any any = Any.pack(foo); ... if (any.is(Foo.class)) { foo = any.unpack(Foo.class); } Example 3: Pack and unpack a message in Python. foo = Foo(...) any = Any() any.Pack(foo) ... if any.Is(Foo.DESCRIPTOR): any.Unpack(foo) ... Example 4: Pack and unpack a message in Go foo := &pb.Foo{...} any, err := anypb.New(foo) if err != nil { ... } ... foo := &pb.Foo{} if err := any.UnmarshalTo(foo); err != nil { ... } The pack methods provided by protobuf library will by default use 'type.googleapis.com/full.type.name' as the type URL and the unpack methods only use the fully qualified type name after the last '/' in the type URL, for example \"foo.bar.com/x/y.z\" will yield type name \"y.z\". JSON The JSON representation of an `Any` value uses the regular representation of the deserialized, embedded message, with an additional field `@type` which contains the type URL. Example: package google.profile; message Person { string first_name = 1; string last_name = 2; } { \"@type\": \"type.googleapis.com/google.profile.Person\", \"firstName\": <string>, \"lastName\": <string> } If the embedded message type is well-known and has a custom JSON representation, that representation will be embedded adding a field `value` which holds the custom JSON in addition to the `@type` field. Example (for message [google.protobuf.Duration][]): { \"@type\": \"type.googleapis.com/google.protobuf.Duration\", \"value\": \"1.212s\" }
func NewProtobufAny ¶
func NewProtobufAny() *ProtobufAny
NewProtobufAny instantiates a new ProtobufAny 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 NewProtobufAnyWithDefaults ¶
func NewProtobufAnyWithDefaults() *ProtobufAny
NewProtobufAnyWithDefaults instantiates a new ProtobufAny 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 (*ProtobufAny) GetType ¶
func (o *ProtobufAny) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ProtobufAny) GetTypeOk ¶
func (o *ProtobufAny) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProtobufAny) GetValue ¶ added in v1.0.4
func (o *ProtobufAny) GetValue() interface{}
GetValue returns the value of well-known types
func (*ProtobufAny) HasType ¶
func (o *ProtobufAny) HasType() bool
HasType returns a boolean if a field has been set.
func (ProtobufAny) MarshalJSON ¶
func (o ProtobufAny) MarshalJSON() ([]byte, error)
func (*ProtobufAny) SetType ¶
func (o *ProtobufAny) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*ProtobufAny) SetValue ¶ added in v1.0.5
func (o *ProtobufAny) SetValue(value interface{})
SetValue populate the value of well-known types
func (ProtobufAny) ToMap ¶
func (o ProtobufAny) ToMap() (map[string]interface{}, error)
func (*ProtobufAny) UnmarshalJSON ¶
func (o *ProtobufAny) UnmarshalJSON(data []byte) (err error)
type RpcStatus ¶
type RpcStatus struct { Code *int32 `json:"code,omitempty"` Message *string `json:"message,omitempty"` Details []ProtobufAny `json:"details,omitempty"` }
RpcStatus struct for RpcStatus
func NewRpcStatus ¶
func NewRpcStatus() *RpcStatus
NewRpcStatus instantiates a new RpcStatus 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 NewRpcStatusWithDefaults ¶
func NewRpcStatusWithDefaults() *RpcStatus
NewRpcStatusWithDefaults instantiates a new RpcStatus 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 (*RpcStatus) GetCodeOk ¶
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RpcStatus) GetDetails ¶
func (o *RpcStatus) GetDetails() []ProtobufAny
GetDetails returns the Details field value if set, zero value otherwise.
func (*RpcStatus) GetDetailsOk ¶
func (o *RpcStatus) GetDetailsOk() ([]ProtobufAny, bool)
GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RpcStatus) GetMessage ¶
GetMessage returns the Message field value if set, zero value otherwise.
func (*RpcStatus) GetMessageOk ¶
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RpcStatus) HasDetails ¶
HasDetails returns a boolean if a field has been set.
func (*RpcStatus) HasMessage ¶
HasMessage returns a boolean if a field has been set.
func (RpcStatus) MarshalJSON ¶
func (*RpcStatus) SetCode ¶
SetCode gets a reference to the given int32 and assigns it to the Code field.
func (*RpcStatus) SetDetails ¶
func (o *RpcStatus) SetDetails(v []ProtobufAny)
SetDetails gets a reference to the given []ProtobufAny and assigns it to the Details field.
func (*RpcStatus) SetMessage ¶
SetMessage gets a reference to the given string and assigns it to the Message field.
type ServerConfiguration ¶
type ServerConfiguration struct { URL string Description string Variables map[string]ServerVariable }
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
Source Files ¶
- api_product.go
- client.go
- configuration.go
- model_bulk_update_assets_entries_request_update_entity.go
- model_entitymanager_attribute.go
- model_entitymanager_attribute_group.go
- model_entitymanager_attribute_option.go
- model_entitymanager_attribute_option_errors.go
- model_entitymanager_attribute_option_swatch.go
- model_entitymanager_attribute_write_error.go
- model_entitymanager_attribute_write_errors.go
- model_entitymanager_bulk_create_attribute_request.go
- model_entitymanager_bulk_create_attribute_response.go
- model_entitymanager_create_attribute_group_request.go
- model_entitymanager_create_attribute_options_request.go
- model_entitymanager_create_attribute_options_response.go
- model_entitymanager_create_entity_response.go
- model_entitymanager_create_options_list_request.go
- model_entitymanager_create_options_list_response.go
- model_entitymanager_delete_attribute_request.go
- model_entitymanager_entity.go
- model_entitymanager_entity_identifier.go
- model_entitymanager_entity_request.go
- model_entitymanager_get_attribute_group_request.go
- model_entitymanager_get_attribute_option_request.go
- model_entitymanager_get_attribute_option_response.go
- model_entitymanager_get_attribute_options_request.go
- model_entitymanager_get_attribute_options_request_option.go
- model_entitymanager_get_attribute_options_response.go
- model_entitymanager_get_attribute_options_response_option.go
- model_entitymanager_get_options_list_request.go
- model_entitymanager_get_options_list_response.go
- model_entitymanager_list_attribute_groups_request.go
- model_entitymanager_list_attribute_groups_response.go
- model_entitymanager_list_attribute_options_request.go
- model_entitymanager_list_attribute_options_response.go
- model_entitymanager_list_entities_request.go
- model_entitymanager_list_entities_response.go
- model_entitymanager_list_options_lists_request.go
- model_entitymanager_list_options_lists_response.go
- model_entitymanager_options_list.go
- model_entitymanager_render_as.go
- model_entitymanager_types.go
- model_entitymanager_update_attribute_group_request.go
- model_entitymanager_update_attribute_group_request_payload.go
- model_entitymanager_update_attribute_options_request.go
- model_entitymanager_update_attribute_options_response.go
- model_entitymanager_update_attribute_request.go
- model_entitymanager_update_attribute_request_payload.go
- model_entitymanager_update_options_list_request.go
- model_entitymanager_update_options_list_response.go
- model_list_products_request_filter.go
- model_product_add_media_gallery_entry_request.go
- model_product_add_media_gallery_entry_response.go
- model_product_asset_data.go
- model_product_assets.go
- model_product_assets_entry.go
- model_product_assets_entry_metadata.go
- model_product_attribute_response_error.go
- model_product_bulk_add_assets_entries_request.go
- model_product_bulk_add_assets_entries_response.go
- model_product_bulk_delete_products_request.go
- model_product_bulk_remove_assets_entries_request.go
- model_product_bulk_update_assets_entries_request.go
- model_product_bulk_update_assets_entries_response.go
- model_product_bulk_update_request.go
- model_product_bulk_update_request_payload.go
- model_product_bulk_update_request_v2.go
- model_product_bulk_update_request_v2_payload.go
- model_product_bulk_update_response.go
- model_product_bulk_update_response_response.go
- model_product_bulk_update_response_v2.go
- model_product_bulk_update_response_v2_response.go
- model_product_create_product_request.go
- model_product_create_product_request_v2.go
- model_product_create_product_response.go
- model_product_create_product_response_v2.go
- model_product_delete_product_request.go
- model_product_delete_request.go
- model_product_delete_response.go
- model_product_field_mask.go
- model_product_get_product_by_code_request.go
- model_product_get_product_by_code_response.go
- model_product_get_product_by_url_key_request.go
- model_product_get_product_by_url_key_response.go
- model_product_get_product_request.go
- model_product_get_product_response.go
- model_product_list_products_by_ids_request.go
- model_product_list_products_by_ids_response.go
- model_product_list_products_by_sku_request.go
- model_product_list_products_by_sku_response.go
- model_product_list_products_request.go
- model_product_list_products_response.go
- model_product_list_variants_by_sku_request.go
- model_product_list_variants_by_sku_response.go
- model_product_localized_asset.go
- model_product_localized_text.go
- model_product_media_gallery.go
- model_product_media_gallery_entry.go
- model_product_media_gallery_entry_metadata.go
- model_product_product_entity.go
- model_product_product_response_error.go
- model_product_product_variant.go
- model_product_remove_media_gallery_entry_request.go
- model_product_update_asset_entry_payload.go
- model_product_update_media_gallery_entry_request.go
- model_product_update_product_request.go
- model_product_update_product_request_v2.go
- model_product_update_product_response.go
- model_productentitymanager_localized_text.go
- model_protobuf_any.go
- model_rpc_status.go
- response.go
- utils.go