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 ApiDeleteCrmV4AssociationsFromObjectTypeToObjectTypeLabelsAssociationTypeIdRequest
- type ApiGetCrmV4AssociationsFromObjectTypeToObjectTypeLabelsRequest
- type ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchArchiveRequest
- func (r ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchArchiveRequest) BatchInputPublicAssociationMultiArchive(...) ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchArchiveRequest
- func (r ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchArchiveRequest) Execute() (*http.Response, error)
- type ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchCreateRequest
- func (r ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchCreateRequest) BatchInputPublicAssociationMultiPost(batchInputPublicAssociationMultiPost BatchInputPublicAssociationMultiPost) ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchCreateRequest
- func (r ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchCreateRequest) Execute() (*BatchResponseLabelsBetweenObjectPair, *http.Response, error)
- type ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchLabelsArchiveRequest
- func (r ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchLabelsArchiveRequest) BatchInputPublicAssociationMultiPost(batchInputPublicAssociationMultiPost BatchInputPublicAssociationMultiPost) ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchLabelsArchiveRequest
- func (r ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchLabelsArchiveRequest) Execute() (*http.Response, error)
- type ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchReadRequest
- func (r ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchReadRequest) BatchInputPublicFetchAssociationsBatchRequest(...) ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchReadRequest
- func (r ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchReadRequest) Execute() (*BatchResponsePublicAssociationMultiWithLabel, *http.Response, error)
- type ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeLabelsRequest
- func (r ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeLabelsRequest) Execute() (*CollectionResponseAssociationSpecWithLabelNoPaging, *http.Response, error)
- func (r ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeLabelsRequest) PublicAssociationDefinitionCreateRequest(...) ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeLabelsRequest
- type ApiPutCrmV4AssociationsFromObjectTypeToObjectTypeLabelsRequest
- type AssociationDefinitionsApiService
- func (a *AssociationDefinitionsApiService) DeleteCrmV4AssociationsFromObjectTypeToObjectTypeLabelsAssociationTypeId(ctx context.Context, fromObjectType string, toObjectType string, ...) ...
- func (a *AssociationDefinitionsApiService) DeleteCrmV4AssociationsFromObjectTypeToObjectTypeLabelsAssociationTypeIdExecute(...) (*http.Response, error)
- func (a *AssociationDefinitionsApiService) GetCrmV4AssociationsFromObjectTypeToObjectTypeLabels(ctx context.Context, fromObjectType string, toObjectType string) ApiGetCrmV4AssociationsFromObjectTypeToObjectTypeLabelsRequest
- func (a *AssociationDefinitionsApiService) GetCrmV4AssociationsFromObjectTypeToObjectTypeLabelsExecute(r ApiGetCrmV4AssociationsFromObjectTypeToObjectTypeLabelsRequest) (*CollectionResponseAssociationSpecWithLabelNoPaging, *http.Response, error)
- func (a *AssociationDefinitionsApiService) PostCrmV4AssociationsFromObjectTypeToObjectTypeLabels(ctx context.Context, fromObjectType string, toObjectType string) ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeLabelsRequest
- func (a *AssociationDefinitionsApiService) PostCrmV4AssociationsFromObjectTypeToObjectTypeLabelsExecute(r ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeLabelsRequest) (*CollectionResponseAssociationSpecWithLabelNoPaging, *http.Response, error)
- func (a *AssociationDefinitionsApiService) PutCrmV4AssociationsFromObjectTypeToObjectTypeLabels(ctx context.Context, fromObjectType string, toObjectType string) ApiPutCrmV4AssociationsFromObjectTypeToObjectTypeLabelsRequest
- func (a *AssociationDefinitionsApiService) PutCrmV4AssociationsFromObjectTypeToObjectTypeLabelsExecute(r ApiPutCrmV4AssociationsFromObjectTypeToObjectTypeLabelsRequest) (*http.Response, error)
- 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 AssociationsBatchApiService
- func (a *AssociationsBatchApiService) PostCrmV4AssociationsFromObjectTypeToObjectTypeBatchArchive(ctx context.Context, fromObjectType string, toObjectType string) ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchArchiveRequest
- func (a *AssociationsBatchApiService) PostCrmV4AssociationsFromObjectTypeToObjectTypeBatchArchiveExecute(r ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchArchiveRequest) (*http.Response, error)
- func (a *AssociationsBatchApiService) PostCrmV4AssociationsFromObjectTypeToObjectTypeBatchCreate(ctx context.Context, fromObjectType string, toObjectType string) ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchCreateRequest
- func (a *AssociationsBatchApiService) PostCrmV4AssociationsFromObjectTypeToObjectTypeBatchCreateExecute(r ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchCreateRequest) (*BatchResponseLabelsBetweenObjectPair, *http.Response, error)
- func (a *AssociationsBatchApiService) PostCrmV4AssociationsFromObjectTypeToObjectTypeBatchLabelsArchive(ctx context.Context, fromObjectType string, toObjectType string) ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchLabelsArchiveRequest
- func (a *AssociationsBatchApiService) PostCrmV4AssociationsFromObjectTypeToObjectTypeBatchLabelsArchiveExecute(r ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchLabelsArchiveRequest) (*http.Response, error)
- func (a *AssociationsBatchApiService) PostCrmV4AssociationsFromObjectTypeToObjectTypeBatchRead(ctx context.Context, fromObjectType string, toObjectType string) ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchReadRequest
- func (a *AssociationsBatchApiService) PostCrmV4AssociationsFromObjectTypeToObjectTypeBatchReadExecute(r ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchReadRequest) (*BatchResponsePublicAssociationMultiWithLabel, *http.Response, error)
- type BasicAuth
- type BatchInputPublicAssociationMultiArchive
- func (o *BatchInputPublicAssociationMultiArchive) GetInputs() []PublicAssociationMultiArchive
- func (o *BatchInputPublicAssociationMultiArchive) GetInputsOk() ([]PublicAssociationMultiArchive, bool)
- func (o BatchInputPublicAssociationMultiArchive) MarshalJSON() ([]byte, error)
- func (o *BatchInputPublicAssociationMultiArchive) SetInputs(v []PublicAssociationMultiArchive)
- type BatchInputPublicAssociationMultiPost
- func (o *BatchInputPublicAssociationMultiPost) GetInputs() []PublicAssociationMultiPost
- func (o *BatchInputPublicAssociationMultiPost) GetInputsOk() ([]PublicAssociationMultiPost, bool)
- func (o BatchInputPublicAssociationMultiPost) MarshalJSON() ([]byte, error)
- func (o *BatchInputPublicAssociationMultiPost) SetInputs(v []PublicAssociationMultiPost)
- type BatchInputPublicFetchAssociationsBatchRequest
- func (o *BatchInputPublicFetchAssociationsBatchRequest) GetInputs() []PublicFetchAssociationsBatchRequest
- func (o *BatchInputPublicFetchAssociationsBatchRequest) GetInputsOk() ([]PublicFetchAssociationsBatchRequest, bool)
- func (o BatchInputPublicFetchAssociationsBatchRequest) MarshalJSON() ([]byte, error)
- func (o *BatchInputPublicFetchAssociationsBatchRequest) SetInputs(v []PublicFetchAssociationsBatchRequest)
- type BatchResponseLabelsBetweenObjectPair
- func (o *BatchResponseLabelsBetweenObjectPair) GetCompletedAt() time.Time
- func (o *BatchResponseLabelsBetweenObjectPair) GetCompletedAtOk() (*time.Time, bool)
- func (o *BatchResponseLabelsBetweenObjectPair) GetLinks() map[string]string
- func (o *BatchResponseLabelsBetweenObjectPair) GetLinksOk() (*map[string]string, bool)
- func (o *BatchResponseLabelsBetweenObjectPair) GetRequestedAt() time.Time
- func (o *BatchResponseLabelsBetweenObjectPair) GetRequestedAtOk() (*time.Time, bool)
- func (o *BatchResponseLabelsBetweenObjectPair) GetResults() []LabelsBetweenObjectPair
- func (o *BatchResponseLabelsBetweenObjectPair) GetResultsOk() ([]LabelsBetweenObjectPair, bool)
- func (o *BatchResponseLabelsBetweenObjectPair) GetStartedAt() time.Time
- func (o *BatchResponseLabelsBetweenObjectPair) GetStartedAtOk() (*time.Time, bool)
- func (o *BatchResponseLabelsBetweenObjectPair) GetStatus() string
- func (o *BatchResponseLabelsBetweenObjectPair) GetStatusOk() (*string, bool)
- func (o *BatchResponseLabelsBetweenObjectPair) HasLinks() bool
- func (o *BatchResponseLabelsBetweenObjectPair) HasRequestedAt() bool
- func (o BatchResponseLabelsBetweenObjectPair) MarshalJSON() ([]byte, error)
- func (o *BatchResponseLabelsBetweenObjectPair) SetCompletedAt(v time.Time)
- func (o *BatchResponseLabelsBetweenObjectPair) SetLinks(v map[string]string)
- func (o *BatchResponseLabelsBetweenObjectPair) SetRequestedAt(v time.Time)
- func (o *BatchResponseLabelsBetweenObjectPair) SetResults(v []LabelsBetweenObjectPair)
- func (o *BatchResponseLabelsBetweenObjectPair) SetStartedAt(v time.Time)
- func (o *BatchResponseLabelsBetweenObjectPair) SetStatus(v string)
- type BatchResponseLabelsBetweenObjectPairWithErrors
- func (o *BatchResponseLabelsBetweenObjectPairWithErrors) GetCompletedAt() time.Time
- func (o *BatchResponseLabelsBetweenObjectPairWithErrors) GetCompletedAtOk() (*time.Time, bool)
- func (o *BatchResponseLabelsBetweenObjectPairWithErrors) GetErrors() []StandardError
- func (o *BatchResponseLabelsBetweenObjectPairWithErrors) GetErrorsOk() ([]StandardError, bool)
- func (o *BatchResponseLabelsBetweenObjectPairWithErrors) GetLinks() map[string]string
- func (o *BatchResponseLabelsBetweenObjectPairWithErrors) GetLinksOk() (*map[string]string, bool)
- func (o *BatchResponseLabelsBetweenObjectPairWithErrors) GetNumErrors() int32
- func (o *BatchResponseLabelsBetweenObjectPairWithErrors) GetNumErrorsOk() (*int32, bool)
- func (o *BatchResponseLabelsBetweenObjectPairWithErrors) GetRequestedAt() time.Time
- func (o *BatchResponseLabelsBetweenObjectPairWithErrors) GetRequestedAtOk() (*time.Time, bool)
- func (o *BatchResponseLabelsBetweenObjectPairWithErrors) GetResults() []LabelsBetweenObjectPair
- func (o *BatchResponseLabelsBetweenObjectPairWithErrors) GetResultsOk() ([]LabelsBetweenObjectPair, bool)
- func (o *BatchResponseLabelsBetweenObjectPairWithErrors) GetStartedAt() time.Time
- func (o *BatchResponseLabelsBetweenObjectPairWithErrors) GetStartedAtOk() (*time.Time, bool)
- func (o *BatchResponseLabelsBetweenObjectPairWithErrors) GetStatus() string
- func (o *BatchResponseLabelsBetweenObjectPairWithErrors) GetStatusOk() (*string, bool)
- func (o *BatchResponseLabelsBetweenObjectPairWithErrors) HasErrors() bool
- func (o *BatchResponseLabelsBetweenObjectPairWithErrors) HasLinks() bool
- func (o *BatchResponseLabelsBetweenObjectPairWithErrors) HasNumErrors() bool
- func (o *BatchResponseLabelsBetweenObjectPairWithErrors) HasRequestedAt() bool
- func (o BatchResponseLabelsBetweenObjectPairWithErrors) MarshalJSON() ([]byte, error)
- func (o *BatchResponseLabelsBetweenObjectPairWithErrors) SetCompletedAt(v time.Time)
- func (o *BatchResponseLabelsBetweenObjectPairWithErrors) SetErrors(v []StandardError)
- func (o *BatchResponseLabelsBetweenObjectPairWithErrors) SetLinks(v map[string]string)
- func (o *BatchResponseLabelsBetweenObjectPairWithErrors) SetNumErrors(v int32)
- func (o *BatchResponseLabelsBetweenObjectPairWithErrors) SetRequestedAt(v time.Time)
- func (o *BatchResponseLabelsBetweenObjectPairWithErrors) SetResults(v []LabelsBetweenObjectPair)
- func (o *BatchResponseLabelsBetweenObjectPairWithErrors) SetStartedAt(v time.Time)
- func (o *BatchResponseLabelsBetweenObjectPairWithErrors) SetStatus(v string)
- type BatchResponsePublicAssociationMultiWithLabel
- func (o *BatchResponsePublicAssociationMultiWithLabel) GetCompletedAt() time.Time
- func (o *BatchResponsePublicAssociationMultiWithLabel) GetCompletedAtOk() (*time.Time, bool)
- func (o *BatchResponsePublicAssociationMultiWithLabel) GetLinks() map[string]string
- func (o *BatchResponsePublicAssociationMultiWithLabel) GetLinksOk() (*map[string]string, bool)
- func (o *BatchResponsePublicAssociationMultiWithLabel) GetRequestedAt() time.Time
- func (o *BatchResponsePublicAssociationMultiWithLabel) GetRequestedAtOk() (*time.Time, bool)
- func (o *BatchResponsePublicAssociationMultiWithLabel) GetResults() []PublicAssociationMultiWithLabel
- func (o *BatchResponsePublicAssociationMultiWithLabel) GetResultsOk() ([]PublicAssociationMultiWithLabel, bool)
- func (o *BatchResponsePublicAssociationMultiWithLabel) GetStartedAt() time.Time
- func (o *BatchResponsePublicAssociationMultiWithLabel) GetStartedAtOk() (*time.Time, bool)
- func (o *BatchResponsePublicAssociationMultiWithLabel) GetStatus() string
- func (o *BatchResponsePublicAssociationMultiWithLabel) GetStatusOk() (*string, bool)
- func (o *BatchResponsePublicAssociationMultiWithLabel) HasLinks() bool
- func (o *BatchResponsePublicAssociationMultiWithLabel) HasRequestedAt() bool
- func (o BatchResponsePublicAssociationMultiWithLabel) MarshalJSON() ([]byte, error)
- func (o *BatchResponsePublicAssociationMultiWithLabel) SetCompletedAt(v time.Time)
- func (o *BatchResponsePublicAssociationMultiWithLabel) SetLinks(v map[string]string)
- func (o *BatchResponsePublicAssociationMultiWithLabel) SetRequestedAt(v time.Time)
- func (o *BatchResponsePublicAssociationMultiWithLabel) SetResults(v []PublicAssociationMultiWithLabel)
- func (o *BatchResponsePublicAssociationMultiWithLabel) SetStartedAt(v time.Time)
- func (o *BatchResponsePublicAssociationMultiWithLabel) SetStatus(v string)
- type BatchResponsePublicAssociationMultiWithLabelWithErrors
- func NewBatchResponsePublicAssociationMultiWithLabelWithErrors(status string, results []PublicAssociationMultiWithLabel, startedAt time.Time, ...) *BatchResponsePublicAssociationMultiWithLabelWithErrors
- func NewBatchResponsePublicAssociationMultiWithLabelWithErrorsWithDefaults() *BatchResponsePublicAssociationMultiWithLabelWithErrors
- func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) GetCompletedAt() time.Time
- func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) GetCompletedAtOk() (*time.Time, bool)
- func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) GetErrors() []StandardError
- func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) GetErrorsOk() ([]StandardError, bool)
- func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) GetLinks() map[string]string
- func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) GetLinksOk() (*map[string]string, bool)
- func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) GetNumErrors() int32
- func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) GetNumErrorsOk() (*int32, bool)
- func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) GetRequestedAt() time.Time
- func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) GetRequestedAtOk() (*time.Time, bool)
- func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) GetResults() []PublicAssociationMultiWithLabel
- func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) GetResultsOk() ([]PublicAssociationMultiWithLabel, bool)
- func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) GetStartedAt() time.Time
- func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) GetStartedAtOk() (*time.Time, bool)
- func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) GetStatus() string
- func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) GetStatusOk() (*string, bool)
- func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) HasErrors() bool
- func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) HasLinks() bool
- func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) HasNumErrors() bool
- func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) HasRequestedAt() bool
- func (o BatchResponsePublicAssociationMultiWithLabelWithErrors) MarshalJSON() ([]byte, error)
- func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) SetCompletedAt(v time.Time)
- func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) SetErrors(v []StandardError)
- func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) SetLinks(v map[string]string)
- func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) SetNumErrors(v int32)
- func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) SetRequestedAt(v time.Time)
- func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) SetResults(v []PublicAssociationMultiWithLabel)
- func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) SetStartedAt(v time.Time)
- func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) SetStatus(v string)
- type CollectionResponseAssociationSpecWithLabelNoPaging
- func (o *CollectionResponseAssociationSpecWithLabelNoPaging) GetResults() []AssociationSpecWithLabel
- func (o *CollectionResponseAssociationSpecWithLabelNoPaging) GetResultsOk() ([]AssociationSpecWithLabel, bool)
- func (o CollectionResponseAssociationSpecWithLabelNoPaging) MarshalJSON() ([]byte, error)
- func (o *CollectionResponseAssociationSpecWithLabelNoPaging) SetResults(v []AssociationSpecWithLabel)
- 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 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 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 NullableBatchInputPublicAssociationMultiArchive
- func (v NullableBatchInputPublicAssociationMultiArchive) Get() *BatchInputPublicAssociationMultiArchive
- func (v NullableBatchInputPublicAssociationMultiArchive) IsSet() bool
- func (v NullableBatchInputPublicAssociationMultiArchive) MarshalJSON() ([]byte, error)
- func (v *NullableBatchInputPublicAssociationMultiArchive) Set(val *BatchInputPublicAssociationMultiArchive)
- func (v *NullableBatchInputPublicAssociationMultiArchive) UnmarshalJSON(src []byte) error
- func (v *NullableBatchInputPublicAssociationMultiArchive) Unset()
- type NullableBatchInputPublicAssociationMultiPost
- func (v NullableBatchInputPublicAssociationMultiPost) Get() *BatchInputPublicAssociationMultiPost
- func (v NullableBatchInputPublicAssociationMultiPost) IsSet() bool
- func (v NullableBatchInputPublicAssociationMultiPost) MarshalJSON() ([]byte, error)
- func (v *NullableBatchInputPublicAssociationMultiPost) Set(val *BatchInputPublicAssociationMultiPost)
- func (v *NullableBatchInputPublicAssociationMultiPost) UnmarshalJSON(src []byte) error
- func (v *NullableBatchInputPublicAssociationMultiPost) Unset()
- type NullableBatchInputPublicFetchAssociationsBatchRequest
- func (v NullableBatchInputPublicFetchAssociationsBatchRequest) Get() *BatchInputPublicFetchAssociationsBatchRequest
- func (v NullableBatchInputPublicFetchAssociationsBatchRequest) IsSet() bool
- func (v NullableBatchInputPublicFetchAssociationsBatchRequest) MarshalJSON() ([]byte, error)
- func (v *NullableBatchInputPublicFetchAssociationsBatchRequest) Set(val *BatchInputPublicFetchAssociationsBatchRequest)
- func (v *NullableBatchInputPublicFetchAssociationsBatchRequest) UnmarshalJSON(src []byte) error
- func (v *NullableBatchInputPublicFetchAssociationsBatchRequest) Unset()
- type NullableBatchResponseLabelsBetweenObjectPair
- func (v NullableBatchResponseLabelsBetweenObjectPair) Get() *BatchResponseLabelsBetweenObjectPair
- func (v NullableBatchResponseLabelsBetweenObjectPair) IsSet() bool
- func (v NullableBatchResponseLabelsBetweenObjectPair) MarshalJSON() ([]byte, error)
- func (v *NullableBatchResponseLabelsBetweenObjectPair) Set(val *BatchResponseLabelsBetweenObjectPair)
- func (v *NullableBatchResponseLabelsBetweenObjectPair) UnmarshalJSON(src []byte) error
- func (v *NullableBatchResponseLabelsBetweenObjectPair) Unset()
- type NullableBatchResponseLabelsBetweenObjectPairWithErrors
- func (v NullableBatchResponseLabelsBetweenObjectPairWithErrors) Get() *BatchResponseLabelsBetweenObjectPairWithErrors
- func (v NullableBatchResponseLabelsBetweenObjectPairWithErrors) IsSet() bool
- func (v NullableBatchResponseLabelsBetweenObjectPairWithErrors) MarshalJSON() ([]byte, error)
- func (v *NullableBatchResponseLabelsBetweenObjectPairWithErrors) Set(val *BatchResponseLabelsBetweenObjectPairWithErrors)
- func (v *NullableBatchResponseLabelsBetweenObjectPairWithErrors) UnmarshalJSON(src []byte) error
- func (v *NullableBatchResponseLabelsBetweenObjectPairWithErrors) Unset()
- type NullableBatchResponsePublicAssociationMultiWithLabel
- func (v NullableBatchResponsePublicAssociationMultiWithLabel) Get() *BatchResponsePublicAssociationMultiWithLabel
- func (v NullableBatchResponsePublicAssociationMultiWithLabel) IsSet() bool
- func (v NullableBatchResponsePublicAssociationMultiWithLabel) MarshalJSON() ([]byte, error)
- func (v *NullableBatchResponsePublicAssociationMultiWithLabel) Set(val *BatchResponsePublicAssociationMultiWithLabel)
- func (v *NullableBatchResponsePublicAssociationMultiWithLabel) UnmarshalJSON(src []byte) error
- func (v *NullableBatchResponsePublicAssociationMultiWithLabel) Unset()
- type NullableBatchResponsePublicAssociationMultiWithLabelWithErrors
- func (v NullableBatchResponsePublicAssociationMultiWithLabelWithErrors) Get() *BatchResponsePublicAssociationMultiWithLabelWithErrors
- func (v NullableBatchResponsePublicAssociationMultiWithLabelWithErrors) IsSet() bool
- func (v NullableBatchResponsePublicAssociationMultiWithLabelWithErrors) MarshalJSON() ([]byte, error)
- func (v *NullableBatchResponsePublicAssociationMultiWithLabelWithErrors) Set(val *BatchResponsePublicAssociationMultiWithLabelWithErrors)
- func (v *NullableBatchResponsePublicAssociationMultiWithLabelWithErrors) UnmarshalJSON(src []byte) error
- func (v *NullableBatchResponsePublicAssociationMultiWithLabelWithErrors) Unset()
- type NullableBool
- type NullableCollectionResponseAssociationSpecWithLabelNoPaging
- func (v NullableCollectionResponseAssociationSpecWithLabelNoPaging) Get() *CollectionResponseAssociationSpecWithLabelNoPaging
- func (v NullableCollectionResponseAssociationSpecWithLabelNoPaging) IsSet() bool
- func (v NullableCollectionResponseAssociationSpecWithLabelNoPaging) MarshalJSON() ([]byte, error)
- func (v *NullableCollectionResponseAssociationSpecWithLabelNoPaging) Set(val *CollectionResponseAssociationSpecWithLabelNoPaging)
- func (v *NullableCollectionResponseAssociationSpecWithLabelNoPaging) UnmarshalJSON(src []byte) error
- func (v *NullableCollectionResponseAssociationSpecWithLabelNoPaging) 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 NullableFloat32
- type NullableFloat64
- 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 NullablePublicAssociationDefinitionCreateRequest
- func (v NullablePublicAssociationDefinitionCreateRequest) Get() *PublicAssociationDefinitionCreateRequest
- func (v NullablePublicAssociationDefinitionCreateRequest) IsSet() bool
- func (v NullablePublicAssociationDefinitionCreateRequest) MarshalJSON() ([]byte, error)
- func (v *NullablePublicAssociationDefinitionCreateRequest) Set(val *PublicAssociationDefinitionCreateRequest)
- func (v *NullablePublicAssociationDefinitionCreateRequest) UnmarshalJSON(src []byte) error
- func (v *NullablePublicAssociationDefinitionCreateRequest) Unset()
- type NullablePublicAssociationDefinitionUpdateRequest
- func (v NullablePublicAssociationDefinitionUpdateRequest) Get() *PublicAssociationDefinitionUpdateRequest
- func (v NullablePublicAssociationDefinitionUpdateRequest) IsSet() bool
- func (v NullablePublicAssociationDefinitionUpdateRequest) MarshalJSON() ([]byte, error)
- func (v *NullablePublicAssociationDefinitionUpdateRequest) Set(val *PublicAssociationDefinitionUpdateRequest)
- func (v *NullablePublicAssociationDefinitionUpdateRequest) UnmarshalJSON(src []byte) error
- func (v *NullablePublicAssociationDefinitionUpdateRequest) Unset()
- type NullablePublicAssociationMultiArchive
- func (v NullablePublicAssociationMultiArchive) Get() *PublicAssociationMultiArchive
- func (v NullablePublicAssociationMultiArchive) IsSet() bool
- func (v NullablePublicAssociationMultiArchive) MarshalJSON() ([]byte, error)
- func (v *NullablePublicAssociationMultiArchive) Set(val *PublicAssociationMultiArchive)
- func (v *NullablePublicAssociationMultiArchive) UnmarshalJSON(src []byte) error
- func (v *NullablePublicAssociationMultiArchive) Unset()
- type NullablePublicAssociationMultiPost
- func (v NullablePublicAssociationMultiPost) Get() *PublicAssociationMultiPost
- func (v NullablePublicAssociationMultiPost) IsSet() bool
- func (v NullablePublicAssociationMultiPost) MarshalJSON() ([]byte, error)
- func (v *NullablePublicAssociationMultiPost) Set(val *PublicAssociationMultiPost)
- func (v *NullablePublicAssociationMultiPost) UnmarshalJSON(src []byte) error
- func (v *NullablePublicAssociationMultiPost) Unset()
- type NullablePublicAssociationMultiWithLabel
- func (v NullablePublicAssociationMultiWithLabel) Get() *PublicAssociationMultiWithLabel
- func (v NullablePublicAssociationMultiWithLabel) IsSet() bool
- func (v NullablePublicAssociationMultiWithLabel) MarshalJSON() ([]byte, error)
- func (v *NullablePublicAssociationMultiWithLabel) Set(val *PublicAssociationMultiWithLabel)
- func (v *NullablePublicAssociationMultiWithLabel) UnmarshalJSON(src []byte) error
- func (v *NullablePublicAssociationMultiWithLabel) Unset()
- type NullablePublicFetchAssociationsBatchRequest
- func (v NullablePublicFetchAssociationsBatchRequest) Get() *PublicFetchAssociationsBatchRequest
- func (v NullablePublicFetchAssociationsBatchRequest) IsSet() bool
- func (v NullablePublicFetchAssociationsBatchRequest) MarshalJSON() ([]byte, error)
- func (v *NullablePublicFetchAssociationsBatchRequest) Set(val *PublicFetchAssociationsBatchRequest)
- func (v *NullablePublicFetchAssociationsBatchRequest) UnmarshalJSON(src []byte) error
- func (v *NullablePublicFetchAssociationsBatchRequest) Unset()
- type NullablePublicObjectId
- func (v NullablePublicObjectId) Get() *PublicObjectId
- func (v NullablePublicObjectId) IsSet() bool
- func (v NullablePublicObjectId) MarshalJSON() ([]byte, error)
- func (v *NullablePublicObjectId) Set(val *PublicObjectId)
- func (v *NullablePublicObjectId) UnmarshalJSON(src []byte) error
- func (v *NullablePublicObjectId) 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 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 PublicAssociationDefinitionCreateRequest
- func (o *PublicAssociationDefinitionCreateRequest) GetLabel() string
- func (o *PublicAssociationDefinitionCreateRequest) GetLabelOk() (*string, bool)
- func (o *PublicAssociationDefinitionCreateRequest) GetName() string
- func (o *PublicAssociationDefinitionCreateRequest) GetNameOk() (*string, bool)
- func (o PublicAssociationDefinitionCreateRequest) MarshalJSON() ([]byte, error)
- func (o *PublicAssociationDefinitionCreateRequest) SetLabel(v string)
- func (o *PublicAssociationDefinitionCreateRequest) SetName(v string)
- type PublicAssociationDefinitionUpdateRequest
- func (o *PublicAssociationDefinitionUpdateRequest) GetAssociationTypeId() int32
- func (o *PublicAssociationDefinitionUpdateRequest) GetAssociationTypeIdOk() (*int32, bool)
- func (o *PublicAssociationDefinitionUpdateRequest) GetLabel() string
- func (o *PublicAssociationDefinitionUpdateRequest) GetLabelOk() (*string, bool)
- func (o PublicAssociationDefinitionUpdateRequest) MarshalJSON() ([]byte, error)
- func (o *PublicAssociationDefinitionUpdateRequest) SetAssociationTypeId(v int32)
- func (o *PublicAssociationDefinitionUpdateRequest) SetLabel(v string)
- type PublicAssociationMultiArchive
- func (o *PublicAssociationMultiArchive) GetFrom() PublicObjectId
- func (o *PublicAssociationMultiArchive) GetFromOk() (*PublicObjectId, bool)
- func (o *PublicAssociationMultiArchive) GetTo() []PublicObjectId
- func (o *PublicAssociationMultiArchive) GetToOk() ([]PublicObjectId, bool)
- func (o PublicAssociationMultiArchive) MarshalJSON() ([]byte, error)
- func (o *PublicAssociationMultiArchive) SetFrom(v PublicObjectId)
- func (o *PublicAssociationMultiArchive) SetTo(v []PublicObjectId)
- type PublicAssociationMultiPost
- func (o *PublicAssociationMultiPost) GetFrom() PublicObjectId
- func (o *PublicAssociationMultiPost) GetFromOk() (*PublicObjectId, bool)
- func (o *PublicAssociationMultiPost) GetTo() PublicObjectId
- func (o *PublicAssociationMultiPost) GetToOk() (*PublicObjectId, bool)
- func (o *PublicAssociationMultiPost) GetTypes() []AssociationSpec
- func (o *PublicAssociationMultiPost) GetTypesOk() ([]AssociationSpec, bool)
- func (o PublicAssociationMultiPost) MarshalJSON() ([]byte, error)
- func (o *PublicAssociationMultiPost) SetFrom(v PublicObjectId)
- func (o *PublicAssociationMultiPost) SetTo(v PublicObjectId)
- func (o *PublicAssociationMultiPost) SetTypes(v []AssociationSpec)
- type PublicAssociationMultiWithLabel
- func (o *PublicAssociationMultiWithLabel) GetFrom() PublicObjectId
- func (o *PublicAssociationMultiWithLabel) GetFromOk() (*PublicObjectId, bool)
- func (o *PublicAssociationMultiWithLabel) GetPaging() Paging
- func (o *PublicAssociationMultiWithLabel) GetPagingOk() (*Paging, bool)
- func (o *PublicAssociationMultiWithLabel) GetTo() []MultiAssociatedObjectWithLabel
- func (o *PublicAssociationMultiWithLabel) GetToOk() ([]MultiAssociatedObjectWithLabel, bool)
- func (o *PublicAssociationMultiWithLabel) HasPaging() bool
- func (o PublicAssociationMultiWithLabel) MarshalJSON() ([]byte, error)
- func (o *PublicAssociationMultiWithLabel) SetFrom(v PublicObjectId)
- func (o *PublicAssociationMultiWithLabel) SetPaging(v Paging)
- func (o *PublicAssociationMultiWithLabel) SetTo(v []MultiAssociatedObjectWithLabel)
- type PublicFetchAssociationsBatchRequest
- func (o *PublicFetchAssociationsBatchRequest) GetAfter() string
- func (o *PublicFetchAssociationsBatchRequest) GetAfterOk() (*string, bool)
- func (o *PublicFetchAssociationsBatchRequest) GetId() string
- func (o *PublicFetchAssociationsBatchRequest) GetIdOk() (*string, bool)
- func (o *PublicFetchAssociationsBatchRequest) HasAfter() bool
- func (o PublicFetchAssociationsBatchRequest) MarshalJSON() ([]byte, error)
- func (o *PublicFetchAssociationsBatchRequest) SetAfter(v string)
- func (o *PublicFetchAssociationsBatchRequest) SetId(v string)
- type PublicObjectId
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- 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{})
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 { AssociationDefinitionsApi *AssociationDefinitionsApiService AssociationsBatchApi *AssociationsBatchApiService // contains filtered or unexported fields }
APIClient manages communication with the CrmPublicAssociationsServiceV4 API vv4 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 ApiDeleteCrmV4AssociationsFromObjectTypeToObjectTypeLabelsAssociationTypeIdRequest ¶
type ApiDeleteCrmV4AssociationsFromObjectTypeToObjectTypeLabelsAssociationTypeIdRequest struct { ApiService *AssociationDefinitionsApiService // contains filtered or unexported fields }
type ApiGetCrmV4AssociationsFromObjectTypeToObjectTypeLabelsRequest ¶
type ApiGetCrmV4AssociationsFromObjectTypeToObjectTypeLabelsRequest struct { ApiService *AssociationDefinitionsApiService // contains filtered or unexported fields }
type ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchArchiveRequest ¶
type ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchArchiveRequest struct { ApiService *AssociationsBatchApiService // contains filtered or unexported fields }
func (ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchArchiveRequest) BatchInputPublicAssociationMultiArchive ¶
func (r ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchArchiveRequest) BatchInputPublicAssociationMultiArchive(batchInputPublicAssociationMultiArchive BatchInputPublicAssociationMultiArchive) ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchArchiveRequest
type ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchCreateRequest ¶
type ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchCreateRequest struct { ApiService *AssociationsBatchApiService // contains filtered or unexported fields }
func (ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchCreateRequest) BatchInputPublicAssociationMultiPost ¶
func (r ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchCreateRequest) BatchInputPublicAssociationMultiPost(batchInputPublicAssociationMultiPost BatchInputPublicAssociationMultiPost) ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchCreateRequest
type ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchLabelsArchiveRequest ¶
type ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchLabelsArchiveRequest struct { ApiService *AssociationsBatchApiService // contains filtered or unexported fields }
func (ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchLabelsArchiveRequest) BatchInputPublicAssociationMultiPost ¶
func (r ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchLabelsArchiveRequest) BatchInputPublicAssociationMultiPost(batchInputPublicAssociationMultiPost BatchInputPublicAssociationMultiPost) ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchLabelsArchiveRequest
type ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchReadRequest ¶
type ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchReadRequest struct { ApiService *AssociationsBatchApiService // contains filtered or unexported fields }
func (ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchReadRequest) BatchInputPublicFetchAssociationsBatchRequest ¶
func (r ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchReadRequest) BatchInputPublicFetchAssociationsBatchRequest(batchInputPublicFetchAssociationsBatchRequest BatchInputPublicFetchAssociationsBatchRequest) ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchReadRequest
type ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeLabelsRequest ¶
type ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeLabelsRequest struct { ApiService *AssociationDefinitionsApiService // contains filtered or unexported fields }
func (ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeLabelsRequest) PublicAssociationDefinitionCreateRequest ¶
func (r ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeLabelsRequest) PublicAssociationDefinitionCreateRequest(publicAssociationDefinitionCreateRequest PublicAssociationDefinitionCreateRequest) ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeLabelsRequest
type ApiPutCrmV4AssociationsFromObjectTypeToObjectTypeLabelsRequest ¶
type ApiPutCrmV4AssociationsFromObjectTypeToObjectTypeLabelsRequest struct { ApiService *AssociationDefinitionsApiService // contains filtered or unexported fields }
func (ApiPutCrmV4AssociationsFromObjectTypeToObjectTypeLabelsRequest) Execute ¶
func (r ApiPutCrmV4AssociationsFromObjectTypeToObjectTypeLabelsRequest) Execute() (*http.Response, error)
func (ApiPutCrmV4AssociationsFromObjectTypeToObjectTypeLabelsRequest) PublicAssociationDefinitionUpdateRequest ¶
func (r ApiPutCrmV4AssociationsFromObjectTypeToObjectTypeLabelsRequest) PublicAssociationDefinitionUpdateRequest(publicAssociationDefinitionUpdateRequest PublicAssociationDefinitionUpdateRequest) ApiPutCrmV4AssociationsFromObjectTypeToObjectTypeLabelsRequest
type AssociationDefinitionsApiService ¶
type AssociationDefinitionsApiService service
AssociationDefinitionsApiService AssociationDefinitionsApi service
func (*AssociationDefinitionsApiService) DeleteCrmV4AssociationsFromObjectTypeToObjectTypeLabelsAssociationTypeId ¶
func (a *AssociationDefinitionsApiService) DeleteCrmV4AssociationsFromObjectTypeToObjectTypeLabelsAssociationTypeId(ctx context.Context, fromObjectType string, toObjectType string, associationTypeId int32) ApiDeleteCrmV4AssociationsFromObjectTypeToObjectTypeLabelsAssociationTypeIdRequest
DeleteCrmV4AssociationsFromObjectTypeToObjectTypeLabelsAssociationTypeId Delete
Deletes an association definition
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param fromObjectType @param toObjectType @param associationTypeId @return ApiDeleteCrmV4AssociationsFromObjectTypeToObjectTypeLabelsAssociationTypeIdRequest
func (*AssociationDefinitionsApiService) DeleteCrmV4AssociationsFromObjectTypeToObjectTypeLabelsAssociationTypeIdExecute ¶
func (a *AssociationDefinitionsApiService) DeleteCrmV4AssociationsFromObjectTypeToObjectTypeLabelsAssociationTypeIdExecute(r ApiDeleteCrmV4AssociationsFromObjectTypeToObjectTypeLabelsAssociationTypeIdRequest) (*http.Response, error)
Execute executes the request
func (*AssociationDefinitionsApiService) GetCrmV4AssociationsFromObjectTypeToObjectTypeLabels ¶
func (a *AssociationDefinitionsApiService) GetCrmV4AssociationsFromObjectTypeToObjectTypeLabels(ctx context.Context, fromObjectType string, toObjectType string) ApiGetCrmV4AssociationsFromObjectTypeToObjectTypeLabelsRequest
GetCrmV4AssociationsFromObjectTypeToObjectTypeLabels Read
Returns all association types between two object types
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param fromObjectType @param toObjectType @return ApiGetCrmV4AssociationsFromObjectTypeToObjectTypeLabelsRequest
func (*AssociationDefinitionsApiService) GetCrmV4AssociationsFromObjectTypeToObjectTypeLabelsExecute ¶
func (a *AssociationDefinitionsApiService) GetCrmV4AssociationsFromObjectTypeToObjectTypeLabelsExecute(r ApiGetCrmV4AssociationsFromObjectTypeToObjectTypeLabelsRequest) (*CollectionResponseAssociationSpecWithLabelNoPaging, *http.Response, error)
Execute executes the request
@return CollectionResponseAssociationSpecWithLabelNoPaging
func (*AssociationDefinitionsApiService) PostCrmV4AssociationsFromObjectTypeToObjectTypeLabels ¶
func (a *AssociationDefinitionsApiService) PostCrmV4AssociationsFromObjectTypeToObjectTypeLabels(ctx context.Context, fromObjectType string, toObjectType string) ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeLabelsRequest
PostCrmV4AssociationsFromObjectTypeToObjectTypeLabels Create
Create a user defined association definition
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param fromObjectType @param toObjectType @return ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeLabelsRequest
func (*AssociationDefinitionsApiService) PostCrmV4AssociationsFromObjectTypeToObjectTypeLabelsExecute ¶
func (a *AssociationDefinitionsApiService) PostCrmV4AssociationsFromObjectTypeToObjectTypeLabelsExecute(r ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeLabelsRequest) (*CollectionResponseAssociationSpecWithLabelNoPaging, *http.Response, error)
Execute executes the request
@return CollectionResponseAssociationSpecWithLabelNoPaging
func (*AssociationDefinitionsApiService) PutCrmV4AssociationsFromObjectTypeToObjectTypeLabels ¶
func (a *AssociationDefinitionsApiService) PutCrmV4AssociationsFromObjectTypeToObjectTypeLabels(ctx context.Context, fromObjectType string, toObjectType string) ApiPutCrmV4AssociationsFromObjectTypeToObjectTypeLabelsRequest
PutCrmV4AssociationsFromObjectTypeToObjectTypeLabels Update
Update a user defined association definition
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param fromObjectType @param toObjectType @return ApiPutCrmV4AssociationsFromObjectTypeToObjectTypeLabelsRequest
func (*AssociationDefinitionsApiService) PutCrmV4AssociationsFromObjectTypeToObjectTypeLabelsExecute ¶
func (a *AssociationDefinitionsApiService) PutCrmV4AssociationsFromObjectTypeToObjectTypeLabelsExecute(r ApiPutCrmV4AssociationsFromObjectTypeToObjectTypeLabelsRequest) (*http.Response, error)
Execute executes the request
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 AssociationsBatchApiService ¶
type AssociationsBatchApiService service
AssociationsBatchApiService AssociationsBatchApi service
func (*AssociationsBatchApiService) PostCrmV4AssociationsFromObjectTypeToObjectTypeBatchArchive ¶
func (a *AssociationsBatchApiService) PostCrmV4AssociationsFromObjectTypeToObjectTypeBatchArchive(ctx context.Context, fromObjectType string, toObjectType string) ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchArchiveRequest
PostCrmV4AssociationsFromObjectTypeToObjectTypeBatchArchive Delete
Batch delete associations for objects
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param fromObjectType @param toObjectType @return ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchArchiveRequest
func (*AssociationsBatchApiService) PostCrmV4AssociationsFromObjectTypeToObjectTypeBatchArchiveExecute ¶
func (a *AssociationsBatchApiService) PostCrmV4AssociationsFromObjectTypeToObjectTypeBatchArchiveExecute(r ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchArchiveRequest) (*http.Response, error)
Execute executes the request
func (*AssociationsBatchApiService) PostCrmV4AssociationsFromObjectTypeToObjectTypeBatchCreate ¶
func (a *AssociationsBatchApiService) PostCrmV4AssociationsFromObjectTypeToObjectTypeBatchCreate(ctx context.Context, fromObjectType string, toObjectType string) ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchCreateRequest
PostCrmV4AssociationsFromObjectTypeToObjectTypeBatchCreate Create
Batch create associations for objects
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param fromObjectType @param toObjectType @return ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchCreateRequest
func (*AssociationsBatchApiService) PostCrmV4AssociationsFromObjectTypeToObjectTypeBatchCreateExecute ¶
func (a *AssociationsBatchApiService) PostCrmV4AssociationsFromObjectTypeToObjectTypeBatchCreateExecute(r ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchCreateRequest) (*BatchResponseLabelsBetweenObjectPair, *http.Response, error)
Execute executes the request
@return BatchResponseLabelsBetweenObjectPair
func (*AssociationsBatchApiService) PostCrmV4AssociationsFromObjectTypeToObjectTypeBatchLabelsArchive ¶
func (a *AssociationsBatchApiService) PostCrmV4AssociationsFromObjectTypeToObjectTypeBatchLabelsArchive(ctx context.Context, fromObjectType string, toObjectType string) ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchLabelsArchiveRequest
PostCrmV4AssociationsFromObjectTypeToObjectTypeBatchLabelsArchive Delete Specific Labels
Batch delete specific association labels for objects. Deleting an unlabeled association will also delete all labeled associations between those two objects
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param fromObjectType @param toObjectType @return ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchLabelsArchiveRequest
func (*AssociationsBatchApiService) PostCrmV4AssociationsFromObjectTypeToObjectTypeBatchLabelsArchiveExecute ¶
func (a *AssociationsBatchApiService) PostCrmV4AssociationsFromObjectTypeToObjectTypeBatchLabelsArchiveExecute(r ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchLabelsArchiveRequest) (*http.Response, error)
Execute executes the request
func (*AssociationsBatchApiService) PostCrmV4AssociationsFromObjectTypeToObjectTypeBatchRead ¶
func (a *AssociationsBatchApiService) PostCrmV4AssociationsFromObjectTypeToObjectTypeBatchRead(ctx context.Context, fromObjectType string, toObjectType string) ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchReadRequest
PostCrmV4AssociationsFromObjectTypeToObjectTypeBatchRead Read
Batch read associations for objects to specific object type. The 'after' field in a returned paging object can be added alongside the 'id' to retrieve the next page of associations from that objectId. The 'link' field is deprecated and should be ignored.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param fromObjectType @param toObjectType @return ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchReadRequest
func (*AssociationsBatchApiService) PostCrmV4AssociationsFromObjectTypeToObjectTypeBatchReadExecute ¶
func (a *AssociationsBatchApiService) PostCrmV4AssociationsFromObjectTypeToObjectTypeBatchReadExecute(r ApiPostCrmV4AssociationsFromObjectTypeToObjectTypeBatchReadRequest) (*BatchResponsePublicAssociationMultiWithLabel, *http.Response, error)
Execute executes the request
@return BatchResponsePublicAssociationMultiWithLabel
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 BatchInputPublicAssociationMultiArchive ¶
type BatchInputPublicAssociationMultiArchive struct {
Inputs []PublicAssociationMultiArchive `json:"inputs"`
}
BatchInputPublicAssociationMultiArchive struct for BatchInputPublicAssociationMultiArchive
func NewBatchInputPublicAssociationMultiArchive ¶
func NewBatchInputPublicAssociationMultiArchive(inputs []PublicAssociationMultiArchive) *BatchInputPublicAssociationMultiArchive
NewBatchInputPublicAssociationMultiArchive instantiates a new BatchInputPublicAssociationMultiArchive 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 NewBatchInputPublicAssociationMultiArchiveWithDefaults ¶
func NewBatchInputPublicAssociationMultiArchiveWithDefaults() *BatchInputPublicAssociationMultiArchive
NewBatchInputPublicAssociationMultiArchiveWithDefaults instantiates a new BatchInputPublicAssociationMultiArchive 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 (*BatchInputPublicAssociationMultiArchive) GetInputs ¶
func (o *BatchInputPublicAssociationMultiArchive) GetInputs() []PublicAssociationMultiArchive
GetInputs returns the Inputs field value
func (*BatchInputPublicAssociationMultiArchive) GetInputsOk ¶
func (o *BatchInputPublicAssociationMultiArchive) GetInputsOk() ([]PublicAssociationMultiArchive, bool)
GetInputsOk returns a tuple with the Inputs field value and a boolean to check if the value has been set.
func (BatchInputPublicAssociationMultiArchive) MarshalJSON ¶
func (o BatchInputPublicAssociationMultiArchive) MarshalJSON() ([]byte, error)
func (*BatchInputPublicAssociationMultiArchive) SetInputs ¶
func (o *BatchInputPublicAssociationMultiArchive) SetInputs(v []PublicAssociationMultiArchive)
SetInputs sets field value
type BatchInputPublicAssociationMultiPost ¶
type BatchInputPublicAssociationMultiPost struct {
Inputs []PublicAssociationMultiPost `json:"inputs"`
}
BatchInputPublicAssociationMultiPost struct for BatchInputPublicAssociationMultiPost
func NewBatchInputPublicAssociationMultiPost ¶
func NewBatchInputPublicAssociationMultiPost(inputs []PublicAssociationMultiPost) *BatchInputPublicAssociationMultiPost
NewBatchInputPublicAssociationMultiPost instantiates a new BatchInputPublicAssociationMultiPost 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 NewBatchInputPublicAssociationMultiPostWithDefaults ¶
func NewBatchInputPublicAssociationMultiPostWithDefaults() *BatchInputPublicAssociationMultiPost
NewBatchInputPublicAssociationMultiPostWithDefaults instantiates a new BatchInputPublicAssociationMultiPost 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 (*BatchInputPublicAssociationMultiPost) GetInputs ¶
func (o *BatchInputPublicAssociationMultiPost) GetInputs() []PublicAssociationMultiPost
GetInputs returns the Inputs field value
func (*BatchInputPublicAssociationMultiPost) GetInputsOk ¶
func (o *BatchInputPublicAssociationMultiPost) GetInputsOk() ([]PublicAssociationMultiPost, bool)
GetInputsOk returns a tuple with the Inputs field value and a boolean to check if the value has been set.
func (BatchInputPublicAssociationMultiPost) MarshalJSON ¶
func (o BatchInputPublicAssociationMultiPost) MarshalJSON() ([]byte, error)
func (*BatchInputPublicAssociationMultiPost) SetInputs ¶
func (o *BatchInputPublicAssociationMultiPost) SetInputs(v []PublicAssociationMultiPost)
SetInputs sets field value
type BatchInputPublicFetchAssociationsBatchRequest ¶
type BatchInputPublicFetchAssociationsBatchRequest struct {
Inputs []PublicFetchAssociationsBatchRequest `json:"inputs"`
}
BatchInputPublicFetchAssociationsBatchRequest struct for BatchInputPublicFetchAssociationsBatchRequest
func NewBatchInputPublicFetchAssociationsBatchRequest ¶
func NewBatchInputPublicFetchAssociationsBatchRequest(inputs []PublicFetchAssociationsBatchRequest) *BatchInputPublicFetchAssociationsBatchRequest
NewBatchInputPublicFetchAssociationsBatchRequest instantiates a new BatchInputPublicFetchAssociationsBatchRequest 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 NewBatchInputPublicFetchAssociationsBatchRequestWithDefaults ¶
func NewBatchInputPublicFetchAssociationsBatchRequestWithDefaults() *BatchInputPublicFetchAssociationsBatchRequest
NewBatchInputPublicFetchAssociationsBatchRequestWithDefaults instantiates a new BatchInputPublicFetchAssociationsBatchRequest 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 (*BatchInputPublicFetchAssociationsBatchRequest) GetInputs ¶
func (o *BatchInputPublicFetchAssociationsBatchRequest) GetInputs() []PublicFetchAssociationsBatchRequest
GetInputs returns the Inputs field value
func (*BatchInputPublicFetchAssociationsBatchRequest) GetInputsOk ¶
func (o *BatchInputPublicFetchAssociationsBatchRequest) GetInputsOk() ([]PublicFetchAssociationsBatchRequest, bool)
GetInputsOk returns a tuple with the Inputs field value and a boolean to check if the value has been set.
func (BatchInputPublicFetchAssociationsBatchRequest) MarshalJSON ¶
func (o BatchInputPublicFetchAssociationsBatchRequest) MarshalJSON() ([]byte, error)
func (*BatchInputPublicFetchAssociationsBatchRequest) SetInputs ¶
func (o *BatchInputPublicFetchAssociationsBatchRequest) SetInputs(v []PublicFetchAssociationsBatchRequest)
SetInputs sets field value
type BatchResponseLabelsBetweenObjectPair ¶
type BatchResponseLabelsBetweenObjectPair struct { Status string `json:"status"` Results []LabelsBetweenObjectPair `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"` }
BatchResponseLabelsBetweenObjectPair struct for BatchResponseLabelsBetweenObjectPair
func NewBatchResponseLabelsBetweenObjectPair ¶
func NewBatchResponseLabelsBetweenObjectPair(status string, results []LabelsBetweenObjectPair, startedAt time.Time, completedAt time.Time) *BatchResponseLabelsBetweenObjectPair
NewBatchResponseLabelsBetweenObjectPair instantiates a new BatchResponseLabelsBetweenObjectPair 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 NewBatchResponseLabelsBetweenObjectPairWithDefaults ¶
func NewBatchResponseLabelsBetweenObjectPairWithDefaults() *BatchResponseLabelsBetweenObjectPair
NewBatchResponseLabelsBetweenObjectPairWithDefaults instantiates a new BatchResponseLabelsBetweenObjectPair 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 (*BatchResponseLabelsBetweenObjectPair) GetCompletedAt ¶
func (o *BatchResponseLabelsBetweenObjectPair) GetCompletedAt() time.Time
GetCompletedAt returns the CompletedAt field value
func (*BatchResponseLabelsBetweenObjectPair) GetCompletedAtOk ¶
func (o *BatchResponseLabelsBetweenObjectPair) 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 (*BatchResponseLabelsBetweenObjectPair) GetLinks ¶
func (o *BatchResponseLabelsBetweenObjectPair) GetLinks() map[string]string
GetLinks returns the Links field value if set, zero value otherwise.
func (*BatchResponseLabelsBetweenObjectPair) GetLinksOk ¶
func (o *BatchResponseLabelsBetweenObjectPair) 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 (*BatchResponseLabelsBetweenObjectPair) GetRequestedAt ¶
func (o *BatchResponseLabelsBetweenObjectPair) GetRequestedAt() time.Time
GetRequestedAt returns the RequestedAt field value if set, zero value otherwise.
func (*BatchResponseLabelsBetweenObjectPair) GetRequestedAtOk ¶
func (o *BatchResponseLabelsBetweenObjectPair) 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 (*BatchResponseLabelsBetweenObjectPair) GetResults ¶
func (o *BatchResponseLabelsBetweenObjectPair) GetResults() []LabelsBetweenObjectPair
GetResults returns the Results field value
func (*BatchResponseLabelsBetweenObjectPair) GetResultsOk ¶
func (o *BatchResponseLabelsBetweenObjectPair) GetResultsOk() ([]LabelsBetweenObjectPair, bool)
GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.
func (*BatchResponseLabelsBetweenObjectPair) GetStartedAt ¶
func (o *BatchResponseLabelsBetweenObjectPair) GetStartedAt() time.Time
GetStartedAt returns the StartedAt field value
func (*BatchResponseLabelsBetweenObjectPair) GetStartedAtOk ¶
func (o *BatchResponseLabelsBetweenObjectPair) 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 (*BatchResponseLabelsBetweenObjectPair) GetStatus ¶
func (o *BatchResponseLabelsBetweenObjectPair) GetStatus() string
GetStatus returns the Status field value
func (*BatchResponseLabelsBetweenObjectPair) GetStatusOk ¶
func (o *BatchResponseLabelsBetweenObjectPair) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*BatchResponseLabelsBetweenObjectPair) HasLinks ¶
func (o *BatchResponseLabelsBetweenObjectPair) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (*BatchResponseLabelsBetweenObjectPair) HasRequestedAt ¶
func (o *BatchResponseLabelsBetweenObjectPair) HasRequestedAt() bool
HasRequestedAt returns a boolean if a field has been set.
func (BatchResponseLabelsBetweenObjectPair) MarshalJSON ¶
func (o BatchResponseLabelsBetweenObjectPair) MarshalJSON() ([]byte, error)
func (*BatchResponseLabelsBetweenObjectPair) SetCompletedAt ¶
func (o *BatchResponseLabelsBetweenObjectPair) SetCompletedAt(v time.Time)
SetCompletedAt sets field value
func (*BatchResponseLabelsBetweenObjectPair) SetLinks ¶
func (o *BatchResponseLabelsBetweenObjectPair) SetLinks(v map[string]string)
SetLinks gets a reference to the given map[string]string and assigns it to the Links field.
func (*BatchResponseLabelsBetweenObjectPair) SetRequestedAt ¶
func (o *BatchResponseLabelsBetweenObjectPair) SetRequestedAt(v time.Time)
SetRequestedAt gets a reference to the given time.Time and assigns it to the RequestedAt field.
func (*BatchResponseLabelsBetweenObjectPair) SetResults ¶
func (o *BatchResponseLabelsBetweenObjectPair) SetResults(v []LabelsBetweenObjectPair)
SetResults sets field value
func (*BatchResponseLabelsBetweenObjectPair) SetStartedAt ¶
func (o *BatchResponseLabelsBetweenObjectPair) SetStartedAt(v time.Time)
SetStartedAt sets field value
func (*BatchResponseLabelsBetweenObjectPair) SetStatus ¶
func (o *BatchResponseLabelsBetweenObjectPair) SetStatus(v string)
SetStatus sets field value
type BatchResponseLabelsBetweenObjectPairWithErrors ¶
type BatchResponseLabelsBetweenObjectPairWithErrors struct { Status string `json:"status"` Results []LabelsBetweenObjectPair `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"` }
BatchResponseLabelsBetweenObjectPairWithErrors struct for BatchResponseLabelsBetweenObjectPairWithErrors
func NewBatchResponseLabelsBetweenObjectPairWithErrors ¶
func NewBatchResponseLabelsBetweenObjectPairWithErrors(status string, results []LabelsBetweenObjectPair, startedAt time.Time, completedAt time.Time) *BatchResponseLabelsBetweenObjectPairWithErrors
NewBatchResponseLabelsBetweenObjectPairWithErrors instantiates a new BatchResponseLabelsBetweenObjectPairWithErrors 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 NewBatchResponseLabelsBetweenObjectPairWithErrorsWithDefaults ¶
func NewBatchResponseLabelsBetweenObjectPairWithErrorsWithDefaults() *BatchResponseLabelsBetweenObjectPairWithErrors
NewBatchResponseLabelsBetweenObjectPairWithErrorsWithDefaults instantiates a new BatchResponseLabelsBetweenObjectPairWithErrors 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 (*BatchResponseLabelsBetweenObjectPairWithErrors) GetCompletedAt ¶
func (o *BatchResponseLabelsBetweenObjectPairWithErrors) GetCompletedAt() time.Time
GetCompletedAt returns the CompletedAt field value
func (*BatchResponseLabelsBetweenObjectPairWithErrors) GetCompletedAtOk ¶
func (o *BatchResponseLabelsBetweenObjectPairWithErrors) 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 (*BatchResponseLabelsBetweenObjectPairWithErrors) GetErrors ¶
func (o *BatchResponseLabelsBetweenObjectPairWithErrors) GetErrors() []StandardError
GetErrors returns the Errors field value if set, zero value otherwise.
func (*BatchResponseLabelsBetweenObjectPairWithErrors) GetErrorsOk ¶
func (o *BatchResponseLabelsBetweenObjectPairWithErrors) 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 (*BatchResponseLabelsBetweenObjectPairWithErrors) GetLinks ¶
func (o *BatchResponseLabelsBetweenObjectPairWithErrors) GetLinks() map[string]string
GetLinks returns the Links field value if set, zero value otherwise.
func (*BatchResponseLabelsBetweenObjectPairWithErrors) GetLinksOk ¶
func (o *BatchResponseLabelsBetweenObjectPairWithErrors) 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 (*BatchResponseLabelsBetweenObjectPairWithErrors) GetNumErrors ¶
func (o *BatchResponseLabelsBetweenObjectPairWithErrors) GetNumErrors() int32
GetNumErrors returns the NumErrors field value if set, zero value otherwise.
func (*BatchResponseLabelsBetweenObjectPairWithErrors) GetNumErrorsOk ¶
func (o *BatchResponseLabelsBetweenObjectPairWithErrors) 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 (*BatchResponseLabelsBetweenObjectPairWithErrors) GetRequestedAt ¶
func (o *BatchResponseLabelsBetweenObjectPairWithErrors) GetRequestedAt() time.Time
GetRequestedAt returns the RequestedAt field value if set, zero value otherwise.
func (*BatchResponseLabelsBetweenObjectPairWithErrors) GetRequestedAtOk ¶
func (o *BatchResponseLabelsBetweenObjectPairWithErrors) 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 (*BatchResponseLabelsBetweenObjectPairWithErrors) GetResults ¶
func (o *BatchResponseLabelsBetweenObjectPairWithErrors) GetResults() []LabelsBetweenObjectPair
GetResults returns the Results field value
func (*BatchResponseLabelsBetweenObjectPairWithErrors) GetResultsOk ¶
func (o *BatchResponseLabelsBetweenObjectPairWithErrors) GetResultsOk() ([]LabelsBetweenObjectPair, bool)
GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.
func (*BatchResponseLabelsBetweenObjectPairWithErrors) GetStartedAt ¶
func (o *BatchResponseLabelsBetweenObjectPairWithErrors) GetStartedAt() time.Time
GetStartedAt returns the StartedAt field value
func (*BatchResponseLabelsBetweenObjectPairWithErrors) GetStartedAtOk ¶
func (o *BatchResponseLabelsBetweenObjectPairWithErrors) 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 (*BatchResponseLabelsBetweenObjectPairWithErrors) GetStatus ¶
func (o *BatchResponseLabelsBetweenObjectPairWithErrors) GetStatus() string
GetStatus returns the Status field value
func (*BatchResponseLabelsBetweenObjectPairWithErrors) GetStatusOk ¶
func (o *BatchResponseLabelsBetweenObjectPairWithErrors) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*BatchResponseLabelsBetweenObjectPairWithErrors) HasErrors ¶
func (o *BatchResponseLabelsBetweenObjectPairWithErrors) HasErrors() bool
HasErrors returns a boolean if a field has been set.
func (*BatchResponseLabelsBetweenObjectPairWithErrors) HasLinks ¶
func (o *BatchResponseLabelsBetweenObjectPairWithErrors) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (*BatchResponseLabelsBetweenObjectPairWithErrors) HasNumErrors ¶
func (o *BatchResponseLabelsBetweenObjectPairWithErrors) HasNumErrors() bool
HasNumErrors returns a boolean if a field has been set.
func (*BatchResponseLabelsBetweenObjectPairWithErrors) HasRequestedAt ¶
func (o *BatchResponseLabelsBetweenObjectPairWithErrors) HasRequestedAt() bool
HasRequestedAt returns a boolean if a field has been set.
func (BatchResponseLabelsBetweenObjectPairWithErrors) MarshalJSON ¶
func (o BatchResponseLabelsBetweenObjectPairWithErrors) MarshalJSON() ([]byte, error)
func (*BatchResponseLabelsBetweenObjectPairWithErrors) SetCompletedAt ¶
func (o *BatchResponseLabelsBetweenObjectPairWithErrors) SetCompletedAt(v time.Time)
SetCompletedAt sets field value
func (*BatchResponseLabelsBetweenObjectPairWithErrors) SetErrors ¶
func (o *BatchResponseLabelsBetweenObjectPairWithErrors) SetErrors(v []StandardError)
SetErrors gets a reference to the given []StandardError and assigns it to the Errors field.
func (*BatchResponseLabelsBetweenObjectPairWithErrors) SetLinks ¶
func (o *BatchResponseLabelsBetweenObjectPairWithErrors) SetLinks(v map[string]string)
SetLinks gets a reference to the given map[string]string and assigns it to the Links field.
func (*BatchResponseLabelsBetweenObjectPairWithErrors) SetNumErrors ¶
func (o *BatchResponseLabelsBetweenObjectPairWithErrors) SetNumErrors(v int32)
SetNumErrors gets a reference to the given int32 and assigns it to the NumErrors field.
func (*BatchResponseLabelsBetweenObjectPairWithErrors) SetRequestedAt ¶
func (o *BatchResponseLabelsBetweenObjectPairWithErrors) SetRequestedAt(v time.Time)
SetRequestedAt gets a reference to the given time.Time and assigns it to the RequestedAt field.
func (*BatchResponseLabelsBetweenObjectPairWithErrors) SetResults ¶
func (o *BatchResponseLabelsBetweenObjectPairWithErrors) SetResults(v []LabelsBetweenObjectPair)
SetResults sets field value
func (*BatchResponseLabelsBetweenObjectPairWithErrors) SetStartedAt ¶
func (o *BatchResponseLabelsBetweenObjectPairWithErrors) SetStartedAt(v time.Time)
SetStartedAt sets field value
func (*BatchResponseLabelsBetweenObjectPairWithErrors) SetStatus ¶
func (o *BatchResponseLabelsBetweenObjectPairWithErrors) SetStatus(v string)
SetStatus sets field value
type BatchResponsePublicAssociationMultiWithLabel ¶
type BatchResponsePublicAssociationMultiWithLabel struct { Status string `json:"status"` Results []PublicAssociationMultiWithLabel `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"` }
BatchResponsePublicAssociationMultiWithLabel struct for BatchResponsePublicAssociationMultiWithLabel
func NewBatchResponsePublicAssociationMultiWithLabel ¶
func NewBatchResponsePublicAssociationMultiWithLabel(status string, results []PublicAssociationMultiWithLabel, startedAt time.Time, completedAt time.Time) *BatchResponsePublicAssociationMultiWithLabel
NewBatchResponsePublicAssociationMultiWithLabel instantiates a new BatchResponsePublicAssociationMultiWithLabel 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 NewBatchResponsePublicAssociationMultiWithLabelWithDefaults ¶
func NewBatchResponsePublicAssociationMultiWithLabelWithDefaults() *BatchResponsePublicAssociationMultiWithLabel
NewBatchResponsePublicAssociationMultiWithLabelWithDefaults instantiates a new BatchResponsePublicAssociationMultiWithLabel 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 (*BatchResponsePublicAssociationMultiWithLabel) GetCompletedAt ¶
func (o *BatchResponsePublicAssociationMultiWithLabel) GetCompletedAt() time.Time
GetCompletedAt returns the CompletedAt field value
func (*BatchResponsePublicAssociationMultiWithLabel) GetCompletedAtOk ¶
func (o *BatchResponsePublicAssociationMultiWithLabel) 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 (*BatchResponsePublicAssociationMultiWithLabel) GetLinks ¶
func (o *BatchResponsePublicAssociationMultiWithLabel) GetLinks() map[string]string
GetLinks returns the Links field value if set, zero value otherwise.
func (*BatchResponsePublicAssociationMultiWithLabel) GetLinksOk ¶
func (o *BatchResponsePublicAssociationMultiWithLabel) 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 (*BatchResponsePublicAssociationMultiWithLabel) GetRequestedAt ¶
func (o *BatchResponsePublicAssociationMultiWithLabel) GetRequestedAt() time.Time
GetRequestedAt returns the RequestedAt field value if set, zero value otherwise.
func (*BatchResponsePublicAssociationMultiWithLabel) GetRequestedAtOk ¶
func (o *BatchResponsePublicAssociationMultiWithLabel) 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 (*BatchResponsePublicAssociationMultiWithLabel) GetResults ¶
func (o *BatchResponsePublicAssociationMultiWithLabel) GetResults() []PublicAssociationMultiWithLabel
GetResults returns the Results field value
func (*BatchResponsePublicAssociationMultiWithLabel) GetResultsOk ¶
func (o *BatchResponsePublicAssociationMultiWithLabel) GetResultsOk() ([]PublicAssociationMultiWithLabel, bool)
GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.
func (*BatchResponsePublicAssociationMultiWithLabel) GetStartedAt ¶
func (o *BatchResponsePublicAssociationMultiWithLabel) GetStartedAt() time.Time
GetStartedAt returns the StartedAt field value
func (*BatchResponsePublicAssociationMultiWithLabel) GetStartedAtOk ¶
func (o *BatchResponsePublicAssociationMultiWithLabel) 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 (*BatchResponsePublicAssociationMultiWithLabel) GetStatus ¶
func (o *BatchResponsePublicAssociationMultiWithLabel) GetStatus() string
GetStatus returns the Status field value
func (*BatchResponsePublicAssociationMultiWithLabel) GetStatusOk ¶
func (o *BatchResponsePublicAssociationMultiWithLabel) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*BatchResponsePublicAssociationMultiWithLabel) HasLinks ¶
func (o *BatchResponsePublicAssociationMultiWithLabel) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (*BatchResponsePublicAssociationMultiWithLabel) HasRequestedAt ¶
func (o *BatchResponsePublicAssociationMultiWithLabel) HasRequestedAt() bool
HasRequestedAt returns a boolean if a field has been set.
func (BatchResponsePublicAssociationMultiWithLabel) MarshalJSON ¶
func (o BatchResponsePublicAssociationMultiWithLabel) MarshalJSON() ([]byte, error)
func (*BatchResponsePublicAssociationMultiWithLabel) SetCompletedAt ¶
func (o *BatchResponsePublicAssociationMultiWithLabel) SetCompletedAt(v time.Time)
SetCompletedAt sets field value
func (*BatchResponsePublicAssociationMultiWithLabel) SetLinks ¶
func (o *BatchResponsePublicAssociationMultiWithLabel) SetLinks(v map[string]string)
SetLinks gets a reference to the given map[string]string and assigns it to the Links field.
func (*BatchResponsePublicAssociationMultiWithLabel) SetRequestedAt ¶
func (o *BatchResponsePublicAssociationMultiWithLabel) SetRequestedAt(v time.Time)
SetRequestedAt gets a reference to the given time.Time and assigns it to the RequestedAt field.
func (*BatchResponsePublicAssociationMultiWithLabel) SetResults ¶
func (o *BatchResponsePublicAssociationMultiWithLabel) SetResults(v []PublicAssociationMultiWithLabel)
SetResults sets field value
func (*BatchResponsePublicAssociationMultiWithLabel) SetStartedAt ¶
func (o *BatchResponsePublicAssociationMultiWithLabel) SetStartedAt(v time.Time)
SetStartedAt sets field value
func (*BatchResponsePublicAssociationMultiWithLabel) SetStatus ¶
func (o *BatchResponsePublicAssociationMultiWithLabel) SetStatus(v string)
SetStatus sets field value
type BatchResponsePublicAssociationMultiWithLabelWithErrors ¶
type BatchResponsePublicAssociationMultiWithLabelWithErrors struct { Status string `json:"status"` Results []PublicAssociationMultiWithLabel `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"` }
BatchResponsePublicAssociationMultiWithLabelWithErrors struct for BatchResponsePublicAssociationMultiWithLabelWithErrors
func NewBatchResponsePublicAssociationMultiWithLabelWithErrors ¶
func NewBatchResponsePublicAssociationMultiWithLabelWithErrors(status string, results []PublicAssociationMultiWithLabel, startedAt time.Time, completedAt time.Time) *BatchResponsePublicAssociationMultiWithLabelWithErrors
NewBatchResponsePublicAssociationMultiWithLabelWithErrors instantiates a new BatchResponsePublicAssociationMultiWithLabelWithErrors 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 NewBatchResponsePublicAssociationMultiWithLabelWithErrorsWithDefaults ¶
func NewBatchResponsePublicAssociationMultiWithLabelWithErrorsWithDefaults() *BatchResponsePublicAssociationMultiWithLabelWithErrors
NewBatchResponsePublicAssociationMultiWithLabelWithErrorsWithDefaults instantiates a new BatchResponsePublicAssociationMultiWithLabelWithErrors 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 (*BatchResponsePublicAssociationMultiWithLabelWithErrors) GetCompletedAt ¶
func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) GetCompletedAt() time.Time
GetCompletedAt returns the CompletedAt field value
func (*BatchResponsePublicAssociationMultiWithLabelWithErrors) GetCompletedAtOk ¶
func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) 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 (*BatchResponsePublicAssociationMultiWithLabelWithErrors) GetErrors ¶
func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) GetErrors() []StandardError
GetErrors returns the Errors field value if set, zero value otherwise.
func (*BatchResponsePublicAssociationMultiWithLabelWithErrors) GetErrorsOk ¶
func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) 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 (*BatchResponsePublicAssociationMultiWithLabelWithErrors) GetLinks ¶
func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) GetLinks() map[string]string
GetLinks returns the Links field value if set, zero value otherwise.
func (*BatchResponsePublicAssociationMultiWithLabelWithErrors) GetLinksOk ¶
func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) 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 (*BatchResponsePublicAssociationMultiWithLabelWithErrors) GetNumErrors ¶
func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) GetNumErrors() int32
GetNumErrors returns the NumErrors field value if set, zero value otherwise.
func (*BatchResponsePublicAssociationMultiWithLabelWithErrors) GetNumErrorsOk ¶
func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) 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 (*BatchResponsePublicAssociationMultiWithLabelWithErrors) GetRequestedAt ¶
func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) GetRequestedAt() time.Time
GetRequestedAt returns the RequestedAt field value if set, zero value otherwise.
func (*BatchResponsePublicAssociationMultiWithLabelWithErrors) GetRequestedAtOk ¶
func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) 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 (*BatchResponsePublicAssociationMultiWithLabelWithErrors) GetResults ¶
func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) GetResults() []PublicAssociationMultiWithLabel
GetResults returns the Results field value
func (*BatchResponsePublicAssociationMultiWithLabelWithErrors) GetResultsOk ¶
func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) GetResultsOk() ([]PublicAssociationMultiWithLabel, bool)
GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.
func (*BatchResponsePublicAssociationMultiWithLabelWithErrors) GetStartedAt ¶
func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) GetStartedAt() time.Time
GetStartedAt returns the StartedAt field value
func (*BatchResponsePublicAssociationMultiWithLabelWithErrors) GetStartedAtOk ¶
func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) 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 (*BatchResponsePublicAssociationMultiWithLabelWithErrors) GetStatus ¶
func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) GetStatus() string
GetStatus returns the Status field value
func (*BatchResponsePublicAssociationMultiWithLabelWithErrors) GetStatusOk ¶
func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*BatchResponsePublicAssociationMultiWithLabelWithErrors) HasErrors ¶
func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) HasErrors() bool
HasErrors returns a boolean if a field has been set.
func (*BatchResponsePublicAssociationMultiWithLabelWithErrors) HasLinks ¶
func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (*BatchResponsePublicAssociationMultiWithLabelWithErrors) HasNumErrors ¶
func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) HasNumErrors() bool
HasNumErrors returns a boolean if a field has been set.
func (*BatchResponsePublicAssociationMultiWithLabelWithErrors) HasRequestedAt ¶
func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) HasRequestedAt() bool
HasRequestedAt returns a boolean if a field has been set.
func (BatchResponsePublicAssociationMultiWithLabelWithErrors) MarshalJSON ¶
func (o BatchResponsePublicAssociationMultiWithLabelWithErrors) MarshalJSON() ([]byte, error)
func (*BatchResponsePublicAssociationMultiWithLabelWithErrors) SetCompletedAt ¶
func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) SetCompletedAt(v time.Time)
SetCompletedAt sets field value
func (*BatchResponsePublicAssociationMultiWithLabelWithErrors) SetErrors ¶
func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) SetErrors(v []StandardError)
SetErrors gets a reference to the given []StandardError and assigns it to the Errors field.
func (*BatchResponsePublicAssociationMultiWithLabelWithErrors) SetLinks ¶
func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) SetLinks(v map[string]string)
SetLinks gets a reference to the given map[string]string and assigns it to the Links field.
func (*BatchResponsePublicAssociationMultiWithLabelWithErrors) SetNumErrors ¶
func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) SetNumErrors(v int32)
SetNumErrors gets a reference to the given int32 and assigns it to the NumErrors field.
func (*BatchResponsePublicAssociationMultiWithLabelWithErrors) SetRequestedAt ¶
func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) SetRequestedAt(v time.Time)
SetRequestedAt gets a reference to the given time.Time and assigns it to the RequestedAt field.
func (*BatchResponsePublicAssociationMultiWithLabelWithErrors) SetResults ¶
func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) SetResults(v []PublicAssociationMultiWithLabel)
SetResults sets field value
func (*BatchResponsePublicAssociationMultiWithLabelWithErrors) SetStartedAt ¶
func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) SetStartedAt(v time.Time)
SetStartedAt sets field value
func (*BatchResponsePublicAssociationMultiWithLabelWithErrors) SetStatus ¶
func (o *BatchResponsePublicAssociationMultiWithLabelWithErrors) SetStatus(v string)
SetStatus sets field value
type CollectionResponseAssociationSpecWithLabelNoPaging ¶
type CollectionResponseAssociationSpecWithLabelNoPaging struct {
Results []AssociationSpecWithLabel `json:"results"`
}
CollectionResponseAssociationSpecWithLabelNoPaging struct for CollectionResponseAssociationSpecWithLabelNoPaging
func NewCollectionResponseAssociationSpecWithLabelNoPaging ¶
func NewCollectionResponseAssociationSpecWithLabelNoPaging(results []AssociationSpecWithLabel) *CollectionResponseAssociationSpecWithLabelNoPaging
NewCollectionResponseAssociationSpecWithLabelNoPaging instantiates a new CollectionResponseAssociationSpecWithLabelNoPaging 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 NewCollectionResponseAssociationSpecWithLabelNoPagingWithDefaults ¶
func NewCollectionResponseAssociationSpecWithLabelNoPagingWithDefaults() *CollectionResponseAssociationSpecWithLabelNoPaging
NewCollectionResponseAssociationSpecWithLabelNoPagingWithDefaults instantiates a new CollectionResponseAssociationSpecWithLabelNoPaging 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 (*CollectionResponseAssociationSpecWithLabelNoPaging) GetResults ¶
func (o *CollectionResponseAssociationSpecWithLabelNoPaging) GetResults() []AssociationSpecWithLabel
GetResults returns the Results field value
func (*CollectionResponseAssociationSpecWithLabelNoPaging) GetResultsOk ¶
func (o *CollectionResponseAssociationSpecWithLabelNoPaging) GetResultsOk() ([]AssociationSpecWithLabel, bool)
GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.
func (CollectionResponseAssociationSpecWithLabelNoPaging) MarshalJSON ¶
func (o CollectionResponseAssociationSpecWithLabelNoPaging) MarshalJSON() ([]byte, error)
func (*CollectionResponseAssociationSpecWithLabelNoPaging) SetResults ¶
func (o *CollectionResponseAssociationSpecWithLabelNoPaging) SetResults(v []AssociationSpecWithLabel)
SetResults 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 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 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 NullableBatchInputPublicAssociationMultiArchive ¶
type NullableBatchInputPublicAssociationMultiArchive struct {
// contains filtered or unexported fields
}
func NewNullableBatchInputPublicAssociationMultiArchive ¶
func NewNullableBatchInputPublicAssociationMultiArchive(val *BatchInputPublicAssociationMultiArchive) *NullableBatchInputPublicAssociationMultiArchive
func (NullableBatchInputPublicAssociationMultiArchive) IsSet ¶
func (v NullableBatchInputPublicAssociationMultiArchive) IsSet() bool
func (NullableBatchInputPublicAssociationMultiArchive) MarshalJSON ¶
func (v NullableBatchInputPublicAssociationMultiArchive) MarshalJSON() ([]byte, error)
func (*NullableBatchInputPublicAssociationMultiArchive) UnmarshalJSON ¶
func (v *NullableBatchInputPublicAssociationMultiArchive) UnmarshalJSON(src []byte) error
func (*NullableBatchInputPublicAssociationMultiArchive) Unset ¶
func (v *NullableBatchInputPublicAssociationMultiArchive) Unset()
type NullableBatchInputPublicAssociationMultiPost ¶
type NullableBatchInputPublicAssociationMultiPost struct {
// contains filtered or unexported fields
}
func NewNullableBatchInputPublicAssociationMultiPost ¶
func NewNullableBatchInputPublicAssociationMultiPost(val *BatchInputPublicAssociationMultiPost) *NullableBatchInputPublicAssociationMultiPost
func (NullableBatchInputPublicAssociationMultiPost) IsSet ¶
func (v NullableBatchInputPublicAssociationMultiPost) IsSet() bool
func (NullableBatchInputPublicAssociationMultiPost) MarshalJSON ¶
func (v NullableBatchInputPublicAssociationMultiPost) MarshalJSON() ([]byte, error)
func (*NullableBatchInputPublicAssociationMultiPost) Set ¶
func (v *NullableBatchInputPublicAssociationMultiPost) Set(val *BatchInputPublicAssociationMultiPost)
func (*NullableBatchInputPublicAssociationMultiPost) UnmarshalJSON ¶
func (v *NullableBatchInputPublicAssociationMultiPost) UnmarshalJSON(src []byte) error
func (*NullableBatchInputPublicAssociationMultiPost) Unset ¶
func (v *NullableBatchInputPublicAssociationMultiPost) Unset()
type NullableBatchInputPublicFetchAssociationsBatchRequest ¶
type NullableBatchInputPublicFetchAssociationsBatchRequest struct {
// contains filtered or unexported fields
}
func NewNullableBatchInputPublicFetchAssociationsBatchRequest ¶
func NewNullableBatchInputPublicFetchAssociationsBatchRequest(val *BatchInputPublicFetchAssociationsBatchRequest) *NullableBatchInputPublicFetchAssociationsBatchRequest
func (NullableBatchInputPublicFetchAssociationsBatchRequest) IsSet ¶
func (v NullableBatchInputPublicFetchAssociationsBatchRequest) IsSet() bool
func (NullableBatchInputPublicFetchAssociationsBatchRequest) MarshalJSON ¶
func (v NullableBatchInputPublicFetchAssociationsBatchRequest) MarshalJSON() ([]byte, error)
func (*NullableBatchInputPublicFetchAssociationsBatchRequest) UnmarshalJSON ¶
func (v *NullableBatchInputPublicFetchAssociationsBatchRequest) UnmarshalJSON(src []byte) error
func (*NullableBatchInputPublicFetchAssociationsBatchRequest) Unset ¶
func (v *NullableBatchInputPublicFetchAssociationsBatchRequest) Unset()
type NullableBatchResponseLabelsBetweenObjectPair ¶
type NullableBatchResponseLabelsBetweenObjectPair struct {
// contains filtered or unexported fields
}
func NewNullableBatchResponseLabelsBetweenObjectPair ¶
func NewNullableBatchResponseLabelsBetweenObjectPair(val *BatchResponseLabelsBetweenObjectPair) *NullableBatchResponseLabelsBetweenObjectPair
func (NullableBatchResponseLabelsBetweenObjectPair) IsSet ¶
func (v NullableBatchResponseLabelsBetweenObjectPair) IsSet() bool
func (NullableBatchResponseLabelsBetweenObjectPair) MarshalJSON ¶
func (v NullableBatchResponseLabelsBetweenObjectPair) MarshalJSON() ([]byte, error)
func (*NullableBatchResponseLabelsBetweenObjectPair) Set ¶
func (v *NullableBatchResponseLabelsBetweenObjectPair) Set(val *BatchResponseLabelsBetweenObjectPair)
func (*NullableBatchResponseLabelsBetweenObjectPair) UnmarshalJSON ¶
func (v *NullableBatchResponseLabelsBetweenObjectPair) UnmarshalJSON(src []byte) error
func (*NullableBatchResponseLabelsBetweenObjectPair) Unset ¶
func (v *NullableBatchResponseLabelsBetweenObjectPair) Unset()
type NullableBatchResponseLabelsBetweenObjectPairWithErrors ¶
type NullableBatchResponseLabelsBetweenObjectPairWithErrors struct {
// contains filtered or unexported fields
}
func NewNullableBatchResponseLabelsBetweenObjectPairWithErrors ¶
func NewNullableBatchResponseLabelsBetweenObjectPairWithErrors(val *BatchResponseLabelsBetweenObjectPairWithErrors) *NullableBatchResponseLabelsBetweenObjectPairWithErrors
func (NullableBatchResponseLabelsBetweenObjectPairWithErrors) IsSet ¶
func (v NullableBatchResponseLabelsBetweenObjectPairWithErrors) IsSet() bool
func (NullableBatchResponseLabelsBetweenObjectPairWithErrors) MarshalJSON ¶
func (v NullableBatchResponseLabelsBetweenObjectPairWithErrors) MarshalJSON() ([]byte, error)
func (*NullableBatchResponseLabelsBetweenObjectPairWithErrors) UnmarshalJSON ¶
func (v *NullableBatchResponseLabelsBetweenObjectPairWithErrors) UnmarshalJSON(src []byte) error
func (*NullableBatchResponseLabelsBetweenObjectPairWithErrors) Unset ¶
func (v *NullableBatchResponseLabelsBetweenObjectPairWithErrors) Unset()
type NullableBatchResponsePublicAssociationMultiWithLabel ¶
type NullableBatchResponsePublicAssociationMultiWithLabel struct {
// contains filtered or unexported fields
}
func NewNullableBatchResponsePublicAssociationMultiWithLabel ¶
func NewNullableBatchResponsePublicAssociationMultiWithLabel(val *BatchResponsePublicAssociationMultiWithLabel) *NullableBatchResponsePublicAssociationMultiWithLabel
func (NullableBatchResponsePublicAssociationMultiWithLabel) IsSet ¶
func (v NullableBatchResponsePublicAssociationMultiWithLabel) IsSet() bool
func (NullableBatchResponsePublicAssociationMultiWithLabel) MarshalJSON ¶
func (v NullableBatchResponsePublicAssociationMultiWithLabel) MarshalJSON() ([]byte, error)
func (*NullableBatchResponsePublicAssociationMultiWithLabel) UnmarshalJSON ¶
func (v *NullableBatchResponsePublicAssociationMultiWithLabel) UnmarshalJSON(src []byte) error
func (*NullableBatchResponsePublicAssociationMultiWithLabel) Unset ¶
func (v *NullableBatchResponsePublicAssociationMultiWithLabel) Unset()
type NullableBatchResponsePublicAssociationMultiWithLabelWithErrors ¶
type NullableBatchResponsePublicAssociationMultiWithLabelWithErrors struct {
// contains filtered or unexported fields
}
func NewNullableBatchResponsePublicAssociationMultiWithLabelWithErrors ¶
func NewNullableBatchResponsePublicAssociationMultiWithLabelWithErrors(val *BatchResponsePublicAssociationMultiWithLabelWithErrors) *NullableBatchResponsePublicAssociationMultiWithLabelWithErrors
func (NullableBatchResponsePublicAssociationMultiWithLabelWithErrors) IsSet ¶
func (v NullableBatchResponsePublicAssociationMultiWithLabelWithErrors) IsSet() bool
func (NullableBatchResponsePublicAssociationMultiWithLabelWithErrors) MarshalJSON ¶
func (v NullableBatchResponsePublicAssociationMultiWithLabelWithErrors) MarshalJSON() ([]byte, error)
func (*NullableBatchResponsePublicAssociationMultiWithLabelWithErrors) UnmarshalJSON ¶
func (v *NullableBatchResponsePublicAssociationMultiWithLabelWithErrors) UnmarshalJSON(src []byte) error
func (*NullableBatchResponsePublicAssociationMultiWithLabelWithErrors) Unset ¶
func (v *NullableBatchResponsePublicAssociationMultiWithLabelWithErrors) 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 NullableCollectionResponseAssociationSpecWithLabelNoPaging ¶
type NullableCollectionResponseAssociationSpecWithLabelNoPaging struct {
// contains filtered or unexported fields
}
func NewNullableCollectionResponseAssociationSpecWithLabelNoPaging ¶
func NewNullableCollectionResponseAssociationSpecWithLabelNoPaging(val *CollectionResponseAssociationSpecWithLabelNoPaging) *NullableCollectionResponseAssociationSpecWithLabelNoPaging
func (NullableCollectionResponseAssociationSpecWithLabelNoPaging) IsSet ¶
func (v NullableCollectionResponseAssociationSpecWithLabelNoPaging) IsSet() bool
func (NullableCollectionResponseAssociationSpecWithLabelNoPaging) MarshalJSON ¶
func (v NullableCollectionResponseAssociationSpecWithLabelNoPaging) MarshalJSON() ([]byte, error)
func (*NullableCollectionResponseAssociationSpecWithLabelNoPaging) UnmarshalJSON ¶
func (v *NullableCollectionResponseAssociationSpecWithLabelNoPaging) UnmarshalJSON(src []byte) error
func (*NullableCollectionResponseAssociationSpecWithLabelNoPaging) Unset ¶
func (v *NullableCollectionResponseAssociationSpecWithLabelNoPaging) 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 NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type 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 NullablePublicAssociationDefinitionCreateRequest ¶
type NullablePublicAssociationDefinitionCreateRequest struct {
// contains filtered or unexported fields
}
func NewNullablePublicAssociationDefinitionCreateRequest ¶
func NewNullablePublicAssociationDefinitionCreateRequest(val *PublicAssociationDefinitionCreateRequest) *NullablePublicAssociationDefinitionCreateRequest
func (NullablePublicAssociationDefinitionCreateRequest) IsSet ¶
func (v NullablePublicAssociationDefinitionCreateRequest) IsSet() bool
func (NullablePublicAssociationDefinitionCreateRequest) MarshalJSON ¶
func (v NullablePublicAssociationDefinitionCreateRequest) MarshalJSON() ([]byte, error)
func (*NullablePublicAssociationDefinitionCreateRequest) UnmarshalJSON ¶
func (v *NullablePublicAssociationDefinitionCreateRequest) UnmarshalJSON(src []byte) error
func (*NullablePublicAssociationDefinitionCreateRequest) Unset ¶
func (v *NullablePublicAssociationDefinitionCreateRequest) Unset()
type NullablePublicAssociationDefinitionUpdateRequest ¶
type NullablePublicAssociationDefinitionUpdateRequest struct {
// contains filtered or unexported fields
}
func NewNullablePublicAssociationDefinitionUpdateRequest ¶
func NewNullablePublicAssociationDefinitionUpdateRequest(val *PublicAssociationDefinitionUpdateRequest) *NullablePublicAssociationDefinitionUpdateRequest
func (NullablePublicAssociationDefinitionUpdateRequest) IsSet ¶
func (v NullablePublicAssociationDefinitionUpdateRequest) IsSet() bool
func (NullablePublicAssociationDefinitionUpdateRequest) MarshalJSON ¶
func (v NullablePublicAssociationDefinitionUpdateRequest) MarshalJSON() ([]byte, error)
func (*NullablePublicAssociationDefinitionUpdateRequest) UnmarshalJSON ¶
func (v *NullablePublicAssociationDefinitionUpdateRequest) UnmarshalJSON(src []byte) error
func (*NullablePublicAssociationDefinitionUpdateRequest) Unset ¶
func (v *NullablePublicAssociationDefinitionUpdateRequest) Unset()
type NullablePublicAssociationMultiArchive ¶
type NullablePublicAssociationMultiArchive struct {
// contains filtered or unexported fields
}
func NewNullablePublicAssociationMultiArchive ¶
func NewNullablePublicAssociationMultiArchive(val *PublicAssociationMultiArchive) *NullablePublicAssociationMultiArchive
func (NullablePublicAssociationMultiArchive) Get ¶
func (v NullablePublicAssociationMultiArchive) Get() *PublicAssociationMultiArchive
func (NullablePublicAssociationMultiArchive) IsSet ¶
func (v NullablePublicAssociationMultiArchive) IsSet() bool
func (NullablePublicAssociationMultiArchive) MarshalJSON ¶
func (v NullablePublicAssociationMultiArchive) MarshalJSON() ([]byte, error)
func (*NullablePublicAssociationMultiArchive) Set ¶
func (v *NullablePublicAssociationMultiArchive) Set(val *PublicAssociationMultiArchive)
func (*NullablePublicAssociationMultiArchive) UnmarshalJSON ¶
func (v *NullablePublicAssociationMultiArchive) UnmarshalJSON(src []byte) error
func (*NullablePublicAssociationMultiArchive) Unset ¶
func (v *NullablePublicAssociationMultiArchive) Unset()
type NullablePublicAssociationMultiPost ¶
type NullablePublicAssociationMultiPost struct {
// contains filtered or unexported fields
}
func NewNullablePublicAssociationMultiPost ¶
func NewNullablePublicAssociationMultiPost(val *PublicAssociationMultiPost) *NullablePublicAssociationMultiPost
func (NullablePublicAssociationMultiPost) Get ¶
func (v NullablePublicAssociationMultiPost) Get() *PublicAssociationMultiPost
func (NullablePublicAssociationMultiPost) IsSet ¶
func (v NullablePublicAssociationMultiPost) IsSet() bool
func (NullablePublicAssociationMultiPost) MarshalJSON ¶
func (v NullablePublicAssociationMultiPost) MarshalJSON() ([]byte, error)
func (*NullablePublicAssociationMultiPost) Set ¶
func (v *NullablePublicAssociationMultiPost) Set(val *PublicAssociationMultiPost)
func (*NullablePublicAssociationMultiPost) UnmarshalJSON ¶
func (v *NullablePublicAssociationMultiPost) UnmarshalJSON(src []byte) error
func (*NullablePublicAssociationMultiPost) Unset ¶
func (v *NullablePublicAssociationMultiPost) Unset()
type NullablePublicAssociationMultiWithLabel ¶
type NullablePublicAssociationMultiWithLabel struct {
// contains filtered or unexported fields
}
func NewNullablePublicAssociationMultiWithLabel ¶
func NewNullablePublicAssociationMultiWithLabel(val *PublicAssociationMultiWithLabel) *NullablePublicAssociationMultiWithLabel
func (NullablePublicAssociationMultiWithLabel) IsSet ¶
func (v NullablePublicAssociationMultiWithLabel) IsSet() bool
func (NullablePublicAssociationMultiWithLabel) MarshalJSON ¶
func (v NullablePublicAssociationMultiWithLabel) MarshalJSON() ([]byte, error)
func (*NullablePublicAssociationMultiWithLabel) Set ¶
func (v *NullablePublicAssociationMultiWithLabel) Set(val *PublicAssociationMultiWithLabel)
func (*NullablePublicAssociationMultiWithLabel) UnmarshalJSON ¶
func (v *NullablePublicAssociationMultiWithLabel) UnmarshalJSON(src []byte) error
func (*NullablePublicAssociationMultiWithLabel) Unset ¶
func (v *NullablePublicAssociationMultiWithLabel) Unset()
type NullablePublicFetchAssociationsBatchRequest ¶
type NullablePublicFetchAssociationsBatchRequest struct {
// contains filtered or unexported fields
}
func NewNullablePublicFetchAssociationsBatchRequest ¶
func NewNullablePublicFetchAssociationsBatchRequest(val *PublicFetchAssociationsBatchRequest) *NullablePublicFetchAssociationsBatchRequest
func (NullablePublicFetchAssociationsBatchRequest) IsSet ¶
func (v NullablePublicFetchAssociationsBatchRequest) IsSet() bool
func (NullablePublicFetchAssociationsBatchRequest) MarshalJSON ¶
func (v NullablePublicFetchAssociationsBatchRequest) MarshalJSON() ([]byte, error)
func (*NullablePublicFetchAssociationsBatchRequest) Set ¶
func (v *NullablePublicFetchAssociationsBatchRequest) Set(val *PublicFetchAssociationsBatchRequest)
func (*NullablePublicFetchAssociationsBatchRequest) UnmarshalJSON ¶
func (v *NullablePublicFetchAssociationsBatchRequest) UnmarshalJSON(src []byte) error
func (*NullablePublicFetchAssociationsBatchRequest) Unset ¶
func (v *NullablePublicFetchAssociationsBatchRequest) Unset()
type NullablePublicObjectId ¶
type NullablePublicObjectId struct {
// contains filtered or unexported fields
}
func NewNullablePublicObjectId ¶
func NewNullablePublicObjectId(val *PublicObjectId) *NullablePublicObjectId
func (NullablePublicObjectId) Get ¶
func (v NullablePublicObjectId) Get() *PublicObjectId
func (NullablePublicObjectId) IsSet ¶
func (v NullablePublicObjectId) IsSet() bool
func (NullablePublicObjectId) MarshalJSON ¶
func (v NullablePublicObjectId) MarshalJSON() ([]byte, error)
func (*NullablePublicObjectId) Set ¶
func (v *NullablePublicObjectId) Set(val *PublicObjectId)
func (*NullablePublicObjectId) UnmarshalJSON ¶
func (v *NullablePublicObjectId) UnmarshalJSON(src []byte) error
func (*NullablePublicObjectId) Unset ¶
func (v *NullablePublicObjectId) 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 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 PublicAssociationDefinitionCreateRequest ¶
type PublicAssociationDefinitionCreateRequest struct { Label string `json:"label"` Name string `json:"name"` }
PublicAssociationDefinitionCreateRequest struct for PublicAssociationDefinitionCreateRequest
func NewPublicAssociationDefinitionCreateRequest ¶
func NewPublicAssociationDefinitionCreateRequest(label string, name string) *PublicAssociationDefinitionCreateRequest
NewPublicAssociationDefinitionCreateRequest instantiates a new PublicAssociationDefinitionCreateRequest 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 NewPublicAssociationDefinitionCreateRequestWithDefaults ¶
func NewPublicAssociationDefinitionCreateRequestWithDefaults() *PublicAssociationDefinitionCreateRequest
NewPublicAssociationDefinitionCreateRequestWithDefaults instantiates a new PublicAssociationDefinitionCreateRequest 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 (*PublicAssociationDefinitionCreateRequest) GetLabel ¶
func (o *PublicAssociationDefinitionCreateRequest) GetLabel() string
GetLabel returns the Label field value
func (*PublicAssociationDefinitionCreateRequest) GetLabelOk ¶
func (o *PublicAssociationDefinitionCreateRequest) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (*PublicAssociationDefinitionCreateRequest) GetName ¶
func (o *PublicAssociationDefinitionCreateRequest) GetName() string
GetName returns the Name field value
func (*PublicAssociationDefinitionCreateRequest) GetNameOk ¶
func (o *PublicAssociationDefinitionCreateRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (PublicAssociationDefinitionCreateRequest) MarshalJSON ¶
func (o PublicAssociationDefinitionCreateRequest) MarshalJSON() ([]byte, error)
func (*PublicAssociationDefinitionCreateRequest) SetLabel ¶
func (o *PublicAssociationDefinitionCreateRequest) SetLabel(v string)
SetLabel sets field value
func (*PublicAssociationDefinitionCreateRequest) SetName ¶
func (o *PublicAssociationDefinitionCreateRequest) SetName(v string)
SetName sets field value
type PublicAssociationDefinitionUpdateRequest ¶
type PublicAssociationDefinitionUpdateRequest struct { Label string `json:"label"` AssociationTypeId int32 `json:"associationTypeId"` }
PublicAssociationDefinitionUpdateRequest struct for PublicAssociationDefinitionUpdateRequest
func NewPublicAssociationDefinitionUpdateRequest ¶
func NewPublicAssociationDefinitionUpdateRequest(label string, associationTypeId int32) *PublicAssociationDefinitionUpdateRequest
NewPublicAssociationDefinitionUpdateRequest instantiates a new PublicAssociationDefinitionUpdateRequest 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 NewPublicAssociationDefinitionUpdateRequestWithDefaults ¶
func NewPublicAssociationDefinitionUpdateRequestWithDefaults() *PublicAssociationDefinitionUpdateRequest
NewPublicAssociationDefinitionUpdateRequestWithDefaults instantiates a new PublicAssociationDefinitionUpdateRequest 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 (*PublicAssociationDefinitionUpdateRequest) GetAssociationTypeId ¶
func (o *PublicAssociationDefinitionUpdateRequest) GetAssociationTypeId() int32
GetAssociationTypeId returns the AssociationTypeId field value
func (*PublicAssociationDefinitionUpdateRequest) GetAssociationTypeIdOk ¶
func (o *PublicAssociationDefinitionUpdateRequest) GetAssociationTypeIdOk() (*int32, bool)
GetAssociationTypeIdOk returns a tuple with the AssociationTypeId field value and a boolean to check if the value has been set.
func (*PublicAssociationDefinitionUpdateRequest) GetLabel ¶
func (o *PublicAssociationDefinitionUpdateRequest) GetLabel() string
GetLabel returns the Label field value
func (*PublicAssociationDefinitionUpdateRequest) GetLabelOk ¶
func (o *PublicAssociationDefinitionUpdateRequest) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (PublicAssociationDefinitionUpdateRequest) MarshalJSON ¶
func (o PublicAssociationDefinitionUpdateRequest) MarshalJSON() ([]byte, error)
func (*PublicAssociationDefinitionUpdateRequest) SetAssociationTypeId ¶
func (o *PublicAssociationDefinitionUpdateRequest) SetAssociationTypeId(v int32)
SetAssociationTypeId sets field value
func (*PublicAssociationDefinitionUpdateRequest) SetLabel ¶
func (o *PublicAssociationDefinitionUpdateRequest) SetLabel(v string)
SetLabel sets field value
type PublicAssociationMultiArchive ¶
type PublicAssociationMultiArchive struct { From PublicObjectId `json:"from"` To []PublicObjectId `json:"to"` }
PublicAssociationMultiArchive struct for PublicAssociationMultiArchive
func NewPublicAssociationMultiArchive ¶
func NewPublicAssociationMultiArchive(from PublicObjectId, to []PublicObjectId) *PublicAssociationMultiArchive
NewPublicAssociationMultiArchive instantiates a new PublicAssociationMultiArchive 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 NewPublicAssociationMultiArchiveWithDefaults ¶
func NewPublicAssociationMultiArchiveWithDefaults() *PublicAssociationMultiArchive
NewPublicAssociationMultiArchiveWithDefaults instantiates a new PublicAssociationMultiArchive 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 (*PublicAssociationMultiArchive) GetFrom ¶
func (o *PublicAssociationMultiArchive) GetFrom() PublicObjectId
GetFrom returns the From field value
func (*PublicAssociationMultiArchive) GetFromOk ¶
func (o *PublicAssociationMultiArchive) GetFromOk() (*PublicObjectId, bool)
GetFromOk returns a tuple with the From field value and a boolean to check if the value has been set.
func (*PublicAssociationMultiArchive) GetTo ¶
func (o *PublicAssociationMultiArchive) GetTo() []PublicObjectId
GetTo returns the To field value
func (*PublicAssociationMultiArchive) GetToOk ¶
func (o *PublicAssociationMultiArchive) GetToOk() ([]PublicObjectId, bool)
GetToOk returns a tuple with the To field value and a boolean to check if the value has been set.
func (PublicAssociationMultiArchive) MarshalJSON ¶
func (o PublicAssociationMultiArchive) MarshalJSON() ([]byte, error)
func (*PublicAssociationMultiArchive) SetFrom ¶
func (o *PublicAssociationMultiArchive) SetFrom(v PublicObjectId)
SetFrom sets field value
func (*PublicAssociationMultiArchive) SetTo ¶
func (o *PublicAssociationMultiArchive) SetTo(v []PublicObjectId)
SetTo sets field value
type PublicAssociationMultiPost ¶
type PublicAssociationMultiPost struct { From PublicObjectId `json:"from"` To PublicObjectId `json:"to"` Types []AssociationSpec `json:"types"` }
PublicAssociationMultiPost struct for PublicAssociationMultiPost
func NewPublicAssociationMultiPost ¶
func NewPublicAssociationMultiPost(from PublicObjectId, to PublicObjectId, types []AssociationSpec) *PublicAssociationMultiPost
NewPublicAssociationMultiPost instantiates a new PublicAssociationMultiPost 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 NewPublicAssociationMultiPostWithDefaults ¶
func NewPublicAssociationMultiPostWithDefaults() *PublicAssociationMultiPost
NewPublicAssociationMultiPostWithDefaults instantiates a new PublicAssociationMultiPost 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 (*PublicAssociationMultiPost) GetFrom ¶
func (o *PublicAssociationMultiPost) GetFrom() PublicObjectId
GetFrom returns the From field value
func (*PublicAssociationMultiPost) GetFromOk ¶
func (o *PublicAssociationMultiPost) GetFromOk() (*PublicObjectId, bool)
GetFromOk returns a tuple with the From field value and a boolean to check if the value has been set.
func (*PublicAssociationMultiPost) GetTo ¶
func (o *PublicAssociationMultiPost) GetTo() PublicObjectId
GetTo returns the To field value
func (*PublicAssociationMultiPost) GetToOk ¶
func (o *PublicAssociationMultiPost) GetToOk() (*PublicObjectId, bool)
GetToOk returns a tuple with the To field value and a boolean to check if the value has been set.
func (*PublicAssociationMultiPost) GetTypes ¶
func (o *PublicAssociationMultiPost) GetTypes() []AssociationSpec
GetTypes returns the Types field value
func (*PublicAssociationMultiPost) GetTypesOk ¶
func (o *PublicAssociationMultiPost) GetTypesOk() ([]AssociationSpec, bool)
GetTypesOk returns a tuple with the Types field value and a boolean to check if the value has been set.
func (PublicAssociationMultiPost) MarshalJSON ¶
func (o PublicAssociationMultiPost) MarshalJSON() ([]byte, error)
func (*PublicAssociationMultiPost) SetFrom ¶
func (o *PublicAssociationMultiPost) SetFrom(v PublicObjectId)
SetFrom sets field value
func (*PublicAssociationMultiPost) SetTo ¶
func (o *PublicAssociationMultiPost) SetTo(v PublicObjectId)
SetTo sets field value
func (*PublicAssociationMultiPost) SetTypes ¶
func (o *PublicAssociationMultiPost) SetTypes(v []AssociationSpec)
SetTypes sets field value
type PublicAssociationMultiWithLabel ¶
type PublicAssociationMultiWithLabel struct { From PublicObjectId `json:"from"` To []MultiAssociatedObjectWithLabel `json:"to"` Paging *Paging `json:"paging,omitempty"` }
PublicAssociationMultiWithLabel struct for PublicAssociationMultiWithLabel
func NewPublicAssociationMultiWithLabel ¶
func NewPublicAssociationMultiWithLabel(from PublicObjectId, to []MultiAssociatedObjectWithLabel) *PublicAssociationMultiWithLabel
NewPublicAssociationMultiWithLabel instantiates a new PublicAssociationMultiWithLabel 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 NewPublicAssociationMultiWithLabelWithDefaults ¶
func NewPublicAssociationMultiWithLabelWithDefaults() *PublicAssociationMultiWithLabel
NewPublicAssociationMultiWithLabelWithDefaults instantiates a new PublicAssociationMultiWithLabel 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 (*PublicAssociationMultiWithLabel) GetFrom ¶
func (o *PublicAssociationMultiWithLabel) GetFrom() PublicObjectId
GetFrom returns the From field value
func (*PublicAssociationMultiWithLabel) GetFromOk ¶
func (o *PublicAssociationMultiWithLabel) GetFromOk() (*PublicObjectId, bool)
GetFromOk returns a tuple with the From field value and a boolean to check if the value has been set.
func (*PublicAssociationMultiWithLabel) GetPaging ¶
func (o *PublicAssociationMultiWithLabel) GetPaging() Paging
GetPaging returns the Paging field value if set, zero value otherwise.
func (*PublicAssociationMultiWithLabel) GetPagingOk ¶
func (o *PublicAssociationMultiWithLabel) 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 (*PublicAssociationMultiWithLabel) GetTo ¶
func (o *PublicAssociationMultiWithLabel) GetTo() []MultiAssociatedObjectWithLabel
GetTo returns the To field value
func (*PublicAssociationMultiWithLabel) GetToOk ¶
func (o *PublicAssociationMultiWithLabel) GetToOk() ([]MultiAssociatedObjectWithLabel, bool)
GetToOk returns a tuple with the To field value and a boolean to check if the value has been set.
func (*PublicAssociationMultiWithLabel) HasPaging ¶
func (o *PublicAssociationMultiWithLabel) HasPaging() bool
HasPaging returns a boolean if a field has been set.
func (PublicAssociationMultiWithLabel) MarshalJSON ¶
func (o PublicAssociationMultiWithLabel) MarshalJSON() ([]byte, error)
func (*PublicAssociationMultiWithLabel) SetFrom ¶
func (o *PublicAssociationMultiWithLabel) SetFrom(v PublicObjectId)
SetFrom sets field value
func (*PublicAssociationMultiWithLabel) SetPaging ¶
func (o *PublicAssociationMultiWithLabel) SetPaging(v Paging)
SetPaging gets a reference to the given Paging and assigns it to the Paging field.
func (*PublicAssociationMultiWithLabel) SetTo ¶
func (o *PublicAssociationMultiWithLabel) SetTo(v []MultiAssociatedObjectWithLabel)
SetTo sets field value
type PublicFetchAssociationsBatchRequest ¶
type PublicFetchAssociationsBatchRequest struct { Id string `json:"id"` After *string `json:"after,omitempty"` }
PublicFetchAssociationsBatchRequest struct for PublicFetchAssociationsBatchRequest
func NewPublicFetchAssociationsBatchRequest ¶
func NewPublicFetchAssociationsBatchRequest(id string) *PublicFetchAssociationsBatchRequest
NewPublicFetchAssociationsBatchRequest instantiates a new PublicFetchAssociationsBatchRequest 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 NewPublicFetchAssociationsBatchRequestWithDefaults ¶
func NewPublicFetchAssociationsBatchRequestWithDefaults() *PublicFetchAssociationsBatchRequest
NewPublicFetchAssociationsBatchRequestWithDefaults instantiates a new PublicFetchAssociationsBatchRequest 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 (*PublicFetchAssociationsBatchRequest) GetAfter ¶
func (o *PublicFetchAssociationsBatchRequest) GetAfter() string
GetAfter returns the After field value if set, zero value otherwise.
func (*PublicFetchAssociationsBatchRequest) GetAfterOk ¶
func (o *PublicFetchAssociationsBatchRequest) GetAfterOk() (*string, bool)
GetAfterOk returns a tuple with the After field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PublicFetchAssociationsBatchRequest) GetId ¶
func (o *PublicFetchAssociationsBatchRequest) GetId() string
GetId returns the Id field value
func (*PublicFetchAssociationsBatchRequest) GetIdOk ¶
func (o *PublicFetchAssociationsBatchRequest) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*PublicFetchAssociationsBatchRequest) HasAfter ¶
func (o *PublicFetchAssociationsBatchRequest) HasAfter() bool
HasAfter returns a boolean if a field has been set.
func (PublicFetchAssociationsBatchRequest) MarshalJSON ¶
func (o PublicFetchAssociationsBatchRequest) MarshalJSON() ([]byte, error)
func (*PublicFetchAssociationsBatchRequest) SetAfter ¶
func (o *PublicFetchAssociationsBatchRequest) SetAfter(v string)
SetAfter gets a reference to the given string and assigns it to the After field.
func (*PublicFetchAssociationsBatchRequest) SetId ¶
func (o *PublicFetchAssociationsBatchRequest) SetId(v string)
SetId sets field value
type PublicObjectId ¶
type PublicObjectId struct {
Id string `json:"id"`
}
PublicObjectId struct for PublicObjectId
func NewPublicObjectId ¶
func NewPublicObjectId(id string) *PublicObjectId
NewPublicObjectId instantiates a new PublicObjectId 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 NewPublicObjectIdWithDefaults ¶
func NewPublicObjectIdWithDefaults() *PublicObjectId
NewPublicObjectIdWithDefaults instantiates a new PublicObjectId 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 (*PublicObjectId) GetId ¶
func (o *PublicObjectId) GetId() string
GetId returns the Id field value
func (*PublicObjectId) GetIdOk ¶
func (o *PublicObjectId) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (PublicObjectId) MarshalJSON ¶
func (o PublicObjectId) MarshalJSON() ([]byte, error)
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 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.
Source Files ¶
- api_association_definitions.go
- api_associations_batch.go
- client.go
- configuration.go
- model_association_spec.go
- model_association_spec_with_label.go
- model_batch_input_public_association_multi_archive.go
- model_batch_input_public_association_multi_post.go
- model_batch_input_public_fetch_associations_batch_request.go
- model_batch_response_labels_between_object_pair.go
- model_batch_response_labels_between_object_pair_with_errors.go
- model_batch_response_public_association_multi_with_label.go
- model_batch_response_public_association_multi_with_label_with_errors.go
- model_collection_response_association_spec_with_label_no_paging.go
- model_error.go
- model_error_category.go
- model_error_detail.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_association_definition_create_request.go
- model_public_association_definition_update_request.go
- model_public_association_multi_archive.go
- model_public_association_multi_post.go
- model_public_association_multi_with_label.go
- model_public_fetch_associations_batch_request.go
- model_public_object_id.go
- model_standard_error.go
- response.go
- utils.go