Documentation ¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- 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 ApiArchiveRequest
- type ApiAssociationsGetAllRequest
- func (r ApiAssociationsGetAllRequest) After(after string) ApiAssociationsGetAllRequest
- func (r ApiAssociationsGetAllRequest) Execute() (*CollectionResponseMultiAssociatedObjectWithLabelForwardPaging, *http.Response, ...)
- func (r ApiAssociationsGetAllRequest) Limit(limit int32) ApiAssociationsGetAllRequest
- type ApiBatchArchiveRequest
- type ApiBatchCreateRequest
- type ApiBatchReadRequest
- func (r ApiBatchReadRequest) Archived(archived bool) ApiBatchReadRequest
- func (r ApiBatchReadRequest) BatchReadInputSimplePublicObjectId(batchReadInputSimplePublicObjectId BatchReadInputSimplePublicObjectId) ApiBatchReadRequest
- func (r ApiBatchReadRequest) Execute() (*BatchResponseSimplePublicObject, *http.Response, error)
- type ApiBatchUpdateRequest
- type ApiCreateRequest
- type ApiDeleteCrmV4ObjectsProductsProductIdAssociationsToObjectTypeToObjectIdArchiveRequest
- type ApiGetByIDRequest
- func (r ApiGetByIDRequest) Archived(archived bool) ApiGetByIDRequest
- func (r ApiGetByIDRequest) Associations(associations []string) ApiGetByIDRequest
- func (r ApiGetByIDRequest) Execute() (*SimplePublicObjectWithAssociations, *http.Response, error)
- func (r ApiGetByIDRequest) IdProperty(idProperty string) ApiGetByIDRequest
- func (r ApiGetByIDRequest) Properties(properties []string) ApiGetByIDRequest
- func (r ApiGetByIDRequest) PropertiesWithHistory(propertiesWithHistory []string) ApiGetByIDRequest
- type ApiGetPageRequest
- func (r ApiGetPageRequest) After(after string) ApiGetPageRequest
- func (r ApiGetPageRequest) Archived(archived bool) ApiGetPageRequest
- func (r ApiGetPageRequest) Associations(associations []string) ApiGetPageRequest
- func (r ApiGetPageRequest) Execute() (*CollectionResponseSimplePublicObjectWithAssociationsForwardPaging, ...)
- func (r ApiGetPageRequest) Limit(limit int32) ApiGetPageRequest
- func (r ApiGetPageRequest) Properties(properties []string) ApiGetPageRequest
- func (r ApiGetPageRequest) PropertiesWithHistory(propertiesWithHistory []string) ApiGetPageRequest
- type ApiMergeRequest
- type ApiPutCrmV4ObjectsProductsProductIdAssociationsToObjectTypeToObjectIdCreateRequest
- type ApiSearchRequest
- type ApiUpdateRequest
- type AssociatedId
- func (o *AssociatedId) GetId() string
- func (o *AssociatedId) GetIdOk() (*string, bool)
- func (o *AssociatedId) GetType() string
- func (o *AssociatedId) GetTypeOk() (*string, bool)
- func (o AssociatedId) MarshalJSON() ([]byte, error)
- func (o *AssociatedId) SetId(v string)
- func (o *AssociatedId) SetType(v string)
- type AssociationSpec
- func (o *AssociationSpec) GetAssociationCategory() string
- func (o *AssociationSpec) GetAssociationCategoryOk() (*string, bool)
- func (o *AssociationSpec) GetAssociationTypeId() int32
- func (o *AssociationSpec) GetAssociationTypeIdOk() (*int32, bool)
- func (o AssociationSpec) MarshalJSON() ([]byte, error)
- func (o *AssociationSpec) SetAssociationCategory(v string)
- func (o *AssociationSpec) SetAssociationTypeId(v int32)
- type AssociationSpecWithLabel
- func (o *AssociationSpecWithLabel) GetCategory() string
- func (o *AssociationSpecWithLabel) GetCategoryOk() (*string, bool)
- func (o *AssociationSpecWithLabel) GetLabel() string
- func (o *AssociationSpecWithLabel) GetLabelOk() (*string, bool)
- func (o *AssociationSpecWithLabel) GetTypeId() int32
- func (o *AssociationSpecWithLabel) GetTypeIdOk() (*int32, bool)
- func (o *AssociationSpecWithLabel) HasLabel() bool
- func (o AssociationSpecWithLabel) MarshalJSON() ([]byte, error)
- func (o *AssociationSpecWithLabel) SetCategory(v string)
- func (o *AssociationSpecWithLabel) SetLabel(v string)
- func (o *AssociationSpecWithLabel) SetTypeId(v int32)
- type AssociationsApiService
- func (a *AssociationsApiService) AssociationsGetAll(ctx context.Context, productId int64, toObjectType string) ApiAssociationsGetAllRequest
- func (a *AssociationsApiService) AssociationsGetAllExecute(r ApiAssociationsGetAllRequest) (*CollectionResponseMultiAssociatedObjectWithLabelForwardPaging, *http.Response, ...)
- func (a *AssociationsApiService) DeleteCrmV4ObjectsProductsProductIdAssociationsToObjectTypeToObjectIdArchive(ctx context.Context, productId int64, toObjectType string, toObjectId int64) ...
- func (a *AssociationsApiService) DeleteCrmV4ObjectsProductsProductIdAssociationsToObjectTypeToObjectIdArchiveExecute(...) (*http.Response, error)
- func (a *AssociationsApiService) PutCrmV4ObjectsProductsProductIdAssociationsToObjectTypeToObjectIdCreate(ctx context.Context, productId int64, toObjectType string, toObjectId int64) ...
- func (a *AssociationsApiService) PutCrmV4ObjectsProductsProductIdAssociationsToObjectTypeToObjectIdCreateExecute(...) (*LabelsBetweenObjectPair, *http.Response, error)
- type BasicApiService
- func (a *BasicApiService) Archive(ctx context.Context, productId string) ApiArchiveRequest
- func (a *BasicApiService) ArchiveExecute(r ApiArchiveRequest) (*http.Response, error)
- func (a *BasicApiService) Create(ctx context.Context) ApiCreateRequest
- func (a *BasicApiService) CreateExecute(r ApiCreateRequest) (*SimplePublicObject, *http.Response, error)
- func (a *BasicApiService) GetByID(ctx context.Context, productId string) ApiGetByIDRequest
- func (a *BasicApiService) GetByIDExecute(r ApiGetByIDRequest) (*SimplePublicObjectWithAssociations, *http.Response, error)
- func (a *BasicApiService) GetPage(ctx context.Context) ApiGetPageRequest
- func (a *BasicApiService) GetPageExecute(r ApiGetPageRequest) (*CollectionResponseSimplePublicObjectWithAssociationsForwardPaging, ...)
- func (a *BasicApiService) Update(ctx context.Context, productId string) ApiUpdateRequest
- func (a *BasicApiService) UpdateExecute(r ApiUpdateRequest) (*SimplePublicObject, *http.Response, error)
- type BasicAuth
- type BatchApiService
- func (a *BatchApiService) BatchArchive(ctx context.Context) ApiBatchArchiveRequest
- func (a *BatchApiService) BatchArchiveExecute(r ApiBatchArchiveRequest) (*http.Response, error)
- func (a *BatchApiService) BatchCreate(ctx context.Context) ApiBatchCreateRequest
- func (a *BatchApiService) BatchCreateExecute(r ApiBatchCreateRequest) (*BatchResponseSimplePublicObject, *http.Response, error)
- func (a *BatchApiService) BatchRead(ctx context.Context) ApiBatchReadRequest
- func (a *BatchApiService) BatchReadExecute(r ApiBatchReadRequest) (*BatchResponseSimplePublicObject, *http.Response, error)
- func (a *BatchApiService) BatchUpdate(ctx context.Context) ApiBatchUpdateRequest
- func (a *BatchApiService) BatchUpdateExecute(r ApiBatchUpdateRequest) (*BatchResponseSimplePublicObject, *http.Response, error)
- type BatchInputSimplePublicObjectBatchInput
- func (o *BatchInputSimplePublicObjectBatchInput) GetInputs() []SimplePublicObjectBatchInput
- func (o *BatchInputSimplePublicObjectBatchInput) GetInputsOk() ([]SimplePublicObjectBatchInput, bool)
- func (o BatchInputSimplePublicObjectBatchInput) MarshalJSON() ([]byte, error)
- func (o *BatchInputSimplePublicObjectBatchInput) SetInputs(v []SimplePublicObjectBatchInput)
- type BatchInputSimplePublicObjectId
- func (o *BatchInputSimplePublicObjectId) GetInputs() []SimplePublicObjectId
- func (o *BatchInputSimplePublicObjectId) GetInputsOk() ([]SimplePublicObjectId, bool)
- func (o BatchInputSimplePublicObjectId) MarshalJSON() ([]byte, error)
- func (o *BatchInputSimplePublicObjectId) SetInputs(v []SimplePublicObjectId)
- type BatchInputSimplePublicObjectInput
- func (o *BatchInputSimplePublicObjectInput) GetInputs() []SimplePublicObjectInput
- func (o *BatchInputSimplePublicObjectInput) GetInputsOk() ([]SimplePublicObjectInput, bool)
- func (o BatchInputSimplePublicObjectInput) MarshalJSON() ([]byte, error)
- func (o *BatchInputSimplePublicObjectInput) SetInputs(v []SimplePublicObjectInput)
- type BatchReadInputSimplePublicObjectId
- func (o *BatchReadInputSimplePublicObjectId) GetIdProperty() string
- func (o *BatchReadInputSimplePublicObjectId) GetIdPropertyOk() (*string, bool)
- func (o *BatchReadInputSimplePublicObjectId) GetInputs() []SimplePublicObjectId
- func (o *BatchReadInputSimplePublicObjectId) GetInputsOk() ([]SimplePublicObjectId, bool)
- func (o *BatchReadInputSimplePublicObjectId) GetProperties() []string
- func (o *BatchReadInputSimplePublicObjectId) GetPropertiesOk() ([]string, bool)
- func (o *BatchReadInputSimplePublicObjectId) GetPropertiesWithHistory() []string
- func (o *BatchReadInputSimplePublicObjectId) GetPropertiesWithHistoryOk() ([]string, bool)
- func (o *BatchReadInputSimplePublicObjectId) HasIdProperty() bool
- func (o BatchReadInputSimplePublicObjectId) MarshalJSON() ([]byte, error)
- func (o *BatchReadInputSimplePublicObjectId) SetIdProperty(v string)
- func (o *BatchReadInputSimplePublicObjectId) SetInputs(v []SimplePublicObjectId)
- func (o *BatchReadInputSimplePublicObjectId) SetProperties(v []string)
- func (o *BatchReadInputSimplePublicObjectId) SetPropertiesWithHistory(v []string)
- type BatchResponseSimplePublicObject
- func (o *BatchResponseSimplePublicObject) GetCompletedAt() time.Time
- func (o *BatchResponseSimplePublicObject) GetCompletedAtOk() (*time.Time, bool)
- func (o *BatchResponseSimplePublicObject) GetLinks() map[string]string
- func (o *BatchResponseSimplePublicObject) GetLinksOk() (*map[string]string, bool)
- func (o *BatchResponseSimplePublicObject) GetRequestedAt() time.Time
- func (o *BatchResponseSimplePublicObject) GetRequestedAtOk() (*time.Time, bool)
- func (o *BatchResponseSimplePublicObject) GetResults() []SimplePublicObject
- func (o *BatchResponseSimplePublicObject) GetResultsOk() ([]SimplePublicObject, bool)
- func (o *BatchResponseSimplePublicObject) GetStartedAt() time.Time
- func (o *BatchResponseSimplePublicObject) GetStartedAtOk() (*time.Time, bool)
- func (o *BatchResponseSimplePublicObject) GetStatus() string
- func (o *BatchResponseSimplePublicObject) GetStatusOk() (*string, bool)
- func (o *BatchResponseSimplePublicObject) HasLinks() bool
- func (o *BatchResponseSimplePublicObject) HasRequestedAt() bool
- func (o BatchResponseSimplePublicObject) MarshalJSON() ([]byte, error)
- func (o *BatchResponseSimplePublicObject) SetCompletedAt(v time.Time)
- func (o *BatchResponseSimplePublicObject) SetLinks(v map[string]string)
- func (o *BatchResponseSimplePublicObject) SetRequestedAt(v time.Time)
- func (o *BatchResponseSimplePublicObject) SetResults(v []SimplePublicObject)
- func (o *BatchResponseSimplePublicObject) SetStartedAt(v time.Time)
- func (o *BatchResponseSimplePublicObject) SetStatus(v string)
- type BatchResponseSimplePublicObjectWithErrors
- func (o *BatchResponseSimplePublicObjectWithErrors) GetCompletedAt() time.Time
- func (o *BatchResponseSimplePublicObjectWithErrors) GetCompletedAtOk() (*time.Time, bool)
- func (o *BatchResponseSimplePublicObjectWithErrors) GetErrors() []StandardError
- func (o *BatchResponseSimplePublicObjectWithErrors) GetErrorsOk() ([]StandardError, bool)
- func (o *BatchResponseSimplePublicObjectWithErrors) GetLinks() map[string]string
- func (o *BatchResponseSimplePublicObjectWithErrors) GetLinksOk() (*map[string]string, bool)
- func (o *BatchResponseSimplePublicObjectWithErrors) GetNumErrors() int32
- func (o *BatchResponseSimplePublicObjectWithErrors) GetNumErrorsOk() (*int32, bool)
- func (o *BatchResponseSimplePublicObjectWithErrors) GetRequestedAt() time.Time
- func (o *BatchResponseSimplePublicObjectWithErrors) GetRequestedAtOk() (*time.Time, bool)
- func (o *BatchResponseSimplePublicObjectWithErrors) GetResults() []SimplePublicObject
- func (o *BatchResponseSimplePublicObjectWithErrors) GetResultsOk() ([]SimplePublicObject, bool)
- func (o *BatchResponseSimplePublicObjectWithErrors) GetStartedAt() time.Time
- func (o *BatchResponseSimplePublicObjectWithErrors) GetStartedAtOk() (*time.Time, bool)
- func (o *BatchResponseSimplePublicObjectWithErrors) GetStatus() string
- func (o *BatchResponseSimplePublicObjectWithErrors) GetStatusOk() (*string, bool)
- func (o *BatchResponseSimplePublicObjectWithErrors) HasErrors() bool
- func (o *BatchResponseSimplePublicObjectWithErrors) HasLinks() bool
- func (o *BatchResponseSimplePublicObjectWithErrors) HasNumErrors() bool
- func (o *BatchResponseSimplePublicObjectWithErrors) HasRequestedAt() bool
- func (o BatchResponseSimplePublicObjectWithErrors) MarshalJSON() ([]byte, error)
- func (o *BatchResponseSimplePublicObjectWithErrors) SetCompletedAt(v time.Time)
- func (o *BatchResponseSimplePublicObjectWithErrors) SetErrors(v []StandardError)
- func (o *BatchResponseSimplePublicObjectWithErrors) SetLinks(v map[string]string)
- func (o *BatchResponseSimplePublicObjectWithErrors) SetNumErrors(v int32)
- func (o *BatchResponseSimplePublicObjectWithErrors) SetRequestedAt(v time.Time)
- func (o *BatchResponseSimplePublicObjectWithErrors) SetResults(v []SimplePublicObject)
- func (o *BatchResponseSimplePublicObjectWithErrors) SetStartedAt(v time.Time)
- func (o *BatchResponseSimplePublicObjectWithErrors) SetStatus(v string)
- type CollectionResponseAssociatedId
- func (o *CollectionResponseAssociatedId) GetPaging() Paging
- func (o *CollectionResponseAssociatedId) GetPagingOk() (*Paging, bool)
- func (o *CollectionResponseAssociatedId) GetResults() []AssociatedId
- func (o *CollectionResponseAssociatedId) GetResultsOk() ([]AssociatedId, bool)
- func (o *CollectionResponseAssociatedId) HasPaging() bool
- func (o CollectionResponseAssociatedId) MarshalJSON() ([]byte, error)
- func (o *CollectionResponseAssociatedId) SetPaging(v Paging)
- func (o *CollectionResponseAssociatedId) SetResults(v []AssociatedId)
- type CollectionResponseAssociatedIdForwardPaging
- func (o *CollectionResponseAssociatedIdForwardPaging) GetPaging() ForwardPaging
- func (o *CollectionResponseAssociatedIdForwardPaging) GetPagingOk() (*ForwardPaging, bool)
- func (o *CollectionResponseAssociatedIdForwardPaging) GetResults() []AssociatedId
- func (o *CollectionResponseAssociatedIdForwardPaging) GetResultsOk() ([]AssociatedId, bool)
- func (o *CollectionResponseAssociatedIdForwardPaging) HasPaging() bool
- func (o CollectionResponseAssociatedIdForwardPaging) MarshalJSON() ([]byte, error)
- func (o *CollectionResponseAssociatedIdForwardPaging) SetPaging(v ForwardPaging)
- func (o *CollectionResponseAssociatedIdForwardPaging) SetResults(v []AssociatedId)
- type CollectionResponseMultiAssociatedObjectWithLabelForwardPaging
- func NewCollectionResponseMultiAssociatedObjectWithLabelForwardPaging(results []MultiAssociatedObjectWithLabel) *CollectionResponseMultiAssociatedObjectWithLabelForwardPaging
- func NewCollectionResponseMultiAssociatedObjectWithLabelForwardPagingWithDefaults() *CollectionResponseMultiAssociatedObjectWithLabelForwardPaging
- func (o *CollectionResponseMultiAssociatedObjectWithLabelForwardPaging) GetPaging() ForwardPaging
- func (o *CollectionResponseMultiAssociatedObjectWithLabelForwardPaging) GetPagingOk() (*ForwardPaging, bool)
- func (o *CollectionResponseMultiAssociatedObjectWithLabelForwardPaging) GetResults() []MultiAssociatedObjectWithLabel
- func (o *CollectionResponseMultiAssociatedObjectWithLabelForwardPaging) GetResultsOk() ([]MultiAssociatedObjectWithLabel, bool)
- func (o *CollectionResponseMultiAssociatedObjectWithLabelForwardPaging) HasPaging() bool
- func (o CollectionResponseMultiAssociatedObjectWithLabelForwardPaging) MarshalJSON() ([]byte, error)
- func (o *CollectionResponseMultiAssociatedObjectWithLabelForwardPaging) SetPaging(v ForwardPaging)
- func (o *CollectionResponseMultiAssociatedObjectWithLabelForwardPaging) SetResults(v []MultiAssociatedObjectWithLabel)
- type CollectionResponseSimplePublicObjectWithAssociationsForwardPaging
- func NewCollectionResponseSimplePublicObjectWithAssociationsForwardPaging(results []SimplePublicObjectWithAssociations) *CollectionResponseSimplePublicObjectWithAssociationsForwardPaging
- func NewCollectionResponseSimplePublicObjectWithAssociationsForwardPagingWithDefaults() *CollectionResponseSimplePublicObjectWithAssociationsForwardPaging
- func (o *CollectionResponseSimplePublicObjectWithAssociationsForwardPaging) GetPaging() ForwardPaging
- func (o *CollectionResponseSimplePublicObjectWithAssociationsForwardPaging) GetPagingOk() (*ForwardPaging, bool)
- func (o *CollectionResponseSimplePublicObjectWithAssociationsForwardPaging) GetResults() []SimplePublicObjectWithAssociations
- func (o *CollectionResponseSimplePublicObjectWithAssociationsForwardPaging) GetResultsOk() ([]SimplePublicObjectWithAssociations, bool)
- func (o *CollectionResponseSimplePublicObjectWithAssociationsForwardPaging) HasPaging() bool
- func (o CollectionResponseSimplePublicObjectWithAssociationsForwardPaging) MarshalJSON() ([]byte, error)
- func (o *CollectionResponseSimplePublicObjectWithAssociationsForwardPaging) SetPaging(v ForwardPaging)
- func (o *CollectionResponseSimplePublicObjectWithAssociationsForwardPaging) SetResults(v []SimplePublicObjectWithAssociations)
- type CollectionResponseWithTotalSimplePublicObjectForwardPaging
- func NewCollectionResponseWithTotalSimplePublicObjectForwardPaging(total int32, results []SimplePublicObject) *CollectionResponseWithTotalSimplePublicObjectForwardPaging
- func NewCollectionResponseWithTotalSimplePublicObjectForwardPagingWithDefaults() *CollectionResponseWithTotalSimplePublicObjectForwardPaging
- func (o *CollectionResponseWithTotalSimplePublicObjectForwardPaging) GetPaging() ForwardPaging
- func (o *CollectionResponseWithTotalSimplePublicObjectForwardPaging) GetPagingOk() (*ForwardPaging, bool)
- func (o *CollectionResponseWithTotalSimplePublicObjectForwardPaging) GetResults() []SimplePublicObject
- func (o *CollectionResponseWithTotalSimplePublicObjectForwardPaging) GetResultsOk() ([]SimplePublicObject, bool)
- func (o *CollectionResponseWithTotalSimplePublicObjectForwardPaging) GetTotal() int32
- func (o *CollectionResponseWithTotalSimplePublicObjectForwardPaging) GetTotalOk() (*int32, bool)
- func (o *CollectionResponseWithTotalSimplePublicObjectForwardPaging) HasPaging() bool
- func (o CollectionResponseWithTotalSimplePublicObjectForwardPaging) MarshalJSON() ([]byte, error)
- func (o *CollectionResponseWithTotalSimplePublicObjectForwardPaging) SetPaging(v ForwardPaging)
- func (o *CollectionResponseWithTotalSimplePublicObjectForwardPaging) SetResults(v []SimplePublicObject)
- func (o *CollectionResponseWithTotalSimplePublicObjectForwardPaging) SetTotal(v int32)
- type Configuration
- type Error
- func (o *Error) GetCategory() string
- func (o *Error) GetCategoryOk() (*string, bool)
- func (o *Error) GetContext() map[string][]string
- func (o *Error) GetContextOk() (*map[string][]string, bool)
- func (o *Error) GetCorrelationId() string
- func (o *Error) GetCorrelationIdOk() (*string, bool)
- func (o *Error) GetErrors() []ErrorDetail
- func (o *Error) GetErrorsOk() ([]ErrorDetail, bool)
- func (o *Error) GetLinks() map[string]string
- func (o *Error) GetLinksOk() (*map[string]string, bool)
- func (o *Error) GetMessage() string
- func (o *Error) GetMessageOk() (*string, bool)
- func (o *Error) GetSubCategory() string
- func (o *Error) GetSubCategoryOk() (*string, bool)
- func (o *Error) HasContext() bool
- func (o *Error) HasErrors() bool
- func (o *Error) HasLinks() bool
- func (o *Error) HasSubCategory() bool
- func (o Error) MarshalJSON() ([]byte, error)
- func (o *Error) SetCategory(v string)
- func (o *Error) SetContext(v map[string][]string)
- func (o *Error) SetCorrelationId(v string)
- func (o *Error) SetErrors(v []ErrorDetail)
- func (o *Error) SetLinks(v map[string]string)
- func (o *Error) SetMessage(v string)
- func (o *Error) SetSubCategory(v string)
- type ErrorCategory
- func (o *ErrorCategory) GetHttpStatus() string
- func (o *ErrorCategory) GetHttpStatusOk() (*string, bool)
- func (o *ErrorCategory) GetName() string
- func (o *ErrorCategory) GetNameOk() (*string, bool)
- func (o ErrorCategory) MarshalJSON() ([]byte, error)
- func (o *ErrorCategory) SetHttpStatus(v string)
- func (o *ErrorCategory) SetName(v string)
- type ErrorDetail
- func (o *ErrorDetail) GetCode() string
- func (o *ErrorDetail) GetCodeOk() (*string, bool)
- func (o *ErrorDetail) GetContext() map[string][]string
- func (o *ErrorDetail) GetContextOk() (*map[string][]string, bool)
- func (o *ErrorDetail) GetIn() string
- func (o *ErrorDetail) GetInOk() (*string, bool)
- func (o *ErrorDetail) GetMessage() string
- func (o *ErrorDetail) GetMessageOk() (*string, bool)
- func (o *ErrorDetail) GetSubCategory() string
- func (o *ErrorDetail) GetSubCategoryOk() (*string, bool)
- func (o *ErrorDetail) HasCode() bool
- func (o *ErrorDetail) HasContext() bool
- func (o *ErrorDetail) HasIn() bool
- func (o *ErrorDetail) HasSubCategory() bool
- func (o ErrorDetail) MarshalJSON() ([]byte, error)
- func (o *ErrorDetail) SetCode(v string)
- func (o *ErrorDetail) SetContext(v map[string][]string)
- func (o *ErrorDetail) SetIn(v string)
- func (o *ErrorDetail) SetMessage(v string)
- func (o *ErrorDetail) SetSubCategory(v string)
- type Filter
- func (o *Filter) GetOperator() string
- func (o *Filter) GetOperatorOk() (*string, bool)
- func (o *Filter) GetPropertyName() string
- func (o *Filter) GetPropertyNameOk() (*string, bool)
- func (o *Filter) GetValue() string
- func (o *Filter) GetValueOk() (*string, bool)
- func (o *Filter) GetValues() []string
- func (o *Filter) GetValuesOk() ([]string, bool)
- func (o *Filter) HasValue() bool
- func (o *Filter) HasValues() bool
- func (o Filter) MarshalJSON() ([]byte, error)
- func (o *Filter) SetOperator(v string)
- func (o *Filter) SetPropertyName(v string)
- func (o *Filter) SetValue(v string)
- func (o *Filter) SetValues(v []string)
- type FilterGroup
- type ForwardPaging
- type GenericOpenAPIError
- type LabelsBetweenObjectPair
- func (o *LabelsBetweenObjectPair) GetFromObjectId() int32
- func (o *LabelsBetweenObjectPair) GetFromObjectIdOk() (*int32, bool)
- func (o *LabelsBetweenObjectPair) GetFromObjectTypeId() string
- func (o *LabelsBetweenObjectPair) GetFromObjectTypeIdOk() (*string, bool)
- func (o *LabelsBetweenObjectPair) GetLabels() []string
- func (o *LabelsBetweenObjectPair) GetLabelsOk() ([]string, bool)
- func (o *LabelsBetweenObjectPair) GetToObjectId() int32
- func (o *LabelsBetweenObjectPair) GetToObjectIdOk() (*int32, bool)
- func (o *LabelsBetweenObjectPair) GetToObjectTypeId() string
- func (o *LabelsBetweenObjectPair) GetToObjectTypeIdOk() (*string, bool)
- func (o LabelsBetweenObjectPair) MarshalJSON() ([]byte, error)
- func (o *LabelsBetweenObjectPair) SetFromObjectId(v int32)
- func (o *LabelsBetweenObjectPair) SetFromObjectTypeId(v string)
- func (o *LabelsBetweenObjectPair) SetLabels(v []string)
- func (o *LabelsBetweenObjectPair) SetToObjectId(v int32)
- func (o *LabelsBetweenObjectPair) SetToObjectTypeId(v string)
- type MultiAssociatedObjectWithLabel
- func (o *MultiAssociatedObjectWithLabel) GetAssociationTypes() []AssociationSpecWithLabel
- func (o *MultiAssociatedObjectWithLabel) GetAssociationTypesOk() ([]AssociationSpecWithLabel, bool)
- func (o *MultiAssociatedObjectWithLabel) GetToObjectId() int32
- func (o *MultiAssociatedObjectWithLabel) GetToObjectIdOk() (*int32, bool)
- func (o MultiAssociatedObjectWithLabel) MarshalJSON() ([]byte, error)
- func (o *MultiAssociatedObjectWithLabel) SetAssociationTypes(v []AssociationSpecWithLabel)
- func (o *MultiAssociatedObjectWithLabel) SetToObjectId(v int32)
- type NextPage
- func (o *NextPage) GetAfter() string
- func (o *NextPage) GetAfterOk() (*string, bool)
- func (o *NextPage) GetLink() string
- func (o *NextPage) GetLinkOk() (*string, bool)
- func (o *NextPage) HasLink() bool
- func (o NextPage) MarshalJSON() ([]byte, error)
- func (o *NextPage) SetAfter(v string)
- func (o *NextPage) SetLink(v string)
- type NullableAssociatedId
- func (v NullableAssociatedId) Get() *AssociatedId
- func (v NullableAssociatedId) IsSet() bool
- func (v NullableAssociatedId) MarshalJSON() ([]byte, error)
- func (v *NullableAssociatedId) Set(val *AssociatedId)
- func (v *NullableAssociatedId) UnmarshalJSON(src []byte) error
- func (v *NullableAssociatedId) Unset()
- type NullableAssociationSpec
- func (v NullableAssociationSpec) Get() *AssociationSpec
- func (v NullableAssociationSpec) IsSet() bool
- func (v NullableAssociationSpec) MarshalJSON() ([]byte, error)
- func (v *NullableAssociationSpec) Set(val *AssociationSpec)
- func (v *NullableAssociationSpec) UnmarshalJSON(src []byte) error
- func (v *NullableAssociationSpec) Unset()
- type NullableAssociationSpecWithLabel
- func (v NullableAssociationSpecWithLabel) Get() *AssociationSpecWithLabel
- func (v NullableAssociationSpecWithLabel) IsSet() bool
- func (v NullableAssociationSpecWithLabel) MarshalJSON() ([]byte, error)
- func (v *NullableAssociationSpecWithLabel) Set(val *AssociationSpecWithLabel)
- func (v *NullableAssociationSpecWithLabel) UnmarshalJSON(src []byte) error
- func (v *NullableAssociationSpecWithLabel) Unset()
- type NullableBatchInputSimplePublicObjectBatchInput
- func (v NullableBatchInputSimplePublicObjectBatchInput) Get() *BatchInputSimplePublicObjectBatchInput
- func (v NullableBatchInputSimplePublicObjectBatchInput) IsSet() bool
- func (v NullableBatchInputSimplePublicObjectBatchInput) MarshalJSON() ([]byte, error)
- func (v *NullableBatchInputSimplePublicObjectBatchInput) Set(val *BatchInputSimplePublicObjectBatchInput)
- func (v *NullableBatchInputSimplePublicObjectBatchInput) UnmarshalJSON(src []byte) error
- func (v *NullableBatchInputSimplePublicObjectBatchInput) Unset()
- type NullableBatchInputSimplePublicObjectId
- func (v NullableBatchInputSimplePublicObjectId) Get() *BatchInputSimplePublicObjectId
- func (v NullableBatchInputSimplePublicObjectId) IsSet() bool
- func (v NullableBatchInputSimplePublicObjectId) MarshalJSON() ([]byte, error)
- func (v *NullableBatchInputSimplePublicObjectId) Set(val *BatchInputSimplePublicObjectId)
- func (v *NullableBatchInputSimplePublicObjectId) UnmarshalJSON(src []byte) error
- func (v *NullableBatchInputSimplePublicObjectId) Unset()
- type NullableBatchInputSimplePublicObjectInput
- func (v NullableBatchInputSimplePublicObjectInput) Get() *BatchInputSimplePublicObjectInput
- func (v NullableBatchInputSimplePublicObjectInput) IsSet() bool
- func (v NullableBatchInputSimplePublicObjectInput) MarshalJSON() ([]byte, error)
- func (v *NullableBatchInputSimplePublicObjectInput) Set(val *BatchInputSimplePublicObjectInput)
- func (v *NullableBatchInputSimplePublicObjectInput) UnmarshalJSON(src []byte) error
- func (v *NullableBatchInputSimplePublicObjectInput) Unset()
- type NullableBatchReadInputSimplePublicObjectId
- func (v NullableBatchReadInputSimplePublicObjectId) Get() *BatchReadInputSimplePublicObjectId
- func (v NullableBatchReadInputSimplePublicObjectId) IsSet() bool
- func (v NullableBatchReadInputSimplePublicObjectId) MarshalJSON() ([]byte, error)
- func (v *NullableBatchReadInputSimplePublicObjectId) Set(val *BatchReadInputSimplePublicObjectId)
- func (v *NullableBatchReadInputSimplePublicObjectId) UnmarshalJSON(src []byte) error
- func (v *NullableBatchReadInputSimplePublicObjectId) Unset()
- type NullableBatchResponseSimplePublicObject
- func (v NullableBatchResponseSimplePublicObject) Get() *BatchResponseSimplePublicObject
- func (v NullableBatchResponseSimplePublicObject) IsSet() bool
- func (v NullableBatchResponseSimplePublicObject) MarshalJSON() ([]byte, error)
- func (v *NullableBatchResponseSimplePublicObject) Set(val *BatchResponseSimplePublicObject)
- func (v *NullableBatchResponseSimplePublicObject) UnmarshalJSON(src []byte) error
- func (v *NullableBatchResponseSimplePublicObject) Unset()
- type NullableBatchResponseSimplePublicObjectWithErrors
- func (v NullableBatchResponseSimplePublicObjectWithErrors) Get() *BatchResponseSimplePublicObjectWithErrors
- func (v NullableBatchResponseSimplePublicObjectWithErrors) IsSet() bool
- func (v NullableBatchResponseSimplePublicObjectWithErrors) MarshalJSON() ([]byte, error)
- func (v *NullableBatchResponseSimplePublicObjectWithErrors) Set(val *BatchResponseSimplePublicObjectWithErrors)
- func (v *NullableBatchResponseSimplePublicObjectWithErrors) UnmarshalJSON(src []byte) error
- func (v *NullableBatchResponseSimplePublicObjectWithErrors) Unset()
- type NullableBool
- type NullableCollectionResponseAssociatedId
- func (v NullableCollectionResponseAssociatedId) Get() *CollectionResponseAssociatedId
- func (v NullableCollectionResponseAssociatedId) IsSet() bool
- func (v NullableCollectionResponseAssociatedId) MarshalJSON() ([]byte, error)
- func (v *NullableCollectionResponseAssociatedId) Set(val *CollectionResponseAssociatedId)
- func (v *NullableCollectionResponseAssociatedId) UnmarshalJSON(src []byte) error
- func (v *NullableCollectionResponseAssociatedId) Unset()
- type NullableCollectionResponseAssociatedIdForwardPaging
- func (v NullableCollectionResponseAssociatedIdForwardPaging) Get() *CollectionResponseAssociatedIdForwardPaging
- func (v NullableCollectionResponseAssociatedIdForwardPaging) IsSet() bool
- func (v NullableCollectionResponseAssociatedIdForwardPaging) MarshalJSON() ([]byte, error)
- func (v *NullableCollectionResponseAssociatedIdForwardPaging) Set(val *CollectionResponseAssociatedIdForwardPaging)
- func (v *NullableCollectionResponseAssociatedIdForwardPaging) UnmarshalJSON(src []byte) error
- func (v *NullableCollectionResponseAssociatedIdForwardPaging) Unset()
- type NullableCollectionResponseMultiAssociatedObjectWithLabelForwardPaging
- func (v NullableCollectionResponseMultiAssociatedObjectWithLabelForwardPaging) Get() *CollectionResponseMultiAssociatedObjectWithLabelForwardPaging
- func (v NullableCollectionResponseMultiAssociatedObjectWithLabelForwardPaging) IsSet() bool
- func (v NullableCollectionResponseMultiAssociatedObjectWithLabelForwardPaging) MarshalJSON() ([]byte, error)
- func (v *NullableCollectionResponseMultiAssociatedObjectWithLabelForwardPaging) Set(val *CollectionResponseMultiAssociatedObjectWithLabelForwardPaging)
- func (v *NullableCollectionResponseMultiAssociatedObjectWithLabelForwardPaging) UnmarshalJSON(src []byte) error
- func (v *NullableCollectionResponseMultiAssociatedObjectWithLabelForwardPaging) Unset()
- type NullableCollectionResponseSimplePublicObjectWithAssociationsForwardPaging
- func (v NullableCollectionResponseSimplePublicObjectWithAssociationsForwardPaging) Get() *CollectionResponseSimplePublicObjectWithAssociationsForwardPaging
- func (v NullableCollectionResponseSimplePublicObjectWithAssociationsForwardPaging) IsSet() bool
- func (v NullableCollectionResponseSimplePublicObjectWithAssociationsForwardPaging) MarshalJSON() ([]byte, error)
- func (v *NullableCollectionResponseSimplePublicObjectWithAssociationsForwardPaging) Set(val *CollectionResponseSimplePublicObjectWithAssociationsForwardPaging)
- func (v *NullableCollectionResponseSimplePublicObjectWithAssociationsForwardPaging) UnmarshalJSON(src []byte) error
- func (v *NullableCollectionResponseSimplePublicObjectWithAssociationsForwardPaging) Unset()
- type NullableCollectionResponseWithTotalSimplePublicObjectForwardPaging
- func (v NullableCollectionResponseWithTotalSimplePublicObjectForwardPaging) Get() *CollectionResponseWithTotalSimplePublicObjectForwardPaging
- func (v NullableCollectionResponseWithTotalSimplePublicObjectForwardPaging) IsSet() bool
- func (v NullableCollectionResponseWithTotalSimplePublicObjectForwardPaging) MarshalJSON() ([]byte, error)
- func (v *NullableCollectionResponseWithTotalSimplePublicObjectForwardPaging) Set(val *CollectionResponseWithTotalSimplePublicObjectForwardPaging)
- func (v *NullableCollectionResponseWithTotalSimplePublicObjectForwardPaging) UnmarshalJSON(src []byte) error
- func (v *NullableCollectionResponseWithTotalSimplePublicObjectForwardPaging) Unset()
- type NullableError
- type NullableErrorCategory
- func (v NullableErrorCategory) Get() *ErrorCategory
- func (v NullableErrorCategory) IsSet() bool
- func (v NullableErrorCategory) MarshalJSON() ([]byte, error)
- func (v *NullableErrorCategory) Set(val *ErrorCategory)
- func (v *NullableErrorCategory) UnmarshalJSON(src []byte) error
- func (v *NullableErrorCategory) Unset()
- type NullableErrorDetail
- func (v NullableErrorDetail) Get() *ErrorDetail
- func (v NullableErrorDetail) IsSet() bool
- func (v NullableErrorDetail) MarshalJSON() ([]byte, error)
- func (v *NullableErrorDetail) Set(val *ErrorDetail)
- func (v *NullableErrorDetail) UnmarshalJSON(src []byte) error
- func (v *NullableErrorDetail) Unset()
- type NullableFilter
- type NullableFilterGroup
- func (v NullableFilterGroup) Get() *FilterGroup
- func (v NullableFilterGroup) IsSet() bool
- func (v NullableFilterGroup) MarshalJSON() ([]byte, error)
- func (v *NullableFilterGroup) Set(val *FilterGroup)
- func (v *NullableFilterGroup) UnmarshalJSON(src []byte) error
- func (v *NullableFilterGroup) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableForwardPaging
- func (v NullableForwardPaging) Get() *ForwardPaging
- func (v NullableForwardPaging) IsSet() bool
- func (v NullableForwardPaging) MarshalJSON() ([]byte, error)
- func (v *NullableForwardPaging) Set(val *ForwardPaging)
- func (v *NullableForwardPaging) UnmarshalJSON(src []byte) error
- func (v *NullableForwardPaging) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableLabelsBetweenObjectPair
- func (v NullableLabelsBetweenObjectPair) Get() *LabelsBetweenObjectPair
- func (v NullableLabelsBetweenObjectPair) IsSet() bool
- func (v NullableLabelsBetweenObjectPair) MarshalJSON() ([]byte, error)
- func (v *NullableLabelsBetweenObjectPair) Set(val *LabelsBetweenObjectPair)
- func (v *NullableLabelsBetweenObjectPair) UnmarshalJSON(src []byte) error
- func (v *NullableLabelsBetweenObjectPair) Unset()
- type NullableMultiAssociatedObjectWithLabel
- func (v NullableMultiAssociatedObjectWithLabel) Get() *MultiAssociatedObjectWithLabel
- func (v NullableMultiAssociatedObjectWithLabel) IsSet() bool
- func (v NullableMultiAssociatedObjectWithLabel) MarshalJSON() ([]byte, error)
- func (v *NullableMultiAssociatedObjectWithLabel) Set(val *MultiAssociatedObjectWithLabel)
- func (v *NullableMultiAssociatedObjectWithLabel) UnmarshalJSON(src []byte) error
- func (v *NullableMultiAssociatedObjectWithLabel) Unset()
- type NullableNextPage
- type NullablePaging
- type NullablePreviousPage
- func (v NullablePreviousPage) Get() *PreviousPage
- func (v NullablePreviousPage) IsSet() bool
- func (v NullablePreviousPage) MarshalJSON() ([]byte, error)
- func (v *NullablePreviousPage) Set(val *PreviousPage)
- func (v *NullablePreviousPage) UnmarshalJSON(src []byte) error
- func (v *NullablePreviousPage) Unset()
- type NullablePublicMergeInput
- func (v NullablePublicMergeInput) Get() *PublicMergeInput
- func (v NullablePublicMergeInput) IsSet() bool
- func (v NullablePublicMergeInput) MarshalJSON() ([]byte, error)
- func (v *NullablePublicMergeInput) Set(val *PublicMergeInput)
- func (v *NullablePublicMergeInput) UnmarshalJSON(src []byte) error
- func (v *NullablePublicMergeInput) Unset()
- type NullablePublicObjectSearchRequest
- func (v NullablePublicObjectSearchRequest) Get() *PublicObjectSearchRequest
- func (v NullablePublicObjectSearchRequest) IsSet() bool
- func (v NullablePublicObjectSearchRequest) MarshalJSON() ([]byte, error)
- func (v *NullablePublicObjectSearchRequest) Set(val *PublicObjectSearchRequest)
- func (v *NullablePublicObjectSearchRequest) UnmarshalJSON(src []byte) error
- func (v *NullablePublicObjectSearchRequest) Unset()
- type NullableSimplePublicObject
- func (v NullableSimplePublicObject) Get() *SimplePublicObject
- func (v NullableSimplePublicObject) IsSet() bool
- func (v NullableSimplePublicObject) MarshalJSON() ([]byte, error)
- func (v *NullableSimplePublicObject) Set(val *SimplePublicObject)
- func (v *NullableSimplePublicObject) UnmarshalJSON(src []byte) error
- func (v *NullableSimplePublicObject) Unset()
- type NullableSimplePublicObjectBatchInput
- func (v NullableSimplePublicObjectBatchInput) Get() *SimplePublicObjectBatchInput
- func (v NullableSimplePublicObjectBatchInput) IsSet() bool
- func (v NullableSimplePublicObjectBatchInput) MarshalJSON() ([]byte, error)
- func (v *NullableSimplePublicObjectBatchInput) Set(val *SimplePublicObjectBatchInput)
- func (v *NullableSimplePublicObjectBatchInput) UnmarshalJSON(src []byte) error
- func (v *NullableSimplePublicObjectBatchInput) Unset()
- type NullableSimplePublicObjectId
- func (v NullableSimplePublicObjectId) Get() *SimplePublicObjectId
- func (v NullableSimplePublicObjectId) IsSet() bool
- func (v NullableSimplePublicObjectId) MarshalJSON() ([]byte, error)
- func (v *NullableSimplePublicObjectId) Set(val *SimplePublicObjectId)
- func (v *NullableSimplePublicObjectId) UnmarshalJSON(src []byte) error
- func (v *NullableSimplePublicObjectId) Unset()
- type NullableSimplePublicObjectInput
- func (v NullableSimplePublicObjectInput) Get() *SimplePublicObjectInput
- func (v NullableSimplePublicObjectInput) IsSet() bool
- func (v NullableSimplePublicObjectInput) MarshalJSON() ([]byte, error)
- func (v *NullableSimplePublicObjectInput) Set(val *SimplePublicObjectInput)
- func (v *NullableSimplePublicObjectInput) UnmarshalJSON(src []byte) error
- func (v *NullableSimplePublicObjectInput) Unset()
- type NullableSimplePublicObjectWithAssociations
- func (v NullableSimplePublicObjectWithAssociations) Get() *SimplePublicObjectWithAssociations
- func (v NullableSimplePublicObjectWithAssociations) IsSet() bool
- func (v NullableSimplePublicObjectWithAssociations) MarshalJSON() ([]byte, error)
- func (v *NullableSimplePublicObjectWithAssociations) Set(val *SimplePublicObjectWithAssociations)
- func (v *NullableSimplePublicObjectWithAssociations) UnmarshalJSON(src []byte) error
- func (v *NullableSimplePublicObjectWithAssociations) Unset()
- type NullableStandardError
- func (v NullableStandardError) Get() *StandardError
- func (v NullableStandardError) IsSet() bool
- func (v NullableStandardError) MarshalJSON() ([]byte, error)
- func (v *NullableStandardError) Set(val *StandardError)
- func (v *NullableStandardError) UnmarshalJSON(src []byte) error
- func (v *NullableStandardError) Unset()
- type NullableString
- type NullableTime
- type NullableValueWithTimestamp
- func (v NullableValueWithTimestamp) Get() *ValueWithTimestamp
- func (v NullableValueWithTimestamp) IsSet() bool
- func (v NullableValueWithTimestamp) MarshalJSON() ([]byte, error)
- func (v *NullableValueWithTimestamp) Set(val *ValueWithTimestamp)
- func (v *NullableValueWithTimestamp) UnmarshalJSON(src []byte) error
- func (v *NullableValueWithTimestamp) Unset()
- type Paging
- func (o *Paging) GetNext() NextPage
- func (o *Paging) GetNextOk() (*NextPage, bool)
- func (o *Paging) GetPrev() PreviousPage
- func (o *Paging) GetPrevOk() (*PreviousPage, bool)
- func (o *Paging) HasNext() bool
- func (o *Paging) HasPrev() bool
- func (o Paging) MarshalJSON() ([]byte, error)
- func (o *Paging) SetNext(v NextPage)
- func (o *Paging) SetPrev(v PreviousPage)
- type PreviousPage
- func (o *PreviousPage) GetBefore() string
- func (o *PreviousPage) GetBeforeOk() (*string, bool)
- func (o *PreviousPage) GetLink() string
- func (o *PreviousPage) GetLinkOk() (*string, bool)
- func (o *PreviousPage) HasLink() bool
- func (o PreviousPage) MarshalJSON() ([]byte, error)
- func (o *PreviousPage) SetBefore(v string)
- func (o *PreviousPage) SetLink(v string)
- type PublicMergeInput
- func (o *PublicMergeInput) GetObjectIdToMerge() string
- func (o *PublicMergeInput) GetObjectIdToMergeOk() (*string, bool)
- func (o *PublicMergeInput) GetPrimaryObjectId() string
- func (o *PublicMergeInput) GetPrimaryObjectIdOk() (*string, bool)
- func (o PublicMergeInput) MarshalJSON() ([]byte, error)
- func (o *PublicMergeInput) SetObjectIdToMerge(v string)
- func (o *PublicMergeInput) SetPrimaryObjectId(v string)
- type PublicObjectApiService
- type PublicObjectSearchRequest
- func (o *PublicObjectSearchRequest) GetAfter() int32
- func (o *PublicObjectSearchRequest) GetAfterOk() (*int32, bool)
- func (o *PublicObjectSearchRequest) GetFilterGroups() []FilterGroup
- func (o *PublicObjectSearchRequest) GetFilterGroupsOk() ([]FilterGroup, bool)
- func (o *PublicObjectSearchRequest) GetLimit() int32
- func (o *PublicObjectSearchRequest) GetLimitOk() (*int32, bool)
- func (o *PublicObjectSearchRequest) GetProperties() []string
- func (o *PublicObjectSearchRequest) GetPropertiesOk() ([]string, bool)
- func (o *PublicObjectSearchRequest) GetQuery() string
- func (o *PublicObjectSearchRequest) GetQueryOk() (*string, bool)
- func (o *PublicObjectSearchRequest) GetSorts() []string
- func (o *PublicObjectSearchRequest) GetSortsOk() ([]string, bool)
- func (o *PublicObjectSearchRequest) HasQuery() bool
- func (o PublicObjectSearchRequest) MarshalJSON() ([]byte, error)
- func (o *PublicObjectSearchRequest) SetAfter(v int32)
- func (o *PublicObjectSearchRequest) SetFilterGroups(v []FilterGroup)
- func (o *PublicObjectSearchRequest) SetLimit(v int32)
- func (o *PublicObjectSearchRequest) SetProperties(v []string)
- func (o *PublicObjectSearchRequest) SetQuery(v string)
- func (o *PublicObjectSearchRequest) SetSorts(v []string)
- type SearchApiService
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type SimplePublicObject
- func (o *SimplePublicObject) GetArchived() bool
- func (o *SimplePublicObject) GetArchivedAt() time.Time
- func (o *SimplePublicObject) GetArchivedAtOk() (*time.Time, bool)
- func (o *SimplePublicObject) GetArchivedOk() (*bool, bool)
- func (o *SimplePublicObject) GetCreatedAt() time.Time
- func (o *SimplePublicObject) GetCreatedAtOk() (*time.Time, bool)
- func (o *SimplePublicObject) GetId() string
- func (o *SimplePublicObject) GetIdOk() (*string, bool)
- func (o *SimplePublicObject) GetProperties() map[string]string
- func (o *SimplePublicObject) GetPropertiesOk() (*map[string]string, bool)
- func (o *SimplePublicObject) GetPropertiesWithHistory() map[string][]ValueWithTimestamp
- func (o *SimplePublicObject) GetPropertiesWithHistoryOk() (*map[string][]ValueWithTimestamp, bool)
- func (o *SimplePublicObject) GetUpdatedAt() time.Time
- func (o *SimplePublicObject) GetUpdatedAtOk() (*time.Time, bool)
- func (o *SimplePublicObject) HasArchived() bool
- func (o *SimplePublicObject) HasArchivedAt() bool
- func (o *SimplePublicObject) HasPropertiesWithHistory() bool
- func (o SimplePublicObject) MarshalJSON() ([]byte, error)
- func (o *SimplePublicObject) SetArchived(v bool)
- func (o *SimplePublicObject) SetArchivedAt(v time.Time)
- func (o *SimplePublicObject) SetCreatedAt(v time.Time)
- func (o *SimplePublicObject) SetId(v string)
- func (o *SimplePublicObject) SetProperties(v map[string]string)
- func (o *SimplePublicObject) SetPropertiesWithHistory(v map[string][]ValueWithTimestamp)
- func (o *SimplePublicObject) SetUpdatedAt(v time.Time)
- type SimplePublicObjectBatchInput
- func (o *SimplePublicObjectBatchInput) GetId() string
- func (o *SimplePublicObjectBatchInput) GetIdOk() (*string, bool)
- func (o *SimplePublicObjectBatchInput) GetProperties() map[string]string
- func (o *SimplePublicObjectBatchInput) GetPropertiesOk() (*map[string]string, bool)
- func (o SimplePublicObjectBatchInput) MarshalJSON() ([]byte, error)
- func (o *SimplePublicObjectBatchInput) SetId(v string)
- func (o *SimplePublicObjectBatchInput) SetProperties(v map[string]string)
- type SimplePublicObjectId
- type SimplePublicObjectInput
- type SimplePublicObjectWithAssociations
- func (o *SimplePublicObjectWithAssociations) GetArchived() bool
- func (o *SimplePublicObjectWithAssociations) GetArchivedAt() time.Time
- func (o *SimplePublicObjectWithAssociations) GetArchivedAtOk() (*time.Time, bool)
- func (o *SimplePublicObjectWithAssociations) GetArchivedOk() (*bool, bool)
- func (o *SimplePublicObjectWithAssociations) GetAssociations() map[string]CollectionResponseAssociatedId
- func (o *SimplePublicObjectWithAssociations) GetAssociationsOk() (*map[string]CollectionResponseAssociatedId, bool)
- func (o *SimplePublicObjectWithAssociations) GetCreatedAt() time.Time
- func (o *SimplePublicObjectWithAssociations) GetCreatedAtOk() (*time.Time, bool)
- func (o *SimplePublicObjectWithAssociations) GetId() string
- func (o *SimplePublicObjectWithAssociations) GetIdOk() (*string, bool)
- func (o *SimplePublicObjectWithAssociations) GetProperties() map[string]string
- func (o *SimplePublicObjectWithAssociations) GetPropertiesOk() (*map[string]string, bool)
- func (o *SimplePublicObjectWithAssociations) GetPropertiesWithHistory() map[string][]ValueWithTimestamp
- func (o *SimplePublicObjectWithAssociations) GetPropertiesWithHistoryOk() (*map[string][]ValueWithTimestamp, bool)
- func (o *SimplePublicObjectWithAssociations) GetUpdatedAt() time.Time
- func (o *SimplePublicObjectWithAssociations) GetUpdatedAtOk() (*time.Time, bool)
- func (o *SimplePublicObjectWithAssociations) HasArchived() bool
- func (o *SimplePublicObjectWithAssociations) HasArchivedAt() bool
- func (o *SimplePublicObjectWithAssociations) HasAssociations() bool
- func (o *SimplePublicObjectWithAssociations) HasPropertiesWithHistory() bool
- func (o SimplePublicObjectWithAssociations) MarshalJSON() ([]byte, error)
- func (o *SimplePublicObjectWithAssociations) SetArchived(v bool)
- func (o *SimplePublicObjectWithAssociations) SetArchivedAt(v time.Time)
- func (o *SimplePublicObjectWithAssociations) SetAssociations(v map[string]CollectionResponseAssociatedId)
- func (o *SimplePublicObjectWithAssociations) SetCreatedAt(v time.Time)
- func (o *SimplePublicObjectWithAssociations) SetId(v string)
- func (o *SimplePublicObjectWithAssociations) SetProperties(v map[string]string)
- func (o *SimplePublicObjectWithAssociations) SetPropertiesWithHistory(v map[string][]ValueWithTimestamp)
- func (o *SimplePublicObjectWithAssociations) SetUpdatedAt(v time.Time)
- type StandardError
- func (o *StandardError) GetCategory() ErrorCategory
- func (o *StandardError) GetCategoryOk() (*ErrorCategory, bool)
- func (o *StandardError) GetContext() map[string][]string
- func (o *StandardError) GetContextOk() (*map[string][]string, bool)
- func (o *StandardError) GetErrors() []ErrorDetail
- func (o *StandardError) GetErrorsOk() ([]ErrorDetail, bool)
- func (o *StandardError) GetId() string
- func (o *StandardError) GetIdOk() (*string, bool)
- func (o *StandardError) GetLinks() map[string]string
- func (o *StandardError) GetLinksOk() (*map[string]string, bool)
- func (o *StandardError) GetMessage() string
- func (o *StandardError) GetMessageOk() (*string, bool)
- func (o *StandardError) GetStatus() string
- func (o *StandardError) GetStatusOk() (*string, bool)
- func (o *StandardError) GetSubCategory() map[string]interface{}
- func (o *StandardError) GetSubCategoryOk() (map[string]interface{}, bool)
- func (o *StandardError) HasId() bool
- func (o *StandardError) HasSubCategory() bool
- func (o StandardError) MarshalJSON() ([]byte, error)
- func (o *StandardError) SetCategory(v ErrorCategory)
- func (o *StandardError) SetContext(v map[string][]string)
- func (o *StandardError) SetErrors(v []ErrorDetail)
- func (o *StandardError) SetId(v string)
- func (o *StandardError) SetLinks(v map[string]string)
- func (o *StandardError) SetMessage(v string)
- func (o *StandardError) SetStatus(v string)
- func (o *StandardError) SetSubCategory(v map[string]interface{})
- type ValueWithTimestamp
- func (o *ValueWithTimestamp) GetSourceId() string
- func (o *ValueWithTimestamp) GetSourceIdOk() (*string, bool)
- func (o *ValueWithTimestamp) GetSourceLabel() string
- func (o *ValueWithTimestamp) GetSourceLabelOk() (*string, bool)
- func (o *ValueWithTimestamp) GetSourceType() string
- func (o *ValueWithTimestamp) GetSourceTypeOk() (*string, bool)
- func (o *ValueWithTimestamp) GetTimestamp() time.Time
- func (o *ValueWithTimestamp) GetTimestampOk() (*time.Time, bool)
- func (o *ValueWithTimestamp) GetUpdatedByUserId() int32
- func (o *ValueWithTimestamp) GetUpdatedByUserIdOk() (*int32, bool)
- func (o *ValueWithTimestamp) GetValue() string
- func (o *ValueWithTimestamp) GetValueOk() (*string, bool)
- func (o *ValueWithTimestamp) HasSourceId() bool
- func (o *ValueWithTimestamp) HasSourceLabel() bool
- func (o *ValueWithTimestamp) HasUpdatedByUserId() bool
- func (o ValueWithTimestamp) MarshalJSON() ([]byte, error)
- func (o *ValueWithTimestamp) SetSourceId(v string)
- func (o *ValueWithTimestamp) SetSourceLabel(v string)
- func (o *ValueWithTimestamp) SetSourceType(v string)
- func (o *ValueWithTimestamp) SetTimestamp(v time.Time)
- func (o *ValueWithTimestamp) SetUpdatedByUserId(v int32)
- func (o *ValueWithTimestamp) SetValue(v string)
Constants ¶
This section is empty.
Variables ¶
var ( // ContextOAuth2 takes an oauth2.TokenSource as authentication for the request. ContextOAuth2 = contextKey("token") // ContextBasicAuth takes BasicAuth as authentication for the request. ContextBasicAuth = contextKey("basic") // ContextAccessToken takes a string oauth2 access token as authentication for the request. ContextAccessToken = contextKey("accesstoken") // ContextAPIKeys takes a string apikey as authentication for the request ContextAPIKeys = contextKey("apiKeys") // ContextHttpSignatureAuth takes HttpSignatureAuth as authentication for the request. ContextHttpSignatureAuth = contextKey("httpsignature") // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { AssociationsApi *AssociationsApiService BasicApi *BasicApiService BatchApi *BatchApiService PublicObjectApi *PublicObjectApiService SearchApi *SearchApiService // contains filtered or unexported fields }
APIClient manages communication with the Products API vv3 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 ApiArchiveRequest ¶
type ApiArchiveRequest struct { ApiService *BasicApiService // contains filtered or unexported fields }
type ApiAssociationsGetAllRequest ¶
type ApiAssociationsGetAllRequest struct { ApiService *AssociationsApiService // contains filtered or unexported fields }
func (ApiAssociationsGetAllRequest) After ¶
func (r ApiAssociationsGetAllRequest) After(after string) ApiAssociationsGetAllRequest
The paging cursor token of the last successfully read resource will be returned as the `paging.next.after` JSON property of a paged response containing more results.
func (ApiAssociationsGetAllRequest) Execute ¶
func (r ApiAssociationsGetAllRequest) Execute() (*CollectionResponseMultiAssociatedObjectWithLabelForwardPaging, *http.Response, error)
func (ApiAssociationsGetAllRequest) Limit ¶
func (r ApiAssociationsGetAllRequest) Limit(limit int32) ApiAssociationsGetAllRequest
The maximum number of results to display per page.
type ApiBatchArchiveRequest ¶
type ApiBatchArchiveRequest struct { ApiService *BatchApiService // contains filtered or unexported fields }
func (ApiBatchArchiveRequest) BatchInputSimplePublicObjectId ¶
func (r ApiBatchArchiveRequest) BatchInputSimplePublicObjectId(batchInputSimplePublicObjectId BatchInputSimplePublicObjectId) ApiBatchArchiveRequest
type ApiBatchCreateRequest ¶
type ApiBatchCreateRequest struct { ApiService *BatchApiService // contains filtered or unexported fields }
func (ApiBatchCreateRequest) BatchInputSimplePublicObjectInput ¶
func (r ApiBatchCreateRequest) BatchInputSimplePublicObjectInput(batchInputSimplePublicObjectInput BatchInputSimplePublicObjectInput) ApiBatchCreateRequest
func (ApiBatchCreateRequest) Execute ¶
func (r ApiBatchCreateRequest) Execute() (*BatchResponseSimplePublicObject, *http.Response, error)
type ApiBatchReadRequest ¶
type ApiBatchReadRequest struct { ApiService *BatchApiService // contains filtered or unexported fields }
func (ApiBatchReadRequest) Archived ¶
func (r ApiBatchReadRequest) Archived(archived bool) ApiBatchReadRequest
Whether to return only results that have been archived.
func (ApiBatchReadRequest) BatchReadInputSimplePublicObjectId ¶
func (r ApiBatchReadRequest) BatchReadInputSimplePublicObjectId(batchReadInputSimplePublicObjectId BatchReadInputSimplePublicObjectId) ApiBatchReadRequest
func (ApiBatchReadRequest) Execute ¶
func (r ApiBatchReadRequest) Execute() (*BatchResponseSimplePublicObject, *http.Response, error)
type ApiBatchUpdateRequest ¶
type ApiBatchUpdateRequest struct { ApiService *BatchApiService // contains filtered or unexported fields }
func (ApiBatchUpdateRequest) BatchInputSimplePublicObjectBatchInput ¶
func (r ApiBatchUpdateRequest) BatchInputSimplePublicObjectBatchInput(batchInputSimplePublicObjectBatchInput BatchInputSimplePublicObjectBatchInput) ApiBatchUpdateRequest
func (ApiBatchUpdateRequest) Execute ¶
func (r ApiBatchUpdateRequest) Execute() (*BatchResponseSimplePublicObject, *http.Response, error)
type ApiCreateRequest ¶
type ApiCreateRequest struct { ApiService *BasicApiService // contains filtered or unexported fields }
func (ApiCreateRequest) Execute ¶
func (r ApiCreateRequest) Execute() (*SimplePublicObject, *http.Response, error)
func (ApiCreateRequest) SimplePublicObjectInput ¶
func (r ApiCreateRequest) SimplePublicObjectInput(simplePublicObjectInput SimplePublicObjectInput) ApiCreateRequest
type ApiDeleteCrmV4ObjectsProductsProductIdAssociationsToObjectTypeToObjectIdArchiveRequest ¶
type ApiDeleteCrmV4ObjectsProductsProductIdAssociationsToObjectTypeToObjectIdArchiveRequest struct { ApiService *AssociationsApiService // contains filtered or unexported fields }
type ApiGetByIDRequest ¶
type ApiGetByIDRequest struct { ApiService *BasicApiService // contains filtered or unexported fields }
func (ApiGetByIDRequest) Archived ¶
func (r ApiGetByIDRequest) Archived(archived bool) ApiGetByIDRequest
Whether to return only results that have been archived.
func (ApiGetByIDRequest) Associations ¶
func (r ApiGetByIDRequest) Associations(associations []string) ApiGetByIDRequest
A comma separated list of object types to retrieve associated IDs for. If any of the specified associations do not exist, they will be ignored.
func (ApiGetByIDRequest) Execute ¶
func (r ApiGetByIDRequest) Execute() (*SimplePublicObjectWithAssociations, *http.Response, error)
func (ApiGetByIDRequest) IdProperty ¶
func (r ApiGetByIDRequest) IdProperty(idProperty string) ApiGetByIDRequest
The name of a property whose values are unique for this object type
func (ApiGetByIDRequest) Properties ¶
func (r ApiGetByIDRequest) Properties(properties []string) ApiGetByIDRequest
A comma separated list of the properties to be returned in the response. If any of the specified properties are not present on the requested object(s), they will be ignored.
func (ApiGetByIDRequest) PropertiesWithHistory ¶
func (r ApiGetByIDRequest) PropertiesWithHistory(propertiesWithHistory []string) ApiGetByIDRequest
A comma separated list of the properties to be returned along with their history of previous values. If any of the specified properties are not present on the requested object(s), they will be ignored.
type ApiGetPageRequest ¶
type ApiGetPageRequest struct { ApiService *BasicApiService // contains filtered or unexported fields }
func (ApiGetPageRequest) After ¶
func (r ApiGetPageRequest) After(after string) ApiGetPageRequest
The paging cursor token of the last successfully read resource will be returned as the `paging.next.after` JSON property of a paged response containing more results.
func (ApiGetPageRequest) Archived ¶
func (r ApiGetPageRequest) Archived(archived bool) ApiGetPageRequest
Whether to return only results that have been archived.
func (ApiGetPageRequest) Associations ¶
func (r ApiGetPageRequest) Associations(associations []string) ApiGetPageRequest
A comma separated list of object types to retrieve associated IDs for. If any of the specified associations do not exist, they will be ignored.
func (ApiGetPageRequest) Execute ¶
func (r ApiGetPageRequest) Execute() (*CollectionResponseSimplePublicObjectWithAssociationsForwardPaging, *http.Response, error)
func (ApiGetPageRequest) Limit ¶
func (r ApiGetPageRequest) Limit(limit int32) ApiGetPageRequest
The maximum number of results to display per page.
func (ApiGetPageRequest) Properties ¶
func (r ApiGetPageRequest) Properties(properties []string) ApiGetPageRequest
A comma separated list of the properties to be returned in the response. If any of the specified properties are not present on the requested object(s), they will be ignored.
func (ApiGetPageRequest) PropertiesWithHistory ¶
func (r ApiGetPageRequest) PropertiesWithHistory(propertiesWithHistory []string) ApiGetPageRequest
A comma separated list of the properties to be returned along with their history of previous values. If any of the specified properties are not present on the requested object(s), they will be ignored. Usage of this parameter will reduce the maximum number of objects that can be read by a single request.
type ApiMergeRequest ¶
type ApiMergeRequest struct { ApiService *PublicObjectApiService // contains filtered or unexported fields }
func (ApiMergeRequest) Execute ¶
func (r ApiMergeRequest) Execute() (*SimplePublicObject, *http.Response, error)
func (ApiMergeRequest) PublicMergeInput ¶
func (r ApiMergeRequest) PublicMergeInput(publicMergeInput PublicMergeInput) ApiMergeRequest
type ApiPutCrmV4ObjectsProductsProductIdAssociationsToObjectTypeToObjectIdCreateRequest ¶
type ApiPutCrmV4ObjectsProductsProductIdAssociationsToObjectTypeToObjectIdCreateRequest struct { ApiService *AssociationsApiService // contains filtered or unexported fields }
func (ApiPutCrmV4ObjectsProductsProductIdAssociationsToObjectTypeToObjectIdCreateRequest) AssociationSpec ¶
func (r ApiPutCrmV4ObjectsProductsProductIdAssociationsToObjectTypeToObjectIdCreateRequest) AssociationSpec(associationSpec []AssociationSpec) ApiPutCrmV4ObjectsProductsProductIdAssociationsToObjectTypeToObjectIdCreateRequest
type ApiSearchRequest ¶
type ApiSearchRequest struct { ApiService *SearchApiService // contains filtered or unexported fields }
func (ApiSearchRequest) Execute ¶
func (r ApiSearchRequest) Execute() (*CollectionResponseWithTotalSimplePublicObjectForwardPaging, *http.Response, error)
func (ApiSearchRequest) PublicObjectSearchRequest ¶
func (r ApiSearchRequest) PublicObjectSearchRequest(publicObjectSearchRequest PublicObjectSearchRequest) ApiSearchRequest
type ApiUpdateRequest ¶
type ApiUpdateRequest struct { ApiService *BasicApiService // contains filtered or unexported fields }
func (ApiUpdateRequest) Execute ¶
func (r ApiUpdateRequest) Execute() (*SimplePublicObject, *http.Response, error)
func (ApiUpdateRequest) IdProperty ¶
func (r ApiUpdateRequest) IdProperty(idProperty string) ApiUpdateRequest
The name of a property whose values are unique for this object type
func (ApiUpdateRequest) SimplePublicObjectInput ¶
func (r ApiUpdateRequest) SimplePublicObjectInput(simplePublicObjectInput SimplePublicObjectInput) ApiUpdateRequest
type AssociatedId ¶
AssociatedId struct for AssociatedId
func NewAssociatedId ¶
func NewAssociatedId(id string, type_ string) *AssociatedId
NewAssociatedId instantiates a new AssociatedId 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 NewAssociatedIdWithDefaults ¶
func NewAssociatedIdWithDefaults() *AssociatedId
NewAssociatedIdWithDefaults instantiates a new AssociatedId 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 (*AssociatedId) GetIdOk ¶
func (o *AssociatedId) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AssociatedId) GetType ¶
func (o *AssociatedId) GetType() string
GetType returns the Type field value
func (*AssociatedId) GetTypeOk ¶
func (o *AssociatedId) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (AssociatedId) MarshalJSON ¶
func (o AssociatedId) MarshalJSON() ([]byte, error)
type AssociationSpec ¶
type AssociationSpec struct { AssociationCategory string `json:"associationCategory"` AssociationTypeId int32 `json:"associationTypeId"` }
AssociationSpec struct for AssociationSpec
func NewAssociationSpec ¶
func NewAssociationSpec(associationCategory string, associationTypeId int32) *AssociationSpec
NewAssociationSpec instantiates a new AssociationSpec 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 NewAssociationSpecWithDefaults ¶
func NewAssociationSpecWithDefaults() *AssociationSpec
NewAssociationSpecWithDefaults instantiates a new AssociationSpec 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 (*AssociationSpec) GetAssociationCategory ¶
func (o *AssociationSpec) GetAssociationCategory() string
GetAssociationCategory returns the AssociationCategory field value
func (*AssociationSpec) GetAssociationCategoryOk ¶
func (o *AssociationSpec) GetAssociationCategoryOk() (*string, bool)
GetAssociationCategoryOk returns a tuple with the AssociationCategory field value and a boolean to check if the value has been set.
func (*AssociationSpec) GetAssociationTypeId ¶
func (o *AssociationSpec) GetAssociationTypeId() int32
GetAssociationTypeId returns the AssociationTypeId field value
func (*AssociationSpec) GetAssociationTypeIdOk ¶
func (o *AssociationSpec) GetAssociationTypeIdOk() (*int32, bool)
GetAssociationTypeIdOk returns a tuple with the AssociationTypeId field value and a boolean to check if the value has been set.
func (AssociationSpec) MarshalJSON ¶
func (o AssociationSpec) MarshalJSON() ([]byte, error)
func (*AssociationSpec) SetAssociationCategory ¶
func (o *AssociationSpec) SetAssociationCategory(v string)
SetAssociationCategory sets field value
func (*AssociationSpec) SetAssociationTypeId ¶
func (o *AssociationSpec) SetAssociationTypeId(v int32)
SetAssociationTypeId sets field value
type AssociationSpecWithLabel ¶
type AssociationSpecWithLabel struct { Category string `json:"category"` TypeId int32 `json:"typeId"` Label *string `json:"label,omitempty"` }
AssociationSpecWithLabel struct for AssociationSpecWithLabel
func NewAssociationSpecWithLabel ¶
func NewAssociationSpecWithLabel(category string, typeId int32) *AssociationSpecWithLabel
NewAssociationSpecWithLabel instantiates a new AssociationSpecWithLabel 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 NewAssociationSpecWithLabelWithDefaults ¶
func NewAssociationSpecWithLabelWithDefaults() *AssociationSpecWithLabel
NewAssociationSpecWithLabelWithDefaults instantiates a new AssociationSpecWithLabel 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 (*AssociationSpecWithLabel) GetCategory ¶
func (o *AssociationSpecWithLabel) GetCategory() string
GetCategory returns the Category field value
func (*AssociationSpecWithLabel) GetCategoryOk ¶
func (o *AssociationSpecWithLabel) GetCategoryOk() (*string, bool)
GetCategoryOk returns a tuple with the Category field value and a boolean to check if the value has been set.
func (*AssociationSpecWithLabel) GetLabel ¶
func (o *AssociationSpecWithLabel) GetLabel() string
GetLabel returns the Label field value if set, zero value otherwise.
func (*AssociationSpecWithLabel) GetLabelOk ¶
func (o *AssociationSpecWithLabel) 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 (*AssociationSpecWithLabel) GetTypeId ¶
func (o *AssociationSpecWithLabel) GetTypeId() int32
GetTypeId returns the TypeId field value
func (*AssociationSpecWithLabel) GetTypeIdOk ¶
func (o *AssociationSpecWithLabel) GetTypeIdOk() (*int32, bool)
GetTypeIdOk returns a tuple with the TypeId field value and a boolean to check if the value has been set.
func (*AssociationSpecWithLabel) HasLabel ¶
func (o *AssociationSpecWithLabel) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (AssociationSpecWithLabel) MarshalJSON ¶
func (o AssociationSpecWithLabel) MarshalJSON() ([]byte, error)
func (*AssociationSpecWithLabel) SetCategory ¶
func (o *AssociationSpecWithLabel) SetCategory(v string)
SetCategory sets field value
func (*AssociationSpecWithLabel) SetLabel ¶
func (o *AssociationSpecWithLabel) SetLabel(v string)
SetLabel gets a reference to the given string and assigns it to the Label field.
func (*AssociationSpecWithLabel) SetTypeId ¶
func (o *AssociationSpecWithLabel) SetTypeId(v int32)
SetTypeId sets field value
type AssociationsApiService ¶
type AssociationsApiService service
AssociationsApiService AssociationsApi service
func (*AssociationsApiService) AssociationsGetAll ¶
func (a *AssociationsApiService) AssociationsGetAll(ctx context.Context, productId int64, toObjectType string) ApiAssociationsGetAllRequest
AssociationsGetAll List
List all associations of a product by object type. Limit 1000 per call.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param productId @param toObjectType @return ApiAssociationsGetAllRequest
func (*AssociationsApiService) AssociationsGetAllExecute ¶
func (a *AssociationsApiService) AssociationsGetAllExecute(r ApiAssociationsGetAllRequest) (*CollectionResponseMultiAssociatedObjectWithLabelForwardPaging, *http.Response, error)
Execute executes the request
@return CollectionResponseMultiAssociatedObjectWithLabelForwardPaging
func (*AssociationsApiService) DeleteCrmV4ObjectsProductsProductIdAssociationsToObjectTypeToObjectIdArchive ¶
func (a *AssociationsApiService) DeleteCrmV4ObjectsProductsProductIdAssociationsToObjectTypeToObjectIdArchive(ctx context.Context, productId int64, toObjectType string, toObjectId int64) ApiDeleteCrmV4ObjectsProductsProductIdAssociationsToObjectTypeToObjectIdArchiveRequest
DeleteCrmV4ObjectsProductsProductIdAssociationsToObjectTypeToObjectIdArchive Delete
deletes all associations between two records.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param productId @param toObjectType @param toObjectId @return ApiDeleteCrmV4ObjectsProductsProductIdAssociationsToObjectTypeToObjectIdArchiveRequest
func (*AssociationsApiService) DeleteCrmV4ObjectsProductsProductIdAssociationsToObjectTypeToObjectIdArchiveExecute ¶
func (a *AssociationsApiService) DeleteCrmV4ObjectsProductsProductIdAssociationsToObjectTypeToObjectIdArchiveExecute(r ApiDeleteCrmV4ObjectsProductsProductIdAssociationsToObjectTypeToObjectIdArchiveRequest) (*http.Response, error)
Execute executes the request
func (*AssociationsApiService) PutCrmV4ObjectsProductsProductIdAssociationsToObjectTypeToObjectIdCreate ¶
func (a *AssociationsApiService) PutCrmV4ObjectsProductsProductIdAssociationsToObjectTypeToObjectIdCreate(ctx context.Context, productId int64, toObjectType string, toObjectId int64) ApiPutCrmV4ObjectsProductsProductIdAssociationsToObjectTypeToObjectIdCreateRequest
PutCrmV4ObjectsProductsProductIdAssociationsToObjectTypeToObjectIdCreate Create
Set association labels between two records.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param productId @param toObjectType @param toObjectId @return ApiPutCrmV4ObjectsProductsProductIdAssociationsToObjectTypeToObjectIdCreateRequest
func (*AssociationsApiService) PutCrmV4ObjectsProductsProductIdAssociationsToObjectTypeToObjectIdCreateExecute ¶
func (a *AssociationsApiService) PutCrmV4ObjectsProductsProductIdAssociationsToObjectTypeToObjectIdCreateExecute(r ApiPutCrmV4ObjectsProductsProductIdAssociationsToObjectTypeToObjectIdCreateRequest) (*LabelsBetweenObjectPair, *http.Response, error)
Execute executes the request
@return LabelsBetweenObjectPair
type BasicApiService ¶
type BasicApiService service
BasicApiService BasicApi service
func (*BasicApiService) Archive ¶
func (a *BasicApiService) Archive(ctx context.Context, productId string) ApiArchiveRequest
Archive Archive
Move an Object identified by `{productId}` to the recycling bin.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param productId @return ApiArchiveRequest
func (*BasicApiService) ArchiveExecute ¶
func (a *BasicApiService) ArchiveExecute(r ApiArchiveRequest) (*http.Response, error)
Execute executes the request
func (*BasicApiService) Create ¶
func (a *BasicApiService) Create(ctx context.Context) ApiCreateRequest
Create Create
Create a product with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard products is provided.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateRequest
func (*BasicApiService) CreateExecute ¶
func (a *BasicApiService) CreateExecute(r ApiCreateRequest) (*SimplePublicObject, *http.Response, error)
Execute executes the request
@return SimplePublicObject
func (*BasicApiService) GetByID ¶
func (a *BasicApiService) GetByID(ctx context.Context, productId string) ApiGetByIDRequest
GetByID Read
Read an Object identified by `{productId}`. `{productId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Control what is returned via the `properties` query param.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param productId @return ApiGetByIDRequest
func (*BasicApiService) GetByIDExecute ¶
func (a *BasicApiService) GetByIDExecute(r ApiGetByIDRequest) (*SimplePublicObjectWithAssociations, *http.Response, error)
Execute executes the request
@return SimplePublicObjectWithAssociations
func (*BasicApiService) GetPage ¶
func (a *BasicApiService) GetPage(ctx context.Context) ApiGetPageRequest
GetPage List
Read a page of products. Control what is returned via the `properties` query param.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetPageRequest
func (*BasicApiService) GetPageExecute ¶
func (a *BasicApiService) GetPageExecute(r ApiGetPageRequest) (*CollectionResponseSimplePublicObjectWithAssociationsForwardPaging, *http.Response, error)
Execute executes the request
@return CollectionResponseSimplePublicObjectWithAssociationsForwardPaging
func (*BasicApiService) Update ¶
func (a *BasicApiService) Update(ctx context.Context, productId string) ApiUpdateRequest
Update Update
Perform a partial update of an Object identified by `{productId}`. `{productId}` refers to the internal object ID by default, or optionally any unique property value as specified by the `idProperty` query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param productId @return ApiUpdateRequest
func (*BasicApiService) UpdateExecute ¶
func (a *BasicApiService) UpdateExecute(r ApiUpdateRequest) (*SimplePublicObject, *http.Response, error)
Execute executes the request
@return SimplePublicObject
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 BatchApiService ¶
type BatchApiService service
BatchApiService BatchApi service
func (*BatchApiService) BatchArchive ¶
func (a *BatchApiService) BatchArchive(ctx context.Context) ApiBatchArchiveRequest
BatchArchive Archive a batch of products by ID
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiBatchArchiveRequest
func (*BatchApiService) BatchArchiveExecute ¶
func (a *BatchApiService) BatchArchiveExecute(r ApiBatchArchiveRequest) (*http.Response, error)
Execute executes the request
func (*BatchApiService) BatchCreate ¶
func (a *BatchApiService) BatchCreate(ctx context.Context) ApiBatchCreateRequest
BatchCreate Create a batch of products
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiBatchCreateRequest
func (*BatchApiService) BatchCreateExecute ¶
func (a *BatchApiService) BatchCreateExecute(r ApiBatchCreateRequest) (*BatchResponseSimplePublicObject, *http.Response, error)
Execute executes the request
@return BatchResponseSimplePublicObject
func (*BatchApiService) BatchRead ¶
func (a *BatchApiService) BatchRead(ctx context.Context) ApiBatchReadRequest
BatchRead Read a batch of products by internal ID, or unique property values
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiBatchReadRequest
func (*BatchApiService) BatchReadExecute ¶
func (a *BatchApiService) BatchReadExecute(r ApiBatchReadRequest) (*BatchResponseSimplePublicObject, *http.Response, error)
Execute executes the request
@return BatchResponseSimplePublicObject
func (*BatchApiService) BatchUpdate ¶
func (a *BatchApiService) BatchUpdate(ctx context.Context) ApiBatchUpdateRequest
BatchUpdate Update a batch of products
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiBatchUpdateRequest
func (*BatchApiService) BatchUpdateExecute ¶
func (a *BatchApiService) BatchUpdateExecute(r ApiBatchUpdateRequest) (*BatchResponseSimplePublicObject, *http.Response, error)
Execute executes the request
@return BatchResponseSimplePublicObject
type BatchInputSimplePublicObjectBatchInput ¶
type BatchInputSimplePublicObjectBatchInput struct {
Inputs []SimplePublicObjectBatchInput `json:"inputs"`
}
BatchInputSimplePublicObjectBatchInput struct for BatchInputSimplePublicObjectBatchInput
func NewBatchInputSimplePublicObjectBatchInput ¶
func NewBatchInputSimplePublicObjectBatchInput(inputs []SimplePublicObjectBatchInput) *BatchInputSimplePublicObjectBatchInput
NewBatchInputSimplePublicObjectBatchInput instantiates a new BatchInputSimplePublicObjectBatchInput 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 NewBatchInputSimplePublicObjectBatchInputWithDefaults ¶
func NewBatchInputSimplePublicObjectBatchInputWithDefaults() *BatchInputSimplePublicObjectBatchInput
NewBatchInputSimplePublicObjectBatchInputWithDefaults instantiates a new BatchInputSimplePublicObjectBatchInput 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 (*BatchInputSimplePublicObjectBatchInput) GetInputs ¶
func (o *BatchInputSimplePublicObjectBatchInput) GetInputs() []SimplePublicObjectBatchInput
GetInputs returns the Inputs field value
func (*BatchInputSimplePublicObjectBatchInput) GetInputsOk ¶
func (o *BatchInputSimplePublicObjectBatchInput) GetInputsOk() ([]SimplePublicObjectBatchInput, bool)
GetInputsOk returns a tuple with the Inputs field value and a boolean to check if the value has been set.
func (BatchInputSimplePublicObjectBatchInput) MarshalJSON ¶
func (o BatchInputSimplePublicObjectBatchInput) MarshalJSON() ([]byte, error)
func (*BatchInputSimplePublicObjectBatchInput) SetInputs ¶
func (o *BatchInputSimplePublicObjectBatchInput) SetInputs(v []SimplePublicObjectBatchInput)
SetInputs sets field value
type BatchInputSimplePublicObjectId ¶
type BatchInputSimplePublicObjectId struct {
Inputs []SimplePublicObjectId `json:"inputs"`
}
BatchInputSimplePublicObjectId struct for BatchInputSimplePublicObjectId
func NewBatchInputSimplePublicObjectId ¶
func NewBatchInputSimplePublicObjectId(inputs []SimplePublicObjectId) *BatchInputSimplePublicObjectId
NewBatchInputSimplePublicObjectId instantiates a new BatchInputSimplePublicObjectId 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 NewBatchInputSimplePublicObjectIdWithDefaults ¶
func NewBatchInputSimplePublicObjectIdWithDefaults() *BatchInputSimplePublicObjectId
NewBatchInputSimplePublicObjectIdWithDefaults instantiates a new BatchInputSimplePublicObjectId 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 (*BatchInputSimplePublicObjectId) GetInputs ¶
func (o *BatchInputSimplePublicObjectId) GetInputs() []SimplePublicObjectId
GetInputs returns the Inputs field value
func (*BatchInputSimplePublicObjectId) GetInputsOk ¶
func (o *BatchInputSimplePublicObjectId) GetInputsOk() ([]SimplePublicObjectId, bool)
GetInputsOk returns a tuple with the Inputs field value and a boolean to check if the value has been set.
func (BatchInputSimplePublicObjectId) MarshalJSON ¶
func (o BatchInputSimplePublicObjectId) MarshalJSON() ([]byte, error)
func (*BatchInputSimplePublicObjectId) SetInputs ¶
func (o *BatchInputSimplePublicObjectId) SetInputs(v []SimplePublicObjectId)
SetInputs sets field value
type BatchInputSimplePublicObjectInput ¶
type BatchInputSimplePublicObjectInput struct {
Inputs []SimplePublicObjectInput `json:"inputs"`
}
BatchInputSimplePublicObjectInput struct for BatchInputSimplePublicObjectInput
func NewBatchInputSimplePublicObjectInput ¶
func NewBatchInputSimplePublicObjectInput(inputs []SimplePublicObjectInput) *BatchInputSimplePublicObjectInput
NewBatchInputSimplePublicObjectInput instantiates a new BatchInputSimplePublicObjectInput 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 NewBatchInputSimplePublicObjectInputWithDefaults ¶
func NewBatchInputSimplePublicObjectInputWithDefaults() *BatchInputSimplePublicObjectInput
NewBatchInputSimplePublicObjectInputWithDefaults instantiates a new BatchInputSimplePublicObjectInput 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 (*BatchInputSimplePublicObjectInput) GetInputs ¶
func (o *BatchInputSimplePublicObjectInput) GetInputs() []SimplePublicObjectInput
GetInputs returns the Inputs field value
func (*BatchInputSimplePublicObjectInput) GetInputsOk ¶
func (o *BatchInputSimplePublicObjectInput) GetInputsOk() ([]SimplePublicObjectInput, bool)
GetInputsOk returns a tuple with the Inputs field value and a boolean to check if the value has been set.
func (BatchInputSimplePublicObjectInput) MarshalJSON ¶
func (o BatchInputSimplePublicObjectInput) MarshalJSON() ([]byte, error)
func (*BatchInputSimplePublicObjectInput) SetInputs ¶
func (o *BatchInputSimplePublicObjectInput) SetInputs(v []SimplePublicObjectInput)
SetInputs sets field value
type BatchReadInputSimplePublicObjectId ¶
type BatchReadInputSimplePublicObjectId struct { Properties []string `json:"properties"` PropertiesWithHistory []string `json:"propertiesWithHistory"` IdProperty *string `json:"idProperty,omitempty"` Inputs []SimplePublicObjectId `json:"inputs"` }
BatchReadInputSimplePublicObjectId struct for BatchReadInputSimplePublicObjectId
func NewBatchReadInputSimplePublicObjectId ¶
func NewBatchReadInputSimplePublicObjectId(properties []string, propertiesWithHistory []string, inputs []SimplePublicObjectId) *BatchReadInputSimplePublicObjectId
NewBatchReadInputSimplePublicObjectId instantiates a new BatchReadInputSimplePublicObjectId 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 NewBatchReadInputSimplePublicObjectIdWithDefaults ¶
func NewBatchReadInputSimplePublicObjectIdWithDefaults() *BatchReadInputSimplePublicObjectId
NewBatchReadInputSimplePublicObjectIdWithDefaults instantiates a new BatchReadInputSimplePublicObjectId 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 (*BatchReadInputSimplePublicObjectId) GetIdProperty ¶
func (o *BatchReadInputSimplePublicObjectId) GetIdProperty() string
GetIdProperty returns the IdProperty field value if set, zero value otherwise.
func (*BatchReadInputSimplePublicObjectId) GetIdPropertyOk ¶
func (o *BatchReadInputSimplePublicObjectId) GetIdPropertyOk() (*string, bool)
GetIdPropertyOk returns a tuple with the IdProperty field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BatchReadInputSimplePublicObjectId) GetInputs ¶
func (o *BatchReadInputSimplePublicObjectId) GetInputs() []SimplePublicObjectId
GetInputs returns the Inputs field value
func (*BatchReadInputSimplePublicObjectId) GetInputsOk ¶
func (o *BatchReadInputSimplePublicObjectId) GetInputsOk() ([]SimplePublicObjectId, bool)
GetInputsOk returns a tuple with the Inputs field value and a boolean to check if the value has been set.
func (*BatchReadInputSimplePublicObjectId) GetProperties ¶
func (o *BatchReadInputSimplePublicObjectId) GetProperties() []string
GetProperties returns the Properties field value
func (*BatchReadInputSimplePublicObjectId) GetPropertiesOk ¶
func (o *BatchReadInputSimplePublicObjectId) GetPropertiesOk() ([]string, bool)
GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set.
func (*BatchReadInputSimplePublicObjectId) GetPropertiesWithHistory ¶
func (o *BatchReadInputSimplePublicObjectId) GetPropertiesWithHistory() []string
GetPropertiesWithHistory returns the PropertiesWithHistory field value
func (*BatchReadInputSimplePublicObjectId) GetPropertiesWithHistoryOk ¶
func (o *BatchReadInputSimplePublicObjectId) GetPropertiesWithHistoryOk() ([]string, bool)
GetPropertiesWithHistoryOk returns a tuple with the PropertiesWithHistory field value and a boolean to check if the value has been set.
func (*BatchReadInputSimplePublicObjectId) HasIdProperty ¶
func (o *BatchReadInputSimplePublicObjectId) HasIdProperty() bool
HasIdProperty returns a boolean if a field has been set.
func (BatchReadInputSimplePublicObjectId) MarshalJSON ¶
func (o BatchReadInputSimplePublicObjectId) MarshalJSON() ([]byte, error)
func (*BatchReadInputSimplePublicObjectId) SetIdProperty ¶
func (o *BatchReadInputSimplePublicObjectId) SetIdProperty(v string)
SetIdProperty gets a reference to the given string and assigns it to the IdProperty field.
func (*BatchReadInputSimplePublicObjectId) SetInputs ¶
func (o *BatchReadInputSimplePublicObjectId) SetInputs(v []SimplePublicObjectId)
SetInputs sets field value
func (*BatchReadInputSimplePublicObjectId) SetProperties ¶
func (o *BatchReadInputSimplePublicObjectId) SetProperties(v []string)
SetProperties sets field value
func (*BatchReadInputSimplePublicObjectId) SetPropertiesWithHistory ¶
func (o *BatchReadInputSimplePublicObjectId) SetPropertiesWithHistory(v []string)
SetPropertiesWithHistory sets field value
type BatchResponseSimplePublicObject ¶
type BatchResponseSimplePublicObject struct { Status string `json:"status"` Results []SimplePublicObject `json:"results"` RequestedAt *time.Time `json:"requestedAt,omitempty"` StartedAt time.Time `json:"startedAt"` CompletedAt time.Time `json:"completedAt"` Links *map[string]string `json:"links,omitempty"` }
BatchResponseSimplePublicObject struct for BatchResponseSimplePublicObject
func NewBatchResponseSimplePublicObject ¶
func NewBatchResponseSimplePublicObject(status string, results []SimplePublicObject, startedAt time.Time, completedAt time.Time) *BatchResponseSimplePublicObject
NewBatchResponseSimplePublicObject instantiates a new BatchResponseSimplePublicObject 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 NewBatchResponseSimplePublicObjectWithDefaults ¶
func NewBatchResponseSimplePublicObjectWithDefaults() *BatchResponseSimplePublicObject
NewBatchResponseSimplePublicObjectWithDefaults instantiates a new BatchResponseSimplePublicObject 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 (*BatchResponseSimplePublicObject) GetCompletedAt ¶
func (o *BatchResponseSimplePublicObject) GetCompletedAt() time.Time
GetCompletedAt returns the CompletedAt field value
func (*BatchResponseSimplePublicObject) GetCompletedAtOk ¶
func (o *BatchResponseSimplePublicObject) GetCompletedAtOk() (*time.Time, bool)
GetCompletedAtOk returns a tuple with the CompletedAt field value and a boolean to check if the value has been set.
func (*BatchResponseSimplePublicObject) GetLinks ¶
func (o *BatchResponseSimplePublicObject) GetLinks() map[string]string
GetLinks returns the Links field value if set, zero value otherwise.
func (*BatchResponseSimplePublicObject) GetLinksOk ¶
func (o *BatchResponseSimplePublicObject) GetLinksOk() (*map[string]string, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BatchResponseSimplePublicObject) GetRequestedAt ¶
func (o *BatchResponseSimplePublicObject) GetRequestedAt() time.Time
GetRequestedAt returns the RequestedAt field value if set, zero value otherwise.
func (*BatchResponseSimplePublicObject) GetRequestedAtOk ¶
func (o *BatchResponseSimplePublicObject) GetRequestedAtOk() (*time.Time, bool)
GetRequestedAtOk returns a tuple with the RequestedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BatchResponseSimplePublicObject) GetResults ¶
func (o *BatchResponseSimplePublicObject) GetResults() []SimplePublicObject
GetResults returns the Results field value
func (*BatchResponseSimplePublicObject) GetResultsOk ¶
func (o *BatchResponseSimplePublicObject) GetResultsOk() ([]SimplePublicObject, bool)
GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.
func (*BatchResponseSimplePublicObject) GetStartedAt ¶
func (o *BatchResponseSimplePublicObject) GetStartedAt() time.Time
GetStartedAt returns the StartedAt field value
func (*BatchResponseSimplePublicObject) GetStartedAtOk ¶
func (o *BatchResponseSimplePublicObject) GetStartedAtOk() (*time.Time, bool)
GetStartedAtOk returns a tuple with the StartedAt field value and a boolean to check if the value has been set.
func (*BatchResponseSimplePublicObject) GetStatus ¶
func (o *BatchResponseSimplePublicObject) GetStatus() string
GetStatus returns the Status field value
func (*BatchResponseSimplePublicObject) GetStatusOk ¶
func (o *BatchResponseSimplePublicObject) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*BatchResponseSimplePublicObject) HasLinks ¶
func (o *BatchResponseSimplePublicObject) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (*BatchResponseSimplePublicObject) HasRequestedAt ¶
func (o *BatchResponseSimplePublicObject) HasRequestedAt() bool
HasRequestedAt returns a boolean if a field has been set.
func (BatchResponseSimplePublicObject) MarshalJSON ¶
func (o BatchResponseSimplePublicObject) MarshalJSON() ([]byte, error)
func (*BatchResponseSimplePublicObject) SetCompletedAt ¶
func (o *BatchResponseSimplePublicObject) SetCompletedAt(v time.Time)
SetCompletedAt sets field value
func (*BatchResponseSimplePublicObject) SetLinks ¶
func (o *BatchResponseSimplePublicObject) SetLinks(v map[string]string)
SetLinks gets a reference to the given map[string]string and assigns it to the Links field.
func (*BatchResponseSimplePublicObject) SetRequestedAt ¶
func (o *BatchResponseSimplePublicObject) SetRequestedAt(v time.Time)
SetRequestedAt gets a reference to the given time.Time and assigns it to the RequestedAt field.
func (*BatchResponseSimplePublicObject) SetResults ¶
func (o *BatchResponseSimplePublicObject) SetResults(v []SimplePublicObject)
SetResults sets field value
func (*BatchResponseSimplePublicObject) SetStartedAt ¶
func (o *BatchResponseSimplePublicObject) SetStartedAt(v time.Time)
SetStartedAt sets field value
func (*BatchResponseSimplePublicObject) SetStatus ¶
func (o *BatchResponseSimplePublicObject) SetStatus(v string)
SetStatus sets field value
type BatchResponseSimplePublicObjectWithErrors ¶
type BatchResponseSimplePublicObjectWithErrors struct { Status string `json:"status"` Results []SimplePublicObject `json:"results"` NumErrors *int32 `json:"numErrors,omitempty"` Errors []StandardError `json:"errors,omitempty"` RequestedAt *time.Time `json:"requestedAt,omitempty"` StartedAt time.Time `json:"startedAt"` CompletedAt time.Time `json:"completedAt"` Links *map[string]string `json:"links,omitempty"` }
BatchResponseSimplePublicObjectWithErrors struct for BatchResponseSimplePublicObjectWithErrors
func NewBatchResponseSimplePublicObjectWithErrors ¶
func NewBatchResponseSimplePublicObjectWithErrors(status string, results []SimplePublicObject, startedAt time.Time, completedAt time.Time) *BatchResponseSimplePublicObjectWithErrors
NewBatchResponseSimplePublicObjectWithErrors instantiates a new BatchResponseSimplePublicObjectWithErrors 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 NewBatchResponseSimplePublicObjectWithErrorsWithDefaults ¶
func NewBatchResponseSimplePublicObjectWithErrorsWithDefaults() *BatchResponseSimplePublicObjectWithErrors
NewBatchResponseSimplePublicObjectWithErrorsWithDefaults instantiates a new BatchResponseSimplePublicObjectWithErrors 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 (*BatchResponseSimplePublicObjectWithErrors) GetCompletedAt ¶
func (o *BatchResponseSimplePublicObjectWithErrors) GetCompletedAt() time.Time
GetCompletedAt returns the CompletedAt field value
func (*BatchResponseSimplePublicObjectWithErrors) GetCompletedAtOk ¶
func (o *BatchResponseSimplePublicObjectWithErrors) GetCompletedAtOk() (*time.Time, bool)
GetCompletedAtOk returns a tuple with the CompletedAt field value and a boolean to check if the value has been set.
func (*BatchResponseSimplePublicObjectWithErrors) GetErrors ¶
func (o *BatchResponseSimplePublicObjectWithErrors) GetErrors() []StandardError
GetErrors returns the Errors field value if set, zero value otherwise.
func (*BatchResponseSimplePublicObjectWithErrors) GetErrorsOk ¶
func (o *BatchResponseSimplePublicObjectWithErrors) GetErrorsOk() ([]StandardError, 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 (*BatchResponseSimplePublicObjectWithErrors) GetLinks ¶
func (o *BatchResponseSimplePublicObjectWithErrors) GetLinks() map[string]string
GetLinks returns the Links field value if set, zero value otherwise.
func (*BatchResponseSimplePublicObjectWithErrors) GetLinksOk ¶
func (o *BatchResponseSimplePublicObjectWithErrors) GetLinksOk() (*map[string]string, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BatchResponseSimplePublicObjectWithErrors) GetNumErrors ¶
func (o *BatchResponseSimplePublicObjectWithErrors) GetNumErrors() int32
GetNumErrors returns the NumErrors field value if set, zero value otherwise.
func (*BatchResponseSimplePublicObjectWithErrors) GetNumErrorsOk ¶
func (o *BatchResponseSimplePublicObjectWithErrors) GetNumErrorsOk() (*int32, bool)
GetNumErrorsOk returns a tuple with the NumErrors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BatchResponseSimplePublicObjectWithErrors) GetRequestedAt ¶
func (o *BatchResponseSimplePublicObjectWithErrors) GetRequestedAt() time.Time
GetRequestedAt returns the RequestedAt field value if set, zero value otherwise.
func (*BatchResponseSimplePublicObjectWithErrors) GetRequestedAtOk ¶
func (o *BatchResponseSimplePublicObjectWithErrors) GetRequestedAtOk() (*time.Time, bool)
GetRequestedAtOk returns a tuple with the RequestedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BatchResponseSimplePublicObjectWithErrors) GetResults ¶
func (o *BatchResponseSimplePublicObjectWithErrors) GetResults() []SimplePublicObject
GetResults returns the Results field value
func (*BatchResponseSimplePublicObjectWithErrors) GetResultsOk ¶
func (o *BatchResponseSimplePublicObjectWithErrors) GetResultsOk() ([]SimplePublicObject, bool)
GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.
func (*BatchResponseSimplePublicObjectWithErrors) GetStartedAt ¶
func (o *BatchResponseSimplePublicObjectWithErrors) GetStartedAt() time.Time
GetStartedAt returns the StartedAt field value
func (*BatchResponseSimplePublicObjectWithErrors) GetStartedAtOk ¶
func (o *BatchResponseSimplePublicObjectWithErrors) GetStartedAtOk() (*time.Time, bool)
GetStartedAtOk returns a tuple with the StartedAt field value and a boolean to check if the value has been set.
func (*BatchResponseSimplePublicObjectWithErrors) GetStatus ¶
func (o *BatchResponseSimplePublicObjectWithErrors) GetStatus() string
GetStatus returns the Status field value
func (*BatchResponseSimplePublicObjectWithErrors) GetStatusOk ¶
func (o *BatchResponseSimplePublicObjectWithErrors) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*BatchResponseSimplePublicObjectWithErrors) HasErrors ¶
func (o *BatchResponseSimplePublicObjectWithErrors) HasErrors() bool
HasErrors returns a boolean if a field has been set.
func (*BatchResponseSimplePublicObjectWithErrors) HasLinks ¶
func (o *BatchResponseSimplePublicObjectWithErrors) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (*BatchResponseSimplePublicObjectWithErrors) HasNumErrors ¶
func (o *BatchResponseSimplePublicObjectWithErrors) HasNumErrors() bool
HasNumErrors returns a boolean if a field has been set.
func (*BatchResponseSimplePublicObjectWithErrors) HasRequestedAt ¶
func (o *BatchResponseSimplePublicObjectWithErrors) HasRequestedAt() bool
HasRequestedAt returns a boolean if a field has been set.
func (BatchResponseSimplePublicObjectWithErrors) MarshalJSON ¶
func (o BatchResponseSimplePublicObjectWithErrors) MarshalJSON() ([]byte, error)
func (*BatchResponseSimplePublicObjectWithErrors) SetCompletedAt ¶
func (o *BatchResponseSimplePublicObjectWithErrors) SetCompletedAt(v time.Time)
SetCompletedAt sets field value
func (*BatchResponseSimplePublicObjectWithErrors) SetErrors ¶
func (o *BatchResponseSimplePublicObjectWithErrors) SetErrors(v []StandardError)
SetErrors gets a reference to the given []StandardError and assigns it to the Errors field.
func (*BatchResponseSimplePublicObjectWithErrors) SetLinks ¶
func (o *BatchResponseSimplePublicObjectWithErrors) SetLinks(v map[string]string)
SetLinks gets a reference to the given map[string]string and assigns it to the Links field.
func (*BatchResponseSimplePublicObjectWithErrors) SetNumErrors ¶
func (o *BatchResponseSimplePublicObjectWithErrors) SetNumErrors(v int32)
SetNumErrors gets a reference to the given int32 and assigns it to the NumErrors field.
func (*BatchResponseSimplePublicObjectWithErrors) SetRequestedAt ¶
func (o *BatchResponseSimplePublicObjectWithErrors) SetRequestedAt(v time.Time)
SetRequestedAt gets a reference to the given time.Time and assigns it to the RequestedAt field.
func (*BatchResponseSimplePublicObjectWithErrors) SetResults ¶
func (o *BatchResponseSimplePublicObjectWithErrors) SetResults(v []SimplePublicObject)
SetResults sets field value
func (*BatchResponseSimplePublicObjectWithErrors) SetStartedAt ¶
func (o *BatchResponseSimplePublicObjectWithErrors) SetStartedAt(v time.Time)
SetStartedAt sets field value
func (*BatchResponseSimplePublicObjectWithErrors) SetStatus ¶
func (o *BatchResponseSimplePublicObjectWithErrors) SetStatus(v string)
SetStatus sets field value
type CollectionResponseAssociatedId ¶
type CollectionResponseAssociatedId struct { Results []AssociatedId `json:"results"` Paging *Paging `json:"paging,omitempty"` }
CollectionResponseAssociatedId struct for CollectionResponseAssociatedId
func NewCollectionResponseAssociatedId ¶
func NewCollectionResponseAssociatedId(results []AssociatedId) *CollectionResponseAssociatedId
NewCollectionResponseAssociatedId instantiates a new CollectionResponseAssociatedId 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 NewCollectionResponseAssociatedIdWithDefaults ¶
func NewCollectionResponseAssociatedIdWithDefaults() *CollectionResponseAssociatedId
NewCollectionResponseAssociatedIdWithDefaults instantiates a new CollectionResponseAssociatedId 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 (*CollectionResponseAssociatedId) GetPaging ¶
func (o *CollectionResponseAssociatedId) GetPaging() Paging
GetPaging returns the Paging field value if set, zero value otherwise.
func (*CollectionResponseAssociatedId) GetPagingOk ¶
func (o *CollectionResponseAssociatedId) GetPagingOk() (*Paging, bool)
GetPagingOk returns a tuple with the Paging field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CollectionResponseAssociatedId) GetResults ¶
func (o *CollectionResponseAssociatedId) GetResults() []AssociatedId
GetResults returns the Results field value
func (*CollectionResponseAssociatedId) GetResultsOk ¶
func (o *CollectionResponseAssociatedId) GetResultsOk() ([]AssociatedId, bool)
GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.
func (*CollectionResponseAssociatedId) HasPaging ¶
func (o *CollectionResponseAssociatedId) HasPaging() bool
HasPaging returns a boolean if a field has been set.
func (CollectionResponseAssociatedId) MarshalJSON ¶
func (o CollectionResponseAssociatedId) MarshalJSON() ([]byte, error)
func (*CollectionResponseAssociatedId) SetPaging ¶
func (o *CollectionResponseAssociatedId) SetPaging(v Paging)
SetPaging gets a reference to the given Paging and assigns it to the Paging field.
func (*CollectionResponseAssociatedId) SetResults ¶
func (o *CollectionResponseAssociatedId) SetResults(v []AssociatedId)
SetResults sets field value
type CollectionResponseAssociatedIdForwardPaging ¶
type CollectionResponseAssociatedIdForwardPaging struct { Results []AssociatedId `json:"results"` Paging *ForwardPaging `json:"paging,omitempty"` }
CollectionResponseAssociatedIdForwardPaging struct for CollectionResponseAssociatedIdForwardPaging
func NewCollectionResponseAssociatedIdForwardPaging ¶
func NewCollectionResponseAssociatedIdForwardPaging(results []AssociatedId) *CollectionResponseAssociatedIdForwardPaging
NewCollectionResponseAssociatedIdForwardPaging instantiates a new CollectionResponseAssociatedIdForwardPaging 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 NewCollectionResponseAssociatedIdForwardPagingWithDefaults ¶
func NewCollectionResponseAssociatedIdForwardPagingWithDefaults() *CollectionResponseAssociatedIdForwardPaging
NewCollectionResponseAssociatedIdForwardPagingWithDefaults instantiates a new CollectionResponseAssociatedIdForwardPaging 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 (*CollectionResponseAssociatedIdForwardPaging) GetPaging ¶
func (o *CollectionResponseAssociatedIdForwardPaging) GetPaging() ForwardPaging
GetPaging returns the Paging field value if set, zero value otherwise.
func (*CollectionResponseAssociatedIdForwardPaging) GetPagingOk ¶
func (o *CollectionResponseAssociatedIdForwardPaging) GetPagingOk() (*ForwardPaging, bool)
GetPagingOk returns a tuple with the Paging field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CollectionResponseAssociatedIdForwardPaging) GetResults ¶
func (o *CollectionResponseAssociatedIdForwardPaging) GetResults() []AssociatedId
GetResults returns the Results field value
func (*CollectionResponseAssociatedIdForwardPaging) GetResultsOk ¶
func (o *CollectionResponseAssociatedIdForwardPaging) GetResultsOk() ([]AssociatedId, bool)
GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.
func (*CollectionResponseAssociatedIdForwardPaging) HasPaging ¶
func (o *CollectionResponseAssociatedIdForwardPaging) HasPaging() bool
HasPaging returns a boolean if a field has been set.
func (CollectionResponseAssociatedIdForwardPaging) MarshalJSON ¶
func (o CollectionResponseAssociatedIdForwardPaging) MarshalJSON() ([]byte, error)
func (*CollectionResponseAssociatedIdForwardPaging) SetPaging ¶
func (o *CollectionResponseAssociatedIdForwardPaging) SetPaging(v ForwardPaging)
SetPaging gets a reference to the given ForwardPaging and assigns it to the Paging field.
func (*CollectionResponseAssociatedIdForwardPaging) SetResults ¶
func (o *CollectionResponseAssociatedIdForwardPaging) SetResults(v []AssociatedId)
SetResults sets field value
type CollectionResponseMultiAssociatedObjectWithLabelForwardPaging ¶
type CollectionResponseMultiAssociatedObjectWithLabelForwardPaging struct { Results []MultiAssociatedObjectWithLabel `json:"results"` Paging *ForwardPaging `json:"paging,omitempty"` }
CollectionResponseMultiAssociatedObjectWithLabelForwardPaging struct for CollectionResponseMultiAssociatedObjectWithLabelForwardPaging
func NewCollectionResponseMultiAssociatedObjectWithLabelForwardPaging ¶
func NewCollectionResponseMultiAssociatedObjectWithLabelForwardPaging(results []MultiAssociatedObjectWithLabel) *CollectionResponseMultiAssociatedObjectWithLabelForwardPaging
NewCollectionResponseMultiAssociatedObjectWithLabelForwardPaging instantiates a new CollectionResponseMultiAssociatedObjectWithLabelForwardPaging 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 NewCollectionResponseMultiAssociatedObjectWithLabelForwardPagingWithDefaults ¶
func NewCollectionResponseMultiAssociatedObjectWithLabelForwardPagingWithDefaults() *CollectionResponseMultiAssociatedObjectWithLabelForwardPaging
NewCollectionResponseMultiAssociatedObjectWithLabelForwardPagingWithDefaults instantiates a new CollectionResponseMultiAssociatedObjectWithLabelForwardPaging 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 (*CollectionResponseMultiAssociatedObjectWithLabelForwardPaging) GetPaging ¶
func (o *CollectionResponseMultiAssociatedObjectWithLabelForwardPaging) GetPaging() ForwardPaging
GetPaging returns the Paging field value if set, zero value otherwise.
func (*CollectionResponseMultiAssociatedObjectWithLabelForwardPaging) GetPagingOk ¶
func (o *CollectionResponseMultiAssociatedObjectWithLabelForwardPaging) GetPagingOk() (*ForwardPaging, bool)
GetPagingOk returns a tuple with the Paging field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CollectionResponseMultiAssociatedObjectWithLabelForwardPaging) GetResults ¶
func (o *CollectionResponseMultiAssociatedObjectWithLabelForwardPaging) GetResults() []MultiAssociatedObjectWithLabel
GetResults returns the Results field value
func (*CollectionResponseMultiAssociatedObjectWithLabelForwardPaging) GetResultsOk ¶
func (o *CollectionResponseMultiAssociatedObjectWithLabelForwardPaging) GetResultsOk() ([]MultiAssociatedObjectWithLabel, bool)
GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.
func (*CollectionResponseMultiAssociatedObjectWithLabelForwardPaging) HasPaging ¶
func (o *CollectionResponseMultiAssociatedObjectWithLabelForwardPaging) HasPaging() bool
HasPaging returns a boolean if a field has been set.
func (CollectionResponseMultiAssociatedObjectWithLabelForwardPaging) MarshalJSON ¶
func (o CollectionResponseMultiAssociatedObjectWithLabelForwardPaging) MarshalJSON() ([]byte, error)
func (*CollectionResponseMultiAssociatedObjectWithLabelForwardPaging) SetPaging ¶
func (o *CollectionResponseMultiAssociatedObjectWithLabelForwardPaging) SetPaging(v ForwardPaging)
SetPaging gets a reference to the given ForwardPaging and assigns it to the Paging field.
func (*CollectionResponseMultiAssociatedObjectWithLabelForwardPaging) SetResults ¶
func (o *CollectionResponseMultiAssociatedObjectWithLabelForwardPaging) SetResults(v []MultiAssociatedObjectWithLabel)
SetResults sets field value
type CollectionResponseSimplePublicObjectWithAssociationsForwardPaging ¶
type CollectionResponseSimplePublicObjectWithAssociationsForwardPaging struct { Results []SimplePublicObjectWithAssociations `json:"results"` Paging *ForwardPaging `json:"paging,omitempty"` }
CollectionResponseSimplePublicObjectWithAssociationsForwardPaging struct for CollectionResponseSimplePublicObjectWithAssociationsForwardPaging
func NewCollectionResponseSimplePublicObjectWithAssociationsForwardPaging ¶
func NewCollectionResponseSimplePublicObjectWithAssociationsForwardPaging(results []SimplePublicObjectWithAssociations) *CollectionResponseSimplePublicObjectWithAssociationsForwardPaging
NewCollectionResponseSimplePublicObjectWithAssociationsForwardPaging instantiates a new CollectionResponseSimplePublicObjectWithAssociationsForwardPaging 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 NewCollectionResponseSimplePublicObjectWithAssociationsForwardPagingWithDefaults ¶
func NewCollectionResponseSimplePublicObjectWithAssociationsForwardPagingWithDefaults() *CollectionResponseSimplePublicObjectWithAssociationsForwardPaging
NewCollectionResponseSimplePublicObjectWithAssociationsForwardPagingWithDefaults instantiates a new CollectionResponseSimplePublicObjectWithAssociationsForwardPaging 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 (*CollectionResponseSimplePublicObjectWithAssociationsForwardPaging) GetPaging ¶
func (o *CollectionResponseSimplePublicObjectWithAssociationsForwardPaging) GetPaging() ForwardPaging
GetPaging returns the Paging field value if set, zero value otherwise.
func (*CollectionResponseSimplePublicObjectWithAssociationsForwardPaging) GetPagingOk ¶
func (o *CollectionResponseSimplePublicObjectWithAssociationsForwardPaging) GetPagingOk() (*ForwardPaging, bool)
GetPagingOk returns a tuple with the Paging field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CollectionResponseSimplePublicObjectWithAssociationsForwardPaging) GetResults ¶
func (o *CollectionResponseSimplePublicObjectWithAssociationsForwardPaging) GetResults() []SimplePublicObjectWithAssociations
GetResults returns the Results field value
func (*CollectionResponseSimplePublicObjectWithAssociationsForwardPaging) GetResultsOk ¶
func (o *CollectionResponseSimplePublicObjectWithAssociationsForwardPaging) GetResultsOk() ([]SimplePublicObjectWithAssociations, bool)
GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.
func (*CollectionResponseSimplePublicObjectWithAssociationsForwardPaging) HasPaging ¶
func (o *CollectionResponseSimplePublicObjectWithAssociationsForwardPaging) HasPaging() bool
HasPaging returns a boolean if a field has been set.
func (CollectionResponseSimplePublicObjectWithAssociationsForwardPaging) MarshalJSON ¶
func (o CollectionResponseSimplePublicObjectWithAssociationsForwardPaging) MarshalJSON() ([]byte, error)
func (*CollectionResponseSimplePublicObjectWithAssociationsForwardPaging) SetPaging ¶
func (o *CollectionResponseSimplePublicObjectWithAssociationsForwardPaging) SetPaging(v ForwardPaging)
SetPaging gets a reference to the given ForwardPaging and assigns it to the Paging field.
func (*CollectionResponseSimplePublicObjectWithAssociationsForwardPaging) SetResults ¶
func (o *CollectionResponseSimplePublicObjectWithAssociationsForwardPaging) SetResults(v []SimplePublicObjectWithAssociations)
SetResults sets field value
type CollectionResponseWithTotalSimplePublicObjectForwardPaging ¶
type CollectionResponseWithTotalSimplePublicObjectForwardPaging struct { Total int32 `json:"total"` Results []SimplePublicObject `json:"results"` Paging *ForwardPaging `json:"paging,omitempty"` }
CollectionResponseWithTotalSimplePublicObjectForwardPaging struct for CollectionResponseWithTotalSimplePublicObjectForwardPaging
func NewCollectionResponseWithTotalSimplePublicObjectForwardPaging ¶
func NewCollectionResponseWithTotalSimplePublicObjectForwardPaging(total int32, results []SimplePublicObject) *CollectionResponseWithTotalSimplePublicObjectForwardPaging
NewCollectionResponseWithTotalSimplePublicObjectForwardPaging instantiates a new CollectionResponseWithTotalSimplePublicObjectForwardPaging 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 NewCollectionResponseWithTotalSimplePublicObjectForwardPagingWithDefaults ¶
func NewCollectionResponseWithTotalSimplePublicObjectForwardPagingWithDefaults() *CollectionResponseWithTotalSimplePublicObjectForwardPaging
NewCollectionResponseWithTotalSimplePublicObjectForwardPagingWithDefaults instantiates a new CollectionResponseWithTotalSimplePublicObjectForwardPaging 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 (*CollectionResponseWithTotalSimplePublicObjectForwardPaging) GetPaging ¶
func (o *CollectionResponseWithTotalSimplePublicObjectForwardPaging) GetPaging() ForwardPaging
GetPaging returns the Paging field value if set, zero value otherwise.
func (*CollectionResponseWithTotalSimplePublicObjectForwardPaging) GetPagingOk ¶
func (o *CollectionResponseWithTotalSimplePublicObjectForwardPaging) GetPagingOk() (*ForwardPaging, bool)
GetPagingOk returns a tuple with the Paging field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CollectionResponseWithTotalSimplePublicObjectForwardPaging) GetResults ¶
func (o *CollectionResponseWithTotalSimplePublicObjectForwardPaging) GetResults() []SimplePublicObject
GetResults returns the Results field value
func (*CollectionResponseWithTotalSimplePublicObjectForwardPaging) GetResultsOk ¶
func (o *CollectionResponseWithTotalSimplePublicObjectForwardPaging) GetResultsOk() ([]SimplePublicObject, bool)
GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.
func (*CollectionResponseWithTotalSimplePublicObjectForwardPaging) GetTotal ¶
func (o *CollectionResponseWithTotalSimplePublicObjectForwardPaging) GetTotal() int32
GetTotal returns the Total field value
func (*CollectionResponseWithTotalSimplePublicObjectForwardPaging) GetTotalOk ¶
func (o *CollectionResponseWithTotalSimplePublicObjectForwardPaging) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (*CollectionResponseWithTotalSimplePublicObjectForwardPaging) HasPaging ¶
func (o *CollectionResponseWithTotalSimplePublicObjectForwardPaging) HasPaging() bool
HasPaging returns a boolean if a field has been set.
func (CollectionResponseWithTotalSimplePublicObjectForwardPaging) MarshalJSON ¶
func (o CollectionResponseWithTotalSimplePublicObjectForwardPaging) MarshalJSON() ([]byte, error)
func (*CollectionResponseWithTotalSimplePublicObjectForwardPaging) SetPaging ¶
func (o *CollectionResponseWithTotalSimplePublicObjectForwardPaging) SetPaging(v ForwardPaging)
SetPaging gets a reference to the given ForwardPaging and assigns it to the Paging field.
func (*CollectionResponseWithTotalSimplePublicObjectForwardPaging) SetResults ¶
func (o *CollectionResponseWithTotalSimplePublicObjectForwardPaging) SetResults(v []SimplePublicObject)
SetResults sets field value
func (*CollectionResponseWithTotalSimplePublicObjectForwardPaging) SetTotal ¶
func (o *CollectionResponseWithTotalSimplePublicObjectForwardPaging) SetTotal(v int32)
SetTotal sets field value
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 Error ¶
type Error struct { // A human readable message describing the error along with remediation steps where appropriate Message string `json:"message"` // A unique identifier for the request. Include this value with any error reports or support tickets CorrelationId string `json:"correlationId"` // The error category Category string `json:"category"` // A specific category that contains more specific detail about the error SubCategory *string `json:"subCategory,omitempty"` // further information about the error Errors []ErrorDetail `json:"errors,omitempty"` // Context about the error condition Context *map[string][]string `json:"context,omitempty"` // A map of link names to associated URIs containing documentation about the error or recommended remediation steps Links *map[string]string `json:"links,omitempty"` }
Error struct for Error
func NewError ¶
NewError instantiates a new Error 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 NewErrorWithDefaults ¶
func NewErrorWithDefaults() *Error
NewErrorWithDefaults instantiates a new Error 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 (*Error) GetCategory ¶
GetCategory returns the Category field value
func (*Error) GetCategoryOk ¶
GetCategoryOk returns a tuple with the Category field value and a boolean to check if the value has been set.
func (*Error) GetContext ¶
GetContext returns the Context field value if set, zero value otherwise.
func (*Error) GetContextOk ¶
GetContextOk returns a tuple with the Context field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) GetCorrelationId ¶
GetCorrelationId returns the CorrelationId field value
func (*Error) GetCorrelationIdOk ¶
GetCorrelationIdOk returns a tuple with the CorrelationId field value and a boolean to check if the value has been set.
func (*Error) GetErrors ¶
func (o *Error) GetErrors() []ErrorDetail
GetErrors returns the Errors field value if set, zero value otherwise.
func (*Error) GetErrorsOk ¶
func (o *Error) GetErrorsOk() ([]ErrorDetail, 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 (*Error) GetLinksOk ¶
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) GetMessage ¶
GetMessage returns the Message field value
func (*Error) GetMessageOk ¶
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*Error) GetSubCategory ¶
GetSubCategory returns the SubCategory field value if set, zero value otherwise.
func (*Error) GetSubCategoryOk ¶
GetSubCategoryOk returns a tuple with the SubCategory field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) HasContext ¶
HasContext returns a boolean if a field has been set.
func (*Error) HasSubCategory ¶
HasSubCategory returns a boolean if a field has been set.
func (Error) MarshalJSON ¶
func (*Error) SetContext ¶
SetContext gets a reference to the given map[string][]string and assigns it to the Context field.
func (*Error) SetCorrelationId ¶
SetCorrelationId sets field value
func (*Error) SetErrors ¶
func (o *Error) SetErrors(v []ErrorDetail)
SetErrors gets a reference to the given []ErrorDetail and assigns it to the Errors field.
func (*Error) SetLinks ¶
SetLinks gets a reference to the given map[string]string and assigns it to the Links field.
func (*Error) SetSubCategory ¶
SetSubCategory gets a reference to the given string and assigns it to the SubCategory field.
type ErrorCategory ¶
ErrorCategory struct for ErrorCategory
func NewErrorCategory ¶
func NewErrorCategory(name string, httpStatus string) *ErrorCategory
NewErrorCategory instantiates a new ErrorCategory 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 NewErrorCategoryWithDefaults ¶
func NewErrorCategoryWithDefaults() *ErrorCategory
NewErrorCategoryWithDefaults instantiates a new ErrorCategory 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 (*ErrorCategory) GetHttpStatus ¶
func (o *ErrorCategory) GetHttpStatus() string
GetHttpStatus returns the HttpStatus field value
func (*ErrorCategory) GetHttpStatusOk ¶
func (o *ErrorCategory) GetHttpStatusOk() (*string, bool)
GetHttpStatusOk returns a tuple with the HttpStatus field value and a boolean to check if the value has been set.
func (*ErrorCategory) GetName ¶
func (o *ErrorCategory) GetName() string
GetName returns the Name field value
func (*ErrorCategory) GetNameOk ¶
func (o *ErrorCategory) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (ErrorCategory) MarshalJSON ¶
func (o ErrorCategory) MarshalJSON() ([]byte, error)
func (*ErrorCategory) SetHttpStatus ¶
func (o *ErrorCategory) SetHttpStatus(v string)
SetHttpStatus sets field value
type ErrorDetail ¶
type ErrorDetail struct { // A human readable message describing the error along with remediation steps where appropriate Message string `json:"message"` // The name of the field or parameter in which the error was found. In *string `json:"in,omitempty"` // The status code associated with the error detail Code *string `json:"code,omitempty"` // A specific category that contains more specific detail about the error SubCategory *string `json:"subCategory,omitempty"` // Context about the error condition Context *map[string][]string `json:"context,omitempty"` }
ErrorDetail struct for ErrorDetail
func NewErrorDetail ¶
func NewErrorDetail(message string) *ErrorDetail
NewErrorDetail instantiates a new ErrorDetail 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 NewErrorDetailWithDefaults ¶
func NewErrorDetailWithDefaults() *ErrorDetail
NewErrorDetailWithDefaults instantiates a new ErrorDetail 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 (*ErrorDetail) GetCode ¶
func (o *ErrorDetail) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*ErrorDetail) GetCodeOk ¶
func (o *ErrorDetail) 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 (*ErrorDetail) GetContext ¶
func (o *ErrorDetail) GetContext() map[string][]string
GetContext returns the Context field value if set, zero value otherwise.
func (*ErrorDetail) GetContextOk ¶
func (o *ErrorDetail) GetContextOk() (*map[string][]string, bool)
GetContextOk returns a tuple with the Context field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorDetail) GetIn ¶
func (o *ErrorDetail) GetIn() string
GetIn returns the In field value if set, zero value otherwise.
func (*ErrorDetail) GetInOk ¶
func (o *ErrorDetail) GetInOk() (*string, bool)
GetInOk returns a tuple with the In field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorDetail) GetMessage ¶
func (o *ErrorDetail) GetMessage() string
GetMessage returns the Message field value
func (*ErrorDetail) GetMessageOk ¶
func (o *ErrorDetail) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*ErrorDetail) GetSubCategory ¶
func (o *ErrorDetail) GetSubCategory() string
GetSubCategory returns the SubCategory field value if set, zero value otherwise.
func (*ErrorDetail) GetSubCategoryOk ¶
func (o *ErrorDetail) GetSubCategoryOk() (*string, bool)
GetSubCategoryOk returns a tuple with the SubCategory field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorDetail) HasCode ¶
func (o *ErrorDetail) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*ErrorDetail) HasContext ¶
func (o *ErrorDetail) HasContext() bool
HasContext returns a boolean if a field has been set.
func (*ErrorDetail) HasIn ¶
func (o *ErrorDetail) HasIn() bool
HasIn returns a boolean if a field has been set.
func (*ErrorDetail) HasSubCategory ¶
func (o *ErrorDetail) HasSubCategory() bool
HasSubCategory returns a boolean if a field has been set.
func (ErrorDetail) MarshalJSON ¶
func (o ErrorDetail) MarshalJSON() ([]byte, error)
func (*ErrorDetail) SetCode ¶
func (o *ErrorDetail) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*ErrorDetail) SetContext ¶
func (o *ErrorDetail) SetContext(v map[string][]string)
SetContext gets a reference to the given map[string][]string and assigns it to the Context field.
func (*ErrorDetail) SetIn ¶
func (o *ErrorDetail) SetIn(v string)
SetIn gets a reference to the given string and assigns it to the In field.
func (*ErrorDetail) SetMessage ¶
func (o *ErrorDetail) SetMessage(v string)
SetMessage sets field value
func (*ErrorDetail) SetSubCategory ¶
func (o *ErrorDetail) SetSubCategory(v string)
SetSubCategory gets a reference to the given string and assigns it to the SubCategory field.
type Filter ¶
type Filter struct { Value *string `json:"value,omitempty"` Values []string `json:"values,omitempty"` PropertyName string `json:"propertyName"` // null Operator string `json:"operator"` }
Filter struct for Filter
func NewFilter ¶
NewFilter instantiates a new Filter 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 NewFilterWithDefaults ¶
func NewFilterWithDefaults() *Filter
NewFilterWithDefaults instantiates a new Filter 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 (*Filter) GetOperator ¶
GetOperator returns the Operator field value
func (*Filter) GetOperatorOk ¶
GetOperatorOk returns a tuple with the Operator field value and a boolean to check if the value has been set.
func (*Filter) GetPropertyName ¶
GetPropertyName returns the PropertyName field value
func (*Filter) GetPropertyNameOk ¶
GetPropertyNameOk returns a tuple with the PropertyName field value and a boolean to check if the value has been set.
func (*Filter) GetValueOk ¶
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 (*Filter) GetValuesOk ¶
GetValuesOk returns a tuple with the Values field value if set, nil otherwise and a boolean to check if the value has been set.
func (Filter) MarshalJSON ¶
func (*Filter) SetPropertyName ¶
SetPropertyName sets field value
type FilterGroup ¶
type FilterGroup struct {
Filters []Filter `json:"filters"`
}
FilterGroup struct for FilterGroup
func NewFilterGroup ¶
func NewFilterGroup(filters []Filter) *FilterGroup
NewFilterGroup instantiates a new FilterGroup 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 NewFilterGroupWithDefaults ¶
func NewFilterGroupWithDefaults() *FilterGroup
NewFilterGroupWithDefaults instantiates a new FilterGroup 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 (*FilterGroup) GetFilters ¶
func (o *FilterGroup) GetFilters() []Filter
GetFilters returns the Filters field value
func (*FilterGroup) GetFiltersOk ¶
func (o *FilterGroup) GetFiltersOk() ([]Filter, bool)
GetFiltersOk returns a tuple with the Filters field value and a boolean to check if the value has been set.
func (FilterGroup) MarshalJSON ¶
func (o FilterGroup) MarshalJSON() ([]byte, error)
func (*FilterGroup) SetFilters ¶
func (o *FilterGroup) SetFilters(v []Filter)
SetFilters sets field value
type ForwardPaging ¶
type ForwardPaging struct {
Next *NextPage `json:"next,omitempty"`
}
ForwardPaging struct for ForwardPaging
func NewForwardPaging ¶
func NewForwardPaging() *ForwardPaging
NewForwardPaging instantiates a new ForwardPaging 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 NewForwardPagingWithDefaults ¶
func NewForwardPagingWithDefaults() *ForwardPaging
NewForwardPagingWithDefaults instantiates a new ForwardPaging 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 (*ForwardPaging) GetNext ¶
func (o *ForwardPaging) GetNext() NextPage
GetNext returns the Next field value if set, zero value otherwise.
func (*ForwardPaging) GetNextOk ¶
func (o *ForwardPaging) GetNextOk() (*NextPage, bool)
GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ForwardPaging) HasNext ¶
func (o *ForwardPaging) HasNext() bool
HasNext returns a boolean if a field has been set.
func (ForwardPaging) MarshalJSON ¶
func (o ForwardPaging) MarshalJSON() ([]byte, error)
func (*ForwardPaging) SetNext ¶
func (o *ForwardPaging) SetNext(v NextPage)
SetNext gets a reference to the given NextPage and assigns it to the Next field.
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 LabelsBetweenObjectPair ¶
type LabelsBetweenObjectPair struct { FromObjectTypeId string `json:"fromObjectTypeId"` FromObjectId int32 `json:"fromObjectId"` ToObjectTypeId string `json:"toObjectTypeId"` ToObjectId int32 `json:"toObjectId"` Labels []string `json:"labels"` }
LabelsBetweenObjectPair struct for LabelsBetweenObjectPair
func NewLabelsBetweenObjectPair ¶
func NewLabelsBetweenObjectPair(fromObjectTypeId string, fromObjectId int32, toObjectTypeId string, toObjectId int32, labels []string) *LabelsBetweenObjectPair
NewLabelsBetweenObjectPair instantiates a new LabelsBetweenObjectPair 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 NewLabelsBetweenObjectPairWithDefaults ¶
func NewLabelsBetweenObjectPairWithDefaults() *LabelsBetweenObjectPair
NewLabelsBetweenObjectPairWithDefaults instantiates a new LabelsBetweenObjectPair 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 (*LabelsBetweenObjectPair) GetFromObjectId ¶
func (o *LabelsBetweenObjectPair) GetFromObjectId() int32
GetFromObjectId returns the FromObjectId field value
func (*LabelsBetweenObjectPair) GetFromObjectIdOk ¶
func (o *LabelsBetweenObjectPair) GetFromObjectIdOk() (*int32, bool)
GetFromObjectIdOk returns a tuple with the FromObjectId field value and a boolean to check if the value has been set.
func (*LabelsBetweenObjectPair) GetFromObjectTypeId ¶
func (o *LabelsBetweenObjectPair) GetFromObjectTypeId() string
GetFromObjectTypeId returns the FromObjectTypeId field value
func (*LabelsBetweenObjectPair) GetFromObjectTypeIdOk ¶
func (o *LabelsBetweenObjectPair) GetFromObjectTypeIdOk() (*string, bool)
GetFromObjectTypeIdOk returns a tuple with the FromObjectTypeId field value and a boolean to check if the value has been set.
func (*LabelsBetweenObjectPair) GetLabels ¶
func (o *LabelsBetweenObjectPair) GetLabels() []string
GetLabels returns the Labels field value
func (*LabelsBetweenObjectPair) GetLabelsOk ¶
func (o *LabelsBetweenObjectPair) GetLabelsOk() ([]string, bool)
GetLabelsOk returns a tuple with the Labels field value and a boolean to check if the value has been set.
func (*LabelsBetweenObjectPair) GetToObjectId ¶
func (o *LabelsBetweenObjectPair) GetToObjectId() int32
GetToObjectId returns the ToObjectId field value
func (*LabelsBetweenObjectPair) GetToObjectIdOk ¶
func (o *LabelsBetweenObjectPair) GetToObjectIdOk() (*int32, bool)
GetToObjectIdOk returns a tuple with the ToObjectId field value and a boolean to check if the value has been set.
func (*LabelsBetweenObjectPair) GetToObjectTypeId ¶
func (o *LabelsBetweenObjectPair) GetToObjectTypeId() string
GetToObjectTypeId returns the ToObjectTypeId field value
func (*LabelsBetweenObjectPair) GetToObjectTypeIdOk ¶
func (o *LabelsBetweenObjectPair) GetToObjectTypeIdOk() (*string, bool)
GetToObjectTypeIdOk returns a tuple with the ToObjectTypeId field value and a boolean to check if the value has been set.
func (LabelsBetweenObjectPair) MarshalJSON ¶
func (o LabelsBetweenObjectPair) MarshalJSON() ([]byte, error)
func (*LabelsBetweenObjectPair) SetFromObjectId ¶
func (o *LabelsBetweenObjectPair) SetFromObjectId(v int32)
SetFromObjectId sets field value
func (*LabelsBetweenObjectPair) SetFromObjectTypeId ¶
func (o *LabelsBetweenObjectPair) SetFromObjectTypeId(v string)
SetFromObjectTypeId sets field value
func (*LabelsBetweenObjectPair) SetLabels ¶
func (o *LabelsBetweenObjectPair) SetLabels(v []string)
SetLabels sets field value
func (*LabelsBetweenObjectPair) SetToObjectId ¶
func (o *LabelsBetweenObjectPair) SetToObjectId(v int32)
SetToObjectId sets field value
func (*LabelsBetweenObjectPair) SetToObjectTypeId ¶
func (o *LabelsBetweenObjectPair) SetToObjectTypeId(v string)
SetToObjectTypeId sets field value
type MultiAssociatedObjectWithLabel ¶
type MultiAssociatedObjectWithLabel struct { ToObjectId int32 `json:"toObjectId"` AssociationTypes []AssociationSpecWithLabel `json:"associationTypes"` }
MultiAssociatedObjectWithLabel struct for MultiAssociatedObjectWithLabel
func NewMultiAssociatedObjectWithLabel ¶
func NewMultiAssociatedObjectWithLabel(toObjectId int32, associationTypes []AssociationSpecWithLabel) *MultiAssociatedObjectWithLabel
NewMultiAssociatedObjectWithLabel instantiates a new MultiAssociatedObjectWithLabel 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 NewMultiAssociatedObjectWithLabelWithDefaults ¶
func NewMultiAssociatedObjectWithLabelWithDefaults() *MultiAssociatedObjectWithLabel
NewMultiAssociatedObjectWithLabelWithDefaults instantiates a new MultiAssociatedObjectWithLabel 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 (*MultiAssociatedObjectWithLabel) GetAssociationTypes ¶
func (o *MultiAssociatedObjectWithLabel) GetAssociationTypes() []AssociationSpecWithLabel
GetAssociationTypes returns the AssociationTypes field value
func (*MultiAssociatedObjectWithLabel) GetAssociationTypesOk ¶
func (o *MultiAssociatedObjectWithLabel) GetAssociationTypesOk() ([]AssociationSpecWithLabel, bool)
GetAssociationTypesOk returns a tuple with the AssociationTypes field value and a boolean to check if the value has been set.
func (*MultiAssociatedObjectWithLabel) GetToObjectId ¶
func (o *MultiAssociatedObjectWithLabel) GetToObjectId() int32
GetToObjectId returns the ToObjectId field value
func (*MultiAssociatedObjectWithLabel) GetToObjectIdOk ¶
func (o *MultiAssociatedObjectWithLabel) GetToObjectIdOk() (*int32, bool)
GetToObjectIdOk returns a tuple with the ToObjectId field value and a boolean to check if the value has been set.
func (MultiAssociatedObjectWithLabel) MarshalJSON ¶
func (o MultiAssociatedObjectWithLabel) MarshalJSON() ([]byte, error)
func (*MultiAssociatedObjectWithLabel) SetAssociationTypes ¶
func (o *MultiAssociatedObjectWithLabel) SetAssociationTypes(v []AssociationSpecWithLabel)
SetAssociationTypes sets field value
func (*MultiAssociatedObjectWithLabel) SetToObjectId ¶
func (o *MultiAssociatedObjectWithLabel) SetToObjectId(v int32)
SetToObjectId sets field value
type NextPage ¶
NextPage struct for NextPage
func NewNextPage ¶
NewNextPage instantiates a new NextPage 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 NewNextPageWithDefaults ¶
func NewNextPageWithDefaults() *NextPage
NewNextPageWithDefaults instantiates a new NextPage 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 (*NextPage) GetAfterOk ¶
GetAfterOk returns a tuple with the After field value and a boolean to check if the value has been set.
func (*NextPage) GetLinkOk ¶
GetLinkOk returns a tuple with the Link field value if set, nil otherwise and a boolean to check if the value has been set.
func (NextPage) MarshalJSON ¶
type NullableAssociatedId ¶
type NullableAssociatedId struct {
// contains filtered or unexported fields
}
func NewNullableAssociatedId ¶
func NewNullableAssociatedId(val *AssociatedId) *NullableAssociatedId
func (NullableAssociatedId) Get ¶
func (v NullableAssociatedId) Get() *AssociatedId
func (NullableAssociatedId) IsSet ¶
func (v NullableAssociatedId) IsSet() bool
func (NullableAssociatedId) MarshalJSON ¶
func (v NullableAssociatedId) MarshalJSON() ([]byte, error)
func (*NullableAssociatedId) Set ¶
func (v *NullableAssociatedId) Set(val *AssociatedId)
func (*NullableAssociatedId) UnmarshalJSON ¶
func (v *NullableAssociatedId) UnmarshalJSON(src []byte) error
func (*NullableAssociatedId) Unset ¶
func (v *NullableAssociatedId) Unset()
type NullableAssociationSpec ¶
type NullableAssociationSpec struct {
// contains filtered or unexported fields
}
func NewNullableAssociationSpec ¶
func NewNullableAssociationSpec(val *AssociationSpec) *NullableAssociationSpec
func (NullableAssociationSpec) Get ¶
func (v NullableAssociationSpec) Get() *AssociationSpec
func (NullableAssociationSpec) IsSet ¶
func (v NullableAssociationSpec) IsSet() bool
func (NullableAssociationSpec) MarshalJSON ¶
func (v NullableAssociationSpec) MarshalJSON() ([]byte, error)
func (*NullableAssociationSpec) Set ¶
func (v *NullableAssociationSpec) Set(val *AssociationSpec)
func (*NullableAssociationSpec) UnmarshalJSON ¶
func (v *NullableAssociationSpec) UnmarshalJSON(src []byte) error
func (*NullableAssociationSpec) Unset ¶
func (v *NullableAssociationSpec) Unset()
type NullableAssociationSpecWithLabel ¶
type NullableAssociationSpecWithLabel struct {
// contains filtered or unexported fields
}
func NewNullableAssociationSpecWithLabel ¶
func NewNullableAssociationSpecWithLabel(val *AssociationSpecWithLabel) *NullableAssociationSpecWithLabel
func (NullableAssociationSpecWithLabel) Get ¶
func (v NullableAssociationSpecWithLabel) Get() *AssociationSpecWithLabel
func (NullableAssociationSpecWithLabel) IsSet ¶
func (v NullableAssociationSpecWithLabel) IsSet() bool
func (NullableAssociationSpecWithLabel) MarshalJSON ¶
func (v NullableAssociationSpecWithLabel) MarshalJSON() ([]byte, error)
func (*NullableAssociationSpecWithLabel) Set ¶
func (v *NullableAssociationSpecWithLabel) Set(val *AssociationSpecWithLabel)
func (*NullableAssociationSpecWithLabel) UnmarshalJSON ¶
func (v *NullableAssociationSpecWithLabel) UnmarshalJSON(src []byte) error
func (*NullableAssociationSpecWithLabel) Unset ¶
func (v *NullableAssociationSpecWithLabel) Unset()
type NullableBatchInputSimplePublicObjectBatchInput ¶
type NullableBatchInputSimplePublicObjectBatchInput struct {
// contains filtered or unexported fields
}
func NewNullableBatchInputSimplePublicObjectBatchInput ¶
func NewNullableBatchInputSimplePublicObjectBatchInput(val *BatchInputSimplePublicObjectBatchInput) *NullableBatchInputSimplePublicObjectBatchInput
func (NullableBatchInputSimplePublicObjectBatchInput) IsSet ¶
func (v NullableBatchInputSimplePublicObjectBatchInput) IsSet() bool
func (NullableBatchInputSimplePublicObjectBatchInput) MarshalJSON ¶
func (v NullableBatchInputSimplePublicObjectBatchInput) MarshalJSON() ([]byte, error)
func (*NullableBatchInputSimplePublicObjectBatchInput) Set ¶
func (v *NullableBatchInputSimplePublicObjectBatchInput) Set(val *BatchInputSimplePublicObjectBatchInput)
func (*NullableBatchInputSimplePublicObjectBatchInput) UnmarshalJSON ¶
func (v *NullableBatchInputSimplePublicObjectBatchInput) UnmarshalJSON(src []byte) error
func (*NullableBatchInputSimplePublicObjectBatchInput) Unset ¶
func (v *NullableBatchInputSimplePublicObjectBatchInput) Unset()
type NullableBatchInputSimplePublicObjectId ¶
type NullableBatchInputSimplePublicObjectId struct {
// contains filtered or unexported fields
}
func NewNullableBatchInputSimplePublicObjectId ¶
func NewNullableBatchInputSimplePublicObjectId(val *BatchInputSimplePublicObjectId) *NullableBatchInputSimplePublicObjectId
func (NullableBatchInputSimplePublicObjectId) Get ¶
func (v NullableBatchInputSimplePublicObjectId) Get() *BatchInputSimplePublicObjectId
func (NullableBatchInputSimplePublicObjectId) IsSet ¶
func (v NullableBatchInputSimplePublicObjectId) IsSet() bool
func (NullableBatchInputSimplePublicObjectId) MarshalJSON ¶
func (v NullableBatchInputSimplePublicObjectId) MarshalJSON() ([]byte, error)
func (*NullableBatchInputSimplePublicObjectId) Set ¶
func (v *NullableBatchInputSimplePublicObjectId) Set(val *BatchInputSimplePublicObjectId)
func (*NullableBatchInputSimplePublicObjectId) UnmarshalJSON ¶
func (v *NullableBatchInputSimplePublicObjectId) UnmarshalJSON(src []byte) error
func (*NullableBatchInputSimplePublicObjectId) Unset ¶
func (v *NullableBatchInputSimplePublicObjectId) Unset()
type NullableBatchInputSimplePublicObjectInput ¶
type NullableBatchInputSimplePublicObjectInput struct {
// contains filtered or unexported fields
}
func NewNullableBatchInputSimplePublicObjectInput ¶
func NewNullableBatchInputSimplePublicObjectInput(val *BatchInputSimplePublicObjectInput) *NullableBatchInputSimplePublicObjectInput
func (NullableBatchInputSimplePublicObjectInput) IsSet ¶
func (v NullableBatchInputSimplePublicObjectInput) IsSet() bool
func (NullableBatchInputSimplePublicObjectInput) MarshalJSON ¶
func (v NullableBatchInputSimplePublicObjectInput) MarshalJSON() ([]byte, error)
func (*NullableBatchInputSimplePublicObjectInput) Set ¶
func (v *NullableBatchInputSimplePublicObjectInput) Set(val *BatchInputSimplePublicObjectInput)
func (*NullableBatchInputSimplePublicObjectInput) UnmarshalJSON ¶
func (v *NullableBatchInputSimplePublicObjectInput) UnmarshalJSON(src []byte) error
func (*NullableBatchInputSimplePublicObjectInput) Unset ¶
func (v *NullableBatchInputSimplePublicObjectInput) Unset()
type NullableBatchReadInputSimplePublicObjectId ¶
type NullableBatchReadInputSimplePublicObjectId struct {
// contains filtered or unexported fields
}
func NewNullableBatchReadInputSimplePublicObjectId ¶
func NewNullableBatchReadInputSimplePublicObjectId(val *BatchReadInputSimplePublicObjectId) *NullableBatchReadInputSimplePublicObjectId
func (NullableBatchReadInputSimplePublicObjectId) IsSet ¶
func (v NullableBatchReadInputSimplePublicObjectId) IsSet() bool
func (NullableBatchReadInputSimplePublicObjectId) MarshalJSON ¶
func (v NullableBatchReadInputSimplePublicObjectId) MarshalJSON() ([]byte, error)
func (*NullableBatchReadInputSimplePublicObjectId) Set ¶
func (v *NullableBatchReadInputSimplePublicObjectId) Set(val *BatchReadInputSimplePublicObjectId)
func (*NullableBatchReadInputSimplePublicObjectId) UnmarshalJSON ¶
func (v *NullableBatchReadInputSimplePublicObjectId) UnmarshalJSON(src []byte) error
func (*NullableBatchReadInputSimplePublicObjectId) Unset ¶
func (v *NullableBatchReadInputSimplePublicObjectId) Unset()
type NullableBatchResponseSimplePublicObject ¶
type NullableBatchResponseSimplePublicObject struct {
// contains filtered or unexported fields
}
func NewNullableBatchResponseSimplePublicObject ¶
func NewNullableBatchResponseSimplePublicObject(val *BatchResponseSimplePublicObject) *NullableBatchResponseSimplePublicObject
func (NullableBatchResponseSimplePublicObject) IsSet ¶
func (v NullableBatchResponseSimplePublicObject) IsSet() bool
func (NullableBatchResponseSimplePublicObject) MarshalJSON ¶
func (v NullableBatchResponseSimplePublicObject) MarshalJSON() ([]byte, error)
func (*NullableBatchResponseSimplePublicObject) Set ¶
func (v *NullableBatchResponseSimplePublicObject) Set(val *BatchResponseSimplePublicObject)
func (*NullableBatchResponseSimplePublicObject) UnmarshalJSON ¶
func (v *NullableBatchResponseSimplePublicObject) UnmarshalJSON(src []byte) error
func (*NullableBatchResponseSimplePublicObject) Unset ¶
func (v *NullableBatchResponseSimplePublicObject) Unset()
type NullableBatchResponseSimplePublicObjectWithErrors ¶
type NullableBatchResponseSimplePublicObjectWithErrors struct {
// contains filtered or unexported fields
}
func NewNullableBatchResponseSimplePublicObjectWithErrors ¶
func NewNullableBatchResponseSimplePublicObjectWithErrors(val *BatchResponseSimplePublicObjectWithErrors) *NullableBatchResponseSimplePublicObjectWithErrors
func (NullableBatchResponseSimplePublicObjectWithErrors) IsSet ¶
func (v NullableBatchResponseSimplePublicObjectWithErrors) IsSet() bool
func (NullableBatchResponseSimplePublicObjectWithErrors) MarshalJSON ¶
func (v NullableBatchResponseSimplePublicObjectWithErrors) MarshalJSON() ([]byte, error)
func (*NullableBatchResponseSimplePublicObjectWithErrors) UnmarshalJSON ¶
func (v *NullableBatchResponseSimplePublicObjectWithErrors) UnmarshalJSON(src []byte) error
func (*NullableBatchResponseSimplePublicObjectWithErrors) Unset ¶
func (v *NullableBatchResponseSimplePublicObjectWithErrors) Unset()
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableCollectionResponseAssociatedId ¶
type NullableCollectionResponseAssociatedId struct {
// contains filtered or unexported fields
}
func NewNullableCollectionResponseAssociatedId ¶
func NewNullableCollectionResponseAssociatedId(val *CollectionResponseAssociatedId) *NullableCollectionResponseAssociatedId
func (NullableCollectionResponseAssociatedId) Get ¶
func (v NullableCollectionResponseAssociatedId) Get() *CollectionResponseAssociatedId
func (NullableCollectionResponseAssociatedId) IsSet ¶
func (v NullableCollectionResponseAssociatedId) IsSet() bool
func (NullableCollectionResponseAssociatedId) MarshalJSON ¶
func (v NullableCollectionResponseAssociatedId) MarshalJSON() ([]byte, error)
func (*NullableCollectionResponseAssociatedId) Set ¶
func (v *NullableCollectionResponseAssociatedId) Set(val *CollectionResponseAssociatedId)
func (*NullableCollectionResponseAssociatedId) UnmarshalJSON ¶
func (v *NullableCollectionResponseAssociatedId) UnmarshalJSON(src []byte) error
func (*NullableCollectionResponseAssociatedId) Unset ¶
func (v *NullableCollectionResponseAssociatedId) Unset()
type NullableCollectionResponseAssociatedIdForwardPaging ¶
type NullableCollectionResponseAssociatedIdForwardPaging struct {
// contains filtered or unexported fields
}
func NewNullableCollectionResponseAssociatedIdForwardPaging ¶
func NewNullableCollectionResponseAssociatedIdForwardPaging(val *CollectionResponseAssociatedIdForwardPaging) *NullableCollectionResponseAssociatedIdForwardPaging
func (NullableCollectionResponseAssociatedIdForwardPaging) IsSet ¶
func (v NullableCollectionResponseAssociatedIdForwardPaging) IsSet() bool
func (NullableCollectionResponseAssociatedIdForwardPaging) MarshalJSON ¶
func (v NullableCollectionResponseAssociatedIdForwardPaging) MarshalJSON() ([]byte, error)
func (*NullableCollectionResponseAssociatedIdForwardPaging) UnmarshalJSON ¶
func (v *NullableCollectionResponseAssociatedIdForwardPaging) UnmarshalJSON(src []byte) error
func (*NullableCollectionResponseAssociatedIdForwardPaging) Unset ¶
func (v *NullableCollectionResponseAssociatedIdForwardPaging) Unset()
type NullableCollectionResponseMultiAssociatedObjectWithLabelForwardPaging ¶
type NullableCollectionResponseMultiAssociatedObjectWithLabelForwardPaging struct {
// contains filtered or unexported fields
}
func NewNullableCollectionResponseMultiAssociatedObjectWithLabelForwardPaging ¶
func NewNullableCollectionResponseMultiAssociatedObjectWithLabelForwardPaging(val *CollectionResponseMultiAssociatedObjectWithLabelForwardPaging) *NullableCollectionResponseMultiAssociatedObjectWithLabelForwardPaging
func (NullableCollectionResponseMultiAssociatedObjectWithLabelForwardPaging) MarshalJSON ¶
func (v NullableCollectionResponseMultiAssociatedObjectWithLabelForwardPaging) MarshalJSON() ([]byte, error)
func (*NullableCollectionResponseMultiAssociatedObjectWithLabelForwardPaging) UnmarshalJSON ¶
func (v *NullableCollectionResponseMultiAssociatedObjectWithLabelForwardPaging) UnmarshalJSON(src []byte) error
func (*NullableCollectionResponseMultiAssociatedObjectWithLabelForwardPaging) Unset ¶
func (v *NullableCollectionResponseMultiAssociatedObjectWithLabelForwardPaging) Unset()
type NullableCollectionResponseSimplePublicObjectWithAssociationsForwardPaging ¶
type NullableCollectionResponseSimplePublicObjectWithAssociationsForwardPaging struct {
// contains filtered or unexported fields
}
func NewNullableCollectionResponseSimplePublicObjectWithAssociationsForwardPaging ¶
func NewNullableCollectionResponseSimplePublicObjectWithAssociationsForwardPaging(val *CollectionResponseSimplePublicObjectWithAssociationsForwardPaging) *NullableCollectionResponseSimplePublicObjectWithAssociationsForwardPaging
func (NullableCollectionResponseSimplePublicObjectWithAssociationsForwardPaging) MarshalJSON ¶
func (v NullableCollectionResponseSimplePublicObjectWithAssociationsForwardPaging) MarshalJSON() ([]byte, error)
func (*NullableCollectionResponseSimplePublicObjectWithAssociationsForwardPaging) UnmarshalJSON ¶
func (v *NullableCollectionResponseSimplePublicObjectWithAssociationsForwardPaging) UnmarshalJSON(src []byte) error
type NullableCollectionResponseWithTotalSimplePublicObjectForwardPaging ¶
type NullableCollectionResponseWithTotalSimplePublicObjectForwardPaging struct {
// contains filtered or unexported fields
}
func NewNullableCollectionResponseWithTotalSimplePublicObjectForwardPaging ¶
func NewNullableCollectionResponseWithTotalSimplePublicObjectForwardPaging(val *CollectionResponseWithTotalSimplePublicObjectForwardPaging) *NullableCollectionResponseWithTotalSimplePublicObjectForwardPaging
func (NullableCollectionResponseWithTotalSimplePublicObjectForwardPaging) IsSet ¶
func (v NullableCollectionResponseWithTotalSimplePublicObjectForwardPaging) IsSet() bool
func (NullableCollectionResponseWithTotalSimplePublicObjectForwardPaging) MarshalJSON ¶
func (v NullableCollectionResponseWithTotalSimplePublicObjectForwardPaging) MarshalJSON() ([]byte, error)
func (*NullableCollectionResponseWithTotalSimplePublicObjectForwardPaging) UnmarshalJSON ¶
func (v *NullableCollectionResponseWithTotalSimplePublicObjectForwardPaging) UnmarshalJSON(src []byte) error
func (*NullableCollectionResponseWithTotalSimplePublicObjectForwardPaging) Unset ¶
func (v *NullableCollectionResponseWithTotalSimplePublicObjectForwardPaging) Unset()
type NullableError ¶
type NullableError struct {
// contains filtered or unexported fields
}
func NewNullableError ¶
func NewNullableError(val *Error) *NullableError
func (NullableError) Get ¶
func (v NullableError) Get() *Error
func (NullableError) IsSet ¶
func (v NullableError) IsSet() bool
func (NullableError) MarshalJSON ¶
func (v NullableError) MarshalJSON() ([]byte, error)
func (*NullableError) Set ¶
func (v *NullableError) Set(val *Error)
func (*NullableError) UnmarshalJSON ¶
func (v *NullableError) UnmarshalJSON(src []byte) error
func (*NullableError) Unset ¶
func (v *NullableError) Unset()
type NullableErrorCategory ¶
type NullableErrorCategory struct {
// contains filtered or unexported fields
}
func NewNullableErrorCategory ¶
func NewNullableErrorCategory(val *ErrorCategory) *NullableErrorCategory
func (NullableErrorCategory) Get ¶
func (v NullableErrorCategory) Get() *ErrorCategory
func (NullableErrorCategory) IsSet ¶
func (v NullableErrorCategory) IsSet() bool
func (NullableErrorCategory) MarshalJSON ¶
func (v NullableErrorCategory) MarshalJSON() ([]byte, error)
func (*NullableErrorCategory) Set ¶
func (v *NullableErrorCategory) Set(val *ErrorCategory)
func (*NullableErrorCategory) UnmarshalJSON ¶
func (v *NullableErrorCategory) UnmarshalJSON(src []byte) error
func (*NullableErrorCategory) Unset ¶
func (v *NullableErrorCategory) Unset()
type NullableErrorDetail ¶
type NullableErrorDetail struct {
// contains filtered or unexported fields
}
func NewNullableErrorDetail ¶
func NewNullableErrorDetail(val *ErrorDetail) *NullableErrorDetail
func (NullableErrorDetail) Get ¶
func (v NullableErrorDetail) Get() *ErrorDetail
func (NullableErrorDetail) IsSet ¶
func (v NullableErrorDetail) IsSet() bool
func (NullableErrorDetail) MarshalJSON ¶
func (v NullableErrorDetail) MarshalJSON() ([]byte, error)
func (*NullableErrorDetail) Set ¶
func (v *NullableErrorDetail) Set(val *ErrorDetail)
func (*NullableErrorDetail) UnmarshalJSON ¶
func (v *NullableErrorDetail) UnmarshalJSON(src []byte) error
func (*NullableErrorDetail) Unset ¶
func (v *NullableErrorDetail) Unset()
type NullableFilter ¶
type NullableFilter struct {
// contains filtered or unexported fields
}
func NewNullableFilter ¶
func NewNullableFilter(val *Filter) *NullableFilter
func (NullableFilter) Get ¶
func (v NullableFilter) Get() *Filter
func (NullableFilter) IsSet ¶
func (v NullableFilter) IsSet() bool
func (NullableFilter) MarshalJSON ¶
func (v NullableFilter) MarshalJSON() ([]byte, error)
func (*NullableFilter) Set ¶
func (v *NullableFilter) Set(val *Filter)
func (*NullableFilter) UnmarshalJSON ¶
func (v *NullableFilter) UnmarshalJSON(src []byte) error
func (*NullableFilter) Unset ¶
func (v *NullableFilter) Unset()
type NullableFilterGroup ¶
type NullableFilterGroup struct {
// contains filtered or unexported fields
}
func NewNullableFilterGroup ¶
func NewNullableFilterGroup(val *FilterGroup) *NullableFilterGroup
func (NullableFilterGroup) Get ¶
func (v NullableFilterGroup) Get() *FilterGroup
func (NullableFilterGroup) IsSet ¶
func (v NullableFilterGroup) IsSet() bool
func (NullableFilterGroup) MarshalJSON ¶
func (v NullableFilterGroup) MarshalJSON() ([]byte, error)
func (*NullableFilterGroup) Set ¶
func (v *NullableFilterGroup) Set(val *FilterGroup)
func (*NullableFilterGroup) UnmarshalJSON ¶
func (v *NullableFilterGroup) UnmarshalJSON(src []byte) error
func (*NullableFilterGroup) Unset ¶
func (v *NullableFilterGroup) 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 NullableForwardPaging ¶
type NullableForwardPaging struct {
// contains filtered or unexported fields
}
func NewNullableForwardPaging ¶
func NewNullableForwardPaging(val *ForwardPaging) *NullableForwardPaging
func (NullableForwardPaging) Get ¶
func (v NullableForwardPaging) Get() *ForwardPaging
func (NullableForwardPaging) IsSet ¶
func (v NullableForwardPaging) IsSet() bool
func (NullableForwardPaging) MarshalJSON ¶
func (v NullableForwardPaging) MarshalJSON() ([]byte, error)
func (*NullableForwardPaging) Set ¶
func (v *NullableForwardPaging) Set(val *ForwardPaging)
func (*NullableForwardPaging) UnmarshalJSON ¶
func (v *NullableForwardPaging) UnmarshalJSON(src []byte) error
func (*NullableForwardPaging) Unset ¶
func (v *NullableForwardPaging) 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 NullableLabelsBetweenObjectPair ¶
type NullableLabelsBetweenObjectPair struct {
// contains filtered or unexported fields
}
func NewNullableLabelsBetweenObjectPair ¶
func NewNullableLabelsBetweenObjectPair(val *LabelsBetweenObjectPair) *NullableLabelsBetweenObjectPair
func (NullableLabelsBetweenObjectPair) Get ¶
func (v NullableLabelsBetweenObjectPair) Get() *LabelsBetweenObjectPair
func (NullableLabelsBetweenObjectPair) IsSet ¶
func (v NullableLabelsBetweenObjectPair) IsSet() bool
func (NullableLabelsBetweenObjectPair) MarshalJSON ¶
func (v NullableLabelsBetweenObjectPair) MarshalJSON() ([]byte, error)
func (*NullableLabelsBetweenObjectPair) Set ¶
func (v *NullableLabelsBetweenObjectPair) Set(val *LabelsBetweenObjectPair)
func (*NullableLabelsBetweenObjectPair) UnmarshalJSON ¶
func (v *NullableLabelsBetweenObjectPair) UnmarshalJSON(src []byte) error
func (*NullableLabelsBetweenObjectPair) Unset ¶
func (v *NullableLabelsBetweenObjectPair) Unset()
type NullableMultiAssociatedObjectWithLabel ¶
type NullableMultiAssociatedObjectWithLabel struct {
// contains filtered or unexported fields
}
func NewNullableMultiAssociatedObjectWithLabel ¶
func NewNullableMultiAssociatedObjectWithLabel(val *MultiAssociatedObjectWithLabel) *NullableMultiAssociatedObjectWithLabel
func (NullableMultiAssociatedObjectWithLabel) Get ¶
func (v NullableMultiAssociatedObjectWithLabel) Get() *MultiAssociatedObjectWithLabel
func (NullableMultiAssociatedObjectWithLabel) IsSet ¶
func (v NullableMultiAssociatedObjectWithLabel) IsSet() bool
func (NullableMultiAssociatedObjectWithLabel) MarshalJSON ¶
func (v NullableMultiAssociatedObjectWithLabel) MarshalJSON() ([]byte, error)
func (*NullableMultiAssociatedObjectWithLabel) Set ¶
func (v *NullableMultiAssociatedObjectWithLabel) Set(val *MultiAssociatedObjectWithLabel)
func (*NullableMultiAssociatedObjectWithLabel) UnmarshalJSON ¶
func (v *NullableMultiAssociatedObjectWithLabel) UnmarshalJSON(src []byte) error
func (*NullableMultiAssociatedObjectWithLabel) Unset ¶
func (v *NullableMultiAssociatedObjectWithLabel) Unset()
type NullableNextPage ¶
type NullableNextPage struct {
// contains filtered or unexported fields
}
func NewNullableNextPage ¶
func NewNullableNextPage(val *NextPage) *NullableNextPage
func (NullableNextPage) Get ¶
func (v NullableNextPage) Get() *NextPage
func (NullableNextPage) IsSet ¶
func (v NullableNextPage) IsSet() bool
func (NullableNextPage) MarshalJSON ¶
func (v NullableNextPage) MarshalJSON() ([]byte, error)
func (*NullableNextPage) Set ¶
func (v *NullableNextPage) Set(val *NextPage)
func (*NullableNextPage) UnmarshalJSON ¶
func (v *NullableNextPage) UnmarshalJSON(src []byte) error
func (*NullableNextPage) Unset ¶
func (v *NullableNextPage) Unset()
type NullablePaging ¶
type NullablePaging struct {
// contains filtered or unexported fields
}
func NewNullablePaging ¶
func NewNullablePaging(val *Paging) *NullablePaging
func (NullablePaging) Get ¶
func (v NullablePaging) Get() *Paging
func (NullablePaging) IsSet ¶
func (v NullablePaging) IsSet() bool
func (NullablePaging) MarshalJSON ¶
func (v NullablePaging) MarshalJSON() ([]byte, error)
func (*NullablePaging) Set ¶
func (v *NullablePaging) Set(val *Paging)
func (*NullablePaging) UnmarshalJSON ¶
func (v *NullablePaging) UnmarshalJSON(src []byte) error
func (*NullablePaging) Unset ¶
func (v *NullablePaging) Unset()
type NullablePreviousPage ¶
type NullablePreviousPage struct {
// contains filtered or unexported fields
}
func NewNullablePreviousPage ¶
func NewNullablePreviousPage(val *PreviousPage) *NullablePreviousPage
func (NullablePreviousPage) Get ¶
func (v NullablePreviousPage) Get() *PreviousPage
func (NullablePreviousPage) IsSet ¶
func (v NullablePreviousPage) IsSet() bool
func (NullablePreviousPage) MarshalJSON ¶
func (v NullablePreviousPage) MarshalJSON() ([]byte, error)
func (*NullablePreviousPage) Set ¶
func (v *NullablePreviousPage) Set(val *PreviousPage)
func (*NullablePreviousPage) UnmarshalJSON ¶
func (v *NullablePreviousPage) UnmarshalJSON(src []byte) error
func (*NullablePreviousPage) Unset ¶
func (v *NullablePreviousPage) Unset()
type NullablePublicMergeInput ¶
type NullablePublicMergeInput struct {
// contains filtered or unexported fields
}
func NewNullablePublicMergeInput ¶
func NewNullablePublicMergeInput(val *PublicMergeInput) *NullablePublicMergeInput
func (NullablePublicMergeInput) Get ¶
func (v NullablePublicMergeInput) Get() *PublicMergeInput
func (NullablePublicMergeInput) IsSet ¶
func (v NullablePublicMergeInput) IsSet() bool
func (NullablePublicMergeInput) MarshalJSON ¶
func (v NullablePublicMergeInput) MarshalJSON() ([]byte, error)
func (*NullablePublicMergeInput) Set ¶
func (v *NullablePublicMergeInput) Set(val *PublicMergeInput)
func (*NullablePublicMergeInput) UnmarshalJSON ¶
func (v *NullablePublicMergeInput) UnmarshalJSON(src []byte) error
func (*NullablePublicMergeInput) Unset ¶
func (v *NullablePublicMergeInput) Unset()
type NullablePublicObjectSearchRequest ¶
type NullablePublicObjectSearchRequest struct {
// contains filtered or unexported fields
}
func NewNullablePublicObjectSearchRequest ¶
func NewNullablePublicObjectSearchRequest(val *PublicObjectSearchRequest) *NullablePublicObjectSearchRequest
func (NullablePublicObjectSearchRequest) Get ¶
func (v NullablePublicObjectSearchRequest) Get() *PublicObjectSearchRequest
func (NullablePublicObjectSearchRequest) IsSet ¶
func (v NullablePublicObjectSearchRequest) IsSet() bool
func (NullablePublicObjectSearchRequest) MarshalJSON ¶
func (v NullablePublicObjectSearchRequest) MarshalJSON() ([]byte, error)
func (*NullablePublicObjectSearchRequest) Set ¶
func (v *NullablePublicObjectSearchRequest) Set(val *PublicObjectSearchRequest)
func (*NullablePublicObjectSearchRequest) UnmarshalJSON ¶
func (v *NullablePublicObjectSearchRequest) UnmarshalJSON(src []byte) error
func (*NullablePublicObjectSearchRequest) Unset ¶
func (v *NullablePublicObjectSearchRequest) Unset()
type NullableSimplePublicObject ¶
type NullableSimplePublicObject struct {
// contains filtered or unexported fields
}
func NewNullableSimplePublicObject ¶
func NewNullableSimplePublicObject(val *SimplePublicObject) *NullableSimplePublicObject
func (NullableSimplePublicObject) Get ¶
func (v NullableSimplePublicObject) Get() *SimplePublicObject
func (NullableSimplePublicObject) IsSet ¶
func (v NullableSimplePublicObject) IsSet() bool
func (NullableSimplePublicObject) MarshalJSON ¶
func (v NullableSimplePublicObject) MarshalJSON() ([]byte, error)
func (*NullableSimplePublicObject) Set ¶
func (v *NullableSimplePublicObject) Set(val *SimplePublicObject)
func (*NullableSimplePublicObject) UnmarshalJSON ¶
func (v *NullableSimplePublicObject) UnmarshalJSON(src []byte) error
func (*NullableSimplePublicObject) Unset ¶
func (v *NullableSimplePublicObject) Unset()
type NullableSimplePublicObjectBatchInput ¶
type NullableSimplePublicObjectBatchInput struct {
// contains filtered or unexported fields
}
func NewNullableSimplePublicObjectBatchInput ¶
func NewNullableSimplePublicObjectBatchInput(val *SimplePublicObjectBatchInput) *NullableSimplePublicObjectBatchInput
func (NullableSimplePublicObjectBatchInput) Get ¶
func (v NullableSimplePublicObjectBatchInput) Get() *SimplePublicObjectBatchInput
func (NullableSimplePublicObjectBatchInput) IsSet ¶
func (v NullableSimplePublicObjectBatchInput) IsSet() bool
func (NullableSimplePublicObjectBatchInput) MarshalJSON ¶
func (v NullableSimplePublicObjectBatchInput) MarshalJSON() ([]byte, error)
func (*NullableSimplePublicObjectBatchInput) Set ¶
func (v *NullableSimplePublicObjectBatchInput) Set(val *SimplePublicObjectBatchInput)
func (*NullableSimplePublicObjectBatchInput) UnmarshalJSON ¶
func (v *NullableSimplePublicObjectBatchInput) UnmarshalJSON(src []byte) error
func (*NullableSimplePublicObjectBatchInput) Unset ¶
func (v *NullableSimplePublicObjectBatchInput) Unset()
type NullableSimplePublicObjectId ¶
type NullableSimplePublicObjectId struct {
// contains filtered or unexported fields
}
func NewNullableSimplePublicObjectId ¶
func NewNullableSimplePublicObjectId(val *SimplePublicObjectId) *NullableSimplePublicObjectId
func (NullableSimplePublicObjectId) Get ¶
func (v NullableSimplePublicObjectId) Get() *SimplePublicObjectId
func (NullableSimplePublicObjectId) IsSet ¶
func (v NullableSimplePublicObjectId) IsSet() bool
func (NullableSimplePublicObjectId) MarshalJSON ¶
func (v NullableSimplePublicObjectId) MarshalJSON() ([]byte, error)
func (*NullableSimplePublicObjectId) Set ¶
func (v *NullableSimplePublicObjectId) Set(val *SimplePublicObjectId)
func (*NullableSimplePublicObjectId) UnmarshalJSON ¶
func (v *NullableSimplePublicObjectId) UnmarshalJSON(src []byte) error
func (*NullableSimplePublicObjectId) Unset ¶
func (v *NullableSimplePublicObjectId) Unset()
type NullableSimplePublicObjectInput ¶
type NullableSimplePublicObjectInput struct {
// contains filtered or unexported fields
}
func NewNullableSimplePublicObjectInput ¶
func NewNullableSimplePublicObjectInput(val *SimplePublicObjectInput) *NullableSimplePublicObjectInput
func (NullableSimplePublicObjectInput) Get ¶
func (v NullableSimplePublicObjectInput) Get() *SimplePublicObjectInput
func (NullableSimplePublicObjectInput) IsSet ¶
func (v NullableSimplePublicObjectInput) IsSet() bool
func (NullableSimplePublicObjectInput) MarshalJSON ¶
func (v NullableSimplePublicObjectInput) MarshalJSON() ([]byte, error)
func (*NullableSimplePublicObjectInput) Set ¶
func (v *NullableSimplePublicObjectInput) Set(val *SimplePublicObjectInput)
func (*NullableSimplePublicObjectInput) UnmarshalJSON ¶
func (v *NullableSimplePublicObjectInput) UnmarshalJSON(src []byte) error
func (*NullableSimplePublicObjectInput) Unset ¶
func (v *NullableSimplePublicObjectInput) Unset()
type NullableSimplePublicObjectWithAssociations ¶
type NullableSimplePublicObjectWithAssociations struct {
// contains filtered or unexported fields
}
func NewNullableSimplePublicObjectWithAssociations ¶
func NewNullableSimplePublicObjectWithAssociations(val *SimplePublicObjectWithAssociations) *NullableSimplePublicObjectWithAssociations
func (NullableSimplePublicObjectWithAssociations) IsSet ¶
func (v NullableSimplePublicObjectWithAssociations) IsSet() bool
func (NullableSimplePublicObjectWithAssociations) MarshalJSON ¶
func (v NullableSimplePublicObjectWithAssociations) MarshalJSON() ([]byte, error)
func (*NullableSimplePublicObjectWithAssociations) Set ¶
func (v *NullableSimplePublicObjectWithAssociations) Set(val *SimplePublicObjectWithAssociations)
func (*NullableSimplePublicObjectWithAssociations) UnmarshalJSON ¶
func (v *NullableSimplePublicObjectWithAssociations) UnmarshalJSON(src []byte) error
func (*NullableSimplePublicObjectWithAssociations) Unset ¶
func (v *NullableSimplePublicObjectWithAssociations) Unset()
type NullableStandardError ¶
type NullableStandardError struct {
// contains filtered or unexported fields
}
func NewNullableStandardError ¶
func NewNullableStandardError(val *StandardError) *NullableStandardError
func (NullableStandardError) Get ¶
func (v NullableStandardError) Get() *StandardError
func (NullableStandardError) IsSet ¶
func (v NullableStandardError) IsSet() bool
func (NullableStandardError) MarshalJSON ¶
func (v NullableStandardError) MarshalJSON() ([]byte, error)
func (*NullableStandardError) Set ¶
func (v *NullableStandardError) Set(val *StandardError)
func (*NullableStandardError) UnmarshalJSON ¶
func (v *NullableStandardError) UnmarshalJSON(src []byte) error
func (*NullableStandardError) Unset ¶
func (v *NullableStandardError) 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 NullableValueWithTimestamp ¶
type NullableValueWithTimestamp struct {
// contains filtered or unexported fields
}
func NewNullableValueWithTimestamp ¶
func NewNullableValueWithTimestamp(val *ValueWithTimestamp) *NullableValueWithTimestamp
func (NullableValueWithTimestamp) Get ¶
func (v NullableValueWithTimestamp) Get() *ValueWithTimestamp
func (NullableValueWithTimestamp) IsSet ¶
func (v NullableValueWithTimestamp) IsSet() bool
func (NullableValueWithTimestamp) MarshalJSON ¶
func (v NullableValueWithTimestamp) MarshalJSON() ([]byte, error)
func (*NullableValueWithTimestamp) Set ¶
func (v *NullableValueWithTimestamp) Set(val *ValueWithTimestamp)
func (*NullableValueWithTimestamp) UnmarshalJSON ¶
func (v *NullableValueWithTimestamp) UnmarshalJSON(src []byte) error
func (*NullableValueWithTimestamp) Unset ¶
func (v *NullableValueWithTimestamp) Unset()
type Paging ¶
type Paging struct { Next *NextPage `json:"next,omitempty"` Prev *PreviousPage `json:"prev,omitempty"` }
Paging struct for Paging
func NewPaging ¶
func NewPaging() *Paging
NewPaging instantiates a new Paging 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 NewPagingWithDefaults ¶
func NewPagingWithDefaults() *Paging
NewPagingWithDefaults instantiates a new Paging 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 (*Paging) GetNextOk ¶
GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Paging) GetPrev ¶
func (o *Paging) GetPrev() PreviousPage
GetPrev returns the Prev field value if set, zero value otherwise.
func (*Paging) GetPrevOk ¶
func (o *Paging) GetPrevOk() (*PreviousPage, bool)
GetPrevOk returns a tuple with the Prev field value if set, nil otherwise and a boolean to check if the value has been set.
func (Paging) MarshalJSON ¶
func (*Paging) SetNext ¶
SetNext gets a reference to the given NextPage and assigns it to the Next field.
func (*Paging) SetPrev ¶
func (o *Paging) SetPrev(v PreviousPage)
SetPrev gets a reference to the given PreviousPage and assigns it to the Prev field.
type PreviousPage ¶
PreviousPage struct for PreviousPage
func NewPreviousPage ¶
func NewPreviousPage(before string) *PreviousPage
NewPreviousPage instantiates a new PreviousPage 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 NewPreviousPageWithDefaults ¶
func NewPreviousPageWithDefaults() *PreviousPage
NewPreviousPageWithDefaults instantiates a new PreviousPage 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 (*PreviousPage) GetBefore ¶
func (o *PreviousPage) GetBefore() string
GetBefore returns the Before field value
func (*PreviousPage) GetBeforeOk ¶
func (o *PreviousPage) GetBeforeOk() (*string, bool)
GetBeforeOk returns a tuple with the Before field value and a boolean to check if the value has been set.
func (*PreviousPage) GetLink ¶
func (o *PreviousPage) GetLink() string
GetLink returns the Link field value if set, zero value otherwise.
func (*PreviousPage) GetLinkOk ¶
func (o *PreviousPage) GetLinkOk() (*string, bool)
GetLinkOk returns a tuple with the Link field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PreviousPage) HasLink ¶
func (o *PreviousPage) HasLink() bool
HasLink returns a boolean if a field has been set.
func (PreviousPage) MarshalJSON ¶
func (o PreviousPage) MarshalJSON() ([]byte, error)
func (*PreviousPage) SetBefore ¶
func (o *PreviousPage) SetBefore(v string)
SetBefore sets field value
func (*PreviousPage) SetLink ¶
func (o *PreviousPage) SetLink(v string)
SetLink gets a reference to the given string and assigns it to the Link field.
type PublicMergeInput ¶
type PublicMergeInput struct { PrimaryObjectId string `json:"primaryObjectId"` ObjectIdToMerge string `json:"objectIdToMerge"` }
PublicMergeInput struct for PublicMergeInput
func NewPublicMergeInput ¶
func NewPublicMergeInput(primaryObjectId string, objectIdToMerge string) *PublicMergeInput
NewPublicMergeInput instantiates a new PublicMergeInput 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 NewPublicMergeInputWithDefaults ¶
func NewPublicMergeInputWithDefaults() *PublicMergeInput
NewPublicMergeInputWithDefaults instantiates a new PublicMergeInput 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 (*PublicMergeInput) GetObjectIdToMerge ¶
func (o *PublicMergeInput) GetObjectIdToMerge() string
GetObjectIdToMerge returns the ObjectIdToMerge field value
func (*PublicMergeInput) GetObjectIdToMergeOk ¶
func (o *PublicMergeInput) GetObjectIdToMergeOk() (*string, bool)
GetObjectIdToMergeOk returns a tuple with the ObjectIdToMerge field value and a boolean to check if the value has been set.
func (*PublicMergeInput) GetPrimaryObjectId ¶
func (o *PublicMergeInput) GetPrimaryObjectId() string
GetPrimaryObjectId returns the PrimaryObjectId field value
func (*PublicMergeInput) GetPrimaryObjectIdOk ¶
func (o *PublicMergeInput) GetPrimaryObjectIdOk() (*string, bool)
GetPrimaryObjectIdOk returns a tuple with the PrimaryObjectId field value and a boolean to check if the value has been set.
func (PublicMergeInput) MarshalJSON ¶
func (o PublicMergeInput) MarshalJSON() ([]byte, error)
func (*PublicMergeInput) SetObjectIdToMerge ¶
func (o *PublicMergeInput) SetObjectIdToMerge(v string)
SetObjectIdToMerge sets field value
func (*PublicMergeInput) SetPrimaryObjectId ¶
func (o *PublicMergeInput) SetPrimaryObjectId(v string)
SetPrimaryObjectId sets field value
type PublicObjectApiService ¶
type PublicObjectApiService service
PublicObjectApiService PublicObjectApi service
func (*PublicObjectApiService) Merge ¶
func (a *PublicObjectApiService) Merge(ctx context.Context) ApiMergeRequest
Merge Merge two products with same type
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiMergeRequest
func (*PublicObjectApiService) MergeExecute ¶
func (a *PublicObjectApiService) MergeExecute(r ApiMergeRequest) (*SimplePublicObject, *http.Response, error)
Execute executes the request
@return SimplePublicObject
type PublicObjectSearchRequest ¶
type PublicObjectSearchRequest struct { FilterGroups []FilterGroup `json:"filterGroups"` Sorts []string `json:"sorts"` Query *string `json:"query,omitempty"` Properties []string `json:"properties"` Limit int32 `json:"limit"` After int32 `json:"after"` }
PublicObjectSearchRequest struct for PublicObjectSearchRequest
func NewPublicObjectSearchRequest ¶
func NewPublicObjectSearchRequest(filterGroups []FilterGroup, sorts []string, properties []string, limit int32, after int32) *PublicObjectSearchRequest
NewPublicObjectSearchRequest instantiates a new PublicObjectSearchRequest 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 NewPublicObjectSearchRequestWithDefaults ¶
func NewPublicObjectSearchRequestWithDefaults() *PublicObjectSearchRequest
NewPublicObjectSearchRequestWithDefaults instantiates a new PublicObjectSearchRequest 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 (*PublicObjectSearchRequest) GetAfter ¶
func (o *PublicObjectSearchRequest) GetAfter() int32
GetAfter returns the After field value
func (*PublicObjectSearchRequest) GetAfterOk ¶
func (o *PublicObjectSearchRequest) GetAfterOk() (*int32, bool)
GetAfterOk returns a tuple with the After field value and a boolean to check if the value has been set.
func (*PublicObjectSearchRequest) GetFilterGroups ¶
func (o *PublicObjectSearchRequest) GetFilterGroups() []FilterGroup
GetFilterGroups returns the FilterGroups field value
func (*PublicObjectSearchRequest) GetFilterGroupsOk ¶
func (o *PublicObjectSearchRequest) GetFilterGroupsOk() ([]FilterGroup, bool)
GetFilterGroupsOk returns a tuple with the FilterGroups field value and a boolean to check if the value has been set.
func (*PublicObjectSearchRequest) GetLimit ¶
func (o *PublicObjectSearchRequest) GetLimit() int32
GetLimit returns the Limit field value
func (*PublicObjectSearchRequest) GetLimitOk ¶
func (o *PublicObjectSearchRequest) GetLimitOk() (*int32, bool)
GetLimitOk returns a tuple with the Limit field value and a boolean to check if the value has been set.
func (*PublicObjectSearchRequest) GetProperties ¶
func (o *PublicObjectSearchRequest) GetProperties() []string
GetProperties returns the Properties field value
func (*PublicObjectSearchRequest) GetPropertiesOk ¶
func (o *PublicObjectSearchRequest) GetPropertiesOk() ([]string, bool)
GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set.
func (*PublicObjectSearchRequest) GetQuery ¶
func (o *PublicObjectSearchRequest) GetQuery() string
GetQuery returns the Query field value if set, zero value otherwise.
func (*PublicObjectSearchRequest) GetQueryOk ¶
func (o *PublicObjectSearchRequest) GetQueryOk() (*string, bool)
GetQueryOk returns a tuple with the Query field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublicObjectSearchRequest) GetSorts ¶
func (o *PublicObjectSearchRequest) GetSorts() []string
GetSorts returns the Sorts field value
func (*PublicObjectSearchRequest) GetSortsOk ¶
func (o *PublicObjectSearchRequest) GetSortsOk() ([]string, bool)
GetSortsOk returns a tuple with the Sorts field value and a boolean to check if the value has been set.
func (*PublicObjectSearchRequest) HasQuery ¶
func (o *PublicObjectSearchRequest) HasQuery() bool
HasQuery returns a boolean if a field has been set.
func (PublicObjectSearchRequest) MarshalJSON ¶
func (o PublicObjectSearchRequest) MarshalJSON() ([]byte, error)
func (*PublicObjectSearchRequest) SetAfter ¶
func (o *PublicObjectSearchRequest) SetAfter(v int32)
SetAfter sets field value
func (*PublicObjectSearchRequest) SetFilterGroups ¶
func (o *PublicObjectSearchRequest) SetFilterGroups(v []FilterGroup)
SetFilterGroups sets field value
func (*PublicObjectSearchRequest) SetLimit ¶
func (o *PublicObjectSearchRequest) SetLimit(v int32)
SetLimit sets field value
func (*PublicObjectSearchRequest) SetProperties ¶
func (o *PublicObjectSearchRequest) SetProperties(v []string)
SetProperties sets field value
func (*PublicObjectSearchRequest) SetQuery ¶
func (o *PublicObjectSearchRequest) SetQuery(v string)
SetQuery gets a reference to the given string and assigns it to the Query field.
func (*PublicObjectSearchRequest) SetSorts ¶
func (o *PublicObjectSearchRequest) SetSorts(v []string)
SetSorts sets field value
type SearchApiService ¶
type SearchApiService service
SearchApiService SearchApi service
func (*SearchApiService) Search ¶
func (a *SearchApiService) Search(ctx context.Context) ApiSearchRequest
Search Method for Search
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSearchRequest
func (*SearchApiService) SearchExecute ¶
func (a *SearchApiService) SearchExecute(r ApiSearchRequest) (*CollectionResponseWithTotalSimplePublicObjectForwardPaging, *http.Response, error)
Execute executes the request
@return CollectionResponseWithTotalSimplePublicObjectForwardPaging
type ServerConfiguration ¶
type ServerConfiguration struct { URL string Description string Variables map[string]ServerVariable }
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
type SimplePublicObject ¶
type SimplePublicObject struct { Id string `json:"id"` Properties map[string]string `json:"properties"` PropertiesWithHistory *map[string][]ValueWithTimestamp `json:"propertiesWithHistory,omitempty"` CreatedAt time.Time `json:"createdAt"` UpdatedAt time.Time `json:"updatedAt"` Archived *bool `json:"archived,omitempty"` ArchivedAt *time.Time `json:"archivedAt,omitempty"` }
SimplePublicObject struct for SimplePublicObject
func NewSimplePublicObject ¶
func NewSimplePublicObject(id string, properties map[string]string, createdAt time.Time, updatedAt time.Time) *SimplePublicObject
NewSimplePublicObject instantiates a new SimplePublicObject 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 NewSimplePublicObjectWithDefaults ¶
func NewSimplePublicObjectWithDefaults() *SimplePublicObject
NewSimplePublicObjectWithDefaults instantiates a new SimplePublicObject 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 (*SimplePublicObject) GetArchived ¶
func (o *SimplePublicObject) GetArchived() bool
GetArchived returns the Archived field value if set, zero value otherwise.
func (*SimplePublicObject) GetArchivedAt ¶
func (o *SimplePublicObject) GetArchivedAt() time.Time
GetArchivedAt returns the ArchivedAt field value if set, zero value otherwise.
func (*SimplePublicObject) GetArchivedAtOk ¶
func (o *SimplePublicObject) GetArchivedAtOk() (*time.Time, bool)
GetArchivedAtOk returns a tuple with the ArchivedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SimplePublicObject) GetArchivedOk ¶
func (o *SimplePublicObject) GetArchivedOk() (*bool, bool)
GetArchivedOk returns a tuple with the Archived field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SimplePublicObject) GetCreatedAt ¶
func (o *SimplePublicObject) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*SimplePublicObject) GetCreatedAtOk ¶
func (o *SimplePublicObject) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*SimplePublicObject) GetId ¶
func (o *SimplePublicObject) GetId() string
GetId returns the Id field value
func (*SimplePublicObject) GetIdOk ¶
func (o *SimplePublicObject) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*SimplePublicObject) GetProperties ¶
func (o *SimplePublicObject) GetProperties() map[string]string
GetProperties returns the Properties field value
func (*SimplePublicObject) GetPropertiesOk ¶
func (o *SimplePublicObject) GetPropertiesOk() (*map[string]string, bool)
GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set.
func (*SimplePublicObject) GetPropertiesWithHistory ¶
func (o *SimplePublicObject) GetPropertiesWithHistory() map[string][]ValueWithTimestamp
GetPropertiesWithHistory returns the PropertiesWithHistory field value if set, zero value otherwise.
func (*SimplePublicObject) GetPropertiesWithHistoryOk ¶
func (o *SimplePublicObject) GetPropertiesWithHistoryOk() (*map[string][]ValueWithTimestamp, bool)
GetPropertiesWithHistoryOk returns a tuple with the PropertiesWithHistory field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SimplePublicObject) GetUpdatedAt ¶
func (o *SimplePublicObject) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*SimplePublicObject) GetUpdatedAtOk ¶
func (o *SimplePublicObject) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*SimplePublicObject) HasArchived ¶
func (o *SimplePublicObject) HasArchived() bool
HasArchived returns a boolean if a field has been set.
func (*SimplePublicObject) HasArchivedAt ¶
func (o *SimplePublicObject) HasArchivedAt() bool
HasArchivedAt returns a boolean if a field has been set.
func (*SimplePublicObject) HasPropertiesWithHistory ¶
func (o *SimplePublicObject) HasPropertiesWithHistory() bool
HasPropertiesWithHistory returns a boolean if a field has been set.
func (SimplePublicObject) MarshalJSON ¶
func (o SimplePublicObject) MarshalJSON() ([]byte, error)
func (*SimplePublicObject) SetArchived ¶
func (o *SimplePublicObject) SetArchived(v bool)
SetArchived gets a reference to the given bool and assigns it to the Archived field.
func (*SimplePublicObject) SetArchivedAt ¶
func (o *SimplePublicObject) SetArchivedAt(v time.Time)
SetArchivedAt gets a reference to the given time.Time and assigns it to the ArchivedAt field.
func (*SimplePublicObject) SetCreatedAt ¶
func (o *SimplePublicObject) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*SimplePublicObject) SetId ¶
func (o *SimplePublicObject) SetId(v string)
SetId sets field value
func (*SimplePublicObject) SetProperties ¶
func (o *SimplePublicObject) SetProperties(v map[string]string)
SetProperties sets field value
func (*SimplePublicObject) SetPropertiesWithHistory ¶
func (o *SimplePublicObject) SetPropertiesWithHistory(v map[string][]ValueWithTimestamp)
SetPropertiesWithHistory gets a reference to the given map[string][]ValueWithTimestamp and assigns it to the PropertiesWithHistory field.
func (*SimplePublicObject) SetUpdatedAt ¶
func (o *SimplePublicObject) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
type SimplePublicObjectBatchInput ¶
type SimplePublicObjectBatchInput struct { Properties map[string]string `json:"properties"` Id string `json:"id"` }
SimplePublicObjectBatchInput struct for SimplePublicObjectBatchInput
func NewSimplePublicObjectBatchInput ¶
func NewSimplePublicObjectBatchInput(properties map[string]string, id string) *SimplePublicObjectBatchInput
NewSimplePublicObjectBatchInput instantiates a new SimplePublicObjectBatchInput 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 NewSimplePublicObjectBatchInputWithDefaults ¶
func NewSimplePublicObjectBatchInputWithDefaults() *SimplePublicObjectBatchInput
NewSimplePublicObjectBatchInputWithDefaults instantiates a new SimplePublicObjectBatchInput 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 (*SimplePublicObjectBatchInput) GetId ¶
func (o *SimplePublicObjectBatchInput) GetId() string
GetId returns the Id field value
func (*SimplePublicObjectBatchInput) GetIdOk ¶
func (o *SimplePublicObjectBatchInput) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*SimplePublicObjectBatchInput) GetProperties ¶
func (o *SimplePublicObjectBatchInput) GetProperties() map[string]string
GetProperties returns the Properties field value
func (*SimplePublicObjectBatchInput) GetPropertiesOk ¶
func (o *SimplePublicObjectBatchInput) GetPropertiesOk() (*map[string]string, bool)
GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set.
func (SimplePublicObjectBatchInput) MarshalJSON ¶
func (o SimplePublicObjectBatchInput) MarshalJSON() ([]byte, error)
func (*SimplePublicObjectBatchInput) SetId ¶
func (o *SimplePublicObjectBatchInput) SetId(v string)
SetId sets field value
func (*SimplePublicObjectBatchInput) SetProperties ¶
func (o *SimplePublicObjectBatchInput) SetProperties(v map[string]string)
SetProperties sets field value
type SimplePublicObjectId ¶
type SimplePublicObjectId struct {
Id string `json:"id"`
}
SimplePublicObjectId struct for SimplePublicObjectId
func NewSimplePublicObjectId ¶
func NewSimplePublicObjectId(id string) *SimplePublicObjectId
NewSimplePublicObjectId instantiates a new SimplePublicObjectId 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 NewSimplePublicObjectIdWithDefaults ¶
func NewSimplePublicObjectIdWithDefaults() *SimplePublicObjectId
NewSimplePublicObjectIdWithDefaults instantiates a new SimplePublicObjectId 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 (*SimplePublicObjectId) GetId ¶
func (o *SimplePublicObjectId) GetId() string
GetId returns the Id field value
func (*SimplePublicObjectId) GetIdOk ¶
func (o *SimplePublicObjectId) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (SimplePublicObjectId) MarshalJSON ¶
func (o SimplePublicObjectId) MarshalJSON() ([]byte, error)
func (*SimplePublicObjectId) SetId ¶
func (o *SimplePublicObjectId) SetId(v string)
SetId sets field value
type SimplePublicObjectInput ¶
SimplePublicObjectInput struct for SimplePublicObjectInput
func NewSimplePublicObjectInput ¶
func NewSimplePublicObjectInput(properties map[string]string) *SimplePublicObjectInput
NewSimplePublicObjectInput instantiates a new SimplePublicObjectInput 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 NewSimplePublicObjectInputWithDefaults ¶
func NewSimplePublicObjectInputWithDefaults() *SimplePublicObjectInput
NewSimplePublicObjectInputWithDefaults instantiates a new SimplePublicObjectInput 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 (*SimplePublicObjectInput) GetProperties ¶
func (o *SimplePublicObjectInput) GetProperties() map[string]string
GetProperties returns the Properties field value
func (*SimplePublicObjectInput) GetPropertiesOk ¶
func (o *SimplePublicObjectInput) GetPropertiesOk() (*map[string]string, bool)
GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set.
func (SimplePublicObjectInput) MarshalJSON ¶
func (o SimplePublicObjectInput) MarshalJSON() ([]byte, error)
func (*SimplePublicObjectInput) SetProperties ¶
func (o *SimplePublicObjectInput) SetProperties(v map[string]string)
SetProperties sets field value
type SimplePublicObjectWithAssociations ¶
type SimplePublicObjectWithAssociations struct { Id string `json:"id"` Properties map[string]string `json:"properties"` PropertiesWithHistory *map[string][]ValueWithTimestamp `json:"propertiesWithHistory,omitempty"` CreatedAt time.Time `json:"createdAt"` UpdatedAt time.Time `json:"updatedAt"` Archived *bool `json:"archived,omitempty"` ArchivedAt *time.Time `json:"archivedAt,omitempty"` Associations *map[string]CollectionResponseAssociatedId `json:"associations,omitempty"` }
SimplePublicObjectWithAssociations struct for SimplePublicObjectWithAssociations
func NewSimplePublicObjectWithAssociations ¶
func NewSimplePublicObjectWithAssociations(id string, properties map[string]string, createdAt time.Time, updatedAt time.Time) *SimplePublicObjectWithAssociations
NewSimplePublicObjectWithAssociations instantiates a new SimplePublicObjectWithAssociations 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 NewSimplePublicObjectWithAssociationsWithDefaults ¶
func NewSimplePublicObjectWithAssociationsWithDefaults() *SimplePublicObjectWithAssociations
NewSimplePublicObjectWithAssociationsWithDefaults instantiates a new SimplePublicObjectWithAssociations 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 (*SimplePublicObjectWithAssociations) GetArchived ¶
func (o *SimplePublicObjectWithAssociations) GetArchived() bool
GetArchived returns the Archived field value if set, zero value otherwise.
func (*SimplePublicObjectWithAssociations) GetArchivedAt ¶
func (o *SimplePublicObjectWithAssociations) GetArchivedAt() time.Time
GetArchivedAt returns the ArchivedAt field value if set, zero value otherwise.
func (*SimplePublicObjectWithAssociations) GetArchivedAtOk ¶
func (o *SimplePublicObjectWithAssociations) GetArchivedAtOk() (*time.Time, bool)
GetArchivedAtOk returns a tuple with the ArchivedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SimplePublicObjectWithAssociations) GetArchivedOk ¶
func (o *SimplePublicObjectWithAssociations) GetArchivedOk() (*bool, bool)
GetArchivedOk returns a tuple with the Archived field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SimplePublicObjectWithAssociations) GetAssociations ¶
func (o *SimplePublicObjectWithAssociations) GetAssociations() map[string]CollectionResponseAssociatedId
GetAssociations returns the Associations field value if set, zero value otherwise.
func (*SimplePublicObjectWithAssociations) GetAssociationsOk ¶
func (o *SimplePublicObjectWithAssociations) GetAssociationsOk() (*map[string]CollectionResponseAssociatedId, bool)
GetAssociationsOk returns a tuple with the Associations field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SimplePublicObjectWithAssociations) GetCreatedAt ¶
func (o *SimplePublicObjectWithAssociations) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*SimplePublicObjectWithAssociations) GetCreatedAtOk ¶
func (o *SimplePublicObjectWithAssociations) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*SimplePublicObjectWithAssociations) GetId ¶
func (o *SimplePublicObjectWithAssociations) GetId() string
GetId returns the Id field value
func (*SimplePublicObjectWithAssociations) GetIdOk ¶
func (o *SimplePublicObjectWithAssociations) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*SimplePublicObjectWithAssociations) GetProperties ¶
func (o *SimplePublicObjectWithAssociations) GetProperties() map[string]string
GetProperties returns the Properties field value
func (*SimplePublicObjectWithAssociations) GetPropertiesOk ¶
func (o *SimplePublicObjectWithAssociations) GetPropertiesOk() (*map[string]string, bool)
GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set.
func (*SimplePublicObjectWithAssociations) GetPropertiesWithHistory ¶
func (o *SimplePublicObjectWithAssociations) GetPropertiesWithHistory() map[string][]ValueWithTimestamp
GetPropertiesWithHistory returns the PropertiesWithHistory field value if set, zero value otherwise.
func (*SimplePublicObjectWithAssociations) GetPropertiesWithHistoryOk ¶
func (o *SimplePublicObjectWithAssociations) GetPropertiesWithHistoryOk() (*map[string][]ValueWithTimestamp, bool)
GetPropertiesWithHistoryOk returns a tuple with the PropertiesWithHistory field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SimplePublicObjectWithAssociations) GetUpdatedAt ¶
func (o *SimplePublicObjectWithAssociations) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*SimplePublicObjectWithAssociations) GetUpdatedAtOk ¶
func (o *SimplePublicObjectWithAssociations) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*SimplePublicObjectWithAssociations) HasArchived ¶
func (o *SimplePublicObjectWithAssociations) HasArchived() bool
HasArchived returns a boolean if a field has been set.
func (*SimplePublicObjectWithAssociations) HasArchivedAt ¶
func (o *SimplePublicObjectWithAssociations) HasArchivedAt() bool
HasArchivedAt returns a boolean if a field has been set.
func (*SimplePublicObjectWithAssociations) HasAssociations ¶
func (o *SimplePublicObjectWithAssociations) HasAssociations() bool
HasAssociations returns a boolean if a field has been set.
func (*SimplePublicObjectWithAssociations) HasPropertiesWithHistory ¶
func (o *SimplePublicObjectWithAssociations) HasPropertiesWithHistory() bool
HasPropertiesWithHistory returns a boolean if a field has been set.
func (SimplePublicObjectWithAssociations) MarshalJSON ¶
func (o SimplePublicObjectWithAssociations) MarshalJSON() ([]byte, error)
func (*SimplePublicObjectWithAssociations) SetArchived ¶
func (o *SimplePublicObjectWithAssociations) SetArchived(v bool)
SetArchived gets a reference to the given bool and assigns it to the Archived field.
func (*SimplePublicObjectWithAssociations) SetArchivedAt ¶
func (o *SimplePublicObjectWithAssociations) SetArchivedAt(v time.Time)
SetArchivedAt gets a reference to the given time.Time and assigns it to the ArchivedAt field.
func (*SimplePublicObjectWithAssociations) SetAssociations ¶
func (o *SimplePublicObjectWithAssociations) SetAssociations(v map[string]CollectionResponseAssociatedId)
SetAssociations gets a reference to the given map[string]CollectionResponseAssociatedId and assigns it to the Associations field.
func (*SimplePublicObjectWithAssociations) SetCreatedAt ¶
func (o *SimplePublicObjectWithAssociations) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*SimplePublicObjectWithAssociations) SetId ¶
func (o *SimplePublicObjectWithAssociations) SetId(v string)
SetId sets field value
func (*SimplePublicObjectWithAssociations) SetProperties ¶
func (o *SimplePublicObjectWithAssociations) SetProperties(v map[string]string)
SetProperties sets field value
func (*SimplePublicObjectWithAssociations) SetPropertiesWithHistory ¶
func (o *SimplePublicObjectWithAssociations) SetPropertiesWithHistory(v map[string][]ValueWithTimestamp)
SetPropertiesWithHistory gets a reference to the given map[string][]ValueWithTimestamp and assigns it to the PropertiesWithHistory field.
func (*SimplePublicObjectWithAssociations) SetUpdatedAt ¶
func (o *SimplePublicObjectWithAssociations) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
type StandardError ¶
type StandardError struct { Status string `json:"status"` Id *string `json:"id,omitempty"` Category ErrorCategory `json:"category"` SubCategory map[string]interface{} `json:"subCategory,omitempty"` Message string `json:"message"` Errors []ErrorDetail `json:"errors"` Context map[string][]string `json:"context"` Links map[string]string `json:"links"` }
StandardError struct for StandardError
func NewStandardError ¶
func NewStandardError(status string, category ErrorCategory, message string, errors []ErrorDetail, context map[string][]string, links map[string]string) *StandardError
NewStandardError instantiates a new StandardError 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 NewStandardErrorWithDefaults ¶
func NewStandardErrorWithDefaults() *StandardError
NewStandardErrorWithDefaults instantiates a new StandardError 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 (*StandardError) GetCategory ¶
func (o *StandardError) GetCategory() ErrorCategory
GetCategory returns the Category field value
func (*StandardError) GetCategoryOk ¶
func (o *StandardError) GetCategoryOk() (*ErrorCategory, bool)
GetCategoryOk returns a tuple with the Category field value and a boolean to check if the value has been set.
func (*StandardError) GetContext ¶
func (o *StandardError) GetContext() map[string][]string
GetContext returns the Context field value
func (*StandardError) GetContextOk ¶
func (o *StandardError) GetContextOk() (*map[string][]string, bool)
GetContextOk returns a tuple with the Context field value and a boolean to check if the value has been set.
func (*StandardError) GetErrors ¶
func (o *StandardError) GetErrors() []ErrorDetail
GetErrors returns the Errors field value
func (*StandardError) GetErrorsOk ¶
func (o *StandardError) GetErrorsOk() ([]ErrorDetail, bool)
GetErrorsOk returns a tuple with the Errors field value and a boolean to check if the value has been set.
func (*StandardError) GetId ¶
func (o *StandardError) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*StandardError) GetIdOk ¶
func (o *StandardError) 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 (*StandardError) GetLinks ¶
func (o *StandardError) GetLinks() map[string]string
GetLinks returns the Links field value
func (*StandardError) GetLinksOk ¶
func (o *StandardError) GetLinksOk() (*map[string]string, bool)
GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set.
func (*StandardError) GetMessage ¶
func (o *StandardError) GetMessage() string
GetMessage returns the Message field value
func (*StandardError) GetMessageOk ¶
func (o *StandardError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*StandardError) GetStatus ¶
func (o *StandardError) GetStatus() string
GetStatus returns the Status field value
func (*StandardError) GetStatusOk ¶
func (o *StandardError) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*StandardError) GetSubCategory ¶
func (o *StandardError) GetSubCategory() map[string]interface{}
GetSubCategory returns the SubCategory field value if set, zero value otherwise.
func (*StandardError) GetSubCategoryOk ¶
func (o *StandardError) GetSubCategoryOk() (map[string]interface{}, bool)
GetSubCategoryOk returns a tuple with the SubCategory field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StandardError) HasId ¶
func (o *StandardError) HasId() bool
HasId returns a boolean if a field has been set.
func (*StandardError) HasSubCategory ¶
func (o *StandardError) HasSubCategory() bool
HasSubCategory returns a boolean if a field has been set.
func (StandardError) MarshalJSON ¶
func (o StandardError) MarshalJSON() ([]byte, error)
func (*StandardError) SetCategory ¶
func (o *StandardError) SetCategory(v ErrorCategory)
SetCategory sets field value
func (*StandardError) SetContext ¶
func (o *StandardError) SetContext(v map[string][]string)
SetContext sets field value
func (*StandardError) SetErrors ¶
func (o *StandardError) SetErrors(v []ErrorDetail)
SetErrors sets field value
func (*StandardError) SetId ¶
func (o *StandardError) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*StandardError) SetLinks ¶
func (o *StandardError) SetLinks(v map[string]string)
SetLinks sets field value
func (*StandardError) SetMessage ¶
func (o *StandardError) SetMessage(v string)
SetMessage sets field value
func (*StandardError) SetStatus ¶
func (o *StandardError) SetStatus(v string)
SetStatus sets field value
func (*StandardError) SetSubCategory ¶
func (o *StandardError) SetSubCategory(v map[string]interface{})
SetSubCategory gets a reference to the given map[string]interface{} and assigns it to the SubCategory field.
type ValueWithTimestamp ¶
type ValueWithTimestamp struct { Value string `json:"value"` Timestamp time.Time `json:"timestamp"` SourceType string `json:"sourceType"` SourceId *string `json:"sourceId,omitempty"` SourceLabel *string `json:"sourceLabel,omitempty"` UpdatedByUserId *int32 `json:"updatedByUserId,omitempty"` }
ValueWithTimestamp struct for ValueWithTimestamp
func NewValueWithTimestamp ¶
func NewValueWithTimestamp(value string, timestamp time.Time, sourceType string) *ValueWithTimestamp
NewValueWithTimestamp instantiates a new ValueWithTimestamp 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 NewValueWithTimestampWithDefaults ¶
func NewValueWithTimestampWithDefaults() *ValueWithTimestamp
NewValueWithTimestampWithDefaults instantiates a new ValueWithTimestamp 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 (*ValueWithTimestamp) GetSourceId ¶
func (o *ValueWithTimestamp) GetSourceId() string
GetSourceId returns the SourceId field value if set, zero value otherwise.
func (*ValueWithTimestamp) GetSourceIdOk ¶
func (o *ValueWithTimestamp) GetSourceIdOk() (*string, bool)
GetSourceIdOk returns a tuple with the SourceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ValueWithTimestamp) GetSourceLabel ¶
func (o *ValueWithTimestamp) GetSourceLabel() string
GetSourceLabel returns the SourceLabel field value if set, zero value otherwise.
func (*ValueWithTimestamp) GetSourceLabelOk ¶
func (o *ValueWithTimestamp) GetSourceLabelOk() (*string, bool)
GetSourceLabelOk returns a tuple with the SourceLabel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ValueWithTimestamp) GetSourceType ¶
func (o *ValueWithTimestamp) GetSourceType() string
GetSourceType returns the SourceType field value
func (*ValueWithTimestamp) GetSourceTypeOk ¶
func (o *ValueWithTimestamp) GetSourceTypeOk() (*string, bool)
GetSourceTypeOk returns a tuple with the SourceType field value and a boolean to check if the value has been set.
func (*ValueWithTimestamp) GetTimestamp ¶
func (o *ValueWithTimestamp) GetTimestamp() time.Time
GetTimestamp returns the Timestamp field value
func (*ValueWithTimestamp) GetTimestampOk ¶
func (o *ValueWithTimestamp) GetTimestampOk() (*time.Time, bool)
GetTimestampOk returns a tuple with the Timestamp field value and a boolean to check if the value has been set.
func (*ValueWithTimestamp) GetUpdatedByUserId ¶
func (o *ValueWithTimestamp) GetUpdatedByUserId() int32
GetUpdatedByUserId returns the UpdatedByUserId field value if set, zero value otherwise.
func (*ValueWithTimestamp) GetUpdatedByUserIdOk ¶
func (o *ValueWithTimestamp) GetUpdatedByUserIdOk() (*int32, bool)
GetUpdatedByUserIdOk returns a tuple with the UpdatedByUserId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ValueWithTimestamp) GetValue ¶
func (o *ValueWithTimestamp) GetValue() string
GetValue returns the Value field value
func (*ValueWithTimestamp) GetValueOk ¶
func (o *ValueWithTimestamp) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (*ValueWithTimestamp) HasSourceId ¶
func (o *ValueWithTimestamp) HasSourceId() bool
HasSourceId returns a boolean if a field has been set.
func (*ValueWithTimestamp) HasSourceLabel ¶
func (o *ValueWithTimestamp) HasSourceLabel() bool
HasSourceLabel returns a boolean if a field has been set.
func (*ValueWithTimestamp) HasUpdatedByUserId ¶
func (o *ValueWithTimestamp) HasUpdatedByUserId() bool
HasUpdatedByUserId returns a boolean if a field has been set.
func (ValueWithTimestamp) MarshalJSON ¶
func (o ValueWithTimestamp) MarshalJSON() ([]byte, error)
func (*ValueWithTimestamp) SetSourceId ¶
func (o *ValueWithTimestamp) SetSourceId(v string)
SetSourceId gets a reference to the given string and assigns it to the SourceId field.
func (*ValueWithTimestamp) SetSourceLabel ¶
func (o *ValueWithTimestamp) SetSourceLabel(v string)
SetSourceLabel gets a reference to the given string and assigns it to the SourceLabel field.
func (*ValueWithTimestamp) SetSourceType ¶
func (o *ValueWithTimestamp) SetSourceType(v string)
SetSourceType sets field value
func (*ValueWithTimestamp) SetTimestamp ¶
func (o *ValueWithTimestamp) SetTimestamp(v time.Time)
SetTimestamp sets field value
func (*ValueWithTimestamp) SetUpdatedByUserId ¶
func (o *ValueWithTimestamp) SetUpdatedByUserId(v int32)
SetUpdatedByUserId gets a reference to the given int32 and assigns it to the UpdatedByUserId field.
func (*ValueWithTimestamp) SetValue ¶
func (o *ValueWithTimestamp) SetValue(v string)
SetValue sets field value
Source Files ¶
- api_associations.go
- api_basic.go
- api_batch.go
- api_public_object.go
- api_search.go
- client.go
- configuration.go
- model_associated_id.go
- model_association_spec.go
- model_association_spec_with_label.go
- model_batch_input_simple_public_object_batch_input.go
- model_batch_input_simple_public_object_id.go
- model_batch_input_simple_public_object_input.go
- model_batch_read_input_simple_public_object_id.go
- model_batch_response_simple_public_object.go
- model_batch_response_simple_public_object_with_errors.go
- model_collection_response_associated_id.go
- model_collection_response_associated_id_forward_paging.go
- model_collection_response_multi_associated_object_with_label_forward_paging.go
- model_collection_response_simple_public_object_with_associations_forward_paging.go
- model_collection_response_with_total_simple_public_object_forward_paging.go
- model_error.go
- model_error_category.go
- model_error_detail.go
- model_filter.go
- model_filter_group.go
- model_forward_paging.go
- model_labels_between_object_pair.go
- model_multi_associated_object_with_label.go
- model_next_page.go
- model_paging.go
- model_previous_page.go
- model_public_merge_input.go
- model_public_object_search_request.go
- model_simple_public_object.go
- model_simple_public_object_batch_input.go
- model_simple_public_object_id.go
- model_simple_public_object_input.go
- model_simple_public_object_with_associations.go
- model_standard_error.go
- model_value_with_timestamp.go
- response.go
- utils.go