Documentation
¶
Overview ¶
Package client defines an HTTP client for communicating with the web services. It includes the definition of request/response types as well as provides helpers for calling specific helpers.
nolint:stylecheck,gocritic,revive
Package client defines an HTTP client for communicating with the web services. It includes the definition of request/response types as well as provides helpers for calling specific helpers.
Package client defines an HTTP client for communicating with the web services. It includes the definition of request/response types as well as provides helpers for calling specific helpers.
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type AccessTokenItemLinks
- func (o *AccessTokenItemLinks) GetAuthor() HalLinkData
- func (o *AccessTokenItemLinks) GetAuthorOk() (*HalLinkData, bool)
- func (o *AccessTokenItemLinks) GetDelete() HalLinkData
- func (o *AccessTokenItemLinks) GetDeleteOk() (*HalLinkData, bool)
- func (o *AccessTokenItemLinks) GetSelf() HalLinkData
- func (o *AccessTokenItemLinks) GetSelfOk() (*HalLinkData, bool)
- func (o *AccessTokenItemLinks) HasAuthor() bool
- func (o *AccessTokenItemLinks) HasDelete() bool
- func (o AccessTokenItemLinks) MarshalJSON() ([]byte, error)
- func (o *AccessTokenItemLinks) SetAuthor(v HalLinkData)
- func (o *AccessTokenItemLinks) SetDelete(v HalLinkData)
- func (o *AccessTokenItemLinks) SetSelf(v HalLinkData)
- func (o AccessTokenItemLinks) ToMap() (map[string]interface{}, error)
- func (o *AccessTokenItemLinks) UnmarshalJSON(data []byte) (err error)
- type AccountSummaryItem
- func (o *AccountSummaryItem) GetAccountType() AccountType
- func (o *AccountSummaryItem) GetAccountTypeOk() (*AccountType, bool)
- func (o *AccountSummaryItem) GetLinks() AccountSummaryLinks
- func (o *AccountSummaryItem) GetLinksOk() (*AccountSummaryLinks, bool)
- func (o *AccountSummaryItem) GetMetadata() CommonMetadata
- func (o *AccountSummaryItem) GetMetadataOk() (*CommonMetadata, bool)
- func (o *AccountSummaryItem) GetName() string
- func (o *AccountSummaryItem) GetNameOk() (*string, bool)
- func (o *AccountSummaryItem) GetTitle() string
- func (o *AccountSummaryItem) GetTitleOk() (*string, bool)
- func (o *AccountSummaryItem) HasTitle() bool
- func (o AccountSummaryItem) MarshalJSON() ([]byte, error)
- func (o *AccountSummaryItem) SetAccountType(v AccountType)
- func (o *AccountSummaryItem) SetLinks(v AccountSummaryLinks)
- func (o *AccountSummaryItem) SetMetadata(v CommonMetadata)
- func (o *AccountSummaryItem) SetName(v string)
- func (o *AccountSummaryItem) SetTitle(v string)
- func (o AccountSummaryItem) ToMap() (map[string]interface{}, error)
- func (o *AccountSummaryItem) UnmarshalJSON(data []byte) (err error)
- type AccountSummaryLinks
- func (o *AccountSummaryLinks) GetDescribedby() HalLinkData
- func (o *AccountSummaryLinks) GetDescribedbyOk() (*HalLinkData, bool)
- func (o *AccountSummaryLinks) GetSelf() HalLinkData
- func (o *AccountSummaryLinks) GetSelfOk() (*HalLinkData, bool)
- func (o AccountSummaryLinks) MarshalJSON() ([]byte, error)
- func (o *AccountSummaryLinks) SetDescribedby(v HalLinkData)
- func (o *AccountSummaryLinks) SetSelf(v HalLinkData)
- func (o AccountSummaryLinks) ToMap() (map[string]interface{}, error)
- func (o *AccountSummaryLinks) UnmarshalJSON(data []byte) (err error)
- type AccountType
- type AdditionalTool
- func (o *AdditionalTool) GetDescription() string
- func (o *AdditionalTool) GetDescriptionOk() (*string, bool)
- func (o *AdditionalTool) GetName() string
- func (o *AdditionalTool) GetNameOk() (*string, bool)
- func (o *AdditionalTool) GetTitle() string
- func (o *AdditionalTool) GetTitleOk() (*string, bool)
- func (o *AdditionalTool) GetVersion() string
- func (o *AdditionalTool) GetVersionOk() (*string, bool)
- func (o AdditionalTool) MarshalJSON() ([]byte, error)
- func (o *AdditionalTool) SetDescription(v string)
- func (o *AdditionalTool) SetName(v string)
- func (o *AdditionalTool) SetTitle(v string)
- func (o *AdditionalTool) SetVersion(v string)
- func (o AdditionalTool) ToMap() (map[string]interface{}, error)
- func (o *AdditionalTool) UnmarshalJSON(data []byte) (err error)
- type ApiAddFPGAAdminRequest
- type ApiCancelBuildJobRequest
- type ApiCancelFpgaJobRequest
- type ApiCancelGenericWorkJobRequest
- type ApiCancelIntellisenseJobRequest
- type ApiCancelVhtRunJobRequest
- type ApiCheckEntitlementsRequest
- type ApiCheckFPGAPayloadStatusRequest
- type ApiClearFpgaJobArtefactRequest
- type ApiClearVhtInstanceArtefactRequest
- type ApiClearWorkspaceArchiveContentRequest
- func (r ApiClearWorkspaceArchiveContentRequest) AcceptVersion(acceptVersion string) ApiClearWorkspaceArchiveContentRequest
- func (r ApiClearWorkspaceArchiveContentRequest) Execute() (*http.Response, error)
- func (r ApiClearWorkspaceArchiveContentRequest) TusResumable(tusResumable string) ApiClearWorkspaceArchiveContentRequest
- type ApiClearWorkspaceIncrementalChunkRequest
- func (r ApiClearWorkspaceIncrementalChunkRequest) AcceptVersion(acceptVersion string) ApiClearWorkspaceIncrementalChunkRequest
- func (r ApiClearWorkspaceIncrementalChunkRequest) Execute() (*http.Response, error)
- func (r ApiClearWorkspaceIncrementalChunkRequest) TusResumable(tusResumable string) ApiClearWorkspaceIncrementalChunkRequest
- type ApiClearWorkspaceRepositoryContentManagerRequest
- type ApiCommissionFpgaRequest
- type ApiCompleteFpgaJobRequest
- type ApiCompleteGenericWorkJobRequest
- type ApiControlGenericWorkJobRequest
- func (r ApiControlGenericWorkJobRequest) AcceptVersion(acceptVersion string) ApiControlGenericWorkJobRequest
- func (r ApiControlGenericWorkJobRequest) Execute() (*GenericWorkJobItem, *http.Response, error)
- func (r ApiControlGenericWorkJobRequest) GenericWorkJobControlCommandItem(genericWorkJobControlCommandItem GenericWorkJobControlCommandItem) ApiControlGenericWorkJobRequest
- type ApiCreateCompositeWorkspaceChunkRequest
- func (r ApiCreateCompositeWorkspaceChunkRequest) AcceptVersion(acceptVersion string) ApiCreateCompositeWorkspaceChunkRequest
- func (r ApiCreateCompositeWorkspaceChunkRequest) Execute() (*http.Response, error)
- func (r ApiCreateCompositeWorkspaceChunkRequest) TusResumable(tusResumable string) ApiCreateCompositeWorkspaceChunkRequest
- func (r ApiCreateCompositeWorkspaceChunkRequest) UploadConcat(uploadConcat string) ApiCreateCompositeWorkspaceChunkRequest
- func (r ApiCreateCompositeWorkspaceChunkRequest) UploadDeferLength(uploadDeferLength int32) ApiCreateCompositeWorkspaceChunkRequest
- func (r ApiCreateCompositeWorkspaceChunkRequest) UploadLength(uploadLength int64) ApiCreateCompositeWorkspaceChunkRequest
- func (r ApiCreateCompositeWorkspaceChunkRequest) UploadMetadata(uploadMetadata string) ApiCreateCompositeWorkspaceChunkRequest
- type ApiCreateFPGAPayloadRequest
- func (r ApiCreateFPGAPayloadRequest) AcceptVersion(acceptVersion string) ApiCreateFPGAPayloadRequest
- func (r ApiCreateFPGAPayloadRequest) Execute() (*FPGAPayloadItem, *http.Response, error)
- func (r ApiCreateFPGAPayloadRequest) FPGAPayloadItem(fPGAPayloadItem FPGAPayloadItem) ApiCreateFPGAPayloadRequest
- type ApiCreateFPGAPayloadUploadSessionRequest
- func (r ApiCreateFPGAPayloadUploadSessionRequest) AcceptVersion(acceptVersion string) ApiCreateFPGAPayloadUploadSessionRequest
- func (r ApiCreateFPGAPayloadUploadSessionRequest) Execute() (*http.Response, error)
- func (r ApiCreateFPGAPayloadUploadSessionRequest) TusResumable(tusResumable string) ApiCreateFPGAPayloadUploadSessionRequest
- func (r ApiCreateFPGAPayloadUploadSessionRequest) UploadDeferLength(uploadDeferLength int32) ApiCreateFPGAPayloadUploadSessionRequest
- func (r ApiCreateFPGAPayloadUploadSessionRequest) UploadLength(uploadLength int64) ApiCreateFPGAPayloadUploadSessionRequest
- func (r ApiCreateFPGAPayloadUploadSessionRequest) UploadMetadata(uploadMetadata string) ApiCreateFPGAPayloadUploadSessionRequest
- type ApiCreateFpgaJobArtefactManagerRequest
- func (r ApiCreateFpgaJobArtefactManagerRequest) AcceptVersion(acceptVersion string) ApiCreateFpgaJobArtefactManagerRequest
- func (r ApiCreateFpgaJobArtefactManagerRequest) ArtefactManagerItem(artefactManagerItem ArtefactManagerItem) ApiCreateFpgaJobArtefactManagerRequest
- func (r ApiCreateFpgaJobArtefactManagerRequest) Execute() (*ArtefactManagerItem, *http.Response, error)
- type ApiCreatePATRequest
- type ApiCreateSATRequest
- type ApiCreateServiceAccountRequest
- func (r ApiCreateServiceAccountRequest) AcceptVersion(acceptVersion string) ApiCreateServiceAccountRequest
- func (r ApiCreateServiceAccountRequest) Execute() (*ServiceAccountItem, *http.Response, error)
- func (r ApiCreateServiceAccountRequest) ServiceAccountItem(serviceAccountItem ServiceAccountItem) ApiCreateServiceAccountRequest
- type ApiCreateVendorRequest
- type ApiCreateWorkspaceRequest
- func (r ApiCreateWorkspaceRequest) AcceptVersion(acceptVersion string) ApiCreateWorkspaceRequest
- func (r ApiCreateWorkspaceRequest) Execute() (*WorkspaceItem, *http.Response, error)
- func (r ApiCreateWorkspaceRequest) TusResumable(tusResumable string) ApiCreateWorkspaceRequest
- func (r ApiCreateWorkspaceRequest) UploadDeferLength(uploadDeferLength int32) ApiCreateWorkspaceRequest
- func (r ApiCreateWorkspaceRequest) UploadLength(uploadLength int64) ApiCreateWorkspaceRequest
- func (r ApiCreateWorkspaceRequest) UploadMetadata(uploadMetadata string) ApiCreateWorkspaceRequest
- func (r ApiCreateWorkspaceRequest) WorkspaceItem(workspaceItem WorkspaceItem) ApiCreateWorkspaceRequest
- type ApiDecommissionFpgaRequest
- type ApiDeleteBuildJobRequest
- type ApiDeleteFpgaJobRequest
- type ApiDeleteFpgaPayloadRequest
- type ApiDeleteGenericWorkJobRequest
- type ApiDeleteIntellisenseJobRequest
- type ApiDeletePATRequest
- type ApiDeleteSATRequest
- type ApiDeleteServiceAccountRequest
- type ApiDeleteUserRequest
- type ApiDeleteVhtInstanceRequest
- type ApiDeleteVhtRunJobRequest
- type ApiDeleteWorkspaceRequest
- type ApiDownloadFpgaJobArtefactRequest
- func (r ApiDownloadFpgaJobArtefactRequest) AcceptVersion(acceptVersion string) ApiDownloadFpgaJobArtefactRequest
- func (r ApiDownloadFpgaJobArtefactRequest) Execute() (*os.File, *http.Response, error)
- func (r ApiDownloadFpgaJobArtefactRequest) IfNoneMatch(ifNoneMatch string) ApiDownloadFpgaJobArtefactRequest
- type ApiDownloadSpecificFpgaJobArtefactRequest
- func (r ApiDownloadSpecificFpgaJobArtefactRequest) AcceptVersion(acceptVersion string) ApiDownloadSpecificFpgaJobArtefactRequest
- func (r ApiDownloadSpecificFpgaJobArtefactRequest) Execute() (*os.File, *http.Response, error)
- func (r ApiDownloadSpecificFpgaJobArtefactRequest) IfNoneMatch(ifNoneMatch string) ApiDownloadSpecificFpgaJobArtefactRequest
- type ApiDownloadVhtInstanceArtefactRequest
- func (r ApiDownloadVhtInstanceArtefactRequest) AcceptVersion(acceptVersion string) ApiDownloadVhtInstanceArtefactRequest
- func (r ApiDownloadVhtInstanceArtefactRequest) Execute() (*os.File, *http.Response, error)
- func (r ApiDownloadVhtInstanceArtefactRequest) IfNoneMatch(ifNoneMatch string) ApiDownloadVhtInstanceArtefactRequest
- type ApiEditServiceAccountRequest
- func (r ApiEditServiceAccountRequest) AcceptVersion(acceptVersion string) ApiEditServiceAccountRequest
- func (r ApiEditServiceAccountRequest) Execute() (*ServiceAccountItem, *http.Response, error)
- func (r ApiEditServiceAccountRequest) IfMatch(ifMatch string) ApiEditServiceAccountRequest
- func (r ApiEditServiceAccountRequest) ServiceAccountItem(serviceAccountItem ServiceAccountItem) ApiEditServiceAccountRequest
- type ApiEditWorkspaceRepositoryContentManagerRequest
- func (r ApiEditWorkspaceRepositoryContentManagerRequest) AcceptVersion(acceptVersion string) ApiEditWorkspaceRepositoryContentManagerRequest
- func (r ApiEditWorkspaceRepositoryContentManagerRequest) Execute() (*WorkspaceRepositoryContentManager, *http.Response, error)
- func (r ApiEditWorkspaceRepositoryContentManagerRequest) IfMatch(ifMatch string) ApiEditWorkspaceRepositoryContentManagerRequest
- func (r ApiEditWorkspaceRepositoryContentManagerRequest) WorkspaceRepositoryContentManager(workspaceRepositoryContentManager WorkspaceRepositoryContentManager) ApiEditWorkspaceRepositoryContentManagerRequest
- type ApiGetAlternativeFpgaPayloadUploadProgressRequest
- func (r ApiGetAlternativeFpgaPayloadUploadProgressRequest) AcceptVersion(acceptVersion string) ApiGetAlternativeFpgaPayloadUploadProgressRequest
- func (r ApiGetAlternativeFpgaPayloadUploadProgressRequest) Execute() (*http.Response, error)
- func (r ApiGetAlternativeFpgaPayloadUploadProgressRequest) XHTTPMethodOverride(xHTTPMethodOverride string) ApiGetAlternativeFpgaPayloadUploadProgressRequest
- type ApiGetBuildArtefactRequest
- type ApiGetBuildJobArtefactManagerRequest
- func (r ApiGetBuildJobArtefactManagerRequest) AcceptVersion(acceptVersion string) ApiGetBuildJobArtefactManagerRequest
- func (r ApiGetBuildJobArtefactManagerRequest) Execute() (*ArtefactManagerItem, *http.Response, error)
- func (r ApiGetBuildJobArtefactManagerRequest) IfNoneMatch(ifNoneMatch string) ApiGetBuildJobArtefactManagerRequest
- type ApiGetBuildJobRequest
- type ApiGetBuildMessagesRequest
- func (r ApiGetBuildMessagesRequest) AcceptVersion(acceptVersion string) ApiGetBuildMessagesRequest
- func (r ApiGetBuildMessagesRequest) Execute() (*BuildMessageItem, *http.Response, error)
- func (r *ApiGetBuildMessagesRequest) FollowGetBuildMessagesLink(link string) (*BuildMessageItem, *http.Response, error)
- func (r ApiGetBuildMessagesRequest) IfNoneMatch(ifNoneMatch string) ApiGetBuildMessagesRequest
- func (r ApiGetBuildMessagesRequest) Limit(limit int32) ApiGetBuildMessagesRequest
- func (r ApiGetBuildMessagesRequest) Offset(offset int32) ApiGetBuildMessagesRequest
- type ApiGetBuildOutputArtefactRequest
- func (r ApiGetBuildOutputArtefactRequest) AcceptVersion(acceptVersion string) ApiGetBuildOutputArtefactRequest
- func (r ApiGetBuildOutputArtefactRequest) Execute() (*os.File, *http.Response, error)
- func (r ApiGetBuildOutputArtefactRequest) IfNoneMatch(ifNoneMatch string) ApiGetBuildOutputArtefactRequest
- type ApiGetChunkedWorkspaceUploadProgressRequest
- func (r ApiGetChunkedWorkspaceUploadProgressRequest) AcceptVersion(acceptVersion string) ApiGetChunkedWorkspaceUploadProgressRequest
- func (r ApiGetChunkedWorkspaceUploadProgressRequest) Execute() (*http.Response, error)
- func (r ApiGetChunkedWorkspaceUploadProgressRequest) TusResumable(tusResumable string) ApiGetChunkedWorkspaceUploadProgressRequest
- type ApiGetCmsisBuilderRequest
- type ApiGetCmsisIntellisenseRequest
- func (r ApiGetCmsisIntellisenseRequest) AcceptVersion(acceptVersion string) ApiGetCmsisIntellisenseRequest
- func (r ApiGetCmsisIntellisenseRequest) Execute() (*CmsisIntellisenseItem, *http.Response, error)
- func (r ApiGetCmsisIntellisenseRequest) IfNoneMatch(ifNoneMatch string) ApiGetCmsisIntellisenseRequest
- type ApiGetCompositeWorkspaceUploadOptionsRequest
- type ApiGetCompositeWorkspaceUploadSupportRequest
- type ApiGetCurrentFpgaJobRequest
- type ApiGetDeprecationNoticeRequest
- func (r ApiGetDeprecationNoticeRequest) AcceptVersion(acceptVersion string) ApiGetDeprecationNoticeRequest
- func (r ApiGetDeprecationNoticeRequest) Execute() (*EndpointDeprecationNotice, *http.Response, error)
- func (r ApiGetDeprecationNoticeRequest) IfNoneMatch(ifNoneMatch string) ApiGetDeprecationNoticeRequest
- type ApiGetFPGAEntitlementRequest
- type ApiGetFpgaConnectionRequest
- type ApiGetFpgaJobArtefactManagerRequest
- func (r ApiGetFpgaJobArtefactManagerRequest) AcceptVersion(acceptVersion string) ApiGetFpgaJobArtefactManagerRequest
- func (r ApiGetFpgaJobArtefactManagerRequest) Execute() (*ArtefactManagerItem, *http.Response, error)
- func (r ApiGetFpgaJobArtefactManagerRequest) IfNoneMatch(ifNoneMatch string) ApiGetFpgaJobArtefactManagerRequest
- type ApiGetFpgaJobMessagesRequest
- func (r ApiGetFpgaJobMessagesRequest) AcceptVersion(acceptVersion string) ApiGetFpgaJobMessagesRequest
- func (r ApiGetFpgaJobMessagesRequest) Execute() (*NotificationFeed, *http.Response, error)
- func (r *ApiGetFpgaJobMessagesRequest) FollowGetFpgaJobMessagesLink(link string) (*NotificationFeed, *http.Response, error)
- func (r ApiGetFpgaJobMessagesRequest) IfNoneMatch(ifNoneMatch string) ApiGetFpgaJobMessagesRequest
- func (r ApiGetFpgaJobMessagesRequest) Limit(limit int32) ApiGetFpgaJobMessagesRequest
- func (r ApiGetFpgaJobMessagesRequest) Offset(offset int32) ApiGetFpgaJobMessagesRequest
- type ApiGetFpgaJobRequest
- type ApiGetFpgaPayloadRequest
- type ApiGetFpgaPayloadUploadJobMessagesRequest
- func (r ApiGetFpgaPayloadUploadJobMessagesRequest) AcceptVersion(acceptVersion string) ApiGetFpgaPayloadUploadJobMessagesRequest
- func (r ApiGetFpgaPayloadUploadJobMessagesRequest) Execute() (*NotificationFeed, *http.Response, error)
- func (r *ApiGetFpgaPayloadUploadJobMessagesRequest) FollowGetFpgaPayloadUploadJobMessagesLink(link string) (*NotificationFeed, *http.Response, error)
- func (r ApiGetFpgaPayloadUploadJobMessagesRequest) IfNoneMatch(ifNoneMatch string) ApiGetFpgaPayloadUploadJobMessagesRequest
- func (r ApiGetFpgaPayloadUploadJobMessagesRequest) Limit(limit int32) ApiGetFpgaPayloadUploadJobMessagesRequest
- func (r ApiGetFpgaPayloadUploadJobMessagesRequest) Offset(offset int32) ApiGetFpgaPayloadUploadJobMessagesRequest
- type ApiGetFpgaPayloadUploadOptionsRequest
- type ApiGetFpgaPayloadUploadProgressRequest
- type ApiGetFpgaRequest
- type ApiGetGenericWorkJobArtefactManagerRequest
- func (r ApiGetGenericWorkJobArtefactManagerRequest) AcceptVersion(acceptVersion string) ApiGetGenericWorkJobArtefactManagerRequest
- func (r ApiGetGenericWorkJobArtefactManagerRequest) Execute() (*ArtefactManagerItem, *http.Response, error)
- func (r ApiGetGenericWorkJobArtefactManagerRequest) IfNoneMatch(ifNoneMatch string) ApiGetGenericWorkJobArtefactManagerRequest
- type ApiGetGenericWorkJobMessagesRequest
- func (r ApiGetGenericWorkJobMessagesRequest) AcceptVersion(acceptVersion string) ApiGetGenericWorkJobMessagesRequest
- func (r ApiGetGenericWorkJobMessagesRequest) Execute() (*NotificationFeed, *http.Response, error)
- func (r *ApiGetGenericWorkJobMessagesRequest) FollowGetGenericWorkJobMessagesLink(link string) (*NotificationFeed, *http.Response, error)
- func (r ApiGetGenericWorkJobMessagesRequest) IfNoneMatch(ifNoneMatch string) ApiGetGenericWorkJobMessagesRequest
- func (r ApiGetGenericWorkJobMessagesRequest) Limit(limit int32) ApiGetGenericWorkJobMessagesRequest
- func (r ApiGetGenericWorkJobMessagesRequest) Offset(offset int32) ApiGetGenericWorkJobMessagesRequest
- type ApiGetGenericWorkJobOutputArtefactRequest
- func (r ApiGetGenericWorkJobOutputArtefactRequest) AcceptVersion(acceptVersion string) ApiGetGenericWorkJobOutputArtefactRequest
- func (r ApiGetGenericWorkJobOutputArtefactRequest) Execute() (*os.File, *http.Response, error)
- func (r ApiGetGenericWorkJobOutputArtefactRequest) IfNoneMatch(ifNoneMatch string) ApiGetGenericWorkJobOutputArtefactRequest
- type ApiGetGenericWorkJobRequest
- type ApiGetGenericWorkerRequest
- type ApiGetIntellisenseArtefactRequest
- type ApiGetIntellisenseJobArtefactManagerRequest
- func (r ApiGetIntellisenseJobArtefactManagerRequest) AcceptVersion(acceptVersion string) ApiGetIntellisenseJobArtefactManagerRequest
- func (r ApiGetIntellisenseJobArtefactManagerRequest) Execute() (*ArtefactManagerItem, *http.Response, error)
- func (r ApiGetIntellisenseJobArtefactManagerRequest) IfNoneMatch(ifNoneMatch string) ApiGetIntellisenseJobArtefactManagerRequest
- type ApiGetIntellisenseJobRequest
- type ApiGetIntellisenseMessagesRequest
- func (r ApiGetIntellisenseMessagesRequest) AcceptVersion(acceptVersion string) ApiGetIntellisenseMessagesRequest
- func (r ApiGetIntellisenseMessagesRequest) Execute() (*IntellisenseMessageItem, *http.Response, error)
- func (r *ApiGetIntellisenseMessagesRequest) FollowGetIntellisenseMessagesLink(link string) (*IntellisenseMessageItem, *http.Response, error)
- func (r ApiGetIntellisenseMessagesRequest) IfNoneMatch(ifNoneMatch string) ApiGetIntellisenseMessagesRequest
- func (r ApiGetIntellisenseMessagesRequest) Limit(limit int32) ApiGetIntellisenseMessagesRequest
- func (r ApiGetIntellisenseMessagesRequest) Offset(offset int32) ApiGetIntellisenseMessagesRequest
- type ApiGetIntellisenseOutputArtefactRequest
- func (r ApiGetIntellisenseOutputArtefactRequest) AcceptVersion(acceptVersion string) ApiGetIntellisenseOutputArtefactRequest
- func (r ApiGetIntellisenseOutputArtefactRequest) Execute() (*os.File, *http.Response, error)
- func (r ApiGetIntellisenseOutputArtefactRequest) IfNoneMatch(ifNoneMatch string) ApiGetIntellisenseOutputArtefactRequest
- type ApiGetMeRequest
- type ApiGetMyAccountSummaryRequest
- type ApiGetPATRequest
- type ApiGetRootRequest
- func (r ApiGetRootRequest) AcceptVersion(acceptVersion string) ApiGetRootRequest
- func (r ApiGetRootRequest) Execute() (*SimpleCollection, *http.Response, error)
- func (r ApiGetRootRequest) IfNoneMatch(ifNoneMatch string) ApiGetRootRequest
- func (r ApiGetRootRequest) Limit(limit int32) ApiGetRootRequest
- func (r ApiGetRootRequest) Offset(offset int32) ApiGetRootRequest
- type ApiGetSATRequest
- type ApiGetServiceAccountRequest
- type ApiGetSpecificFpgaJobArtefactManagerRequest
- func (r ApiGetSpecificFpgaJobArtefactManagerRequest) AcceptVersion(acceptVersion string) ApiGetSpecificFpgaJobArtefactManagerRequest
- func (r ApiGetSpecificFpgaJobArtefactManagerRequest) Execute() (*ArtefactManagerItem, *http.Response, error)
- func (r ApiGetSpecificFpgaJobArtefactManagerRequest) IfNoneMatch(ifNoneMatch string) ApiGetSpecificFpgaJobArtefactManagerRequest
- type ApiGetSpecificFpgaJobMessagesRequest
- func (r ApiGetSpecificFpgaJobMessagesRequest) AcceptVersion(acceptVersion string) ApiGetSpecificFpgaJobMessagesRequest
- func (r ApiGetSpecificFpgaJobMessagesRequest) Execute() (*NotificationFeed, *http.Response, error)
- func (r *ApiGetSpecificFpgaJobMessagesRequest) FollowGetSpecificFpgaJobMessagesLink(link string) (*NotificationFeed, *http.Response, error)
- func (r ApiGetSpecificFpgaJobMessagesRequest) IfNoneMatch(ifNoneMatch string) ApiGetSpecificFpgaJobMessagesRequest
- func (r ApiGetSpecificFpgaJobMessagesRequest) Limit(limit int32) ApiGetSpecificFpgaJobMessagesRequest
- func (r ApiGetSpecificFpgaJobMessagesRequest) Offset(offset int32) ApiGetSpecificFpgaJobMessagesRequest
- type ApiGetSpecificFpgaJobRequest
- type ApiGetUserRequest
- type ApiGetVendorRequest
- type ApiGetVhtInstanceArtefactManagerRequest
- func (r ApiGetVhtInstanceArtefactManagerRequest) AcceptVersion(acceptVersion string) ApiGetVhtInstanceArtefactManagerRequest
- func (r ApiGetVhtInstanceArtefactManagerRequest) Execute() (*ArtefactManagerItem, *http.Response, error)
- func (r ApiGetVhtInstanceArtefactManagerRequest) IfNoneMatch(ifNoneMatch string) ApiGetVhtInstanceArtefactManagerRequest
- type ApiGetVhtInstanceMessagesRequest
- func (r ApiGetVhtInstanceMessagesRequest) AcceptVersion(acceptVersion string) ApiGetVhtInstanceMessagesRequest
- func (r ApiGetVhtInstanceMessagesRequest) Execute() (*NotificationFeed, *http.Response, error)
- func (r *ApiGetVhtInstanceMessagesRequest) FollowGetVhtInstanceMessagesLink(link string) (*NotificationFeed, *http.Response, error)
- func (r ApiGetVhtInstanceMessagesRequest) IfNoneMatch(ifNoneMatch string) ApiGetVhtInstanceMessagesRequest
- func (r ApiGetVhtInstanceMessagesRequest) Limit(limit int32) ApiGetVhtInstanceMessagesRequest
- func (r ApiGetVhtInstanceMessagesRequest) Offset(offset int32) ApiGetVhtInstanceMessagesRequest
- type ApiGetVhtInstanceRequest
- type ApiGetVhtRequest
- type ApiGetVhtRunJobMessagesRequest
- func (r ApiGetVhtRunJobMessagesRequest) AcceptVersion(acceptVersion string) ApiGetVhtRunJobMessagesRequest
- func (r ApiGetVhtRunJobMessagesRequest) Execute() (*NotificationFeed, *http.Response, error)
- func (r *ApiGetVhtRunJobMessagesRequest) FollowGetVhtRunJobMessagesLink(link string) (*NotificationFeed, *http.Response, error)
- func (r ApiGetVhtRunJobMessagesRequest) IfNoneMatch(ifNoneMatch string) ApiGetVhtRunJobMessagesRequest
- func (r ApiGetVhtRunJobMessagesRequest) Limit(limit int32) ApiGetVhtRunJobMessagesRequest
- func (r ApiGetVhtRunJobMessagesRequest) Offset(offset int32) ApiGetVhtRunJobMessagesRequest
- type ApiGetVhtRunJobRequest
- type ApiGetWorkspaceArchiveContentRequest
- func (r ApiGetWorkspaceArchiveContentRequest) AcceptVersion(acceptVersion string) ApiGetWorkspaceArchiveContentRequest
- func (r ApiGetWorkspaceArchiveContentRequest) Execute() (*ArtefactManagerItem, *http.Response, error)
- func (r ApiGetWorkspaceArchiveContentRequest) IfNoneMatch(ifNoneMatch string) ApiGetWorkspaceArchiveContentRequest
- func (r ApiGetWorkspaceArchiveContentRequest) TusResumable(tusResumable string) ApiGetWorkspaceArchiveContentRequest
- func (r ApiGetWorkspaceArchiveContentRequest) XHTTPMethodOverride(xHTTPMethodOverride string) ApiGetWorkspaceArchiveContentRequest
- type ApiGetWorkspaceArchiveContentUploadProgressRequest
- func (r ApiGetWorkspaceArchiveContentUploadProgressRequest) AcceptVersion(acceptVersion string) ApiGetWorkspaceArchiveContentUploadProgressRequest
- func (r ApiGetWorkspaceArchiveContentUploadProgressRequest) Execute() (*http.Response, error)
- func (r ApiGetWorkspaceArchiveContentUploadProgressRequest) TusResumable(tusResumable string) ApiGetWorkspaceArchiveContentUploadProgressRequest
- type ApiGetWorkspaceDetailsRequest
- func (r ApiGetWorkspaceDetailsRequest) AcceptVersion(acceptVersion string) ApiGetWorkspaceDetailsRequest
- func (r ApiGetWorkspaceDetailsRequest) Execute() (*WorkspaceDetailsItem, *http.Response, error)
- func (r ApiGetWorkspaceDetailsRequest) IfNoneMatch(ifNoneMatch string) ApiGetWorkspaceDetailsRequest
- func (r ApiGetWorkspaceDetailsRequest) TusResumable(tusResumable string) ApiGetWorkspaceDetailsRequest
- type ApiGetWorkspaceIncrementalChunkRequest
- func (r ApiGetWorkspaceIncrementalChunkRequest) AcceptVersion(acceptVersion string) ApiGetWorkspaceIncrementalChunkRequest
- func (r ApiGetWorkspaceIncrementalChunkRequest) Execute() (*ArtefactManagerItem, *http.Response, error)
- func (r ApiGetWorkspaceIncrementalChunkRequest) IfNoneMatch(ifNoneMatch string) ApiGetWorkspaceIncrementalChunkRequest
- func (r ApiGetWorkspaceIncrementalChunkRequest) TusResumable(tusResumable string) ApiGetWorkspaceIncrementalChunkRequest
- func (r ApiGetWorkspaceIncrementalChunkRequest) XHTTPMethodOverride(xHTTPMethodOverride string) ApiGetWorkspaceIncrementalChunkRequest
- type ApiGetWorkspaceRepositoryContentManagerRequest
- func (r ApiGetWorkspaceRepositoryContentManagerRequest) AcceptVersion(acceptVersion string) ApiGetWorkspaceRepositoryContentManagerRequest
- func (r ApiGetWorkspaceRepositoryContentManagerRequest) Execute() (*WorkspaceRepositoryContentManager, *http.Response, error)
- func (r ApiGetWorkspaceRepositoryContentManagerRequest) IfNoneMatch(ifNoneMatch string) ApiGetWorkspaceRepositoryContentManagerRequest
- type ApiGetWorkspaceRequest
- func (r ApiGetWorkspaceRequest) AcceptVersion(acceptVersion string) ApiGetWorkspaceRequest
- func (r ApiGetWorkspaceRequest) Execute() (*WorkspaceItem, *http.Response, error)
- func (r ApiGetWorkspaceRequest) IfNoneMatch(ifNoneMatch string) ApiGetWorkspaceRequest
- func (r ApiGetWorkspaceRequest) TusResumable(tusResumable string) ApiGetWorkspaceRequest
- type ApiGetWorkspaceSourceRequest
- func (r ApiGetWorkspaceSourceRequest) AcceptVersion(acceptVersion string) ApiGetWorkspaceSourceRequest
- func (r ApiGetWorkspaceSourceRequest) Execute() (*WorkspaceSourceItem, *http.Response, error)
- func (r ApiGetWorkspaceSourceRequest) IfNoneMatch(ifNoneMatch string) ApiGetWorkspaceSourceRequest
- func (r ApiGetWorkspaceSourceRequest) TusResumable(tusResumable string) ApiGetWorkspaceSourceRequest
- type ApiGetWorkspaceSourceUploadOptionsRequest
- type ApiInviteUserRequest
- type ApiListBuildArtefactsRequest
- func (r ApiListBuildArtefactsRequest) AcceptVersion(acceptVersion string) ApiListBuildArtefactsRequest
- func (r ApiListBuildArtefactsRequest) Execute() (*SimpleCollection, *http.Response, error)
- func (r ApiListBuildArtefactsRequest) IfNoneMatch(ifNoneMatch string) ApiListBuildArtefactsRequest
- func (r ApiListBuildArtefactsRequest) Limit(limit int32) ApiListBuildArtefactsRequest
- func (r ApiListBuildArtefactsRequest) Offset(offset int32) ApiListBuildArtefactsRequest
- type ApiListBuildJobRequest
- func (r ApiListBuildJobRequest) AcceptVersion(acceptVersion string) ApiListBuildJobRequest
- func (r ApiListBuildJobRequest) Embed(embed bool) ApiListBuildJobRequest
- func (r ApiListBuildJobRequest) Execute() (*BuildJobCollection, *http.Response, error)
- func (r *ApiListBuildJobRequest) FollowBuildJobLink(link string) (*BuildJobCollection, *http.Response, error)
- func (r ApiListBuildJobRequest) IfNoneMatch(ifNoneMatch string) ApiListBuildJobRequest
- func (r ApiListBuildJobRequest) Limit(limit int32) ApiListBuildJobRequest
- func (r ApiListBuildJobRequest) Offset(offset int32) ApiListBuildJobRequest
- type ApiListBuildOutputManagersRequest
- func (r ApiListBuildOutputManagersRequest) AcceptVersion(acceptVersion string) ApiListBuildOutputManagersRequest
- func (r ApiListBuildOutputManagersRequest) Embed(embed bool) ApiListBuildOutputManagersRequest
- func (r ApiListBuildOutputManagersRequest) Execute() (*ArtefactManagerCollection, *http.Response, error)
- func (r *ApiListBuildOutputManagersRequest) FollowBuildOutputManagersLink(link string) (*ArtefactManagerCollection, *http.Response, error)
- func (r ApiListBuildOutputManagersRequest) IfNoneMatch(ifNoneMatch string) ApiListBuildOutputManagersRequest
- func (r ApiListBuildOutputManagersRequest) Limit(limit int32) ApiListBuildOutputManagersRequest
- func (r ApiListBuildOutputManagersRequest) Offset(offset int32) ApiListBuildOutputManagersRequest
- type ApiListCmsisBuildersRequest
- func (r ApiListCmsisBuildersRequest) AcceptVersion(acceptVersion string) ApiListCmsisBuildersRequest
- func (r ApiListCmsisBuildersRequest) Embed(embed bool) ApiListCmsisBuildersRequest
- func (r ApiListCmsisBuildersRequest) Execute() (*CmsisBuilderCollection, *http.Response, error)
- func (r *ApiListCmsisBuildersRequest) FollowCmsisBuildersLink(link string) (*CmsisBuilderCollection, *http.Response, error)
- func (r ApiListCmsisBuildersRequest) IfNoneMatch(ifNoneMatch string) ApiListCmsisBuildersRequest
- func (r ApiListCmsisBuildersRequest) Limit(limit int32) ApiListCmsisBuildersRequest
- func (r ApiListCmsisBuildersRequest) Offset(offset int32) ApiListCmsisBuildersRequest
- type ApiListCmsisIntellisenseRequest
- func (r ApiListCmsisIntellisenseRequest) AcceptVersion(acceptVersion string) ApiListCmsisIntellisenseRequest
- func (r ApiListCmsisIntellisenseRequest) Embed(embed bool) ApiListCmsisIntellisenseRequest
- func (r ApiListCmsisIntellisenseRequest) Execute() (*CmsisIntellisenseCollection, *http.Response, error)
- func (r *ApiListCmsisIntellisenseRequest) FollowCmsisIntellisenseLink(link string) (*CmsisIntellisenseCollection, *http.Response, error)
- func (r ApiListCmsisIntellisenseRequest) IfNoneMatch(ifNoneMatch string) ApiListCmsisIntellisenseRequest
- func (r ApiListCmsisIntellisenseRequest) Limit(limit int32) ApiListCmsisIntellisenseRequest
- func (r ApiListCmsisIntellisenseRequest) Offset(offset int32) ApiListCmsisIntellisenseRequest
- type ApiListDeprecatedEndpointsRequest
- func (r ApiListDeprecatedEndpointsRequest) AcceptVersion(acceptVersion string) ApiListDeprecatedEndpointsRequest
- func (r ApiListDeprecatedEndpointsRequest) Execute() (*EndpointDeprecationNoticeCollection, *http.Response, error)
- func (r ApiListDeprecatedEndpointsRequest) IfNoneMatch(ifNoneMatch string) ApiListDeprecatedEndpointsRequest
- func (r ApiListDeprecatedEndpointsRequest) Limit(limit int32) ApiListDeprecatedEndpointsRequest
- func (r ApiListDeprecatedEndpointsRequest) Offset(offset int32) ApiListDeprecatedEndpointsRequest
- type ApiListEntitlementsRequest
- func (r ApiListEntitlementsRequest) AcceptVersion(acceptVersion string) ApiListEntitlementsRequest
- func (r ApiListEntitlementsRequest) EntitlementsListRequest(entitlementsListRequest EntitlementsListRequest) ApiListEntitlementsRequest
- func (r ApiListEntitlementsRequest) Execute() (*EntitlementsListFeedItem, *http.Response, error)
- func (r ApiListEntitlementsRequest) IfNoneMatch(ifNoneMatch string) ApiListEntitlementsRequest
- func (r ApiListEntitlementsRequest) Limit(limit int32) ApiListEntitlementsRequest
- func (r ApiListEntitlementsRequest) Offset(offset int32) ApiListEntitlementsRequest
- type ApiListFPGAAdminsRequest
- func (r ApiListFPGAAdminsRequest) AcceptVersion(acceptVersion string) ApiListFPGAAdminsRequest
- func (r ApiListFPGAAdminsRequest) Embed(embed bool) ApiListFPGAAdminsRequest
- func (r ApiListFPGAAdminsRequest) Execute() (*FPGAAdminCollection, *http.Response, error)
- func (r ApiListFPGAAdminsRequest) IfNoneMatch(ifNoneMatch string) ApiListFPGAAdminsRequest
- func (r ApiListFPGAAdminsRequest) Limit(limit int32) ApiListFPGAAdminsRequest
- func (r ApiListFPGAAdminsRequest) Offset(offset int32) ApiListFPGAAdminsRequest
- type ApiListFPGAEntitlementsRequest
- func (r ApiListFPGAEntitlementsRequest) AcceptVersion(acceptVersion string) ApiListFPGAEntitlementsRequest
- func (r ApiListFPGAEntitlementsRequest) Execute() (*SimpleCollection, *http.Response, error)
- func (r ApiListFPGAEntitlementsRequest) IfNoneMatch(ifNoneMatch string) ApiListFPGAEntitlementsRequest
- func (r ApiListFPGAEntitlementsRequest) Limit(limit int32) ApiListFPGAEntitlementsRequest
- func (r ApiListFPGAEntitlementsRequest) Offset(offset int32) ApiListFPGAEntitlementsRequest
- type ApiListFPGAJobsRequest
- func (r ApiListFPGAJobsRequest) AcceptVersion(acceptVersion string) ApiListFPGAJobsRequest
- func (r ApiListFPGAJobsRequest) Embed(embed bool) ApiListFPGAJobsRequest
- func (r ApiListFPGAJobsRequest) Execute() (*FPGAJobCollection, *http.Response, error)
- func (r ApiListFPGAJobsRequest) IfNoneMatch(ifNoneMatch string) ApiListFPGAJobsRequest
- func (r ApiListFPGAJobsRequest) Limit(limit int32) ApiListFPGAJobsRequest
- func (r ApiListFPGAJobsRequest) Offset(offset int32) ApiListFPGAJobsRequest
- type ApiListFPGAPastJobsRequest
- func (r ApiListFPGAPastJobsRequest) AcceptVersion(acceptVersion string) ApiListFPGAPastJobsRequest
- func (r ApiListFPGAPastJobsRequest) Embed(embed bool) ApiListFPGAPastJobsRequest
- func (r ApiListFPGAPastJobsRequest) Execute() (*FPGAJobCollection, *http.Response, error)
- func (r ApiListFPGAPastJobsRequest) IfNoneMatch(ifNoneMatch string) ApiListFPGAPastJobsRequest
- func (r ApiListFPGAPastJobsRequest) Limit(limit int32) ApiListFPGAPastJobsRequest
- func (r ApiListFPGAPastJobsRequest) Offset(offset int32) ApiListFPGAPastJobsRequest
- type ApiListFPGAPayloadsRequest
- func (r ApiListFPGAPayloadsRequest) AcceptVersion(acceptVersion string) ApiListFPGAPayloadsRequest
- func (r ApiListFPGAPayloadsRequest) Embed(embed bool) ApiListFPGAPayloadsRequest
- func (r ApiListFPGAPayloadsRequest) Execute() (*FPGAPayloadCollection, *http.Response, error)
- func (r ApiListFPGAPayloadsRequest) IfNoneMatch(ifNoneMatch string) ApiListFPGAPayloadsRequest
- func (r ApiListFPGAPayloadsRequest) Limit(limit int32) ApiListFPGAPayloadsRequest
- func (r ApiListFPGAPayloadsRequest) Offset(offset int32) ApiListFPGAPayloadsRequest
- type ApiListFPGAQueuedJobsRequest
- func (r ApiListFPGAQueuedJobsRequest) AcceptVersion(acceptVersion string) ApiListFPGAQueuedJobsRequest
- func (r ApiListFPGAQueuedJobsRequest) Embed(embed bool) ApiListFPGAQueuedJobsRequest
- func (r ApiListFPGAQueuedJobsRequest) Execute() (*FPGAJobCollection, *http.Response, error)
- func (r ApiListFPGAQueuedJobsRequest) IfNoneMatch(ifNoneMatch string) ApiListFPGAQueuedJobsRequest
- func (r ApiListFPGAQueuedJobsRequest) Limit(limit int32) ApiListFPGAQueuedJobsRequest
- func (r ApiListFPGAQueuedJobsRequest) Offset(offset int32) ApiListFPGAQueuedJobsRequest
- type ApiListFPGAWorkersRequest
- func (r ApiListFPGAWorkersRequest) AcceptVersion(acceptVersion string) ApiListFPGAWorkersRequest
- func (r ApiListFPGAWorkersRequest) Embed(embed bool) ApiListFPGAWorkersRequest
- func (r ApiListFPGAWorkersRequest) Execute() (*FPGACollection, *http.Response, error)
- func (r ApiListFPGAWorkersRequest) IfNoneMatch(ifNoneMatch string) ApiListFPGAWorkersRequest
- func (r ApiListFPGAWorkersRequest) Limit(limit int32) ApiListFPGAWorkersRequest
- func (r ApiListFPGAWorkersRequest) Offset(offset int32) ApiListFPGAWorkersRequest
- type ApiListFPGAsJobsRequest
- func (r ApiListFPGAsJobsRequest) AcceptVersion(acceptVersion string) ApiListFPGAsJobsRequest
- func (r ApiListFPGAsJobsRequest) Embed(embed bool) ApiListFPGAsJobsRequest
- func (r ApiListFPGAsJobsRequest) Execute() (*FPGAJobCollection, *http.Response, error)
- func (r ApiListFPGAsJobsRequest) IfNoneMatch(ifNoneMatch string) ApiListFPGAsJobsRequest
- func (r ApiListFPGAsJobsRequest) Limit(limit int32) ApiListFPGAsJobsRequest
- func (r ApiListFPGAsJobsRequest) Offset(offset int32) ApiListFPGAsJobsRequest
- type ApiListFilteredVhtInstancesRequest
- func (r ApiListFilteredVhtInstancesRequest) AcceptVersion(acceptVersion string) ApiListFilteredVhtInstancesRequest
- func (r ApiListFilteredVhtInstancesRequest) Embed(embed bool) ApiListFilteredVhtInstancesRequest
- func (r ApiListFilteredVhtInstancesRequest) Execute() (*VhtInstanceCollection, *http.Response, error)
- func (r *ApiListFilteredVhtInstancesRequest) FollowFilteredVhtInstancesLink(link string) (*VhtInstanceCollection, *http.Response, error)
- func (r ApiListFilteredVhtInstancesRequest) IfNoneMatch(ifNoneMatch string) ApiListFilteredVhtInstancesRequest
- func (r ApiListFilteredVhtInstancesRequest) Limit(limit int32) ApiListFilteredVhtInstancesRequest
- func (r ApiListFilteredVhtInstancesRequest) Offset(offset int32) ApiListFilteredVhtInstancesRequest
- type ApiListFpgaConnectionsRequest
- func (r ApiListFpgaConnectionsRequest) AcceptVersion(acceptVersion string) ApiListFpgaConnectionsRequest
- func (r ApiListFpgaConnectionsRequest) Embed(embed bool) ApiListFpgaConnectionsRequest
- func (r ApiListFpgaConnectionsRequest) Execute() (*FPGAConnectionCollection, *http.Response, error)
- func (r *ApiListFpgaConnectionsRequest) FollowFpgaConnectionsLink(link string) (*FPGAConnectionCollection, *http.Response, error)
- func (r ApiListFpgaConnectionsRequest) IfNoneMatch(ifNoneMatch string) ApiListFpgaConnectionsRequest
- func (r ApiListFpgaConnectionsRequest) Limit(limit int32) ApiListFpgaConnectionsRequest
- func (r ApiListFpgaConnectionsRequest) Offset(offset int32) ApiListFpgaConnectionsRequest
- type ApiListFpgaJobArtefactManagersRequest
- func (r ApiListFpgaJobArtefactManagersRequest) AcceptVersion(acceptVersion string) ApiListFpgaJobArtefactManagersRequest
- func (r ApiListFpgaJobArtefactManagersRequest) Embed(embed bool) ApiListFpgaJobArtefactManagersRequest
- func (r ApiListFpgaJobArtefactManagersRequest) Execute() (*ArtefactManagerCollection, *http.Response, error)
- func (r *ApiListFpgaJobArtefactManagersRequest) FollowFpgaJobArtefactManagersLink(link string) (*ArtefactManagerCollection, *http.Response, error)
- func (r ApiListFpgaJobArtefactManagersRequest) IfNoneMatch(ifNoneMatch string) ApiListFpgaJobArtefactManagersRequest
- func (r ApiListFpgaJobArtefactManagersRequest) Limit(limit int32) ApiListFpgaJobArtefactManagersRequest
- func (r ApiListFpgaJobArtefactManagersRequest) Offset(offset int32) ApiListFpgaJobArtefactManagersRequest
- type ApiListGenericWorkJobArtefactManagersRequest
- func (r ApiListGenericWorkJobArtefactManagersRequest) AcceptVersion(acceptVersion string) ApiListGenericWorkJobArtefactManagersRequest
- func (r ApiListGenericWorkJobArtefactManagersRequest) Embed(embed bool) ApiListGenericWorkJobArtefactManagersRequest
- func (r ApiListGenericWorkJobArtefactManagersRequest) Execute() (*ArtefactManagerCollection, *http.Response, error)
- func (r *ApiListGenericWorkJobArtefactManagersRequest) FollowGenericWorkJobArtefactManagersLink(link string) (*ArtefactManagerCollection, *http.Response, error)
- func (r ApiListGenericWorkJobArtefactManagersRequest) IfNoneMatch(ifNoneMatch string) ApiListGenericWorkJobArtefactManagersRequest
- func (r ApiListGenericWorkJobArtefactManagersRequest) Limit(limit int32) ApiListGenericWorkJobArtefactManagersRequest
- func (r ApiListGenericWorkJobArtefactManagersRequest) Offset(offset int32) ApiListGenericWorkJobArtefactManagersRequest
- type ApiListGenericWorkJobsRequest
- func (r ApiListGenericWorkJobsRequest) AcceptVersion(acceptVersion string) ApiListGenericWorkJobsRequest
- func (r ApiListGenericWorkJobsRequest) Embed(embed bool) ApiListGenericWorkJobsRequest
- func (r ApiListGenericWorkJobsRequest) Execute() (*GenericWorkJobCollection, *http.Response, error)
- func (r *ApiListGenericWorkJobsRequest) FollowGenericWorkJobsLink(link string) (*GenericWorkJobCollection, *http.Response, error)
- func (r ApiListGenericWorkJobsRequest) IfNoneMatch(ifNoneMatch string) ApiListGenericWorkJobsRequest
- func (r ApiListGenericWorkJobsRequest) Limit(limit int32) ApiListGenericWorkJobsRequest
- func (r ApiListGenericWorkJobsRequest) Offset(offset int32) ApiListGenericWorkJobsRequest
- type ApiListGenericWorkersRequest
- func (r ApiListGenericWorkersRequest) AcceptVersion(acceptVersion string) ApiListGenericWorkersRequest
- func (r ApiListGenericWorkersRequest) Embed(embed bool) ApiListGenericWorkersRequest
- func (r ApiListGenericWorkersRequest) Execute() (*GenericWorkerCollection, *http.Response, error)
- func (r *ApiListGenericWorkersRequest) FollowGenericWorkersLink(link string) (*GenericWorkerCollection, *http.Response, error)
- func (r ApiListGenericWorkersRequest) IfNoneMatch(ifNoneMatch string) ApiListGenericWorkersRequest
- func (r ApiListGenericWorkersRequest) Limit(limit int32) ApiListGenericWorkersRequest
- func (r ApiListGenericWorkersRequest) Offset(offset int32) ApiListGenericWorkersRequest
- type ApiListIntellisenseArtefactsRequest
- func (r ApiListIntellisenseArtefactsRequest) AcceptVersion(acceptVersion string) ApiListIntellisenseArtefactsRequest
- func (r ApiListIntellisenseArtefactsRequest) Execute() (*SimpleCollection, *http.Response, error)
- func (r ApiListIntellisenseArtefactsRequest) IfNoneMatch(ifNoneMatch string) ApiListIntellisenseArtefactsRequest
- func (r ApiListIntellisenseArtefactsRequest) Limit(limit int32) ApiListIntellisenseArtefactsRequest
- func (r ApiListIntellisenseArtefactsRequest) Offset(offset int32) ApiListIntellisenseArtefactsRequest
- type ApiListIntellisenseJobRequest
- func (r ApiListIntellisenseJobRequest) AcceptVersion(acceptVersion string) ApiListIntellisenseJobRequest
- func (r ApiListIntellisenseJobRequest) Embed(embed bool) ApiListIntellisenseJobRequest
- func (r ApiListIntellisenseJobRequest) Execute() (*IntellisenseJobCollection, *http.Response, error)
- func (r *ApiListIntellisenseJobRequest) FollowIntellisenseJobLink(link string) (*IntellisenseJobCollection, *http.Response, error)
- func (r ApiListIntellisenseJobRequest) IfNoneMatch(ifNoneMatch string) ApiListIntellisenseJobRequest
- func (r ApiListIntellisenseJobRequest) Limit(limit int32) ApiListIntellisenseJobRequest
- func (r ApiListIntellisenseJobRequest) Offset(offset int32) ApiListIntellisenseJobRequest
- type ApiListIntellisenseOutputManagersRequest
- func (r ApiListIntellisenseOutputManagersRequest) AcceptVersion(acceptVersion string) ApiListIntellisenseOutputManagersRequest
- func (r ApiListIntellisenseOutputManagersRequest) Embed(embed bool) ApiListIntellisenseOutputManagersRequest
- func (r ApiListIntellisenseOutputManagersRequest) Execute() (*ArtefactManagerCollection, *http.Response, error)
- func (r *ApiListIntellisenseOutputManagersRequest) FollowIntellisenseOutputManagersLink(link string) (*ArtefactManagerCollection, *http.Response, error)
- func (r ApiListIntellisenseOutputManagersRequest) IfNoneMatch(ifNoneMatch string) ApiListIntellisenseOutputManagersRequest
- func (r ApiListIntellisenseOutputManagersRequest) Limit(limit int32) ApiListIntellisenseOutputManagersRequest
- func (r ApiListIntellisenseOutputManagersRequest) Offset(offset int32) ApiListIntellisenseOutputManagersRequest
- type ApiListPATsRequest
- func (r ApiListPATsRequest) AcceptVersion(acceptVersion string) ApiListPATsRequest
- func (r ApiListPATsRequest) Embed(embed bool) ApiListPATsRequest
- func (r ApiListPATsRequest) Execute() (*PATCollection, *http.Response, error)
- func (r ApiListPATsRequest) IfNoneMatch(ifNoneMatch string) ApiListPATsRequest
- type ApiListPayloadsRequest
- func (r ApiListPayloadsRequest) AcceptVersion(acceptVersion string) ApiListPayloadsRequest
- func (r ApiListPayloadsRequest) Embed(embed bool) ApiListPayloadsRequest
- func (r ApiListPayloadsRequest) Execute() (*FPGAPayloadCollection, *http.Response, error)
- func (r *ApiListPayloadsRequest) FollowPayloadsLink(link string) (*FPGAPayloadCollection, *http.Response, error)
- func (r ApiListPayloadsRequest) IfNoneMatch(ifNoneMatch string) ApiListPayloadsRequest
- func (r ApiListPayloadsRequest) Limit(limit int32) ApiListPayloadsRequest
- func (r ApiListPayloadsRequest) Offset(offset int32) ApiListPayloadsRequest
- type ApiListSATsRequest
- func (r ApiListSATsRequest) AcceptVersion(acceptVersion string) ApiListSATsRequest
- func (r ApiListSATsRequest) Embed(embed bool) ApiListSATsRequest
- func (r ApiListSATsRequest) Execute() (*ServiceAccessTokenCollection, *http.Response, error)
- func (r ApiListSATsRequest) IfNoneMatch(ifNoneMatch string) ApiListSATsRequest
- func (r ApiListSATsRequest) Limit(limit int32) ApiListSATsRequest
- func (r ApiListSATsRequest) Offset(offset int32) ApiListSATsRequest
- type ApiListServiceAccountsRequest
- func (r ApiListServiceAccountsRequest) AcceptVersion(acceptVersion string) ApiListServiceAccountsRequest
- func (r ApiListServiceAccountsRequest) Embed(embed bool) ApiListServiceAccountsRequest
- func (r ApiListServiceAccountsRequest) Execute() (*ServiceAccountCollection, *http.Response, error)
- func (r *ApiListServiceAccountsRequest) FollowServiceAccountsLink(link string) (*ServiceAccountCollection, *http.Response, error)
- func (r ApiListServiceAccountsRequest) IfNoneMatch(ifNoneMatch string) ApiListServiceAccountsRequest
- func (r ApiListServiceAccountsRequest) Limit(limit int32) ApiListServiceAccountsRequest
- func (r ApiListServiceAccountsRequest) Offset(offset int32) ApiListServiceAccountsRequest
- type ApiListSpecificFpgaJobArtefactManagersRequest
- func (r ApiListSpecificFpgaJobArtefactManagersRequest) AcceptVersion(acceptVersion string) ApiListSpecificFpgaJobArtefactManagersRequest
- func (r ApiListSpecificFpgaJobArtefactManagersRequest) Embed(embed bool) ApiListSpecificFpgaJobArtefactManagersRequest
- func (r ApiListSpecificFpgaJobArtefactManagersRequest) Execute() (*ArtefactManagerCollection, *http.Response, error)
- func (r *ApiListSpecificFpgaJobArtefactManagersRequest) FollowSpecificFpgaJobArtefactManagersLink(link string) (*ArtefactManagerCollection, *http.Response, error)
- func (r ApiListSpecificFpgaJobArtefactManagersRequest) IfNoneMatch(ifNoneMatch string) ApiListSpecificFpgaJobArtefactManagersRequest
- func (r ApiListSpecificFpgaJobArtefactManagersRequest) Limit(limit int32) ApiListSpecificFpgaJobArtefactManagersRequest
- func (r ApiListSpecificFpgaJobArtefactManagersRequest) Offset(offset int32) ApiListSpecificFpgaJobArtefactManagersRequest
- type ApiListUsersRequest
- func (r ApiListUsersRequest) AcceptVersion(acceptVersion string) ApiListUsersRequest
- func (r ApiListUsersRequest) Embed(embed bool) ApiListUsersRequest
- func (r ApiListUsersRequest) Execute() (*UserCollection, *http.Response, error)
- func (r *ApiListUsersRequest) FollowUsersLink(link string) (*UserCollection, *http.Response, error)
- func (r ApiListUsersRequest) IfNoneMatch(ifNoneMatch string) ApiListUsersRequest
- func (r ApiListUsersRequest) Limit(limit int32) ApiListUsersRequest
- func (r ApiListUsersRequest) Offset(offset int32) ApiListUsersRequest
- type ApiListVendorsRequest
- func (r ApiListVendorsRequest) AcceptVersion(acceptVersion string) ApiListVendorsRequest
- func (r ApiListVendorsRequest) Embed(embed bool) ApiListVendorsRequest
- func (r ApiListVendorsRequest) Execute() (*ListVendorsCollection, *http.Response, error)
- func (r ApiListVendorsRequest) IfNoneMatch(ifNoneMatch string) ApiListVendorsRequest
- func (r ApiListVendorsRequest) Limit(limit int32) ApiListVendorsRequest
- func (r ApiListVendorsRequest) Offset(offset int32) ApiListVendorsRequest
- type ApiListVhtInstanceArtefactManagersRequest
- func (r ApiListVhtInstanceArtefactManagersRequest) AcceptVersion(acceptVersion string) ApiListVhtInstanceArtefactManagersRequest
- func (r ApiListVhtInstanceArtefactManagersRequest) Embed(embed bool) ApiListVhtInstanceArtefactManagersRequest
- func (r ApiListVhtInstanceArtefactManagersRequest) Execute() (*ArtefactManagerCollection, *http.Response, error)
- func (r *ApiListVhtInstanceArtefactManagersRequest) FollowVhtInstanceArtefactManagersLink(link string) (*ArtefactManagerCollection, *http.Response, error)
- func (r ApiListVhtInstanceArtefactManagersRequest) IfNoneMatch(ifNoneMatch string) ApiListVhtInstanceArtefactManagersRequest
- func (r ApiListVhtInstanceArtefactManagersRequest) Limit(limit int32) ApiListVhtInstanceArtefactManagersRequest
- func (r ApiListVhtInstanceArtefactManagersRequest) Offset(offset int32) ApiListVhtInstanceArtefactManagersRequest
- type ApiListVhtInstancesRequest
- func (r ApiListVhtInstancesRequest) AcceptVersion(acceptVersion string) ApiListVhtInstancesRequest
- func (r ApiListVhtInstancesRequest) Embed(embed bool) ApiListVhtInstancesRequest
- func (r ApiListVhtInstancesRequest) Execute() (*VhtInstanceCollection, *http.Response, error)
- func (r *ApiListVhtInstancesRequest) FollowVhtInstancesLink(link string) (*VhtInstanceCollection, *http.Response, error)
- func (r ApiListVhtInstancesRequest) IfNoneMatch(ifNoneMatch string) ApiListVhtInstancesRequest
- func (r ApiListVhtInstancesRequest) Limit(limit int32) ApiListVhtInstancesRequest
- func (r ApiListVhtInstancesRequest) Offset(offset int32) ApiListVhtInstancesRequest
- type ApiListVhtRunJobsRequest
- func (r ApiListVhtRunJobsRequest) AcceptVersion(acceptVersion string) ApiListVhtRunJobsRequest
- func (r ApiListVhtRunJobsRequest) Embed(embed bool) ApiListVhtRunJobsRequest
- func (r ApiListVhtRunJobsRequest) Execute() (*VhtRunJobCollection, *http.Response, error)
- func (r *ApiListVhtRunJobsRequest) FollowVhtRunJobsLink(link string) (*VhtRunJobCollection, *http.Response, error)
- func (r ApiListVhtRunJobsRequest) IfNoneMatch(ifNoneMatch string) ApiListVhtRunJobsRequest
- func (r ApiListVhtRunJobsRequest) Limit(limit int32) ApiListVhtRunJobsRequest
- func (r ApiListVhtRunJobsRequest) Offset(offset int32) ApiListVhtRunJobsRequest
- type ApiListVhtsRequest
- func (r ApiListVhtsRequest) AcceptVersion(acceptVersion string) ApiListVhtsRequest
- func (r ApiListVhtsRequest) Embed(embed bool) ApiListVhtsRequest
- func (r ApiListVhtsRequest) Execute() (*VhtCollection, *http.Response, error)
- func (r *ApiListVhtsRequest) FollowVhtsLink(link string) (*VhtCollection, *http.Response, error)
- func (r ApiListVhtsRequest) IfNoneMatch(ifNoneMatch string) ApiListVhtsRequest
- func (r ApiListVhtsRequest) Limit(limit int32) ApiListVhtsRequest
- func (r ApiListVhtsRequest) Offset(offset int32) ApiListVhtsRequest
- type ApiListWorkspaceSourcesRequest
- func (r ApiListWorkspaceSourcesRequest) AcceptVersion(acceptVersion string) ApiListWorkspaceSourcesRequest
- func (r ApiListWorkspaceSourcesRequest) Embed(embed bool) ApiListWorkspaceSourcesRequest
- func (r ApiListWorkspaceSourcesRequest) Execute() (*WorkspaceSourceCollection, *http.Response, error)
- func (r *ApiListWorkspaceSourcesRequest) FollowWorkspaceSourcesLink(link string) (*WorkspaceSourceCollection, *http.Response, error)
- func (r ApiListWorkspaceSourcesRequest) IfNoneMatch(ifNoneMatch string) ApiListWorkspaceSourcesRequest
- func (r ApiListWorkspaceSourcesRequest) Limit(limit int32) ApiListWorkspaceSourcesRequest
- func (r ApiListWorkspaceSourcesRequest) Offset(offset int32) ApiListWorkspaceSourcesRequest
- type ApiListWorkspacesRequest
- func (r ApiListWorkspacesRequest) AcceptVersion(acceptVersion string) ApiListWorkspacesRequest
- func (r ApiListWorkspacesRequest) Embed(embed bool) ApiListWorkspacesRequest
- func (r ApiListWorkspacesRequest) Execute() (*WorkspaceCollection, *http.Response, error)
- func (r *ApiListWorkspacesRequest) FollowWorkspacesLink(link string) (*WorkspaceCollection, *http.Response, error)
- func (r ApiListWorkspacesRequest) IfNoneMatch(ifNoneMatch string) ApiListWorkspacesRequest
- func (r ApiListWorkspacesRequest) Limit(limit int32) ApiListWorkspacesRequest
- func (r ApiListWorkspacesRequest) Offset(offset int32) ApiListWorkspacesRequest
- type ApiLogJobMessageRequest
- func (r ApiLogJobMessageRequest) AcceptVersion(acceptVersion string) ApiLogJobMessageRequest
- func (r ApiLogJobMessageRequest) Execute() (*NotificationFeed, *http.Response, error)
- func (r ApiLogJobMessageRequest) NotificationMessageObject(notificationMessageObject NotificationMessageObject) ApiLogJobMessageRequest
- type ApiRemoveFPGAAdminRequest
- type ApiRemoveFPGAEntitlementRequest
- type ApiRetainBuildJobRequest
- func (r ApiRetainBuildJobRequest) AcceptVersion(acceptVersion string) ApiRetainBuildJobRequest
- func (r ApiRetainBuildJobRequest) Execute() (*BuildJobItem, *http.Response, error)
- func (r ApiRetainBuildJobRequest) RetainBuildJobRequest(retainBuildJobRequest RetainBuildJobRequest) ApiRetainBuildJobRequest
- type ApiRetainFpgaJobRequest
- type ApiRetainGenericWorkJobRequest
- func (r ApiRetainGenericWorkJobRequest) AcceptVersion(acceptVersion string) ApiRetainGenericWorkJobRequest
- func (r ApiRetainGenericWorkJobRequest) Execute() (*GenericWorkJobItem, *http.Response, error)
- func (r ApiRetainGenericWorkJobRequest) RetainBuildJobRequest(retainBuildJobRequest RetainBuildJobRequest) ApiRetainGenericWorkJobRequest
- type ApiRetainIntellisenseJobRequest
- func (r ApiRetainIntellisenseJobRequest) AcceptVersion(acceptVersion string) ApiRetainIntellisenseJobRequest
- func (r ApiRetainIntellisenseJobRequest) Execute() (*IntellisenseJobItem, *http.Response, error)
- func (r ApiRetainIntellisenseJobRequest) RetainBuildJobRequest(retainBuildJobRequest RetainBuildJobRequest) ApiRetainIntellisenseJobRequest
- type ApiRetainWorkspaceRequest
- func (r ApiRetainWorkspaceRequest) AcceptVersion(acceptVersion string) ApiRetainWorkspaceRequest
- func (r ApiRetainWorkspaceRequest) Execute() (*WorkspaceItem, *http.Response, error)
- func (r ApiRetainWorkspaceRequest) RetainWorkspaceRequest(retainWorkspaceRequest RetainWorkspaceRequest) ApiRetainWorkspaceRequest
- type ApiStartCmsisBuildRequest
- type ApiStartCmsisIntellisenseRequest
- func (r ApiStartCmsisIntellisenseRequest) AcceptVersion(acceptVersion string) ApiStartCmsisIntellisenseRequest
- func (r ApiStartCmsisIntellisenseRequest) Execute() (*IntellisenseJobItem, *http.Response, error)
- func (r ApiStartCmsisIntellisenseRequest) IntellisenseJobItem(intellisenseJobItem IntellisenseJobItem) ApiStartCmsisIntellisenseRequest
- type ApiStartFpgaConnectionRegardlessOfJobRequest
- func (r ApiStartFpgaConnectionRegardlessOfJobRequest) AcceptVersion(acceptVersion string) ApiStartFpgaConnectionRegardlessOfJobRequest
- func (r ApiStartFpgaConnectionRegardlessOfJobRequest) Connection(connection string) ApiStartFpgaConnectionRegardlessOfJobRequest
- func (r ApiStartFpgaConnectionRegardlessOfJobRequest) Execute() (*os.File, *http.Response, error)
- func (r ApiStartFpgaConnectionRegardlessOfJobRequest) SecWebSocketProtocol(secWebSocketProtocol string) ApiStartFpgaConnectionRegardlessOfJobRequest
- func (r ApiStartFpgaConnectionRegardlessOfJobRequest) Upgrade(upgrade string) ApiStartFpgaConnectionRegardlessOfJobRequest
- type ApiStartFpgaConnectionRequest
- func (r ApiStartFpgaConnectionRequest) AcceptVersion(acceptVersion string) ApiStartFpgaConnectionRequest
- func (r ApiStartFpgaConnectionRequest) Connection(connection string) ApiStartFpgaConnectionRequest
- func (r ApiStartFpgaConnectionRequest) Execute() (*os.File, *http.Response, error)
- func (r ApiStartFpgaConnectionRequest) SecWebSocketProtocol(secWebSocketProtocol string) ApiStartFpgaConnectionRequest
- func (r ApiStartFpgaConnectionRequest) Upgrade(upgrade string) ApiStartFpgaConnectionRequest
- type ApiStartFpgaJobRequest
- type ApiStartGenericWorkJobRequest
- func (r ApiStartGenericWorkJobRequest) AcceptVersion(acceptVersion string) ApiStartGenericWorkJobRequest
- func (r ApiStartGenericWorkJobRequest) Execute() (*GenericWorkJobItem, *http.Response, error)
- func (r ApiStartGenericWorkJobRequest) GenericWorkJobItem(genericWorkJobItem GenericWorkJobItem) ApiStartGenericWorkJobRequest
- type ApiStartVhtInstanceRequest
- type ApiStartVhtRunJobRequest
- type ApiStopVhtInstanceRequest
- type ApiSunsetFpgaRequest
- type ApiTerminateFpgaConnectionRequest
- type ApiTokenIntrospectRequest
- func (r ApiTokenIntrospectRequest) AcceptVersion(acceptVersion string) ApiTokenIntrospectRequest
- func (r ApiTokenIntrospectRequest) Execute() (*TokenIntrospectionResponseItem, *http.Response, error)
- func (r ApiTokenIntrospectRequest) TokenIntrospectionRequestItem(tokenIntrospectionRequestItem TokenIntrospectionRequestItem) ApiTokenIntrospectRequest
- type ApiUpdateFPGAEntitlementRequest
- func (r ApiUpdateFPGAEntitlementRequest) AcceptVersion(acceptVersion string) ApiUpdateFPGAEntitlementRequest
- func (r ApiUpdateFPGAEntitlementRequest) Execute() (*FPGAEntitlementItem, *http.Response, error)
- func (r ApiUpdateFPGAEntitlementRequest) FPGAEntitlementItem(fPGAEntitlementItem FPGAEntitlementItem) ApiUpdateFPGAEntitlementRequest
- func (r ApiUpdateFPGAEntitlementRequest) IfMatch(ifMatch string) ApiUpdateFPGAEntitlementRequest
- type ApiUpdateFpgaRequest
- func (r ApiUpdateFpgaRequest) AcceptVersion(acceptVersion string) ApiUpdateFpgaRequest
- func (r ApiUpdateFpgaRequest) Execute() (*FPGAItem, *http.Response, error)
- func (r ApiUpdateFpgaRequest) FPGAItem(fPGAItem FPGAItem) ApiUpdateFpgaRequest
- func (r ApiUpdateFpgaRequest) IfMatch(ifMatch string) ApiUpdateFpgaRequest
- type ApiUpdateUserRequest
- func (r ApiUpdateUserRequest) AcceptVersion(acceptVersion string) ApiUpdateUserRequest
- func (r ApiUpdateUserRequest) Execute() (*UserItem, *http.Response, error)
- func (r ApiUpdateUserRequest) IfMatch(ifMatch string) ApiUpdateUserRequest
- func (r ApiUpdateUserRequest) UserItem(userItem UserItem) ApiUpdateUserRequest
- type ApiUploadFpgaJobArtefactRequest
- func (r ApiUploadFpgaJobArtefactRequest) AcceptVersion(acceptVersion string) ApiUploadFpgaJobArtefactRequest
- func (r ApiUploadFpgaJobArtefactRequest) Content(content *os.File) ApiUploadFpgaJobArtefactRequest
- func (r ApiUploadFpgaJobArtefactRequest) ContentMediaType(contentMediaType string) ApiUploadFpgaJobArtefactRequest
- func (r ApiUploadFpgaJobArtefactRequest) Execute() (*ArtefactManagerItem, *http.Response, error)
- func (r ApiUploadFpgaJobArtefactRequest) Hash(hash string) ApiUploadFpgaJobArtefactRequest
- func (r ApiUploadFpgaJobArtefactRequest) IfMatch(ifMatch string) ApiUploadFpgaJobArtefactRequest
- func (r ApiUploadFpgaJobArtefactRequest) Size(size int64) ApiUploadFpgaJobArtefactRequest
- func (r ApiUploadFpgaJobArtefactRequest) Title(title string) ApiUploadFpgaJobArtefactRequest
- type ApiUploadPayloadRequest
- func (r ApiUploadPayloadRequest) AcceptVersion(acceptVersion string) ApiUploadPayloadRequest
- func (r ApiUploadPayloadRequest) Execute() (*http.Response, error)
- func (r ApiUploadPayloadRequest) TusResumable(tusResumable string) ApiUploadPayloadRequest
- func (r ApiUploadPayloadRequest) UploadChecksum(uploadChecksum string) ApiUploadPayloadRequest
- func (r ApiUploadPayloadRequest) UploadOffset(uploadOffset int64) ApiUploadPayloadRequest
- type ApiUploadVhtInstanceArtefactRequest
- func (r ApiUploadVhtInstanceArtefactRequest) AcceptVersion(acceptVersion string) ApiUploadVhtInstanceArtefactRequest
- func (r ApiUploadVhtInstanceArtefactRequest) Content(content *os.File) ApiUploadVhtInstanceArtefactRequest
- func (r ApiUploadVhtInstanceArtefactRequest) ContentMediaType(contentMediaType string) ApiUploadVhtInstanceArtefactRequest
- func (r ApiUploadVhtInstanceArtefactRequest) Execute() (*ArtefactManagerItem, *http.Response, error)
- func (r ApiUploadVhtInstanceArtefactRequest) Hash(hash string) ApiUploadVhtInstanceArtefactRequest
- func (r ApiUploadVhtInstanceArtefactRequest) IfMatch(ifMatch string) ApiUploadVhtInstanceArtefactRequest
- func (r ApiUploadVhtInstanceArtefactRequest) Size(size int64) ApiUploadVhtInstanceArtefactRequest
- func (r ApiUploadVhtInstanceArtefactRequest) Title(title string) ApiUploadVhtInstanceArtefactRequest
- type ApiUploadWorkspaceArchiveContentRequest
- func (r ApiUploadWorkspaceArchiveContentRequest) AcceptVersion(acceptVersion string) ApiUploadWorkspaceArchiveContentRequest
- func (r ApiUploadWorkspaceArchiveContentRequest) Content(content *os.File) ApiUploadWorkspaceArchiveContentRequest
- func (r ApiUploadWorkspaceArchiveContentRequest) ContentMediaType(contentMediaType string) ApiUploadWorkspaceArchiveContentRequest
- func (r ApiUploadWorkspaceArchiveContentRequest) Execute() (*ArtefactManagerItem, *http.Response, error)
- func (r ApiUploadWorkspaceArchiveContentRequest) Hash(hash string) ApiUploadWorkspaceArchiveContentRequest
- func (r ApiUploadWorkspaceArchiveContentRequest) IfMatch(ifMatch string) ApiUploadWorkspaceArchiveContentRequest
- func (r ApiUploadWorkspaceArchiveContentRequest) Size(size int64) ApiUploadWorkspaceArchiveContentRequest
- func (r ApiUploadWorkspaceArchiveContentRequest) Title(title string) ApiUploadWorkspaceArchiveContentRequest
- func (r ApiUploadWorkspaceArchiveContentRequest) TusResumable(tusResumable string) ApiUploadWorkspaceArchiveContentRequest
- type ApiUploadWorkspaceIncrementalChunkRequest
- func (r ApiUploadWorkspaceIncrementalChunkRequest) AcceptVersion(acceptVersion string) ApiUploadWorkspaceIncrementalChunkRequest
- func (r ApiUploadWorkspaceIncrementalChunkRequest) Body(body *os.File) ApiUploadWorkspaceIncrementalChunkRequest
- func (r ApiUploadWorkspaceIncrementalChunkRequest) Execute() (*http.Response, error)
- func (r ApiUploadWorkspaceIncrementalChunkRequest) TusResumable(tusResumable string) ApiUploadWorkspaceIncrementalChunkRequest
- func (r ApiUploadWorkspaceIncrementalChunkRequest) UploadChecksum(uploadChecksum string) ApiUploadWorkspaceIncrementalChunkRequest
- func (r ApiUploadWorkspaceIncrementalChunkRequest) UploadOffset(uploadOffset int64) ApiUploadWorkspaceIncrementalChunkRequest
- type ArtefactManagerCollection
- func (o *ArtefactManagerCollection) FetchLinks() (links any, err error)
- func (o *ArtefactManagerCollection) FetchName() (string, error)
- func (o *ArtefactManagerCollection) FetchTitle() (string, error)
- func (o *ArtefactManagerCollection) FetchType() string
- func (o *ArtefactManagerCollection) GetEmbedded() EmbeddedArtefactManagerItems
- func (o *ArtefactManagerCollection) GetEmbeddedOk() (*EmbeddedArtefactManagerItems, bool)
- func (o *ArtefactManagerCollection) GetItemCount() (count int64, err error)
- func (o *ArtefactManagerCollection) GetItemIterator() (IIterator, error)
- func (o *ArtefactManagerCollection) GetLinks() HalCollectionLinks
- func (o *ArtefactManagerCollection) GetLinksOk() (*HalCollectionLinks, bool)
- func (o *ArtefactManagerCollection) GetMetadata() PagingMetadata
- func (o *ArtefactManagerCollection) GetMetadataOk() (*PagingMetadata, bool)
- func (o *ArtefactManagerCollection) GetName() string
- func (o *ArtefactManagerCollection) GetNameOk() (*string, bool)
- func (o *ArtefactManagerCollection) GetTitle() string
- func (o *ArtefactManagerCollection) GetTitleOk() (*string, bool)
- func (o *ArtefactManagerCollection) HasEmbedded() bool
- func (o *ArtefactManagerCollection) HasNext() bool
- func (o ArtefactManagerCollection) MarshalJSON() ([]byte, error)
- func (o *ArtefactManagerCollection) SetEmbedded(v EmbeddedArtefactManagerItems)
- func (o *ArtefactManagerCollection) SetLinks(v HalCollectionLinks)
- func (o *ArtefactManagerCollection) SetMetadata(v PagingMetadata)
- func (o *ArtefactManagerCollection) SetName(v string)
- func (o *ArtefactManagerCollection) SetTitle(v string)
- func (o ArtefactManagerCollection) ToMap() (map[string]interface{}, error)
- func (o *ArtefactManagerCollection) UnmarshalJSON(data []byte) (err error)
- type ArtefactManagerItem
- func (o *ArtefactManagerItem) FetchLinks() (links any, err error)
- func (o *ArtefactManagerItem) FetchName() (string, error)
- func (o *ArtefactManagerItem) FetchTitle() (string, error)
- func (o *ArtefactManagerItem) FetchType() string
- func (o *ArtefactManagerItem) GetCategory() string
- func (o *ArtefactManagerItem) GetCategoryOk() (*string, bool)
- func (o *ArtefactManagerItem) GetContentMediaType() string
- func (o *ArtefactManagerItem) GetContentMediaTypeOk() (*string, bool)
- func (o *ArtefactManagerItem) GetDescription() string
- func (o *ArtefactManagerItem) GetDescriptionOk() (*string, bool)
- func (o *ArtefactManagerItem) GetExtraMetadata() map[string]string
- func (o *ArtefactManagerItem) GetExtraMetadataOk() (*map[string]string, bool)
- func (o *ArtefactManagerItem) GetHash() string
- func (o *ArtefactManagerItem) GetHashOk() (*string, bool)
- func (o *ArtefactManagerItem) GetLinks() ArtefactManagerLinks
- func (o *ArtefactManagerItem) GetLinksOk() (*ArtefactManagerLinks, bool)
- func (o *ArtefactManagerItem) GetMandatory() bool
- func (o *ArtefactManagerItem) GetMandatoryOk() (*bool, bool)
- func (o *ArtefactManagerItem) GetMaxSize() int64
- func (o *ArtefactManagerItem) GetMaxSizeOk() (*int64, bool)
- func (o *ArtefactManagerItem) GetMetadata() CommonMetadata
- func (o *ArtefactManagerItem) GetMetadataOk() (*CommonMetadata, bool)
- func (o *ArtefactManagerItem) GetName() string
- func (o *ArtefactManagerItem) GetNameOk() (*string, bool)
- func (o *ArtefactManagerItem) GetSize() int64
- func (o *ArtefactManagerItem) GetSizeOk() (*int64, bool)
- func (o *ArtefactManagerItem) GetTitle() string
- func (o *ArtefactManagerItem) GetTitleOk() (*string, bool)
- func (o *ArtefactManagerItem) HasExtraMetadata() bool
- func (o *ArtefactManagerItem) HasMandatory() bool
- func (o *ArtefactManagerItem) HasSize() bool
- func (o *ArtefactManagerItem) HasTitle() bool
- func (o ArtefactManagerItem) MarshalJSON() ([]byte, error)
- func (o *ArtefactManagerItem) SetCategory(v string)
- func (o *ArtefactManagerItem) SetContentMediaType(v string)
- func (o *ArtefactManagerItem) SetDescription(v string)
- func (o *ArtefactManagerItem) SetExtraMetadata(v map[string]string)
- func (o *ArtefactManagerItem) SetHash(v string)
- func (o *ArtefactManagerItem) SetLinks(v ArtefactManagerLinks)
- func (o *ArtefactManagerItem) SetMandatory(v bool)
- func (o *ArtefactManagerItem) SetMandatoryNil()
- func (o *ArtefactManagerItem) SetMaxSize(v int64)
- func (o *ArtefactManagerItem) SetMetadata(v CommonMetadata)
- func (o *ArtefactManagerItem) SetName(v string)
- func (o *ArtefactManagerItem) SetSize(v int64)
- func (o *ArtefactManagerItem) SetTitle(v string)
- func (o *ArtefactManagerItem) SetTitleNil()
- func (o ArtefactManagerItem) ToMap() (map[string]interface{}, error)
- func (o *ArtefactManagerItem) UnmarshalJSON(data []byte) (err error)
- func (o *ArtefactManagerItem) UnsetMandatory()
- func (o *ArtefactManagerItem) UnsetTitle()
- type ArtefactManagerIterator
- type ArtefactManagerLinks
- func (o *ArtefactManagerLinks) GetClear() HalLinkData
- func (o *ArtefactManagerLinks) GetClearOk() (*HalLinkData, bool)
- func (o *ArtefactManagerLinks) GetCollection() HalLinkData
- func (o *ArtefactManagerLinks) GetCollectionOk() (*HalLinkData, bool)
- func (o *ArtefactManagerLinks) GetDownload() HalLinkData
- func (o *ArtefactManagerLinks) GetDownloadOk() (*HalLinkData, bool)
- func (o *ArtefactManagerLinks) GetRelated() HalLinkData
- func (o *ArtefactManagerLinks) GetRelatedOk() (*HalLinkData, bool)
- func (o *ArtefactManagerLinks) GetSelf() HalLinkData
- func (o *ArtefactManagerLinks) GetSelfOk() (*HalLinkData, bool)
- func (o *ArtefactManagerLinks) GetUpload() HalLinkData
- func (o *ArtefactManagerLinks) GetUploadOk() (*HalLinkData, bool)
- func (o *ArtefactManagerLinks) HasClear() bool
- func (o *ArtefactManagerLinks) HasCollection() bool
- func (o *ArtefactManagerLinks) HasDownload() bool
- func (o *ArtefactManagerLinks) HasUpload() bool
- func (o ArtefactManagerLinks) MarshalJSON() ([]byte, error)
- func (o *ArtefactManagerLinks) SetClear(v HalLinkData)
- func (o *ArtefactManagerLinks) SetCollection(v HalLinkData)
- func (o *ArtefactManagerLinks) SetDownload(v HalLinkData)
- func (o *ArtefactManagerLinks) SetRelated(v HalLinkData)
- func (o *ArtefactManagerLinks) SetSelf(v HalLinkData)
- func (o *ArtefactManagerLinks) SetUpload(v HalLinkData)
- func (o ArtefactManagerLinks) ToMap() (map[string]interface{}, error)
- func (o *ArtefactManagerLinks) UnmarshalJSON(data []byte) (err error)
- type AuthenticationAPIService
- func (a *AuthenticationAPIService) DeleteUser(ctx context.Context, userName string) ApiDeleteUserRequest
- func (a *AuthenticationAPIService) DeleteUserExecute(r ApiDeleteUserRequest) (*http.Response, error)
- func (a *AuthenticationAPIService) FollowUsersLink(r *ApiListUsersRequest, link string) (*UserCollection, *http.Response, error)
- func (a *AuthenticationAPIService) GetMe(ctx context.Context) ApiGetMeRequest
- func (a *AuthenticationAPIService) GetMeExecute(r ApiGetMeRequest) (*UserItem, *http.Response, error)
- func (a *AuthenticationAPIService) GetMyAccountSummary(ctx context.Context) ApiGetMyAccountSummaryRequest
- func (a *AuthenticationAPIService) GetMyAccountSummaryExecute(r ApiGetMyAccountSummaryRequest) (*AccountSummaryItem, *http.Response, error)
- func (a *AuthenticationAPIService) GetUser(ctx context.Context, userName string) ApiGetUserRequest
- func (a *AuthenticationAPIService) GetUserExecute(r ApiGetUserRequest) (*UserItem, *http.Response, error)
- func (a *AuthenticationAPIService) InviteUser(ctx context.Context) ApiInviteUserRequest
- func (a *AuthenticationAPIService) InviteUserExecute(r ApiInviteUserRequest) (*UserItem, *http.Response, error)
- func (a *AuthenticationAPIService) ListUsers(ctx context.Context) ApiListUsersRequest
- func (a *AuthenticationAPIService) ListUsersExecute(r ApiListUsersRequest) (*UserCollection, *http.Response, error)
- func (a *AuthenticationAPIService) TokenIntrospect(ctx context.Context) ApiTokenIntrospectRequest
- func (a *AuthenticationAPIService) TokenIntrospectExecute(r ApiTokenIntrospectRequest) (*TokenIntrospectionResponseItem, *http.Response, error)
- func (a *AuthenticationAPIService) UpdateUser(ctx context.Context, userName string) ApiUpdateUserRequest
- func (a *AuthenticationAPIService) UpdateUserExecute(r ApiUpdateUserRequest) (*UserItem, *http.Response, error)
- type AuthorizationAPIService
- func (a *AuthorizationAPIService) CheckEntitlements(ctx context.Context) ApiCheckEntitlementsRequest
- func (a *AuthorizationAPIService) CheckEntitlementsExecute(r ApiCheckEntitlementsRequest) (*PermissionItem, *http.Response, error)
- func (a *AuthorizationAPIService) ListEntitlements(ctx context.Context) ApiListEntitlementsRequest
- func (a *AuthorizationAPIService) ListEntitlementsExecute(r ApiListEntitlementsRequest) (*EntitlementsListFeedItem, *http.Response, error)
- type BasicAuth
- type BuildJobCollection
- func (o *BuildJobCollection) FetchLinks() (links any, err error)
- func (o *BuildJobCollection) FetchName() (string, error)
- func (o *BuildJobCollection) FetchTitle() (string, error)
- func (o *BuildJobCollection) FetchType() string
- func (o *BuildJobCollection) GetEmbedded() EmbeddedBuildJobItems
- func (o *BuildJobCollection) GetEmbeddedOk() (*EmbeddedBuildJobItems, bool)
- func (o *BuildJobCollection) GetItemCount() (count int64, err error)
- func (o *BuildJobCollection) GetItemIterator() (IIterator, error)
- func (o *BuildJobCollection) GetLinks() HalCollectionLinks
- func (o *BuildJobCollection) GetLinksOk() (*HalCollectionLinks, bool)
- func (o *BuildJobCollection) GetMetadata() PagingMetadata
- func (o *BuildJobCollection) GetMetadataOk() (*PagingMetadata, bool)
- func (o *BuildJobCollection) GetName() string
- func (o *BuildJobCollection) GetNameOk() (*string, bool)
- func (o *BuildJobCollection) GetTitle() string
- func (o *BuildJobCollection) GetTitleOk() (*string, bool)
- func (o *BuildJobCollection) HasEmbedded() bool
- func (o *BuildJobCollection) HasNext() bool
- func (o BuildJobCollection) MarshalJSON() ([]byte, error)
- func (o *BuildJobCollection) SetEmbedded(v EmbeddedBuildJobItems)
- func (o *BuildJobCollection) SetLinks(v HalCollectionLinks)
- func (o *BuildJobCollection) SetMetadata(v PagingMetadata)
- func (o *BuildJobCollection) SetName(v string)
- func (o *BuildJobCollection) SetTitle(v string)
- func (o BuildJobCollection) ToMap() (map[string]interface{}, error)
- func (o *BuildJobCollection) UnmarshalJSON(data []byte) (err error)
- type BuildJobItem
- func (o *BuildJobItem) FetchLinks() (links any, err error)
- func (o *BuildJobItem) FetchName() (string, error)
- func (o *BuildJobItem) FetchTitle() (string, error)
- func (o *BuildJobItem) FetchType() string
- func (o *BuildJobItem) GetBuildStepsCompleted() int32
- func (o *BuildJobItem) GetBuildStepsCompletedOk() (*int32, bool)
- func (o *BuildJobItem) GetBuildStepsTotal() int32
- func (o *BuildJobItem) GetBuildStepsTotalOk() (*int32, bool)
- func (o *BuildJobItem) GetBuildTimeout() int32
- func (o *BuildJobItem) GetBuildTimeoutOk() (*int32, bool)
- func (o *BuildJobItem) GetCleanBuild() bool
- func (o *BuildJobItem) GetCleanBuildOk() (*bool, bool)
- func (o *BuildJobItem) GetContext() string
- func (o *BuildJobItem) GetContextOk() (*string, bool)
- func (o *BuildJobItem) GetDone() bool
- func (o *BuildJobItem) GetDoneOk() (*bool, bool)
- func (o *BuildJobItem) GetError() bool
- func (o *BuildJobItem) GetErrorOk() (*bool, bool)
- func (o *BuildJobItem) GetFailure() bool
- func (o *BuildJobItem) GetFailureOk() (*bool, bool)
- func (o *BuildJobItem) GetLinks() BuildJobItemLinks
- func (o *BuildJobItem) GetLinksOk() (*BuildJobItemLinks, bool)
- func (o *BuildJobItem) GetMetadata() CommonMetadata
- func (o *BuildJobItem) GetMetadataOk() (*CommonMetadata, bool)
- func (o *BuildJobItem) GetName() string
- func (o *BuildJobItem) GetNameOk() (*string, bool)
- func (o *BuildJobItem) GetPriority() string
- func (o *BuildJobItem) GetPriorityOk() (*string, bool)
- func (o *BuildJobItem) GetProject() string
- func (o *BuildJobItem) GetProjectOk() (*string, bool)
- func (o *BuildJobItem) GetQueued() bool
- func (o *BuildJobItem) GetQueuedOk() (*bool, bool)
- func (o *BuildJobItem) GetStatus() string
- func (o *BuildJobItem) GetStatusOk() (*string, bool)
- func (o *BuildJobItem) GetSuccess() bool
- func (o *BuildJobItem) GetSuccessOk() (*bool, bool)
- func (o *BuildJobItem) GetSuspended() bool
- func (o *BuildJobItem) GetSuspendedOk() (*bool, bool)
- func (o *BuildJobItem) GetTitle() string
- func (o *BuildJobItem) GetTitleOk() (*string, bool)
- func (o *BuildJobItem) GetWorkspace() string
- func (o *BuildJobItem) GetWorkspaceOk() (*string, bool)
- func (o *BuildJobItem) HasArtefacts() (available bool)
- func (o *BuildJobItem) HasBuildTimeout() bool
- func (o *BuildJobItem) HasCleanBuild() bool
- func (o *BuildJobItem) HasContext() bool
- func (o *BuildJobItem) HasMessages() (available bool)
- func (o *BuildJobItem) HasPriority() bool
- func (o *BuildJobItem) HasTitle() bool
- func (o *BuildJobItem) HasWorkspace() bool
- func (o BuildJobItem) MarshalJSON() ([]byte, error)
- func (o *BuildJobItem) SetBuildStepsCompleted(v int32)
- func (o *BuildJobItem) SetBuildStepsTotal(v int32)
- func (o *BuildJobItem) SetBuildTimeout(v int32)
- func (o *BuildJobItem) SetCleanBuild(v bool)
- func (o *BuildJobItem) SetContext(v string)
- func (o *BuildJobItem) SetContextNil()
- func (o *BuildJobItem) SetDone(v bool)
- func (o *BuildJobItem) SetError(v bool)
- func (o *BuildJobItem) SetFailure(v bool)
- func (o *BuildJobItem) SetLinks(v BuildJobItemLinks)
- func (o *BuildJobItem) SetMetadata(v CommonMetadata)
- func (o *BuildJobItem) SetName(v string)
- func (o *BuildJobItem) SetPriority(v string)
- func (o *BuildJobItem) SetProject(v string)
- func (o *BuildJobItem) SetQueued(v bool)
- func (o *BuildJobItem) SetStatus(v string)
- func (o *BuildJobItem) SetSuccess(v bool)
- func (o *BuildJobItem) SetSuspended(v bool)
- func (o *BuildJobItem) SetTitle(v string)
- func (o *BuildJobItem) SetTitleNil()
- func (o *BuildJobItem) SetWorkspace(v string)
- func (o *BuildJobItem) SetWorkspaceNil()
- func (o BuildJobItem) ToMap() (map[string]interface{}, error)
- func (o *BuildJobItem) UnmarshalJSON(data []byte) (err error)
- func (o *BuildJobItem) UnsetContext()
- func (o *BuildJobItem) UnsetTitle()
- func (o *BuildJobItem) UnsetWorkspace()
- type BuildJobItemLinks
- func (o *BuildJobItemLinks) GetArtefacts() HalLinkData
- func (o *BuildJobItemLinks) GetArtefactsOk() (*HalLinkData, bool)
- func (o *BuildJobItemLinks) GetCancel() HalLinkData
- func (o *BuildJobItemLinks) GetCancelOk() (*HalLinkData, bool)
- func (o *BuildJobItemLinks) GetCollection() HalLinkData
- func (o *BuildJobItemLinks) GetCollectionOk() (*HalLinkData, bool)
- func (o *BuildJobItemLinks) GetDelete() HalLinkData
- func (o *BuildJobItemLinks) GetDeleteOk() (*HalLinkData, bool)
- func (o *BuildJobItemLinks) GetDescribedby() HalLinkData
- func (o *BuildJobItemLinks) GetDescribedbyOk() (*HalLinkData, bool)
- func (o *BuildJobItemLinks) GetDetails() HalLinkData
- func (o *BuildJobItemLinks) GetDetailsOk() (*HalLinkData, bool)
- func (o *BuildJobItemLinks) GetOutputs() HalLinkData
- func (o *BuildJobItemLinks) GetOutputsOk() (*HalLinkData, bool)
- func (o *BuildJobItemLinks) GetRelated() HalLinkData
- func (o *BuildJobItemLinks) GetRelatedOk() (*HalLinkData, bool)
- func (o *BuildJobItemLinks) GetRetain() HalLinkData
- func (o *BuildJobItemLinks) GetRetainOk() (*HalLinkData, bool)
- func (o *BuildJobItemLinks) GetSelf() HalLinkData
- func (o *BuildJobItemLinks) GetSelfOk() (*HalLinkData, bool)
- func (o *BuildJobItemLinks) HasArtefacts() bool
- func (o *BuildJobItemLinks) HasCancel() bool
- func (o *BuildJobItemLinks) HasCollection() bool
- func (o *BuildJobItemLinks) HasDelete() bool
- func (o *BuildJobItemLinks) HasDescribedby() bool
- func (o *BuildJobItemLinks) HasDetails() bool
- func (o *BuildJobItemLinks) HasOutputs() bool
- func (o *BuildJobItemLinks) HasRetain() bool
- func (o BuildJobItemLinks) MarshalJSON() ([]byte, error)
- func (o *BuildJobItemLinks) SetArtefacts(v HalLinkData)
- func (o *BuildJobItemLinks) SetCancel(v HalLinkData)
- func (o *BuildJobItemLinks) SetCollection(v HalLinkData)
- func (o *BuildJobItemLinks) SetDelete(v HalLinkData)
- func (o *BuildJobItemLinks) SetDescribedby(v HalLinkData)
- func (o *BuildJobItemLinks) SetDetails(v HalLinkData)
- func (o *BuildJobItemLinks) SetOutputs(v HalLinkData)
- func (o *BuildJobItemLinks) SetRelated(v HalLinkData)
- func (o *BuildJobItemLinks) SetRetain(v HalLinkData)
- func (o *BuildJobItemLinks) SetSelf(v HalLinkData)
- func (o BuildJobItemLinks) ToMap() (map[string]interface{}, error)
- func (o *BuildJobItemLinks) UnmarshalJSON(data []byte) (err error)
- type BuildJobIterator
- type BuildJobsAPIService
- func (a *BuildJobsAPIService) CancelBuildJob(ctx context.Context, jobName string) ApiCancelBuildJobRequest
- func (a *BuildJobsAPIService) CancelBuildJobExecute(r ApiCancelBuildJobRequest) (*BuildJobItem, *http.Response, error)
- func (a *BuildJobsAPIService) DeleteBuildJob(ctx context.Context, jobName string) ApiDeleteBuildJobRequest
- func (a *BuildJobsAPIService) DeleteBuildJobExecute(r ApiDeleteBuildJobRequest) (*http.Response, error)
- func (a *BuildJobsAPIService) FollowBuildJobLink(r *ApiListBuildJobRequest, link string) (*BuildJobCollection, *http.Response, error)
- func (a *BuildJobsAPIService) FollowBuildOutputManagersLink(r *ApiListBuildOutputManagersRequest, link string) (*ArtefactManagerCollection, *http.Response, error)
- func (a *BuildJobsAPIService) FollowGetBuildMessagesLink(r *ApiGetBuildMessagesRequest, link string) (*BuildMessageItem, *http.Response, error)
- func (a *BuildJobsAPIService) GetBuildArtefact(ctx context.Context, artefactName string, jobName string) ApiGetBuildArtefactRequest
- func (a *BuildJobsAPIService) GetBuildArtefactExecute(r ApiGetBuildArtefactRequest) (*os.File, *http.Response, error)
- func (a *BuildJobsAPIService) GetBuildJob(ctx context.Context, jobName string) ApiGetBuildJobRequest
- func (a *BuildJobsAPIService) GetBuildJobArtefactManager(ctx context.Context, artefactName string, jobName string) ApiGetBuildJobArtefactManagerRequest
- func (a *BuildJobsAPIService) GetBuildJobArtefactManagerExecute(r ApiGetBuildJobArtefactManagerRequest) (*ArtefactManagerItem, *http.Response, error)
- func (a *BuildJobsAPIService) GetBuildJobExecute(r ApiGetBuildJobRequest) (*BuildJobItem, *http.Response, error)
- func (a *BuildJobsAPIService) GetBuildMessages(ctx context.Context, jobName string) ApiGetBuildMessagesRequest
- func (a *BuildJobsAPIService) GetBuildMessagesExecute(r ApiGetBuildMessagesRequest) (*BuildMessageItem, *http.Response, error)
- func (a *BuildJobsAPIService) GetBuildOutputArtefact(ctx context.Context, artefactName string, jobName string) ApiGetBuildOutputArtefactRequest
- func (a *BuildJobsAPIService) GetBuildOutputArtefactExecute(r ApiGetBuildOutputArtefactRequest) (*os.File, *http.Response, error)
- func (a *BuildJobsAPIService) ListBuildArtefacts(ctx context.Context, jobName string) ApiListBuildArtefactsRequest
- func (a *BuildJobsAPIService) ListBuildArtefactsExecute(r ApiListBuildArtefactsRequest) (*SimpleCollection, *http.Response, error)
- func (a *BuildJobsAPIService) ListBuildJob(ctx context.Context) ApiListBuildJobRequest
- func (a *BuildJobsAPIService) ListBuildJobExecute(r ApiListBuildJobRequest) (*BuildJobCollection, *http.Response, error)
- func (a *BuildJobsAPIService) ListBuildOutputManagers(ctx context.Context, jobName string) ApiListBuildOutputManagersRequest
- func (a *BuildJobsAPIService) ListBuildOutputManagersExecute(r ApiListBuildOutputManagersRequest) (*ArtefactManagerCollection, *http.Response, error)
- func (a *BuildJobsAPIService) RetainBuildJob(ctx context.Context, jobName string) ApiRetainBuildJobRequest
- func (a *BuildJobsAPIService) RetainBuildJobExecute(r ApiRetainBuildJobRequest) (*BuildJobItem, *http.Response, error)
- type BuildMessageItem
- func (o *BuildMessageItem) FetchLinks() (links any, err error)
- func (o *BuildMessageItem) FetchName() (string, error)
- func (o *BuildMessageItem) FetchTitle() (string, error)
- func (o *BuildMessageItem) FetchType() string
- func (o *BuildMessageItem) GetItemCount() (count int64, err error)
- func (o *BuildMessageItem) GetItemIterator() (IIterator, error)
- func (o *BuildMessageItem) GetLinks() HalFeedLinks
- func (o *BuildMessageItem) GetLinksOk() (*HalFeedLinks, bool)
- func (o *BuildMessageItem) GetMessages() []MessageObject
- func (o *BuildMessageItem) GetMessagesOk() ([]MessageObject, bool)
- func (o *BuildMessageItem) GetMetadata() PagingMetadata
- func (o *BuildMessageItem) GetMetadataOk() (*PagingMetadata, bool)
- func (o *BuildMessageItem) GetName() string
- func (o *BuildMessageItem) GetNameOk() (*string, bool)
- func (o *BuildMessageItem) GetTitle() string
- func (o *BuildMessageItem) GetTitleOk() (*string, bool)
- func (o *BuildMessageItem) HasFuture() bool
- func (o *BuildMessageItem) HasNext() bool
- func (o *BuildMessageItem) HasTitle() bool
- func (o BuildMessageItem) MarshalJSON() ([]byte, error)
- func (o *BuildMessageItem) SetLinks(v HalFeedLinks)
- func (o *BuildMessageItem) SetMessages(v []MessageObject)
- func (o *BuildMessageItem) SetMetadata(v PagingMetadata)
- func (o *BuildMessageItem) SetName(v string)
- func (o *BuildMessageItem) SetTitle(v string)
- func (o BuildMessageItem) ToMap() (map[string]interface{}, error)
- func (o *BuildMessageItem) UnmarshalJSON(data []byte) (err error)
- type BuildToolTypes
- type CMSISBuildersAPIService
- func (a *CMSISBuildersAPIService) FollowCmsisBuildersLink(r *ApiListCmsisBuildersRequest, link string) (*CmsisBuilderCollection, *http.Response, error)
- func (a *CMSISBuildersAPIService) GetCmsisBuilder(ctx context.Context, builderName string) ApiGetCmsisBuilderRequest
- func (a *CMSISBuildersAPIService) GetCmsisBuilderExecute(r ApiGetCmsisBuilderRequest) (*CmsisBuilderItem, *http.Response, error)
- func (a *CMSISBuildersAPIService) ListCmsisBuilders(ctx context.Context) ApiListCmsisBuildersRequest
- func (a *CMSISBuildersAPIService) ListCmsisBuildersExecute(r ApiListCmsisBuildersRequest) (*CmsisBuilderCollection, *http.Response, error)
- func (a *CMSISBuildersAPIService) StartCmsisBuild(ctx context.Context, builderName string) ApiStartCmsisBuildRequest
- func (a *CMSISBuildersAPIService) StartCmsisBuildExecute(r ApiStartCmsisBuildRequest) (*BuildJobItem, *http.Response, error)
- type CMSISIntellisenseBuildersAPIService
- func (a *CMSISIntellisenseBuildersAPIService) FollowCmsisIntellisenseLink(r *ApiListCmsisIntellisenseRequest, link string) (*CmsisIntellisenseCollection, *http.Response, error)
- func (a *CMSISIntellisenseBuildersAPIService) GetCmsisIntellisense(ctx context.Context, builderName string) ApiGetCmsisIntellisenseRequest
- func (a *CMSISIntellisenseBuildersAPIService) GetCmsisIntellisenseExecute(r ApiGetCmsisIntellisenseRequest) (*CmsisIntellisenseItem, *http.Response, error)
- func (a *CMSISIntellisenseBuildersAPIService) ListCmsisIntellisense(ctx context.Context) ApiListCmsisIntellisenseRequest
- func (a *CMSISIntellisenseBuildersAPIService) ListCmsisIntellisenseExecute(r ApiListCmsisIntellisenseRequest) (*CmsisIntellisenseCollection, *http.Response, error)
- func (a *CMSISIntellisenseBuildersAPIService) StartCmsisIntellisense(ctx context.Context, builderName string) ApiStartCmsisIntellisenseRequest
- func (a *CMSISIntellisenseBuildersAPIService) StartCmsisIntellisenseExecute(r ApiStartCmsisIntellisenseRequest) (*IntellisenseJobItem, *http.Response, error)
- type CmsisBuilderCollection
- func (o *CmsisBuilderCollection) FetchLinks() (links any, err error)
- func (o *CmsisBuilderCollection) FetchName() (string, error)
- func (o *CmsisBuilderCollection) FetchTitle() (string, error)
- func (o *CmsisBuilderCollection) FetchType() string
- func (o *CmsisBuilderCollection) GetEmbedded() EmbeddedCmsisBuilderItems
- func (o *CmsisBuilderCollection) GetEmbeddedOk() (*EmbeddedCmsisBuilderItems, bool)
- func (o *CmsisBuilderCollection) GetItemCount() (count int64, err error)
- func (o *CmsisBuilderCollection) GetItemIterator() (IIterator, error)
- func (o *CmsisBuilderCollection) GetLinks() HalCollectionLinks
- func (o *CmsisBuilderCollection) GetLinksOk() (*HalCollectionLinks, bool)
- func (o *CmsisBuilderCollection) GetMetadata() PagingMetadata
- func (o *CmsisBuilderCollection) GetMetadataOk() (*PagingMetadata, bool)
- func (o *CmsisBuilderCollection) GetName() string
- func (o *CmsisBuilderCollection) GetNameOk() (*string, bool)
- func (o *CmsisBuilderCollection) GetTitle() string
- func (o *CmsisBuilderCollection) GetTitleOk() (*string, bool)
- func (o *CmsisBuilderCollection) HasEmbedded() bool
- func (o *CmsisBuilderCollection) HasNext() bool
- func (o CmsisBuilderCollection) MarshalJSON() ([]byte, error)
- func (o *CmsisBuilderCollection) SetEmbedded(v EmbeddedCmsisBuilderItems)
- func (o *CmsisBuilderCollection) SetLinks(v HalCollectionLinks)
- func (o *CmsisBuilderCollection) SetMetadata(v PagingMetadata)
- func (o *CmsisBuilderCollection) SetName(v string)
- func (o *CmsisBuilderCollection) SetTitle(v string)
- func (o CmsisBuilderCollection) ToMap() (map[string]interface{}, error)
- func (o *CmsisBuilderCollection) UnmarshalJSON(data []byte) (err error)
- type CmsisBuilderItem
- func (o *CmsisBuilderItem) FetchLinks() (links any, err error)
- func (o *CmsisBuilderItem) FetchName() (string, error)
- func (o *CmsisBuilderItem) FetchTitle() (string, error)
- func (o *CmsisBuilderItem) FetchType() string
- func (o *CmsisBuilderItem) GetBuildToolsType() BuildToolTypes
- func (o *CmsisBuilderItem) GetBuildToolsTypeOk() (*BuildToolTypes, bool)
- func (o *CmsisBuilderItem) GetBuildToolsVersion() string
- func (o *CmsisBuilderItem) GetBuildToolsVersionOk() (*string, bool)
- func (o *CmsisBuilderItem) GetDeprecated() bool
- func (o *CmsisBuilderItem) GetDeprecatedOk() (*bool, bool)
- func (o *CmsisBuilderItem) GetDeprecationInfo() DeprecationInfo
- func (o *CmsisBuilderItem) GetDeprecationInfoOk() (*DeprecationInfo, bool)
- func (o *CmsisBuilderItem) GetLinks() CmsisBuilderItemLinks
- func (o *CmsisBuilderItem) GetLinksOk() (*CmsisBuilderItemLinks, bool)
- func (o *CmsisBuilderItem) GetMetadata() CommonMetadata
- func (o *CmsisBuilderItem) GetMetadataOk() (*CommonMetadata, bool)
- func (o *CmsisBuilderItem) GetName() string
- func (o *CmsisBuilderItem) GetNameOk() (*string, bool)
- func (o *CmsisBuilderItem) GetTitle() string
- func (o *CmsisBuilderItem) GetTitleOk() (*string, bool)
- func (o *CmsisBuilderItem) GetToolchainType() ToolchainTypes
- func (o *CmsisBuilderItem) GetToolchainTypeOk() (*ToolchainTypes, bool)
- func (o *CmsisBuilderItem) GetToolchainVersion() string
- func (o *CmsisBuilderItem) GetToolchainVersionOk() (*string, bool)
- func (o *CmsisBuilderItem) HasDeprecationInfo() bool
- func (o CmsisBuilderItem) MarshalJSON() ([]byte, error)
- func (o *CmsisBuilderItem) SetBuildToolsType(v BuildToolTypes)
- func (o *CmsisBuilderItem) SetBuildToolsVersion(v string)
- func (o *CmsisBuilderItem) SetDeprecated(v bool)
- func (o *CmsisBuilderItem) SetDeprecationInfo(v DeprecationInfo)
- func (o *CmsisBuilderItem) SetLinks(v CmsisBuilderItemLinks)
- func (o *CmsisBuilderItem) SetMetadata(v CommonMetadata)
- func (o *CmsisBuilderItem) SetName(v string)
- func (o *CmsisBuilderItem) SetTitle(v string)
- func (o *CmsisBuilderItem) SetToolchainType(v ToolchainTypes)
- func (o *CmsisBuilderItem) SetToolchainVersion(v string)
- func (o CmsisBuilderItem) ToMap() (map[string]interface{}, error)
- func (o *CmsisBuilderItem) UnmarshalJSON(data []byte) (err error)
- type CmsisBuilderItemLinks
- func (o *CmsisBuilderItemLinks) GetCollection() HalLinkData
- func (o *CmsisBuilderItemLinks) GetCollectionOk() (*HalLinkData, bool)
- func (o *CmsisBuilderItemLinks) GetCreate() HalLinkData
- func (o *CmsisBuilderItemLinks) GetCreateOk() (*HalLinkData, bool)
- func (o *CmsisBuilderItemLinks) GetSelf() HalLinkData
- func (o *CmsisBuilderItemLinks) GetSelfOk() (*HalLinkData, bool)
- func (o *CmsisBuilderItemLinks) HasCollection() bool
- func (o *CmsisBuilderItemLinks) HasCreate() bool
- func (o CmsisBuilderItemLinks) MarshalJSON() ([]byte, error)
- func (o *CmsisBuilderItemLinks) SetCollection(v HalLinkData)
- func (o *CmsisBuilderItemLinks) SetCreate(v HalLinkData)
- func (o *CmsisBuilderItemLinks) SetSelf(v HalLinkData)
- func (o CmsisBuilderItemLinks) ToMap() (map[string]interface{}, error)
- func (o *CmsisBuilderItemLinks) UnmarshalJSON(data []byte) (err error)
- type CmsisBuilderIterator
- type CmsisIntellisenseCollection
- func (o *CmsisIntellisenseCollection) FetchLinks() (links any, err error)
- func (o *CmsisIntellisenseCollection) FetchName() (string, error)
- func (o *CmsisIntellisenseCollection) FetchTitle() (string, error)
- func (o *CmsisIntellisenseCollection) FetchType() string
- func (o *CmsisIntellisenseCollection) GetEmbedded() EmbeddedCmsisIntellisenseItems
- func (o *CmsisIntellisenseCollection) GetEmbeddedOk() (*EmbeddedCmsisIntellisenseItems, bool)
- func (o *CmsisIntellisenseCollection) GetItemCount() (count int64, err error)
- func (o *CmsisIntellisenseCollection) GetItemIterator() (IIterator, error)
- func (o *CmsisIntellisenseCollection) GetLinks() HalCollectionLinks
- func (o *CmsisIntellisenseCollection) GetLinksOk() (*HalCollectionLinks, bool)
- func (o *CmsisIntellisenseCollection) GetMetadata() PagingMetadata
- func (o *CmsisIntellisenseCollection) GetMetadataOk() (*PagingMetadata, bool)
- func (o *CmsisIntellisenseCollection) GetName() string
- func (o *CmsisIntellisenseCollection) GetNameOk() (*string, bool)
- func (o *CmsisIntellisenseCollection) GetTitle() string
- func (o *CmsisIntellisenseCollection) GetTitleOk() (*string, bool)
- func (o *CmsisIntellisenseCollection) HasEmbedded() bool
- func (o *CmsisIntellisenseCollection) HasNext() bool
- func (o CmsisIntellisenseCollection) MarshalJSON() ([]byte, error)
- func (o *CmsisIntellisenseCollection) SetEmbedded(v EmbeddedCmsisIntellisenseItems)
- func (o *CmsisIntellisenseCollection) SetLinks(v HalCollectionLinks)
- func (o *CmsisIntellisenseCollection) SetMetadata(v PagingMetadata)
- func (o *CmsisIntellisenseCollection) SetName(v string)
- func (o *CmsisIntellisenseCollection) SetTitle(v string)
- func (o CmsisIntellisenseCollection) ToMap() (map[string]interface{}, error)
- func (o *CmsisIntellisenseCollection) UnmarshalJSON(data []byte) (err error)
- type CmsisIntellisenseItem
- func (o *CmsisIntellisenseItem) FetchLinks() (links any, err error)
- func (o *CmsisIntellisenseItem) FetchName() (string, error)
- func (o *CmsisIntellisenseItem) FetchTitle() (string, error)
- func (o *CmsisIntellisenseItem) FetchType() string
- func (o *CmsisIntellisenseItem) GetBuildToolsType() BuildToolTypes
- func (o *CmsisIntellisenseItem) GetBuildToolsTypeOk() (*BuildToolTypes, bool)
- func (o *CmsisIntellisenseItem) GetBuildToolsVersion() string
- func (o *CmsisIntellisenseItem) GetBuildToolsVersionOk() (*string, bool)
- func (o *CmsisIntellisenseItem) GetDeprecated() bool
- func (o *CmsisIntellisenseItem) GetDeprecatedOk() (*bool, bool)
- func (o *CmsisIntellisenseItem) GetDeprecationInfo() DeprecationInfo
- func (o *CmsisIntellisenseItem) GetDeprecationInfoOk() (*DeprecationInfo, bool)
- func (o *CmsisIntellisenseItem) GetLinks() CmsisIntellisenseItemLinks
- func (o *CmsisIntellisenseItem) GetLinksOk() (*CmsisIntellisenseItemLinks, bool)
- func (o *CmsisIntellisenseItem) GetMetadata() CommonMetadata
- func (o *CmsisIntellisenseItem) GetMetadataOk() (*CommonMetadata, bool)
- func (o *CmsisIntellisenseItem) GetName() string
- func (o *CmsisIntellisenseItem) GetNameOk() (*string, bool)
- func (o *CmsisIntellisenseItem) GetTitle() string
- func (o *CmsisIntellisenseItem) GetTitleOk() (*string, bool)
- func (o *CmsisIntellisenseItem) GetToolchainType() ToolchainTypes
- func (o *CmsisIntellisenseItem) GetToolchainTypeOk() (*ToolchainTypes, bool)
- func (o *CmsisIntellisenseItem) GetToolchainVersion() string
- func (o *CmsisIntellisenseItem) GetToolchainVersionOk() (*string, bool)
- func (o *CmsisIntellisenseItem) HasDeprecationInfo() bool
- func (o CmsisIntellisenseItem) MarshalJSON() ([]byte, error)
- func (o *CmsisIntellisenseItem) SetBuildToolsType(v BuildToolTypes)
- func (o *CmsisIntellisenseItem) SetBuildToolsVersion(v string)
- func (o *CmsisIntellisenseItem) SetDeprecated(v bool)
- func (o *CmsisIntellisenseItem) SetDeprecationInfo(v DeprecationInfo)
- func (o *CmsisIntellisenseItem) SetLinks(v CmsisIntellisenseItemLinks)
- func (o *CmsisIntellisenseItem) SetMetadata(v CommonMetadata)
- func (o *CmsisIntellisenseItem) SetName(v string)
- func (o *CmsisIntellisenseItem) SetTitle(v string)
- func (o *CmsisIntellisenseItem) SetToolchainType(v ToolchainTypes)
- func (o *CmsisIntellisenseItem) SetToolchainVersion(v string)
- func (o CmsisIntellisenseItem) ToMap() (map[string]interface{}, error)
- func (o *CmsisIntellisenseItem) UnmarshalJSON(data []byte) (err error)
- type CmsisIntellisenseItemLinks
- func (o *CmsisIntellisenseItemLinks) GetCollection() HalLinkData
- func (o *CmsisIntellisenseItemLinks) GetCollectionOk() (*HalLinkData, bool)
- func (o *CmsisIntellisenseItemLinks) GetCreate() HalLinkData
- func (o *CmsisIntellisenseItemLinks) GetCreateOk() (*HalLinkData, bool)
- func (o *CmsisIntellisenseItemLinks) GetSelf() HalLinkData
- func (o *CmsisIntellisenseItemLinks) GetSelfOk() (*HalLinkData, bool)
- func (o *CmsisIntellisenseItemLinks) HasCollection() bool
- func (o *CmsisIntellisenseItemLinks) HasCreate() bool
- func (o CmsisIntellisenseItemLinks) MarshalJSON() ([]byte, error)
- func (o *CmsisIntellisenseItemLinks) SetCollection(v HalLinkData)
- func (o *CmsisIntellisenseItemLinks) SetCreate(v HalLinkData)
- func (o *CmsisIntellisenseItemLinks) SetSelf(v HalLinkData)
- func (o CmsisIntellisenseItemLinks) ToMap() (map[string]interface{}, error)
- func (o *CmsisIntellisenseItemLinks) UnmarshalJSON(data []byte) (err error)
- type CmsisIntellisenseIterator
- type CollectionMetadata
- func (o *CollectionMetadata) GetCtime() time.Time
- func (o *CollectionMetadata) GetCtimeOk() (*time.Time, bool)
- func (o *CollectionMetadata) GetEtime() time.Time
- func (o *CollectionMetadata) GetEtimeOk() (*time.Time, bool)
- func (o *CollectionMetadata) GetMtime() time.Time
- func (o *CollectionMetadata) GetMtimeOk() (*time.Time, bool)
- func (o *CollectionMetadata) GetTotal() int32
- func (o *CollectionMetadata) GetTotalOk() (*int32, bool)
- func (o *CollectionMetadata) HasEtime() bool
- func (o CollectionMetadata) MarshalJSON() ([]byte, error)
- func (o *CollectionMetadata) SetCtime(v time.Time)
- func (o *CollectionMetadata) SetEtime(v time.Time)
- func (o *CollectionMetadata) SetEtimeNil()
- func (o *CollectionMetadata) SetMtime(v time.Time)
- func (o *CollectionMetadata) SetTotal(v int32)
- func (o CollectionMetadata) ToMap() (map[string]interface{}, error)
- func (o *CollectionMetadata) UnmarshalJSON(data []byte) (err error)
- func (o *CollectionMetadata) UnsetEtime()
- type CommonMetadata
- func (o *CommonMetadata) GetCtime() time.Time
- func (o *CommonMetadata) GetCtimeOk() (*time.Time, bool)
- func (o *CommonMetadata) GetEtime() time.Time
- func (o *CommonMetadata) GetEtimeOk() (*time.Time, bool)
- func (o *CommonMetadata) GetMtime() time.Time
- func (o *CommonMetadata) GetMtimeOk() (*time.Time, bool)
- func (o *CommonMetadata) HasEtime() bool
- func (o CommonMetadata) MarshalJSON() ([]byte, error)
- func (o *CommonMetadata) SetCtime(v time.Time)
- func (o *CommonMetadata) SetEtime(v time.Time)
- func (o *CommonMetadata) SetEtimeNil()
- func (o *CommonMetadata) SetMtime(v time.Time)
- func (o CommonMetadata) ToMap() (map[string]interface{}, error)
- func (o *CommonMetadata) UnmarshalJSON(data []byte) (err error)
- func (o *CommonMetadata) UnsetEtime()
- type Configuration
- type DeprecationInfo
- func (o *DeprecationInfo) GetComment() string
- func (o *DeprecationInfo) GetCommentOk() (*string, bool)
- func (o *DeprecationInfo) GetIssued() time.Time
- func (o *DeprecationInfo) GetIssuedOk() (*time.Time, bool)
- func (o *DeprecationInfo) GetRemoval() time.Time
- func (o *DeprecationInfo) GetRemovalOk() (*time.Time, bool)
- func (o DeprecationInfo) MarshalJSON() ([]byte, error)
- func (o *DeprecationInfo) SetComment(v string)
- func (o *DeprecationInfo) SetIssued(v time.Time)
- func (o *DeprecationInfo) SetRemoval(v time.Time)
- func (o DeprecationInfo) ToMap() (map[string]interface{}, error)
- func (o *DeprecationInfo) UnmarshalJSON(data []byte) (err error)
- type DeprecationNoticeAPIService
- func (a *DeprecationNoticeAPIService) GetDeprecationNotice(ctx context.Context, operationName string) ApiGetDeprecationNoticeRequest
- func (a *DeprecationNoticeAPIService) GetDeprecationNoticeExecute(r ApiGetDeprecationNoticeRequest) (*EndpointDeprecationNotice, *http.Response, error)
- func (a *DeprecationNoticeAPIService) ListDeprecatedEndpoints(ctx context.Context) ApiListDeprecatedEndpointsRequest
- func (a *DeprecationNoticeAPIService) ListDeprecatedEndpointsExecute(r ApiListDeprecatedEndpointsRequest) (*EndpointDeprecationNoticeCollection, *http.Response, error)
- type EmbeddedArtefactManagerItems
- func (o *EmbeddedArtefactManagerItems) GetItem() []ArtefactManagerItem
- func (o *EmbeddedArtefactManagerItems) GetItemOk() ([]ArtefactManagerItem, bool)
- func (o *EmbeddedArtefactManagerItems) HasItem() bool
- func (o EmbeddedArtefactManagerItems) MarshalJSON() ([]byte, error)
- func (o *EmbeddedArtefactManagerItems) SetItem(v []ArtefactManagerItem)
- func (o EmbeddedArtefactManagerItems) ToMap() (map[string]interface{}, error)
- type EmbeddedBuildJobItems
- func (o *EmbeddedBuildJobItems) GetItem() []BuildJobItem
- func (o *EmbeddedBuildJobItems) GetItemOk() ([]BuildJobItem, bool)
- func (o *EmbeddedBuildJobItems) HasItem() bool
- func (o EmbeddedBuildJobItems) MarshalJSON() ([]byte, error)
- func (o *EmbeddedBuildJobItems) SetItem(v []BuildJobItem)
- func (o EmbeddedBuildJobItems) ToMap() (map[string]interface{}, error)
- type EmbeddedCmsisBuilderItems
- func (o *EmbeddedCmsisBuilderItems) GetItem() []CmsisBuilderItem
- func (o *EmbeddedCmsisBuilderItems) GetItemOk() ([]CmsisBuilderItem, bool)
- func (o *EmbeddedCmsisBuilderItems) HasItem() bool
- func (o EmbeddedCmsisBuilderItems) MarshalJSON() ([]byte, error)
- func (o *EmbeddedCmsisBuilderItems) SetItem(v []CmsisBuilderItem)
- func (o EmbeddedCmsisBuilderItems) ToMap() (map[string]interface{}, error)
- type EmbeddedCmsisIntellisenseItems
- func (o *EmbeddedCmsisIntellisenseItems) GetItem() []CmsisIntellisenseItem
- func (o *EmbeddedCmsisIntellisenseItems) GetItemOk() ([]CmsisIntellisenseItem, bool)
- func (o *EmbeddedCmsisIntellisenseItems) HasItem() bool
- func (o EmbeddedCmsisIntellisenseItems) MarshalJSON() ([]byte, error)
- func (o *EmbeddedCmsisIntellisenseItems) SetItem(v []CmsisIntellisenseItem)
- func (o EmbeddedCmsisIntellisenseItems) ToMap() (map[string]interface{}, error)
- type EmbeddedEndpointDeprecationNoticeItems
- func (o *EmbeddedEndpointDeprecationNoticeItems) GetItem() []EndpointDeprecationNotice
- func (o *EmbeddedEndpointDeprecationNoticeItems) GetItemOk() ([]EndpointDeprecationNotice, bool)
- func (o *EmbeddedEndpointDeprecationNoticeItems) HasItem() bool
- func (o EmbeddedEndpointDeprecationNoticeItems) MarshalJSON() ([]byte, error)
- func (o *EmbeddedEndpointDeprecationNoticeItems) SetItem(v []EndpointDeprecationNotice)
- func (o EmbeddedEndpointDeprecationNoticeItems) ToMap() (map[string]interface{}, error)
- type EmbeddedFPGAAdminItem
- func (o *EmbeddedFPGAAdminItem) GetItem() []FPGAAdminItem
- func (o *EmbeddedFPGAAdminItem) GetItemOk() ([]FPGAAdminItem, bool)
- func (o *EmbeddedFPGAAdminItem) HasItem() bool
- func (o EmbeddedFPGAAdminItem) MarshalJSON() ([]byte, error)
- func (o *EmbeddedFPGAAdminItem) SetItem(v []FPGAAdminItem)
- func (o EmbeddedFPGAAdminItem) ToMap() (map[string]interface{}, error)
- type EmbeddedFPGAConnectionItems
- func (o *EmbeddedFPGAConnectionItems) GetItem() []FPGAConnectionItem
- func (o *EmbeddedFPGAConnectionItems) GetItemOk() ([]FPGAConnectionItem, bool)
- func (o *EmbeddedFPGAConnectionItems) HasItem() bool
- func (o EmbeddedFPGAConnectionItems) MarshalJSON() ([]byte, error)
- func (o *EmbeddedFPGAConnectionItems) SetItem(v []FPGAConnectionItem)
- func (o EmbeddedFPGAConnectionItems) ToMap() (map[string]interface{}, error)
- type EmbeddedFPGAItems
- func (o *EmbeddedFPGAItems) GetItem() []FPGAItem
- func (o *EmbeddedFPGAItems) GetItemOk() ([]FPGAItem, bool)
- func (o *EmbeddedFPGAItems) HasItem() bool
- func (o EmbeddedFPGAItems) MarshalJSON() ([]byte, error)
- func (o *EmbeddedFPGAItems) SetItem(v []FPGAItem)
- func (o EmbeddedFPGAItems) ToMap() (map[string]interface{}, error)
- type EmbeddedFPGAJobItems
- func (o *EmbeddedFPGAJobItems) GetItem() []FPGAJobItem
- func (o *EmbeddedFPGAJobItems) GetItemOk() ([]FPGAJobItem, bool)
- func (o *EmbeddedFPGAJobItems) HasItem() bool
- func (o EmbeddedFPGAJobItems) MarshalJSON() ([]byte, error)
- func (o *EmbeddedFPGAJobItems) SetItem(v []FPGAJobItem)
- func (o EmbeddedFPGAJobItems) ToMap() (map[string]interface{}, error)
- type EmbeddedFPGAPayloadItems
- func (o *EmbeddedFPGAPayloadItems) GetItem() []FPGAPayloadItem
- func (o *EmbeddedFPGAPayloadItems) GetItemOk() ([]FPGAPayloadItem, bool)
- func (o *EmbeddedFPGAPayloadItems) HasItem() bool
- func (o EmbeddedFPGAPayloadItems) MarshalJSON() ([]byte, error)
- func (o *EmbeddedFPGAPayloadItems) SetItem(v []FPGAPayloadItem)
- func (o EmbeddedFPGAPayloadItems) ToMap() (map[string]interface{}, error)
- type EmbeddedGenericWorkJobItems
- func (o *EmbeddedGenericWorkJobItems) GetItem() []GenericWorkJobItem
- func (o *EmbeddedGenericWorkJobItems) GetItemOk() ([]GenericWorkJobItem, bool)
- func (o *EmbeddedGenericWorkJobItems) HasItem() bool
- func (o EmbeddedGenericWorkJobItems) MarshalJSON() ([]byte, error)
- func (o *EmbeddedGenericWorkJobItems) SetItem(v []GenericWorkJobItem)
- func (o EmbeddedGenericWorkJobItems) ToMap() (map[string]interface{}, error)
- type EmbeddedGenericWorkerItems
- func (o *EmbeddedGenericWorkerItems) GetItem() []GenericWorkerItem
- func (o *EmbeddedGenericWorkerItems) GetItemOk() ([]GenericWorkerItem, bool)
- func (o *EmbeddedGenericWorkerItems) HasItem() bool
- func (o EmbeddedGenericWorkerItems) MarshalJSON() ([]byte, error)
- func (o *EmbeddedGenericWorkerItems) SetItem(v []GenericWorkerItem)
- func (o EmbeddedGenericWorkerItems) ToMap() (map[string]interface{}, error)
- type EmbeddedIntellisenseJobItems
- func (o *EmbeddedIntellisenseJobItems) GetItem() []IntellisenseJobItem
- func (o *EmbeddedIntellisenseJobItems) GetItemOk() ([]IntellisenseJobItem, bool)
- func (o *EmbeddedIntellisenseJobItems) HasItem() bool
- func (o EmbeddedIntellisenseJobItems) MarshalJSON() ([]byte, error)
- func (o *EmbeddedIntellisenseJobItems) SetItem(v []IntellisenseJobItem)
- func (o EmbeddedIntellisenseJobItems) ToMap() (map[string]interface{}, error)
- type EmbeddedPATItem
- func (o *EmbeddedPATItem) GetItem() []PATItem
- func (o *EmbeddedPATItem) GetItemOk() ([]PATItem, bool)
- func (o *EmbeddedPATItem) HasItem() bool
- func (o EmbeddedPATItem) MarshalJSON() ([]byte, error)
- func (o *EmbeddedPATItem) SetItem(v []PATItem)
- func (o EmbeddedPATItem) ToMap() (map[string]interface{}, error)
- type EmbeddedServiceAccessTokenItem
- func (o *EmbeddedServiceAccessTokenItem) GetItem() []ServiceAccessTokenItem
- func (o *EmbeddedServiceAccessTokenItem) GetItemOk() ([]ServiceAccessTokenItem, bool)
- func (o *EmbeddedServiceAccessTokenItem) HasItem() bool
- func (o EmbeddedServiceAccessTokenItem) MarshalJSON() ([]byte, error)
- func (o *EmbeddedServiceAccessTokenItem) SetItem(v []ServiceAccessTokenItem)
- func (o EmbeddedServiceAccessTokenItem) ToMap() (map[string]interface{}, error)
- type EmbeddedServiceAccountItem
- func (o *EmbeddedServiceAccountItem) GetItem() []ServiceAccountItem
- func (o *EmbeddedServiceAccountItem) GetItemOk() ([]ServiceAccountItem, bool)
- func (o *EmbeddedServiceAccountItem) HasItem() bool
- func (o EmbeddedServiceAccountItem) MarshalJSON() ([]byte, error)
- func (o *EmbeddedServiceAccountItem) SetItem(v []ServiceAccountItem)
- func (o EmbeddedServiceAccountItem) ToMap() (map[string]interface{}, error)
- type EmbeddedUserItem
- func (o *EmbeddedUserItem) GetItem() []UserItem
- func (o *EmbeddedUserItem) GetItemOk() ([]UserItem, bool)
- func (o *EmbeddedUserItem) HasItem() bool
- func (o EmbeddedUserItem) MarshalJSON() ([]byte, error)
- func (o *EmbeddedUserItem) SetItem(v []UserItem)
- func (o EmbeddedUserItem) ToMap() (map[string]interface{}, error)
- type EmbeddedVendorItems
- func (o *EmbeddedVendorItems) GetItem() []VendorItem
- func (o *EmbeddedVendorItems) GetItemOk() ([]VendorItem, bool)
- func (o *EmbeddedVendorItems) HasItem() bool
- func (o EmbeddedVendorItems) MarshalJSON() ([]byte, error)
- func (o *EmbeddedVendorItems) SetItem(v []VendorItem)
- func (o EmbeddedVendorItems) ToMap() (map[string]interface{}, error)
- type EmbeddedVhtInstanceItems
- func (o *EmbeddedVhtInstanceItems) GetItem() []VhtInstanceItem
- func (o *EmbeddedVhtInstanceItems) GetItemOk() ([]VhtInstanceItem, bool)
- func (o *EmbeddedVhtInstanceItems) HasItem() bool
- func (o EmbeddedVhtInstanceItems) MarshalJSON() ([]byte, error)
- func (o *EmbeddedVhtInstanceItems) SetItem(v []VhtInstanceItem)
- func (o EmbeddedVhtInstanceItems) ToMap() (map[string]interface{}, error)
- type EmbeddedVhtItems
- func (o *EmbeddedVhtItems) GetItem() []VhtItem
- func (o *EmbeddedVhtItems) GetItemOk() ([]VhtItem, bool)
- func (o *EmbeddedVhtItems) HasItem() bool
- func (o EmbeddedVhtItems) MarshalJSON() ([]byte, error)
- func (o *EmbeddedVhtItems) SetItem(v []VhtItem)
- func (o EmbeddedVhtItems) ToMap() (map[string]interface{}, error)
- type EmbeddedVhtRunJobItems
- func (o *EmbeddedVhtRunJobItems) GetItem() []VhtRunJobItem
- func (o *EmbeddedVhtRunJobItems) GetItemOk() ([]VhtRunJobItem, bool)
- func (o *EmbeddedVhtRunJobItems) HasItem() bool
- func (o EmbeddedVhtRunJobItems) MarshalJSON() ([]byte, error)
- func (o *EmbeddedVhtRunJobItems) SetItem(v []VhtRunJobItem)
- func (o EmbeddedVhtRunJobItems) ToMap() (map[string]interface{}, error)
- type EmbeddedWorkspaceItems
- func (o *EmbeddedWorkspaceItems) GetItem() []WorkspaceItem
- func (o *EmbeddedWorkspaceItems) GetItemOk() ([]WorkspaceItem, bool)
- func (o *EmbeddedWorkspaceItems) HasItem() bool
- func (o EmbeddedWorkspaceItems) MarshalJSON() ([]byte, error)
- func (o *EmbeddedWorkspaceItems) SetItem(v []WorkspaceItem)
- func (o EmbeddedWorkspaceItems) ToMap() (map[string]interface{}, error)
- type EmbeddedWorkspaceSourceItems
- func (o *EmbeddedWorkspaceSourceItems) GetItem() []WorkspaceSourceItem
- func (o *EmbeddedWorkspaceSourceItems) GetItemOk() ([]WorkspaceSourceItem, bool)
- func (o *EmbeddedWorkspaceSourceItems) HasItem() bool
- func (o EmbeddedWorkspaceSourceItems) MarshalJSON() ([]byte, error)
- func (o *EmbeddedWorkspaceSourceItems) SetItem(v []WorkspaceSourceItem)
- func (o EmbeddedWorkspaceSourceItems) ToMap() (map[string]interface{}, error)
- type EndpointDeprecationNotice
- func (o *EndpointDeprecationNotice) GetDeprecation() DeprecationInfo
- func (o *EndpointDeprecationNotice) GetDeprecationOk() (*DeprecationInfo, bool)
- func (o *EndpointDeprecationNotice) GetEndpoint() HalLinkData
- func (o *EndpointDeprecationNotice) GetEndpointOk() (*HalLinkData, bool)
- func (o *EndpointDeprecationNotice) GetLinks() EndpointDeprecationNoticeLinks
- func (o *EndpointDeprecationNotice) GetLinksOk() (*EndpointDeprecationNoticeLinks, bool)
- func (o *EndpointDeprecationNotice) GetMetadata() CommonMetadata
- func (o *EndpointDeprecationNotice) GetMetadataOk() (*CommonMetadata, bool)
- func (o *EndpointDeprecationNotice) GetReplacement() HalLinkData
- func (o *EndpointDeprecationNotice) GetReplacementOk() (*HalLinkData, bool)
- func (o *EndpointDeprecationNotice) HasReplacement() bool
- func (o EndpointDeprecationNotice) MarshalJSON() ([]byte, error)
- func (o *EndpointDeprecationNotice) SetDeprecation(v DeprecationInfo)
- func (o *EndpointDeprecationNotice) SetEndpoint(v HalLinkData)
- func (o *EndpointDeprecationNotice) SetLinks(v EndpointDeprecationNoticeLinks)
- func (o *EndpointDeprecationNotice) SetMetadata(v CommonMetadata)
- func (o *EndpointDeprecationNotice) SetReplacement(v HalLinkData)
- func (o EndpointDeprecationNotice) ToMap() (map[string]interface{}, error)
- func (o *EndpointDeprecationNotice) UnmarshalJSON(data []byte) (err error)
- type EndpointDeprecationNoticeCollection
- func (o *EndpointDeprecationNoticeCollection) GetEmbedded() EmbeddedEndpointDeprecationNoticeItems
- func (o *EndpointDeprecationNoticeCollection) GetEmbeddedOk() (*EmbeddedEndpointDeprecationNoticeItems, bool)
- func (o *EndpointDeprecationNoticeCollection) GetLinks() HalSimpleCollectionLinks
- func (o *EndpointDeprecationNoticeCollection) GetLinksOk() (*HalSimpleCollectionLinks, bool)
- func (o *EndpointDeprecationNoticeCollection) GetMetadata() PagingMetadata
- func (o *EndpointDeprecationNoticeCollection) GetMetadataOk() (*PagingMetadata, bool)
- func (o *EndpointDeprecationNoticeCollection) GetName() string
- func (o *EndpointDeprecationNoticeCollection) GetNameOk() (*string, bool)
- func (o *EndpointDeprecationNoticeCollection) GetTitle() string
- func (o *EndpointDeprecationNoticeCollection) GetTitleOk() (*string, bool)
- func (o *EndpointDeprecationNoticeCollection) HasEmbedded() bool
- func (o EndpointDeprecationNoticeCollection) MarshalJSON() ([]byte, error)
- func (o *EndpointDeprecationNoticeCollection) SetEmbedded(v EmbeddedEndpointDeprecationNoticeItems)
- func (o *EndpointDeprecationNoticeCollection) SetLinks(v HalSimpleCollectionLinks)
- func (o *EndpointDeprecationNoticeCollection) SetMetadata(v PagingMetadata)
- func (o *EndpointDeprecationNoticeCollection) SetName(v string)
- func (o *EndpointDeprecationNoticeCollection) SetTitle(v string)
- func (o EndpointDeprecationNoticeCollection) ToMap() (map[string]interface{}, error)
- func (o *EndpointDeprecationNoticeCollection) UnmarshalJSON(data []byte) (err error)
- type EndpointDeprecationNoticeLinks
- func (o *EndpointDeprecationNoticeLinks) GetCollection() HalLinkData
- func (o *EndpointDeprecationNoticeLinks) GetCollectionOk() (*HalLinkData, bool)
- func (o *EndpointDeprecationNoticeLinks) GetSelf() HalLinkData
- func (o *EndpointDeprecationNoticeLinks) GetSelfOk() (*HalLinkData, bool)
- func (o *EndpointDeprecationNoticeLinks) HasCollection() bool
- func (o EndpointDeprecationNoticeLinks) MarshalJSON() ([]byte, error)
- func (o *EndpointDeprecationNoticeLinks) SetCollection(v HalLinkData)
- func (o *EndpointDeprecationNoticeLinks) SetSelf(v HalLinkData)
- func (o EndpointDeprecationNoticeLinks) ToMap() (map[string]interface{}, error)
- func (o *EndpointDeprecationNoticeLinks) UnmarshalJSON(data []byte) (err error)
- type EntitlementsListFeedItem
- func (o *EntitlementsListFeedItem) GetItems() []InstancePermissionItem
- func (o *EntitlementsListFeedItem) GetItemsOk() ([]InstancePermissionItem, bool)
- func (o *EntitlementsListFeedItem) GetLinks() HalFeedLinks
- func (o *EntitlementsListFeedItem) GetLinksOk() (*HalFeedLinks, bool)
- func (o *EntitlementsListFeedItem) GetMetadata() PagingMetadata
- func (o *EntitlementsListFeedItem) GetMetadataOk() (*PagingMetadata, bool)
- func (o *EntitlementsListFeedItem) GetOwnerOperations() []PermissionOperation
- func (o *EntitlementsListFeedItem) GetOwnerOperationsOk() ([]PermissionOperation, bool)
- func (o *EntitlementsListFeedItem) HasOwnerOperations() bool
- func (o EntitlementsListFeedItem) MarshalJSON() ([]byte, error)
- func (o *EntitlementsListFeedItem) SetItems(v []InstancePermissionItem)
- func (o *EntitlementsListFeedItem) SetLinks(v HalFeedLinks)
- func (o *EntitlementsListFeedItem) SetMetadata(v PagingMetadata)
- func (o *EntitlementsListFeedItem) SetOwnerOperations(v []PermissionOperation)
- func (o EntitlementsListFeedItem) ToMap() (map[string]interface{}, error)
- func (o *EntitlementsListFeedItem) UnmarshalJSON(data []byte) (err error)
- type EntitlementsListRequest
- func (o *EntitlementsListRequest) GetOperations() []PermissionOperation
- func (o *EntitlementsListRequest) GetOperationsOk() ([]PermissionOperation, bool)
- func (o *EntitlementsListRequest) GetResourceType() string
- func (o *EntitlementsListRequest) GetResourceTypeOk() (*string, bool)
- func (o *EntitlementsListRequest) GetToken() string
- func (o *EntitlementsListRequest) GetTokenOk() (*string, bool)
- func (o *EntitlementsListRequest) HasOperations() bool
- func (o EntitlementsListRequest) MarshalJSON() ([]byte, error)
- func (o *EntitlementsListRequest) SetOperations(v []PermissionOperation)
- func (o *EntitlementsListRequest) SetResourceType(v string)
- func (o *EntitlementsListRequest) SetToken(v string)
- func (o EntitlementsListRequest) ToMap() (map[string]interface{}, error)
- func (o *EntitlementsListRequest) UnmarshalJSON(data []byte) (err error)
- type ErrorResponse
- func (o *ErrorResponse) GetFields() []FieldObject
- func (o *ErrorResponse) GetFieldsOk() ([]FieldObject, bool)
- func (o *ErrorResponse) GetHttpStatusCode() int32
- func (o *ErrorResponse) GetHttpStatusCodeOk() (*int32, bool)
- func (o *ErrorResponse) GetMessage() string
- func (o *ErrorResponse) GetMessageOk() (*string, bool)
- func (o *ErrorResponse) GetRequestId() string
- func (o *ErrorResponse) GetRequestIdOk() (*string, bool)
- func (o *ErrorResponse) HasFields() bool
- func (o ErrorResponse) MarshalJSON() ([]byte, error)
- func (o *ErrorResponse) SetFields(v []FieldObject)
- func (o *ErrorResponse) SetHttpStatusCode(v int32)
- func (o *ErrorResponse) SetMessage(v string)
- func (o *ErrorResponse) SetRequestId(v string)
- func (o ErrorResponse) ToMap() (map[string]interface{}, error)
- func (o *ErrorResponse) UnmarshalJSON(data []byte) (err error)
- type FPGAAPIService
- type FPGAAdminAPIService
- func (a *FPGAAdminAPIService) AddFPGAAdmin(ctx context.Context) ApiAddFPGAAdminRequest
- func (a *FPGAAdminAPIService) AddFPGAAdminExecute(r ApiAddFPGAAdminRequest) (*FPGAAdminItem, *http.Response, error)
- func (a *FPGAAdminAPIService) ListFPGAAdmins(ctx context.Context) ApiListFPGAAdminsRequest
- func (a *FPGAAdminAPIService) ListFPGAAdminsExecute(r ApiListFPGAAdminsRequest) (*FPGAAdminCollection, *http.Response, error)
- func (a *FPGAAdminAPIService) RemoveFPGAAdmin(ctx context.Context, fpgaAdminName string) ApiRemoveFPGAAdminRequest
- func (a *FPGAAdminAPIService) RemoveFPGAAdminExecute(r ApiRemoveFPGAAdminRequest) (*http.Response, error)
- type FPGAAdminCollection
- func (o *FPGAAdminCollection) FetchLinks() (links any, err error)
- func (o *FPGAAdminCollection) FetchName() (string, error)
- func (o *FPGAAdminCollection) FetchTitle() (string, error)
- func (o *FPGAAdminCollection) FetchType() string
- func (o *FPGAAdminCollection) GetEmbedded() EmbeddedFPGAAdminItem
- func (o *FPGAAdminCollection) GetEmbeddedOk() (*EmbeddedFPGAAdminItem, bool)
- func (o *FPGAAdminCollection) GetItemCount() (count int64, err error)
- func (o *FPGAAdminCollection) GetItemIterator() (IIterator, error)
- func (o *FPGAAdminCollection) GetLinks() HalCollectionLinks
- func (o *FPGAAdminCollection) GetLinksOk() (*HalCollectionLinks, bool)
- func (o *FPGAAdminCollection) GetMetadata() PagingMetadata
- func (o *FPGAAdminCollection) GetMetadataOk() (*PagingMetadata, bool)
- func (o *FPGAAdminCollection) GetName() string
- func (o *FPGAAdminCollection) GetNameOk() (*string, bool)
- func (o *FPGAAdminCollection) GetTitle() string
- func (o *FPGAAdminCollection) GetTitleOk() (*string, bool)
- func (o *FPGAAdminCollection) HasEmbedded() bool
- func (o *FPGAAdminCollection) HasNext() bool
- func (o FPGAAdminCollection) MarshalJSON() ([]byte, error)
- func (o *FPGAAdminCollection) SetEmbedded(v EmbeddedFPGAAdminItem)
- func (o *FPGAAdminCollection) SetLinks(v HalCollectionLinks)
- func (o *FPGAAdminCollection) SetMetadata(v PagingMetadata)
- func (o *FPGAAdminCollection) SetName(v string)
- func (o *FPGAAdminCollection) SetTitle(v string)
- func (o FPGAAdminCollection) ToMap() (map[string]interface{}, error)
- func (o *FPGAAdminCollection) UnmarshalJSON(data []byte) (err error)
- type FPGAAdminItem
- func (o *FPGAAdminItem) FetchLinks() (links any, err error)
- func (o *FPGAAdminItem) FetchName() (string, error)
- func (o *FPGAAdminItem) FetchTitle() (string, error)
- func (o *FPGAAdminItem) FetchType() string
- func (o *FPGAAdminItem) GetLinks() FPGAAdminItemLinks
- func (o *FPGAAdminItem) GetLinksOk() (*FPGAAdminItemLinks, bool)
- func (o *FPGAAdminItem) GetMetadata() CommonMetadata
- func (o *FPGAAdminItem) GetMetadataOk() (*CommonMetadata, bool)
- func (o *FPGAAdminItem) GetName() string
- func (o *FPGAAdminItem) GetNameOk() (*string, bool)
- func (o *FPGAAdminItem) GetTitle() string
- func (o *FPGAAdminItem) GetTitleOk() (*string, bool)
- func (o *FPGAAdminItem) HasTitle() bool
- func (o FPGAAdminItem) MarshalJSON() ([]byte, error)
- func (o *FPGAAdminItem) SetLinks(v FPGAAdminItemLinks)
- func (o *FPGAAdminItem) SetMetadata(v CommonMetadata)
- func (o *FPGAAdminItem) SetName(v string)
- func (o *FPGAAdminItem) SetTitle(v string)
- func (o *FPGAAdminItem) SetTitleNil()
- func (o FPGAAdminItem) ToMap() (map[string]interface{}, error)
- func (o *FPGAAdminItem) UnmarshalJSON(data []byte) (err error)
- func (o *FPGAAdminItem) UnsetTitle()
- type FPGAAdminItemLinks
- func (o *FPGAAdminItemLinks) GetSelf() HalLinkData
- func (o *FPGAAdminItemLinks) GetSelfOk() (*HalLinkData, bool)
- func (o FPGAAdminItemLinks) MarshalJSON() ([]byte, error)
- func (o *FPGAAdminItemLinks) SetSelf(v HalLinkData)
- func (o FPGAAdminItemLinks) ToMap() (map[string]interface{}, error)
- func (o *FPGAAdminItemLinks) UnmarshalJSON(data []byte) (err error)
- type FPGAAdminIterator
- type FPGACollection
- func (o *FPGACollection) FetchLinks() (links any, err error)
- func (o *FPGACollection) FetchName() (string, error)
- func (o *FPGACollection) FetchTitle() (string, error)
- func (o *FPGACollection) FetchType() string
- func (o *FPGACollection) GetEmbedded() EmbeddedFPGAItems
- func (o *FPGACollection) GetEmbeddedOk() (*EmbeddedFPGAItems, bool)
- func (o *FPGACollection) GetItemCount() (count int64, err error)
- func (o *FPGACollection) GetItemIterator() (IIterator, error)
- func (o *FPGACollection) GetLinks() FPGACollectionLinks
- func (o *FPGACollection) GetLinksOk() (*FPGACollectionLinks, bool)
- func (o *FPGACollection) GetMetadata() PagingMetadata
- func (o *FPGACollection) GetMetadataOk() (*PagingMetadata, bool)
- func (o *FPGACollection) GetName() string
- func (o *FPGACollection) GetNameOk() (*string, bool)
- func (o *FPGACollection) GetTitle() string
- func (o *FPGACollection) GetTitleOk() (*string, bool)
- func (o *FPGACollection) HasEmbedded() bool
- func (o *FPGACollection) HasNext() bool
- func (o FPGACollection) MarshalJSON() ([]byte, error)
- func (o *FPGACollection) SetEmbedded(v EmbeddedFPGAItems)
- func (o *FPGACollection) SetLinks(v FPGACollectionLinks)
- func (o *FPGACollection) SetMetadata(v PagingMetadata)
- func (o *FPGACollection) SetName(v string)
- func (o *FPGACollection) SetTitle(v string)
- func (o FPGACollection) ToMap() (map[string]interface{}, error)
- func (o *FPGACollection) UnmarshalJSON(data []byte) (err error)
- type FPGACollectionLinks
- func (o *FPGACollectionLinks) GetAlternate() HalLinkData
- func (o *FPGACollectionLinks) GetAlternateOk() (*HalLinkData, bool)
- func (o *FPGACollectionLinks) GetCreate() HalLinkData
- func (o *FPGACollectionLinks) GetCreateOk() (*HalLinkData, bool)
- func (o *FPGACollectionLinks) GetEmbedded() HalLinkData
- func (o *FPGACollectionLinks) GetEmbeddedOk() (*HalLinkData, bool)
- func (o *FPGACollectionLinks) GetFirst() HalLinkData
- func (o *FPGACollectionLinks) GetFirstOk() (*HalLinkData, bool)
- func (o *FPGACollectionLinks) GetItem() []HalLinkData
- func (o *FPGACollectionLinks) GetItemOk() ([]HalLinkData, bool)
- func (o *FPGACollectionLinks) GetLast() HalLinkData
- func (o *FPGACollectionLinks) GetLastOk() (*HalLinkData, bool)
- func (o *FPGACollectionLinks) GetNext() HalLinkData
- func (o *FPGACollectionLinks) GetNextOk() (*HalLinkData, bool)
- func (o *FPGACollectionLinks) GetPrev() HalLinkData
- func (o *FPGACollectionLinks) GetPrevOk() (*HalLinkData, bool)
- func (o *FPGACollectionLinks) GetSelf() HalLinkData
- func (o *FPGACollectionLinks) GetSelfOk() (*HalLinkData, bool)
- func (o *FPGACollectionLinks) GetSimple() HalLinkData
- func (o *FPGACollectionLinks) GetSimpleOk() (*HalLinkData, bool)
- func (o *FPGACollectionLinks) HasAlternate() bool
- func (o *FPGACollectionLinks) HasCreate() bool
- func (o *FPGACollectionLinks) HasEmbedded() bool
- func (o *FPGACollectionLinks) HasFirst() bool
- func (o *FPGACollectionLinks) HasItem() bool
- func (o *FPGACollectionLinks) HasLast() bool
- func (o *FPGACollectionLinks) HasNext() bool
- func (o *FPGACollectionLinks) HasPrev() bool
- func (o *FPGACollectionLinks) HasSimple() bool
- func (o FPGACollectionLinks) MarshalJSON() ([]byte, error)
- func (o *FPGACollectionLinks) SetAlternate(v HalLinkData)
- func (o *FPGACollectionLinks) SetCreate(v HalLinkData)
- func (o *FPGACollectionLinks) SetEmbedded(v HalLinkData)
- func (o *FPGACollectionLinks) SetFirst(v HalLinkData)
- func (o *FPGACollectionLinks) SetItem(v []HalLinkData)
- func (o *FPGACollectionLinks) SetLast(v HalLinkData)
- func (o *FPGACollectionLinks) SetNext(v HalLinkData)
- func (o *FPGACollectionLinks) SetPrev(v HalLinkData)
- func (o *FPGACollectionLinks) SetSelf(v HalLinkData)
- func (o *FPGACollectionLinks) SetSimple(v HalLinkData)
- func (o FPGACollectionLinks) ToMap() (map[string]interface{}, error)
- func (o *FPGACollectionLinks) UnmarshalJSON(data []byte) (err error)
- type FPGAConnectionAPIService
- func (a *FPGAConnectionAPIService) FollowFpgaConnectionsLink(r *ApiListFpgaConnectionsRequest, link string) (*FPGAConnectionCollection, *http.Response, error)
- func (a *FPGAConnectionAPIService) GetFpgaConnection(ctx context.Context, fpgaName string) ApiGetFpgaConnectionRequest
- func (a *FPGAConnectionAPIService) GetFpgaConnectionExecute(r ApiGetFpgaConnectionRequest) (*FPGAConnectionItem, *http.Response, error)
- func (a *FPGAConnectionAPIService) ListFpgaConnections(ctx context.Context) ApiListFpgaConnectionsRequest
- func (a *FPGAConnectionAPIService) ListFpgaConnectionsExecute(r ApiListFpgaConnectionsRequest) (*FPGAConnectionCollection, *http.Response, error)
- func (a *FPGAConnectionAPIService) StartFpgaConnection(ctx context.Context, fpgaName string, jobName string) ApiStartFpgaConnectionRequest
- func (a *FPGAConnectionAPIService) StartFpgaConnectionExecute(r ApiStartFpgaConnectionRequest) (*os.File, *http.Response, error)
- func (a *FPGAConnectionAPIService) StartFpgaConnectionRegardlessOfJob(ctx context.Context, fpgaName string) ApiStartFpgaConnectionRegardlessOfJobRequest
- func (a *FPGAConnectionAPIService) StartFpgaConnectionRegardlessOfJobExecute(r ApiStartFpgaConnectionRegardlessOfJobRequest) (*os.File, *http.Response, error)
- func (a *FPGAConnectionAPIService) TerminateFpgaConnection(ctx context.Context, fpgaName string) ApiTerminateFpgaConnectionRequest
- func (a *FPGAConnectionAPIService) TerminateFpgaConnectionExecute(r ApiTerminateFpgaConnectionRequest) (*FPGAConnectionItem, *http.Response, error)
- type FPGAConnectionCollection
- func (o *FPGAConnectionCollection) FetchLinks() (links any, err error)
- func (o *FPGAConnectionCollection) FetchName() (string, error)
- func (o *FPGAConnectionCollection) FetchTitle() (string, error)
- func (o *FPGAConnectionCollection) FetchType() string
- func (o *FPGAConnectionCollection) GetEmbedded() EmbeddedFPGAConnectionItems
- func (o *FPGAConnectionCollection) GetEmbeddedOk() (*EmbeddedFPGAConnectionItems, bool)
- func (o *FPGAConnectionCollection) GetItemCount() (count int64, err error)
- func (o *FPGAConnectionCollection) GetItemIterator() (IIterator, error)
- func (o *FPGAConnectionCollection) GetLinks() HalCollectionLinks
- func (o *FPGAConnectionCollection) GetLinksOk() (*HalCollectionLinks, bool)
- func (o *FPGAConnectionCollection) GetMetadata() PagingMetadata
- func (o *FPGAConnectionCollection) GetMetadataOk() (*PagingMetadata, bool)
- func (o *FPGAConnectionCollection) GetName() string
- func (o *FPGAConnectionCollection) GetNameOk() (*string, bool)
- func (o *FPGAConnectionCollection) GetTitle() string
- func (o *FPGAConnectionCollection) GetTitleOk() (*string, bool)
- func (o *FPGAConnectionCollection) HasEmbedded() bool
- func (o *FPGAConnectionCollection) HasNext() bool
- func (o FPGAConnectionCollection) MarshalJSON() ([]byte, error)
- func (o *FPGAConnectionCollection) SetEmbedded(v EmbeddedFPGAConnectionItems)
- func (o *FPGAConnectionCollection) SetLinks(v HalCollectionLinks)
- func (o *FPGAConnectionCollection) SetMetadata(v PagingMetadata)
- func (o *FPGAConnectionCollection) SetName(v string)
- func (o *FPGAConnectionCollection) SetTitle(v string)
- func (o FPGAConnectionCollection) ToMap() (map[string]interface{}, error)
- func (o *FPGAConnectionCollection) UnmarshalJSON(data []byte) (err error)
- type FPGAConnectionItem
- func (o *FPGAConnectionItem) FetchLinks() (links any, err error)
- func (o *FPGAConnectionItem) FetchName() (string, error)
- func (o *FPGAConnectionItem) FetchTitle() (string, error)
- func (o *FPGAConnectionItem) FetchType() string
- func (o *FPGAConnectionItem) GetCount() int32
- func (o *FPGAConnectionItem) GetCountOk() (*int32, bool)
- func (o *FPGAConnectionItem) GetLinks() FPGAConnectionItemLinks
- func (o *FPGAConnectionItem) GetLinksOk() (*FPGAConnectionItemLinks, bool)
- func (o *FPGAConnectionItem) GetMetadata() CommonMetadata
- func (o *FPGAConnectionItem) GetMetadataOk() (*CommonMetadata, bool)
- func (o *FPGAConnectionItem) GetName() string
- func (o *FPGAConnectionItem) GetNameOk() (*string, bool)
- func (o *FPGAConnectionItem) GetTitle() string
- func (o *FPGAConnectionItem) GetTitleOk() (*string, bool)
- func (o *FPGAConnectionItem) HasCount() bool
- func (o *FPGAConnectionItem) HasTitle() bool
- func (o FPGAConnectionItem) MarshalJSON() ([]byte, error)
- func (o *FPGAConnectionItem) SetCount(v int32)
- func (o *FPGAConnectionItem) SetLinks(v FPGAConnectionItemLinks)
- func (o *FPGAConnectionItem) SetMetadata(v CommonMetadata)
- func (o *FPGAConnectionItem) SetName(v string)
- func (o *FPGAConnectionItem) SetTitle(v string)
- func (o FPGAConnectionItem) ToMap() (map[string]interface{}, error)
- func (o *FPGAConnectionItem) UnmarshalJSON(data []byte) (err error)
- type FPGAConnectionItemLinks
- func (o *FPGAConnectionItemLinks) GetConnect() HalLinkData
- func (o *FPGAConnectionItemLinks) GetConnectOk() (*HalLinkData, bool)
- func (o *FPGAConnectionItemLinks) GetRelated() HalLinkData
- func (o *FPGAConnectionItemLinks) GetRelatedOk() (*HalLinkData, bool)
- func (o *FPGAConnectionItemLinks) GetSelf() HalLinkData
- func (o *FPGAConnectionItemLinks) GetSelfOk() (*HalLinkData, bool)
- func (o *FPGAConnectionItemLinks) HasConnect() bool
- func (o *FPGAConnectionItemLinks) HasRelated() bool
- func (o FPGAConnectionItemLinks) MarshalJSON() ([]byte, error)
- func (o *FPGAConnectionItemLinks) SetConnect(v HalLinkData)
- func (o *FPGAConnectionItemLinks) SetRelated(v HalLinkData)
- func (o *FPGAConnectionItemLinks) SetSelf(v HalLinkData)
- func (o FPGAConnectionItemLinks) ToMap() (map[string]interface{}, error)
- func (o *FPGAConnectionItemLinks) UnmarshalJSON(data []byte) (err error)
- type FPGAConnectionIterator
- type FPGAEntitlementItem
- func (o *FPGAEntitlementItem) GetFpgas() []string
- func (o *FPGAEntitlementItem) GetFpgasOk() ([]string, bool)
- func (o *FPGAEntitlementItem) GetLinks() FPGAEntitlementItemLinks
- func (o *FPGAEntitlementItem) GetLinksOk() (*FPGAEntitlementItemLinks, bool)
- func (o *FPGAEntitlementItem) GetMetadata() CommonMetadata
- func (o *FPGAEntitlementItem) GetMetadataOk() (*CommonMetadata, bool)
- func (o *FPGAEntitlementItem) GetName() string
- func (o *FPGAEntitlementItem) GetNameOk() (*string, bool)
- func (o *FPGAEntitlementItem) GetRepositories() []string
- func (o *FPGAEntitlementItem) GetRepositoriesOk() ([]string, bool)
- func (o *FPGAEntitlementItem) GetUsers() []string
- func (o *FPGAEntitlementItem) GetUsersOk() ([]string, bool)
- func (o FPGAEntitlementItem) MarshalJSON() ([]byte, error)
- func (o *FPGAEntitlementItem) SetFpgas(v []string)
- func (o *FPGAEntitlementItem) SetLinks(v FPGAEntitlementItemLinks)
- func (o *FPGAEntitlementItem) SetMetadata(v CommonMetadata)
- func (o *FPGAEntitlementItem) SetName(v string)
- func (o *FPGAEntitlementItem) SetRepositories(v []string)
- func (o *FPGAEntitlementItem) SetUsers(v []string)
- func (o FPGAEntitlementItem) ToMap() (map[string]interface{}, error)
- func (o *FPGAEntitlementItem) UnmarshalJSON(data []byte) (err error)
- type FPGAEntitlementItemLinks
- func (o *FPGAEntitlementItemLinks) GetSelf() HalLinkData
- func (o *FPGAEntitlementItemLinks) GetSelfOk() (*HalLinkData, bool)
- func (o FPGAEntitlementItemLinks) MarshalJSON() ([]byte, error)
- func (o *FPGAEntitlementItemLinks) SetSelf(v HalLinkData)
- func (o FPGAEntitlementItemLinks) ToMap() (map[string]interface{}, error)
- func (o *FPGAEntitlementItemLinks) UnmarshalJSON(data []byte) (err error)
- type FPGAEntitlementsAPIService
- func (a *FPGAEntitlementsAPIService) GetFPGAEntitlement(ctx context.Context, fpgaEntitlementName string) ApiGetFPGAEntitlementRequest
- func (a *FPGAEntitlementsAPIService) GetFPGAEntitlementExecute(r ApiGetFPGAEntitlementRequest) (*FPGAEntitlementItem, *http.Response, error)
- func (a *FPGAEntitlementsAPIService) ListFPGAEntitlements(ctx context.Context) ApiListFPGAEntitlementsRequest
- func (a *FPGAEntitlementsAPIService) ListFPGAEntitlementsExecute(r ApiListFPGAEntitlementsRequest) (*SimpleCollection, *http.Response, error)
- func (a *FPGAEntitlementsAPIService) RemoveFPGAEntitlement(ctx context.Context, fpgaEntitlementName string) ApiRemoveFPGAEntitlementRequest
- func (a *FPGAEntitlementsAPIService) RemoveFPGAEntitlementExecute(r ApiRemoveFPGAEntitlementRequest) (*http.Response, error)
- func (a *FPGAEntitlementsAPIService) UpdateFPGAEntitlement(ctx context.Context) ApiUpdateFPGAEntitlementRequest
- func (a *FPGAEntitlementsAPIService) UpdateFPGAEntitlementExecute(r ApiUpdateFPGAEntitlementRequest) (*FPGAEntitlementItem, *http.Response, error)
- type FPGAItem
- func (o *FPGAItem) FetchLinks() (links any, err error)
- func (o *FPGAItem) FetchName() (string, error)
- func (o *FPGAItem) FetchTitle() (string, error)
- func (o *FPGAItem) FetchType() string
- func (o *FPGAItem) GetAccessibleRepositories() []string
- func (o *FPGAItem) GetAccessibleRepositoriesOk() ([]string, bool)
- func (o *FPGAItem) GetAgentAuthToken() string
- func (o *FPGAItem) GetAgentAuthTokenOk() (*string, bool)
- func (o *FPGAItem) GetAgentHost() string
- func (o *FPGAItem) GetAgentHostOk() (*string, bool)
- func (o *FPGAItem) GetAgentPort() string
- func (o *FPGAItem) GetAgentPortOk() (*string, bool)
- func (o *FPGAItem) GetBusy() bool
- func (o *FPGAItem) GetBusyOk() (*bool, bool)
- func (o *FPGAItem) GetDeprecated() bool
- func (o *FPGAItem) GetDeprecatedOk() (*bool, bool)
- func (o *FPGAItem) GetDeprecationInfo() DeprecationInfo
- func (o *FPGAItem) GetDeprecationInfoOk() (*DeprecationInfo, bool)
- func (o *FPGAItem) GetDescription() string
- func (o *FPGAItem) GetDescriptionOk() (*string, bool)
- func (o *FPGAItem) GetEntitlementGroups() []string
- func (o *FPGAItem) GetEntitlementGroupsOk() ([]string, bool)
- func (o *FPGAItem) GetExtraMetadata() map[string]string
- func (o *FPGAItem) GetExtraMetadataOk() (*map[string]string, bool)
- func (o *FPGAItem) GetLinks() FPGAItemLinks
- func (o *FPGAItem) GetLinksOk() (*FPGAItemLinks, bool)
- func (o *FPGAItem) GetMetadata() CommonMetadata
- func (o *FPGAItem) GetMetadataOk() (*CommonMetadata, bool)
- func (o *FPGAItem) GetName() string
- func (o *FPGAItem) GetNameOk() (*string, bool)
- func (o *FPGAItem) GetReadUARTConnections() []FPGAUARTConnection
- func (o *FPGAItem) GetReadUARTConnectionsOk() ([]FPGAUARTConnection, bool)
- func (o *FPGAItem) GetReady() bool
- func (o *FPGAItem) GetReadyOk() (*bool, bool)
- func (o *FPGAItem) GetRepositories() FPGAPayloadRepositories
- func (o *FPGAItem) GetRepositoriesOk() (*FPGAPayloadRepositories, bool)
- func (o *FPGAItem) GetSupportedTargets() []FPGATarget
- func (o *FPGAItem) GetSupportedTargetsOk() ([]FPGATarget, bool)
- func (o *FPGAItem) GetTitle() string
- func (o *FPGAItem) GetTitleOk() (*string, bool)
- func (o *FPGAItem) GetWorkerAuthToken() string
- func (o *FPGAItem) GetWorkerAuthTokenOk() (*string, bool)
- func (o *FPGAItem) GetWriteUARTConnection() FPGAUARTConnection
- func (o *FPGAItem) GetWriteUARTConnectionOk() (*FPGAUARTConnection, bool)
- func (o *FPGAItem) HasAccessibleRepositories() bool
- func (o *FPGAItem) HasAgentAuthToken() bool
- func (o *FPGAItem) HasAgentHost() bool
- func (o *FPGAItem) HasAgentPort() bool
- func (o *FPGAItem) HasDeprecationInfo() bool
- func (o *FPGAItem) HasEntitlementGroups() bool
- func (o *FPGAItem) HasExtraMetadata() bool
- func (o *FPGAItem) HasReadUARTConnections() bool
- func (o *FPGAItem) HasRepositories() bool
- func (o *FPGAItem) HasWorkerAuthToken() bool
- func (o *FPGAItem) HasWriteUARTConnection() bool
- func (o FPGAItem) MarshalJSON() ([]byte, error)
- func (o *FPGAItem) SetAccessibleRepositories(v []string)
- func (o *FPGAItem) SetAgentAuthToken(v string)
- func (o *FPGAItem) SetAgentHost(v string)
- func (o *FPGAItem) SetAgentPort(v string)
- func (o *FPGAItem) SetBusy(v bool)
- func (o *FPGAItem) SetDeprecated(v bool)
- func (o *FPGAItem) SetDeprecationInfo(v DeprecationInfo)
- func (o *FPGAItem) SetDescription(v string)
- func (o *FPGAItem) SetEntitlementGroups(v []string)
- func (o *FPGAItem) SetExtraMetadata(v map[string]string)
- func (o *FPGAItem) SetLinks(v FPGAItemLinks)
- func (o *FPGAItem) SetMetadata(v CommonMetadata)
- func (o *FPGAItem) SetName(v string)
- func (o *FPGAItem) SetReadUARTConnections(v []FPGAUARTConnection)
- func (o *FPGAItem) SetReady(v bool)
- func (o *FPGAItem) SetRepositories(v FPGAPayloadRepositories)
- func (o *FPGAItem) SetSupportedTargets(v []FPGATarget)
- func (o *FPGAItem) SetTitle(v string)
- func (o *FPGAItem) SetWorkerAuthToken(v string)
- func (o *FPGAItem) SetWriteUARTConnection(v FPGAUARTConnection)
- func (o FPGAItem) ToMap() (map[string]interface{}, error)
- func (o *FPGAItem) UnmarshalJSON(data []byte) (err error)
- type FPGAItemLinks
- func (o *FPGAItemLinks) GetCollection() HalLinkData
- func (o *FPGAItemLinks) GetCollectionOk() (*HalLinkData, bool)
- func (o *FPGAItemLinks) GetCreate() HalLinkData
- func (o *FPGAItemLinks) GetCreateOk() (*HalLinkData, bool)
- func (o *FPGAItemLinks) GetCurrent() HalLinkData
- func (o *FPGAItemLinks) GetCurrentOk() (*HalLinkData, bool)
- func (o *FPGAItemLinks) GetDelete() HalLinkData
- func (o *FPGAItemLinks) GetDeleteOk() (*HalLinkData, bool)
- func (o *FPGAItemLinks) GetNext() HalLinkData
- func (o *FPGAItemLinks) GetNextOk() (*HalLinkData, bool)
- func (o *FPGAItemLinks) GetPrev() HalLinkData
- func (o *FPGAItemLinks) GetPrevOk() (*HalLinkData, bool)
- func (o *FPGAItemLinks) GetSelf() HalLinkData
- func (o *FPGAItemLinks) GetSelfOk() (*HalLinkData, bool)
- func (o *FPGAItemLinks) HasCollection() bool
- func (o *FPGAItemLinks) HasCreate() bool
- func (o *FPGAItemLinks) HasCurrent() bool
- func (o *FPGAItemLinks) HasDelete() bool
- func (o *FPGAItemLinks) HasNext() bool
- func (o *FPGAItemLinks) HasPrev() bool
- func (o FPGAItemLinks) MarshalJSON() ([]byte, error)
- func (o *FPGAItemLinks) SetCollection(v HalLinkData)
- func (o *FPGAItemLinks) SetCreate(v HalLinkData)
- func (o *FPGAItemLinks) SetCurrent(v HalLinkData)
- func (o *FPGAItemLinks) SetDelete(v HalLinkData)
- func (o *FPGAItemLinks) SetNext(v HalLinkData)
- func (o *FPGAItemLinks) SetPrev(v HalLinkData)
- func (o *FPGAItemLinks) SetSelf(v HalLinkData)
- func (o FPGAItemLinks) ToMap() (map[string]interface{}, error)
- func (o *FPGAItemLinks) UnmarshalJSON(data []byte) (err error)
- type FPGAIterator
- type FPGAJobCollection
- func (o *FPGAJobCollection) FetchLinks() (links any, err error)
- func (o *FPGAJobCollection) FetchName() (string, error)
- func (o *FPGAJobCollection) FetchTitle() (string, error)
- func (o *FPGAJobCollection) FetchType() string
- func (o *FPGAJobCollection) GetEmbedded() EmbeddedFPGAJobItems
- func (o *FPGAJobCollection) GetEmbeddedOk() (*EmbeddedFPGAJobItems, bool)
- func (o *FPGAJobCollection) GetItemCount() (count int64, err error)
- func (o *FPGAJobCollection) GetItemIterator() (IIterator, error)
- func (o *FPGAJobCollection) GetLinks() HalCollectionLinks
- func (o *FPGAJobCollection) GetLinksOk() (*HalCollectionLinks, bool)
- func (o *FPGAJobCollection) GetMetadata() PagingMetadata
- func (o *FPGAJobCollection) GetMetadataOk() (*PagingMetadata, bool)
- func (o *FPGAJobCollection) GetName() string
- func (o *FPGAJobCollection) GetNameOk() (*string, bool)
- func (o *FPGAJobCollection) GetTitle() string
- func (o *FPGAJobCollection) GetTitleOk() (*string, bool)
- func (o *FPGAJobCollection) HasEmbedded() bool
- func (o *FPGAJobCollection) HasNext() bool
- func (o FPGAJobCollection) MarshalJSON() ([]byte, error)
- func (o *FPGAJobCollection) SetEmbedded(v EmbeddedFPGAJobItems)
- func (o *FPGAJobCollection) SetLinks(v HalCollectionLinks)
- func (o *FPGAJobCollection) SetMetadata(v PagingMetadata)
- func (o *FPGAJobCollection) SetName(v string)
- func (o *FPGAJobCollection) SetTitle(v string)
- func (o FPGAJobCollection) ToMap() (map[string]interface{}, error)
- func (o *FPGAJobCollection) UnmarshalJSON(data []byte) (err error)
- type FPGAJobItem
- func (o *FPGAJobItem) FetchLinks() (links any, err error)
- func (o *FPGAJobItem) FetchName() (string, error)
- func (o *FPGAJobItem) FetchTitle() (string, error)
- func (o *FPGAJobItem) FetchType() string
- func (o *FPGAJobItem) GetConfiguration() map[string]string
- func (o *FPGAJobItem) GetConfigurationOk() (*map[string]string, bool)
- func (o *FPGAJobItem) GetDone() bool
- func (o *FPGAJobItem) GetDoneOk() (*bool, bool)
- func (o *FPGAJobItem) GetError() bool
- func (o *FPGAJobItem) GetErrorOk() (*bool, bool)
- func (o *FPGAJobItem) GetFailure() bool
- func (o *FPGAJobItem) GetFailureOk() (*bool, bool)
- func (o *FPGAJobItem) GetJobType() FPGAJobType
- func (o *FPGAJobItem) GetJobTypeOk() (*FPGAJobType, bool)
- func (o *FPGAJobItem) GetLinks() FPGAJobItemLinks
- func (o *FPGAJobItem) GetLinksOk() (*FPGAJobItemLinks, bool)
- func (o *FPGAJobItem) GetMetadata() CommonMetadata
- func (o *FPGAJobItem) GetMetadataOk() (*CommonMetadata, bool)
- func (o *FPGAJobItem) GetName() string
- func (o *FPGAJobItem) GetNameOk() (*string, bool)
- func (o *FPGAJobItem) GetQueued() bool
- func (o *FPGAJobItem) GetQueuedOk() (*bool, bool)
- func (o *FPGAJobItem) GetStatus() string
- func (o *FPGAJobItem) GetStatusOk() (*string, bool)
- func (o *FPGAJobItem) GetStepsCompleted() int32
- func (o *FPGAJobItem) GetStepsCompletedOk() (*int32, bool)
- func (o *FPGAJobItem) GetStepsTotal() int32
- func (o *FPGAJobItem) GetStepsTotalOk() (*int32, bool)
- func (o *FPGAJobItem) GetSuccess() bool
- func (o *FPGAJobItem) GetSuccessOk() (*bool, bool)
- func (o *FPGAJobItem) GetSupportConnection() bool
- func (o *FPGAJobItem) GetSupportConnectionOk() (*bool, bool)
- func (o *FPGAJobItem) GetSuspended() bool
- func (o *FPGAJobItem) GetSuspendedOk() (*bool, bool)
- func (o *FPGAJobItem) GetTarget() FPGATargetID
- func (o *FPGAJobItem) GetTargetOk() (*FPGATargetID, bool)
- func (o *FPGAJobItem) GetTimeout() int64
- func (o *FPGAJobItem) GetTimeoutOk() (*int64, bool)
- func (o *FPGAJobItem) GetTitle() string
- func (o *FPGAJobItem) GetTitleOk() (*string, bool)
- func (o *FPGAJobItem) GetWorkload() FPGAWorkload
- func (o *FPGAJobItem) GetWorkloadOk() (*FPGAWorkload, bool)
- func (o *FPGAJobItem) HasArtefacts() (available bool)
- func (o *FPGAJobItem) HasConfiguration() bool
- func (o *FPGAJobItem) HasJobType() bool
- func (o *FPGAJobItem) HasMessages() (available bool)
- func (o *FPGAJobItem) HasTimeout() bool
- func (o *FPGAJobItem) HasTitle() bool
- func (o FPGAJobItem) MarshalJSON() ([]byte, error)
- func (o *FPGAJobItem) SetConfiguration(v map[string]string)
- func (o *FPGAJobItem) SetDone(v bool)
- func (o *FPGAJobItem) SetError(v bool)
- func (o *FPGAJobItem) SetFailure(v bool)
- func (o *FPGAJobItem) SetJobType(v FPGAJobType)
- func (o *FPGAJobItem) SetJobTypeNil()
- func (o *FPGAJobItem) SetLinks(v FPGAJobItemLinks)
- func (o *FPGAJobItem) SetMetadata(v CommonMetadata)
- func (o *FPGAJobItem) SetName(v string)
- func (o *FPGAJobItem) SetQueued(v bool)
- func (o *FPGAJobItem) SetStatus(v string)
- func (o *FPGAJobItem) SetStepsCompleted(v int32)
- func (o *FPGAJobItem) SetStepsTotal(v int32)
- func (o *FPGAJobItem) SetSuccess(v bool)
- func (o *FPGAJobItem) SetSupportConnection(v bool)
- func (o *FPGAJobItem) SetSuspended(v bool)
- func (o *FPGAJobItem) SetTarget(v FPGATargetID)
- func (o *FPGAJobItem) SetTimeout(v int64)
- func (o *FPGAJobItem) SetTitle(v string)
- func (o *FPGAJobItem) SetTitleNil()
- func (o *FPGAJobItem) SetWorkload(v FPGAWorkload)
- func (o FPGAJobItem) ToMap() (map[string]interface{}, error)
- func (o *FPGAJobItem) UnmarshalJSON(data []byte) (err error)
- func (o *FPGAJobItem) UnsetJobType()
- func (o *FPGAJobItem) UnsetTitle()
- type FPGAJobItemLinks
- func (o *FPGAJobItemLinks) GetArtefacts() HalLinkData
- func (o *FPGAJobItemLinks) GetArtefactsOk() (*HalLinkData, bool)
- func (o *FPGAJobItemLinks) GetCancel() HalLinkData
- func (o *FPGAJobItemLinks) GetCancelOk() (*HalLinkData, bool)
- func (o *FPGAJobItemLinks) GetCollection() HalLinkData
- func (o *FPGAJobItemLinks) GetCollectionOk() (*HalLinkData, bool)
- func (o *FPGAJobItemLinks) GetConnect() HalLinkData
- func (o *FPGAJobItemLinks) GetConnectOk() (*HalLinkData, bool)
- func (o *FPGAJobItemLinks) GetDelete() HalLinkData
- func (o *FPGAJobItemLinks) GetDeleteOk() (*HalLinkData, bool)
- func (o *FPGAJobItemLinks) GetDescribedby() HalLinkData
- func (o *FPGAJobItemLinks) GetDescribedbyOk() (*HalLinkData, bool)
- func (o *FPGAJobItemLinks) GetDetails() HalLinkData
- func (o *FPGAJobItemLinks) GetDetailsOk() (*HalLinkData, bool)
- func (o *FPGAJobItemLinks) GetRelated() HalLinkData
- func (o *FPGAJobItemLinks) GetRelatedOk() (*HalLinkData, bool)
- func (o *FPGAJobItemLinks) GetRetain() HalLinkData
- func (o *FPGAJobItemLinks) GetRetainOk() (*HalLinkData, bool)
- func (o *FPGAJobItemLinks) GetSelf() HalLinkData
- func (o *FPGAJobItemLinks) GetSelfOk() (*HalLinkData, bool)
- func (o *FPGAJobItemLinks) GetSunset() HalLinkData
- func (o *FPGAJobItemLinks) GetSunsetOk() (*HalLinkData, bool)
- func (o *FPGAJobItemLinks) HasArtefacts() bool
- func (o *FPGAJobItemLinks) HasCancel() bool
- func (o *FPGAJobItemLinks) HasCollection() bool
- func (o *FPGAJobItemLinks) HasConnect() bool
- func (o *FPGAJobItemLinks) HasDelete() bool
- func (o *FPGAJobItemLinks) HasDescribedby() bool
- func (o *FPGAJobItemLinks) HasDetails() bool
- func (o *FPGAJobItemLinks) HasRetain() bool
- func (o *FPGAJobItemLinks) HasSunset() bool
- func (o FPGAJobItemLinks) MarshalJSON() ([]byte, error)
- func (o *FPGAJobItemLinks) SetArtefacts(v HalLinkData)
- func (o *FPGAJobItemLinks) SetCancel(v HalLinkData)
- func (o *FPGAJobItemLinks) SetCollection(v HalLinkData)
- func (o *FPGAJobItemLinks) SetConnect(v HalLinkData)
- func (o *FPGAJobItemLinks) SetDelete(v HalLinkData)
- func (o *FPGAJobItemLinks) SetDescribedby(v HalLinkData)
- func (o *FPGAJobItemLinks) SetDetails(v HalLinkData)
- func (o *FPGAJobItemLinks) SetRelated(v HalLinkData)
- func (o *FPGAJobItemLinks) SetRetain(v HalLinkData)
- func (o *FPGAJobItemLinks) SetSelf(v HalLinkData)
- func (o *FPGAJobItemLinks) SetSunset(v HalLinkData)
- func (o FPGAJobItemLinks) ToMap() (map[string]interface{}, error)
- func (o *FPGAJobItemLinks) UnmarshalJSON(data []byte) (err error)
- type FPGAJobIterator
- type FPGAJobType
- type FPGAJobsAPIService
- func (a *FPGAJobsAPIService) CancelFpgaJob(ctx context.Context, jobName string) ApiCancelFpgaJobRequest
- func (a *FPGAJobsAPIService) CancelFpgaJobExecute(r ApiCancelFpgaJobRequest) (*FPGAJobItem, *http.Response, error)
- func (a *FPGAJobsAPIService) ClearFpgaJobArtefact(ctx context.Context, artefactName string, jobName string) ApiClearFpgaJobArtefactRequest
- func (a *FPGAJobsAPIService) ClearFpgaJobArtefactExecute(r ApiClearFpgaJobArtefactRequest) (*http.Response, error)
- func (a *FPGAJobsAPIService) CompleteFpgaJob(ctx context.Context, jobName string) ApiCompleteFpgaJobRequest
- func (a *FPGAJobsAPIService) CompleteFpgaJobExecute(r ApiCompleteFpgaJobRequest) (*FPGAJobItem, *http.Response, error)
- func (a *FPGAJobsAPIService) CreateFpgaJobArtefactManager(ctx context.Context, jobName string) ApiCreateFpgaJobArtefactManagerRequest
- func (a *FPGAJobsAPIService) CreateFpgaJobArtefactManagerExecute(r ApiCreateFpgaJobArtefactManagerRequest) (*ArtefactManagerItem, *http.Response, error)
- func (a *FPGAJobsAPIService) DeleteFpgaJob(ctx context.Context, jobName string) ApiDeleteFpgaJobRequest
- func (a *FPGAJobsAPIService) DeleteFpgaJobExecute(r ApiDeleteFpgaJobRequest) (*http.Response, error)
- func (a *FPGAJobsAPIService) DownloadFpgaJobArtefact(ctx context.Context, artefactName string, jobName string) ApiDownloadFpgaJobArtefactRequest
- func (a *FPGAJobsAPIService) DownloadFpgaJobArtefactExecute(r ApiDownloadFpgaJobArtefactRequest) (*os.File, *http.Response, error)
- func (a *FPGAJobsAPIService) DownloadSpecificFpgaJobArtefact(ctx context.Context, artefactName string, jobName string, fpgaName string) ApiDownloadSpecificFpgaJobArtefactRequest
- func (a *FPGAJobsAPIService) DownloadSpecificFpgaJobArtefactExecute(r ApiDownloadSpecificFpgaJobArtefactRequest) (*os.File, *http.Response, error)
- func (a *FPGAJobsAPIService) FollowFpgaJobArtefactManagersLink(r *ApiListFpgaJobArtefactManagersRequest, link string) (*ArtefactManagerCollection, *http.Response, error)
- func (a *FPGAJobsAPIService) FollowGetFpgaJobMessagesLink(r *ApiGetFpgaJobMessagesRequest, link string) (*NotificationFeed, *http.Response, error)
- func (a *FPGAJobsAPIService) FollowGetSpecificFpgaJobMessagesLink(r *ApiGetSpecificFpgaJobMessagesRequest, link string) (*NotificationFeed, *http.Response, error)
- func (a *FPGAJobsAPIService) FollowSpecificFpgaJobArtefactManagersLink(r *ApiListSpecificFpgaJobArtefactManagersRequest, link string) (*ArtefactManagerCollection, *http.Response, error)
- func (a *FPGAJobsAPIService) GetCurrentFpgaJob(ctx context.Context, fpgaName string) ApiGetCurrentFpgaJobRequest
- func (a *FPGAJobsAPIService) GetCurrentFpgaJobExecute(r ApiGetCurrentFpgaJobRequest) (*FPGAJobItem, *http.Response, error)
- func (a *FPGAJobsAPIService) GetFpgaJob(ctx context.Context, jobName string) ApiGetFpgaJobRequest
- func (a *FPGAJobsAPIService) GetFpgaJobArtefactManager(ctx context.Context, artefactName string, jobName string) ApiGetFpgaJobArtefactManagerRequest
- func (a *FPGAJobsAPIService) GetFpgaJobArtefactManagerExecute(r ApiGetFpgaJobArtefactManagerRequest) (*ArtefactManagerItem, *http.Response, error)
- func (a *FPGAJobsAPIService) GetFpgaJobExecute(r ApiGetFpgaJobRequest) (*FPGAJobItem, *http.Response, error)
- func (a *FPGAJobsAPIService) GetFpgaJobMessages(ctx context.Context, jobName string) ApiGetFpgaJobMessagesRequest
- func (a *FPGAJobsAPIService) GetFpgaJobMessagesExecute(r ApiGetFpgaJobMessagesRequest) (*NotificationFeed, *http.Response, error)
- func (a *FPGAJobsAPIService) GetSpecificFpgaJob(ctx context.Context, jobName string, fpgaName string) ApiGetSpecificFpgaJobRequest
- func (a *FPGAJobsAPIService) GetSpecificFpgaJobArtefactManager(ctx context.Context, artefactName string, jobName string, fpgaName string) ApiGetSpecificFpgaJobArtefactManagerRequest
- func (a *FPGAJobsAPIService) GetSpecificFpgaJobArtefactManagerExecute(r ApiGetSpecificFpgaJobArtefactManagerRequest) (*ArtefactManagerItem, *http.Response, error)
- func (a *FPGAJobsAPIService) GetSpecificFpgaJobExecute(r ApiGetSpecificFpgaJobRequest) (*FPGAJobItem, *http.Response, error)
- func (a *FPGAJobsAPIService) GetSpecificFpgaJobMessages(ctx context.Context, jobName string, fpgaName string) ApiGetSpecificFpgaJobMessagesRequest
- func (a *FPGAJobsAPIService) GetSpecificFpgaJobMessagesExecute(r ApiGetSpecificFpgaJobMessagesRequest) (*NotificationFeed, *http.Response, error)
- func (a *FPGAJobsAPIService) ListFPGAJobs(ctx context.Context, fpgaName string) ApiListFPGAJobsRequest
- func (a *FPGAJobsAPIService) ListFPGAJobsExecute(r ApiListFPGAJobsRequest) (*FPGAJobCollection, *http.Response, error)
- func (a *FPGAJobsAPIService) ListFPGAPastJobs(ctx context.Context, fpgaName string) ApiListFPGAPastJobsRequest
- func (a *FPGAJobsAPIService) ListFPGAPastJobsExecute(r ApiListFPGAPastJobsRequest) (*FPGAJobCollection, *http.Response, error)
- func (a *FPGAJobsAPIService) ListFPGAQueuedJobs(ctx context.Context, fpgaName string) ApiListFPGAQueuedJobsRequest
- func (a *FPGAJobsAPIService) ListFPGAQueuedJobsExecute(r ApiListFPGAQueuedJobsRequest) (*FPGAJobCollection, *http.Response, error)
- func (a *FPGAJobsAPIService) ListFPGAsJobs(ctx context.Context) ApiListFPGAsJobsRequest
- func (a *FPGAJobsAPIService) ListFPGAsJobsExecute(r ApiListFPGAsJobsRequest) (*FPGAJobCollection, *http.Response, error)
- func (a *FPGAJobsAPIService) ListFpgaJobArtefactManagers(ctx context.Context, jobName string) ApiListFpgaJobArtefactManagersRequest
- func (a *FPGAJobsAPIService) ListFpgaJobArtefactManagersExecute(r ApiListFpgaJobArtefactManagersRequest) (*ArtefactManagerCollection, *http.Response, error)
- func (a *FPGAJobsAPIService) ListSpecificFpgaJobArtefactManagers(ctx context.Context, jobName string, fpgaName string) ApiListSpecificFpgaJobArtefactManagersRequest
- func (a *FPGAJobsAPIService) ListSpecificFpgaJobArtefactManagersExecute(r ApiListSpecificFpgaJobArtefactManagersRequest) (*ArtefactManagerCollection, *http.Response, error)
- func (a *FPGAJobsAPIService) LogJobMessage(ctx context.Context, jobName string) ApiLogJobMessageRequest
- func (a *FPGAJobsAPIService) LogJobMessageExecute(r ApiLogJobMessageRequest) (*NotificationFeed, *http.Response, error)
- func (a *FPGAJobsAPIService) RetainFpgaJob(ctx context.Context, jobName string) ApiRetainFpgaJobRequest
- func (a *FPGAJobsAPIService) RetainFpgaJobExecute(r ApiRetainFpgaJobRequest) (*FPGAJobItem, *http.Response, error)
- func (a *FPGAJobsAPIService) StartFpgaJob(ctx context.Context, fpgaName string) ApiStartFpgaJobRequest
- func (a *FPGAJobsAPIService) StartFpgaJobExecute(r ApiStartFpgaJobRequest) (*FPGAJobItem, *http.Response, error)
- func (a *FPGAJobsAPIService) UploadFpgaJobArtefact(ctx context.Context, artefactName string, jobName string) ApiUploadFpgaJobArtefactRequest
- func (a *FPGAJobsAPIService) UploadFpgaJobArtefactExecute(r ApiUploadFpgaJobArtefactRequest) (*ArtefactManagerItem, *http.Response, error)
- type FPGAPayloadCollection
- func (o *FPGAPayloadCollection) FetchLinks() (links any, err error)
- func (o *FPGAPayloadCollection) FetchName() (string, error)
- func (o *FPGAPayloadCollection) FetchTitle() (string, error)
- func (o *FPGAPayloadCollection) FetchType() string
- func (o *FPGAPayloadCollection) GetEmbedded() EmbeddedFPGAPayloadItems
- func (o *FPGAPayloadCollection) GetEmbeddedOk() (*EmbeddedFPGAPayloadItems, bool)
- func (o *FPGAPayloadCollection) GetItemCount() (count int64, err error)
- func (o *FPGAPayloadCollection) GetItemIterator() (IIterator, error)
- func (o *FPGAPayloadCollection) GetLinks() HalCollectionLinks
- func (o *FPGAPayloadCollection) GetLinksOk() (*HalCollectionLinks, bool)
- func (o *FPGAPayloadCollection) GetMetadata() PagingMetadata
- func (o *FPGAPayloadCollection) GetMetadataOk() (*PagingMetadata, bool)
- func (o *FPGAPayloadCollection) GetName() string
- func (o *FPGAPayloadCollection) GetNameOk() (*string, bool)
- func (o *FPGAPayloadCollection) GetTitle() string
- func (o *FPGAPayloadCollection) GetTitleOk() (*string, bool)
- func (o *FPGAPayloadCollection) HasEmbedded() bool
- func (o *FPGAPayloadCollection) HasNext() bool
- func (o FPGAPayloadCollection) MarshalJSON() ([]byte, error)
- func (o *FPGAPayloadCollection) SetEmbedded(v EmbeddedFPGAPayloadItems)
- func (o *FPGAPayloadCollection) SetLinks(v HalCollectionLinks)
- func (o *FPGAPayloadCollection) SetMetadata(v PagingMetadata)
- func (o *FPGAPayloadCollection) SetName(v string)
- func (o *FPGAPayloadCollection) SetTitle(v string)
- func (o FPGAPayloadCollection) ToMap() (map[string]interface{}, error)
- func (o *FPGAPayloadCollection) UnmarshalJSON(data []byte) (err error)
- type FPGAPayloadItem
- func (o *FPGAPayloadItem) FetchLinks() (links any, err error)
- func (o *FPGAPayloadItem) FetchName() (string, error)
- func (o *FPGAPayloadItem) FetchTitle() (string, error)
- func (o *FPGAPayloadItem) FetchType() string
- func (o *FPGAPayloadItem) GetIsValid() bool
- func (o *FPGAPayloadItem) GetIsValidOk() (*bool, bool)
- func (o *FPGAPayloadItem) GetLinks() FPGAPayloadItemLinks
- func (o *FPGAPayloadItem) GetLinksOk() (*FPGAPayloadItemLinks, bool)
- func (o *FPGAPayloadItem) GetMetadata() CommonMetadata
- func (o *FPGAPayloadItem) GetMetadataOk() (*CommonMetadata, bool)
- func (o *FPGAPayloadItem) GetName() string
- func (o *FPGAPayloadItem) GetNameOk() (*string, bool)
- func (o *FPGAPayloadItem) GetOwner() FPGAPayloadOwner
- func (o *FPGAPayloadItem) GetOwnerOk() (*FPGAPayloadOwner, bool)
- func (o *FPGAPayloadItem) GetStatus() string
- func (o *FPGAPayloadItem) GetStatusOk() (*string, bool)
- func (o *FPGAPayloadItem) GetSupportBatchProcessing() bool
- func (o *FPGAPayloadItem) GetSupportBatchProcessingOk() (*bool, bool)
- func (o *FPGAPayloadItem) GetSupportConnection() bool
- func (o *FPGAPayloadItem) GetSupportConnectionOk() (*bool, bool)
- func (o *FPGAPayloadItem) GetTitle() string
- func (o *FPGAPayloadItem) GetTitleOk() (*string, bool)
- func (o *FPGAPayloadItem) GetUploadJob() string
- func (o *FPGAPayloadItem) GetUploadJobOk() (*string, bool)
- func (o *FPGAPayloadItem) GetUploadLocation() string
- func (o *FPGAPayloadItem) GetUploadLocationOk() (*string, bool)
- func (o *FPGAPayloadItem) HasUploadJob() bool
- func (o FPGAPayloadItem) MarshalJSON() ([]byte, error)
- func (o *FPGAPayloadItem) SetIsValid(v bool)
- func (o *FPGAPayloadItem) SetLinks(v FPGAPayloadItemLinks)
- func (o *FPGAPayloadItem) SetMetadata(v CommonMetadata)
- func (o *FPGAPayloadItem) SetName(v string)
- func (o *FPGAPayloadItem) SetOwner(v FPGAPayloadOwner)
- func (o *FPGAPayloadItem) SetStatus(v string)
- func (o *FPGAPayloadItem) SetSupportBatchProcessing(v bool)
- func (o *FPGAPayloadItem) SetSupportConnection(v bool)
- func (o *FPGAPayloadItem) SetTitle(v string)
- func (o *FPGAPayloadItem) SetUploadJob(v string)
- func (o *FPGAPayloadItem) SetUploadJobNil()
- func (o *FPGAPayloadItem) SetUploadLocation(v string)
- func (o FPGAPayloadItem) ToMap() (map[string]interface{}, error)
- func (o *FPGAPayloadItem) UnmarshalJSON(data []byte) (err error)
- func (o *FPGAPayloadItem) UnsetUploadJob()
- type FPGAPayloadItemLinks
- func (o *FPGAPayloadItemLinks) GetCollection() HalLinkData
- func (o *FPGAPayloadItemLinks) GetCollectionOk() (*HalLinkData, bool)
- func (o *FPGAPayloadItemLinks) GetDelete() HalLinkData
- func (o *FPGAPayloadItemLinks) GetDeleteOk() (*HalLinkData, bool)
- func (o *FPGAPayloadItemLinks) GetRelated() HalLinkData
- func (o *FPGAPayloadItemLinks) GetRelatedOk() (*HalLinkData, bool)
- func (o *FPGAPayloadItemLinks) GetSelf() HalLinkData
- func (o *FPGAPayloadItemLinks) GetSelfOk() (*HalLinkData, bool)
- func (o *FPGAPayloadItemLinks) HasRelated() bool
- func (o FPGAPayloadItemLinks) MarshalJSON() ([]byte, error)
- func (o *FPGAPayloadItemLinks) SetCollection(v HalLinkData)
- func (o *FPGAPayloadItemLinks) SetDelete(v HalLinkData)
- func (o *FPGAPayloadItemLinks) SetRelated(v HalLinkData)
- func (o *FPGAPayloadItemLinks) SetSelf(v HalLinkData)
- func (o FPGAPayloadItemLinks) ToMap() (map[string]interface{}, error)
- func (o *FPGAPayloadItemLinks) UnmarshalJSON(data []byte) (err error)
- type FPGAPayloadIterator
- type FPGAPayloadOwner
- func (o *FPGAPayloadOwner) GetName() string
- func (o *FPGAPayloadOwner) GetNameOk() (*string, bool)
- func (o *FPGAPayloadOwner) GetTitle() string
- func (o *FPGAPayloadOwner) GetTitleOk() (*string, bool)
- func (o FPGAPayloadOwner) MarshalJSON() ([]byte, error)
- func (o *FPGAPayloadOwner) SetName(v string)
- func (o *FPGAPayloadOwner) SetTitle(v string)
- func (o FPGAPayloadOwner) ToMap() (map[string]interface{}, error)
- func (o *FPGAPayloadOwner) UnmarshalJSON(data []byte) (err error)
- type FPGAPayloadRepositories
- func (o *FPGAPayloadRepositories) GetCreate() []string
- func (o *FPGAPayloadRepositories) GetCreateOk() ([]string, bool)
- func (o *FPGAPayloadRepositories) GetExisting() []string
- func (o *FPGAPayloadRepositories) GetExistingOk() ([]string, bool)
- func (o *FPGAPayloadRepositories) HasCreate() bool
- func (o *FPGAPayloadRepositories) HasExisting() bool
- func (o FPGAPayloadRepositories) MarshalJSON() ([]byte, error)
- func (o *FPGAPayloadRepositories) SetCreate(v []string)
- func (o *FPGAPayloadRepositories) SetExisting(v []string)
- func (o FPGAPayloadRepositories) ToMap() (map[string]interface{}, error)
- type FPGAPayloadsAPIService
- func (a *FPGAPayloadsAPIService) CheckFPGAPayloadStatus(ctx context.Context, fpgaPayloadName string, repositoryName string) ApiCheckFPGAPayloadStatusRequest
- func (a *FPGAPayloadsAPIService) CheckFPGAPayloadStatusExecute(r ApiCheckFPGAPayloadStatusRequest) (*FPGAPayloadItem, *http.Response, error)
- func (a *FPGAPayloadsAPIService) CreateFPGAPayload(ctx context.Context, repositoryName string) ApiCreateFPGAPayloadRequest
- func (a *FPGAPayloadsAPIService) CreateFPGAPayloadExecute(r ApiCreateFPGAPayloadRequest) (*FPGAPayloadItem, *http.Response, error)
- func (a *FPGAPayloadsAPIService) CreateFPGAPayloadUploadSession(ctx context.Context) ApiCreateFPGAPayloadUploadSessionRequest
- func (a *FPGAPayloadsAPIService) CreateFPGAPayloadUploadSessionExecute(r ApiCreateFPGAPayloadUploadSessionRequest) (*http.Response, error)
- func (a *FPGAPayloadsAPIService) DeleteFpgaPayload(ctx context.Context, fpgaPayloadName string, repositoryName string) ApiDeleteFpgaPayloadRequest
- func (a *FPGAPayloadsAPIService) DeleteFpgaPayloadExecute(r ApiDeleteFpgaPayloadRequest) (*http.Response, error)
- func (a *FPGAPayloadsAPIService) FollowGetFpgaPayloadUploadJobMessagesLink(r *ApiGetFpgaPayloadUploadJobMessagesRequest, link string) (*NotificationFeed, *http.Response, error)
- func (a *FPGAPayloadsAPIService) FollowPayloadsLink(r *ApiListPayloadsRequest, link string) (*FPGAPayloadCollection, *http.Response, error)
- func (a *FPGAPayloadsAPIService) GetAlternativeFpgaPayloadUploadProgress(ctx context.Context, uploadSessionName string) ApiGetAlternativeFpgaPayloadUploadProgressRequest
- func (a *FPGAPayloadsAPIService) GetAlternativeFpgaPayloadUploadProgressExecute(r ApiGetAlternativeFpgaPayloadUploadProgressRequest) (*http.Response, error)
- func (a *FPGAPayloadsAPIService) GetFpgaPayload(ctx context.Context, fpgaPayloadName string, repositoryName string) ApiGetFpgaPayloadRequest
- func (a *FPGAPayloadsAPIService) GetFpgaPayloadExecute(r ApiGetFpgaPayloadRequest) (*FPGAPayloadItem, *http.Response, error)
- func (a *FPGAPayloadsAPIService) GetFpgaPayloadUploadJobMessages(ctx context.Context, uploadJobName string) ApiGetFpgaPayloadUploadJobMessagesRequest
- func (a *FPGAPayloadsAPIService) GetFpgaPayloadUploadJobMessagesExecute(r ApiGetFpgaPayloadUploadJobMessagesRequest) (*NotificationFeed, *http.Response, error)
- func (a *FPGAPayloadsAPIService) GetFpgaPayloadUploadOptions(ctx context.Context) ApiGetFpgaPayloadUploadOptionsRequest
- func (a *FPGAPayloadsAPIService) GetFpgaPayloadUploadOptionsExecute(r ApiGetFpgaPayloadUploadOptionsRequest) (*http.Response, error)
- func (a *FPGAPayloadsAPIService) GetFpgaPayloadUploadProgress(ctx context.Context, uploadSessionName string) ApiGetFpgaPayloadUploadProgressRequest
- func (a *FPGAPayloadsAPIService) GetFpgaPayloadUploadProgressExecute(r ApiGetFpgaPayloadUploadProgressRequest) (*http.Response, error)
- func (a *FPGAPayloadsAPIService) ListFPGAPayloads(ctx context.Context, repositoryName string) ApiListFPGAPayloadsRequest
- func (a *FPGAPayloadsAPIService) ListFPGAPayloadsExecute(r ApiListFPGAPayloadsRequest) (*FPGAPayloadCollection, *http.Response, error)
- func (a *FPGAPayloadsAPIService) ListPayloads(ctx context.Context) ApiListPayloadsRequest
- func (a *FPGAPayloadsAPIService) ListPayloadsExecute(r ApiListPayloadsRequest) (*FPGAPayloadCollection, *http.Response, error)
- func (a *FPGAPayloadsAPIService) UploadPayload(ctx context.Context, uploadSessionName string) ApiUploadPayloadRequest
- func (a *FPGAPayloadsAPIService) UploadPayloadExecute(r ApiUploadPayloadRequest) (*http.Response, error)
- type FPGATarget
- func (o *FPGATarget) GetDescription() string
- func (o *FPGATarget) GetDescriptionOk() (*string, bool)
- func (o *FPGATarget) GetDetails() map[string]string
- func (o *FPGATarget) GetDetailsOk() (*map[string]string, bool)
- func (o *FPGATarget) GetIdentifier() FPGATargetID
- func (o *FPGATarget) GetIdentifierOk() (*FPGATargetID, bool)
- func (o *FPGATarget) GetTitle() string
- func (o *FPGATarget) GetTitleOk() (*string, bool)
- func (o *FPGATarget) HasDescription() bool
- func (o *FPGATarget) HasDetails() bool
- func (o *FPGATarget) HasTitle() bool
- func (o FPGATarget) MarshalJSON() ([]byte, error)
- func (o *FPGATarget) SetDescription(v string)
- func (o *FPGATarget) SetDescriptionNil()
- func (o *FPGATarget) SetDetails(v map[string]string)
- func (o *FPGATarget) SetIdentifier(v FPGATargetID)
- func (o *FPGATarget) SetTitle(v string)
- func (o FPGATarget) ToMap() (map[string]interface{}, error)
- func (o *FPGATarget) UnmarshalJSON(data []byte) (err error)
- func (o *FPGATarget) UnsetDescription()
- type FPGATargetID
- func (o *FPGATargetID) GetExtraKeys() map[string]string
- func (o *FPGATargetID) GetExtraKeysOk() (*map[string]string, bool)
- func (o *FPGATargetID) GetHardwareImage() string
- func (o *FPGATargetID) GetHardwareImageOk() (*string, bool)
- func (o *FPGATargetID) GetSoftwareImage() string
- func (o *FPGATargetID) GetSoftwareImageOk() (*string, bool)
- func (o *FPGATargetID) HasExtraKeys() bool
- func (o FPGATargetID) MarshalJSON() ([]byte, error)
- func (o *FPGATargetID) SetExtraKeys(v map[string]string)
- func (o *FPGATargetID) SetHardwareImage(v string)
- func (o *FPGATargetID) SetSoftwareImage(v string)
- func (o FPGATargetID) ToMap() (map[string]interface{}, error)
- func (o *FPGATargetID) UnmarshalJSON(data []byte) (err error)
- type FPGAUARTConnection
- func (o *FPGAUARTConnection) GetBaudRate() int32
- func (o *FPGAUARTConnection) GetBaudRateOk() (*int32, bool)
- func (o *FPGAUARTConnection) GetTtyPort() string
- func (o *FPGAUARTConnection) GetTtyPortOk() (*string, bool)
- func (o FPGAUARTConnection) MarshalJSON() ([]byte, error)
- func (o *FPGAUARTConnection) SetBaudRate(v int32)
- func (o *FPGAUARTConnection) SetTtyPort(v string)
- func (o FPGAUARTConnection) ToMap() (map[string]interface{}, error)
- func (o *FPGAUARTConnection) UnmarshalJSON(data []byte) (err error)
- type FPGAWorkload
- func (o *FPGAWorkload) GetPayload() string
- func (o *FPGAWorkload) GetPayloadOk() (*string, bool)
- func (o *FPGAWorkload) GetProject() string
- func (o *FPGAWorkload) GetProjectOk() (*string, bool)
- func (o *FPGAWorkload) GetRepository() string
- func (o *FPGAWorkload) GetRepositoryOk() (*string, bool)
- func (o *FPGAWorkload) HasRepository() bool
- func (o FPGAWorkload) MarshalJSON() ([]byte, error)
- func (o *FPGAWorkload) SetPayload(v string)
- func (o *FPGAWorkload) SetProject(v string)
- func (o *FPGAWorkload) SetRepository(v string)
- func (o *FPGAWorkload) SetRepositoryNil()
- func (o FPGAWorkload) ToMap() (map[string]interface{}, error)
- func (o *FPGAWorkload) UnmarshalJSON(data []byte) (err error)
- func (o *FPGAWorkload) UnsetRepository()
- type FPGAsAPIService
- func (a *FPGAsAPIService) CommissionFpga(ctx context.Context) ApiCommissionFpgaRequest
- func (a *FPGAsAPIService) CommissionFpgaExecute(r ApiCommissionFpgaRequest) (*FPGAItem, *http.Response, error)
- func (a *FPGAsAPIService) DecommissionFpga(ctx context.Context, fpgaName string) ApiDecommissionFpgaRequest
- func (a *FPGAsAPIService) DecommissionFpgaExecute(r ApiDecommissionFpgaRequest) (*http.Response, error)
- func (a *FPGAsAPIService) GetFpga(ctx context.Context, fpgaName string) ApiGetFpgaRequest
- func (a *FPGAsAPIService) GetFpgaExecute(r ApiGetFpgaRequest) (*FPGAItem, *http.Response, error)
- func (a *FPGAsAPIService) ListFPGAWorkers(ctx context.Context) ApiListFPGAWorkersRequest
- func (a *FPGAsAPIService) ListFPGAWorkersExecute(r ApiListFPGAWorkersRequest) (*FPGACollection, *http.Response, error)
- func (a *FPGAsAPIService) UpdateFpga(ctx context.Context, fpgaName string) ApiUpdateFpgaRequest
- func (a *FPGAsAPIService) UpdateFpgaExecute(r ApiUpdateFpgaRequest) (*FPGAItem, *http.Response, error)
- type FieldObject
- func (o *FieldObject) GetFieldName() string
- func (o *FieldObject) GetFieldNameOk() (*string, bool)
- func (o *FieldObject) GetFieldPath() string
- func (o *FieldObject) GetFieldPathOk() (*string, bool)
- func (o *FieldObject) GetMessage() string
- func (o *FieldObject) GetMessageOk() (*string, bool)
- func (o *FieldObject) HasFieldPath() bool
- func (o FieldObject) MarshalJSON() ([]byte, error)
- func (o *FieldObject) SetFieldName(v string)
- func (o *FieldObject) SetFieldPath(v string)
- func (o *FieldObject) SetMessage(v string)
- func (o FieldObject) ToMap() (map[string]interface{}, error)
- func (o *FieldObject) UnmarshalJSON(data []byte) (err error)
- type GenericOpenAPIError
- type GenericWorkJobCollection
- func (o *GenericWorkJobCollection) FetchLinks() (links any, err error)
- func (o *GenericWorkJobCollection) FetchName() (string, error)
- func (o *GenericWorkJobCollection) FetchTitle() (string, error)
- func (o *GenericWorkJobCollection) FetchType() string
- func (o *GenericWorkJobCollection) GetEmbedded() EmbeddedGenericWorkJobItems
- func (o *GenericWorkJobCollection) GetEmbeddedOk() (*EmbeddedGenericWorkJobItems, bool)
- func (o *GenericWorkJobCollection) GetItemCount() (count int64, err error)
- func (o *GenericWorkJobCollection) GetItemIterator() (IIterator, error)
- func (o *GenericWorkJobCollection) GetLinks() HalCollectionLinks
- func (o *GenericWorkJobCollection) GetLinksOk() (*HalCollectionLinks, bool)
- func (o *GenericWorkJobCollection) GetMetadata() PagingMetadata
- func (o *GenericWorkJobCollection) GetMetadataOk() (*PagingMetadata, bool)
- func (o *GenericWorkJobCollection) GetName() string
- func (o *GenericWorkJobCollection) GetNameOk() (*string, bool)
- func (o *GenericWorkJobCollection) GetTitle() string
- func (o *GenericWorkJobCollection) GetTitleOk() (*string, bool)
- func (o *GenericWorkJobCollection) HasEmbedded() bool
- func (o *GenericWorkJobCollection) HasNext() bool
- func (o GenericWorkJobCollection) MarshalJSON() ([]byte, error)
- func (o *GenericWorkJobCollection) SetEmbedded(v EmbeddedGenericWorkJobItems)
- func (o *GenericWorkJobCollection) SetLinks(v HalCollectionLinks)
- func (o *GenericWorkJobCollection) SetMetadata(v PagingMetadata)
- func (o *GenericWorkJobCollection) SetName(v string)
- func (o *GenericWorkJobCollection) SetTitle(v string)
- func (o GenericWorkJobCollection) ToMap() (map[string]interface{}, error)
- func (o *GenericWorkJobCollection) UnmarshalJSON(data []byte) (err error)
- type GenericWorkJobControlCommandItem
- func (o *GenericWorkJobControlCommandItem) GetArgs() map[string]string
- func (o *GenericWorkJobControlCommandItem) GetArgsOk() (*map[string]string, bool)
- func (o *GenericWorkJobControlCommandItem) GetName() string
- func (o *GenericWorkJobControlCommandItem) GetNameOk() (*string, bool)
- func (o *GenericWorkJobControlCommandItem) GetNamespace() string
- func (o *GenericWorkJobControlCommandItem) GetNamespaceOk() (*string, bool)
- func (o *GenericWorkJobControlCommandItem) HasArgs() bool
- func (o GenericWorkJobControlCommandItem) MarshalJSON() ([]byte, error)
- func (o *GenericWorkJobControlCommandItem) SetArgs(v map[string]string)
- func (o *GenericWorkJobControlCommandItem) SetName(v string)
- func (o *GenericWorkJobControlCommandItem) SetNamespace(v string)
- func (o GenericWorkJobControlCommandItem) ToMap() (map[string]interface{}, error)
- func (o *GenericWorkJobControlCommandItem) UnmarshalJSON(data []byte) (err error)
- type GenericWorkJobItem
- func (o *GenericWorkJobItem) FetchLinks() (links any, err error)
- func (o *GenericWorkJobItem) FetchName() (string, error)
- func (o *GenericWorkJobItem) FetchTitle() (string, error)
- func (o *GenericWorkJobItem) FetchType() string
- func (o *GenericWorkJobItem) GetCompleteGracePeriod() int32
- func (o *GenericWorkJobItem) GetCompleteGracePeriodOk() (*int32, bool)
- func (o *GenericWorkJobItem) GetConfiguration() map[string]string
- func (o *GenericWorkJobItem) GetConfigurationOk() (*map[string]string, bool)
- func (o *GenericWorkJobItem) GetDone() bool
- func (o *GenericWorkJobItem) GetDoneOk() (*bool, bool)
- func (o *GenericWorkJobItem) GetError() bool
- func (o *GenericWorkJobItem) GetErrorOk() (*bool, bool)
- func (o *GenericWorkJobItem) GetFailure() bool
- func (o *GenericWorkJobItem) GetFailureOk() (*bool, bool)
- func (o *GenericWorkJobItem) GetJobStepsCompleted() int32
- func (o *GenericWorkJobItem) GetJobStepsCompletedOk() (*int32, bool)
- func (o *GenericWorkJobItem) GetJobStepsTotal() int32
- func (o *GenericWorkJobItem) GetJobStepsTotalOk() (*int32, bool)
- func (o *GenericWorkJobItem) GetJobTimeout() int32
- func (o *GenericWorkJobItem) GetJobTimeoutOk() (*int32, bool)
- func (o *GenericWorkJobItem) GetLinks() GenericWorkJobItemLinks
- func (o *GenericWorkJobItem) GetLinksOk() (*GenericWorkJobItemLinks, bool)
- func (o *GenericWorkJobItem) GetMetadata() CommonMetadata
- func (o *GenericWorkJobItem) GetMetadataOk() (*CommonMetadata, bool)
- func (o *GenericWorkJobItem) GetName() string
- func (o *GenericWorkJobItem) GetNameOk() (*string, bool)
- func (o *GenericWorkJobItem) GetPriority() string
- func (o *GenericWorkJobItem) GetPriorityOk() (*string, bool)
- func (o *GenericWorkJobItem) GetProject() string
- func (o *GenericWorkJobItem) GetProjectOk() (*string, bool)
- func (o *GenericWorkJobItem) GetQueued() bool
- func (o *GenericWorkJobItem) GetQueuedOk() (*bool, bool)
- func (o *GenericWorkJobItem) GetStatus() string
- func (o *GenericWorkJobItem) GetStatusOk() (*string, bool)
- func (o *GenericWorkJobItem) GetSuccess() bool
- func (o *GenericWorkJobItem) GetSuccessOk() (*bool, bool)
- func (o *GenericWorkJobItem) GetSuspended() bool
- func (o *GenericWorkJobItem) GetSuspendedOk() (*bool, bool)
- func (o *GenericWorkJobItem) GetTitle() string
- func (o *GenericWorkJobItem) GetTitleOk() (*string, bool)
- func (o *GenericWorkJobItem) GetWorkspace() string
- func (o *GenericWorkJobItem) GetWorkspaceOk() (*string, bool)
- func (o *GenericWorkJobItem) HasArtefacts() (available bool)
- func (o *GenericWorkJobItem) HasCompleteGracePeriod() bool
- func (o *GenericWorkJobItem) HasConfiguration() bool
- func (o *GenericWorkJobItem) HasJobTimeout() bool
- func (o *GenericWorkJobItem) HasMessages() (available bool)
- func (o *GenericWorkJobItem) HasPriority() bool
- func (o *GenericWorkJobItem) HasProject() bool
- func (o *GenericWorkJobItem) HasTitle() bool
- func (o *GenericWorkJobItem) HasWorkspace() bool
- func (o GenericWorkJobItem) MarshalJSON() ([]byte, error)
- func (o *GenericWorkJobItem) SetCompleteGracePeriod(v int32)
- func (o *GenericWorkJobItem) SetConfiguration(v map[string]string)
- func (o *GenericWorkJobItem) SetDone(v bool)
- func (o *GenericWorkJobItem) SetError(v bool)
- func (o *GenericWorkJobItem) SetFailure(v bool)
- func (o *GenericWorkJobItem) SetJobStepsCompleted(v int32)
- func (o *GenericWorkJobItem) SetJobStepsTotal(v int32)
- func (o *GenericWorkJobItem) SetJobTimeout(v int32)
- func (o *GenericWorkJobItem) SetLinks(v GenericWorkJobItemLinks)
- func (o *GenericWorkJobItem) SetMetadata(v CommonMetadata)
- func (o *GenericWorkJobItem) SetName(v string)
- func (o *GenericWorkJobItem) SetPriority(v string)
- func (o *GenericWorkJobItem) SetProject(v string)
- func (o *GenericWorkJobItem) SetQueued(v bool)
- func (o *GenericWorkJobItem) SetStatus(v string)
- func (o *GenericWorkJobItem) SetSuccess(v bool)
- func (o *GenericWorkJobItem) SetSuspended(v bool)
- func (o *GenericWorkJobItem) SetTitle(v string)
- func (o *GenericWorkJobItem) SetTitleNil()
- func (o *GenericWorkJobItem) SetWorkspace(v string)
- func (o *GenericWorkJobItem) SetWorkspaceNil()
- func (o GenericWorkJobItem) ToMap() (map[string]interface{}, error)
- func (o *GenericWorkJobItem) UnmarshalJSON(data []byte) (err error)
- func (o *GenericWorkJobItem) UnsetTitle()
- func (o *GenericWorkJobItem) UnsetWorkspace()
- type GenericWorkJobItemLinks
- func (o *GenericWorkJobItemLinks) GetArtefacts() HalLinkData
- func (o *GenericWorkJobItemLinks) GetArtefactsOk() (*HalLinkData, bool)
- func (o *GenericWorkJobItemLinks) GetCancel() HalLinkData
- func (o *GenericWorkJobItemLinks) GetCancelOk() (*HalLinkData, bool)
- func (o *GenericWorkJobItemLinks) GetCollection() HalLinkData
- func (o *GenericWorkJobItemLinks) GetCollectionOk() (*HalLinkData, bool)
- func (o *GenericWorkJobItemLinks) GetControl() HalLinkData
- func (o *GenericWorkJobItemLinks) GetControlOk() (*HalLinkData, bool)
- func (o *GenericWorkJobItemLinks) GetDelete() HalLinkData
- func (o *GenericWorkJobItemLinks) GetDeleteOk() (*HalLinkData, bool)
- func (o *GenericWorkJobItemLinks) GetDetails() HalLinkData
- func (o *GenericWorkJobItemLinks) GetDetailsOk() (*HalLinkData, bool)
- func (o *GenericWorkJobItemLinks) GetRelated() HalLinkData
- func (o *GenericWorkJobItemLinks) GetRelatedOk() (*HalLinkData, bool)
- func (o *GenericWorkJobItemLinks) GetRetain() HalLinkData
- func (o *GenericWorkJobItemLinks) GetRetainOk() (*HalLinkData, bool)
- func (o *GenericWorkJobItemLinks) GetSelf() HalLinkData
- func (o *GenericWorkJobItemLinks) GetSelfOk() (*HalLinkData, bool)
- func (o *GenericWorkJobItemLinks) GetSunset() HalLinkData
- func (o *GenericWorkJobItemLinks) GetSunsetOk() (*HalLinkData, bool)
- func (o *GenericWorkJobItemLinks) HasArtefacts() bool
- func (o *GenericWorkJobItemLinks) HasCancel() bool
- func (o *GenericWorkJobItemLinks) HasCollection() bool
- func (o *GenericWorkJobItemLinks) HasControl() bool
- func (o *GenericWorkJobItemLinks) HasDelete() bool
- func (o *GenericWorkJobItemLinks) HasDetails() bool
- func (o *GenericWorkJobItemLinks) HasRetain() bool
- func (o *GenericWorkJobItemLinks) HasSunset() bool
- func (o GenericWorkJobItemLinks) MarshalJSON() ([]byte, error)
- func (o *GenericWorkJobItemLinks) SetArtefacts(v HalLinkData)
- func (o *GenericWorkJobItemLinks) SetCancel(v HalLinkData)
- func (o *GenericWorkJobItemLinks) SetCollection(v HalLinkData)
- func (o *GenericWorkJobItemLinks) SetControl(v HalLinkData)
- func (o *GenericWorkJobItemLinks) SetDelete(v HalLinkData)
- func (o *GenericWorkJobItemLinks) SetDetails(v HalLinkData)
- func (o *GenericWorkJobItemLinks) SetRelated(v HalLinkData)
- func (o *GenericWorkJobItemLinks) SetRetain(v HalLinkData)
- func (o *GenericWorkJobItemLinks) SetSelf(v HalLinkData)
- func (o *GenericWorkJobItemLinks) SetSunset(v HalLinkData)
- func (o GenericWorkJobItemLinks) ToMap() (map[string]interface{}, error)
- func (o *GenericWorkJobItemLinks) UnmarshalJSON(data []byte) (err error)
- type GenericWorkJobIterator
- type GenericWorkJobsAPIService
- func (a *GenericWorkJobsAPIService) CancelGenericWorkJob(ctx context.Context, jobName string) ApiCancelGenericWorkJobRequest
- func (a *GenericWorkJobsAPIService) CancelGenericWorkJobExecute(r ApiCancelGenericWorkJobRequest) (*GenericWorkJobItem, *http.Response, error)
- func (a *GenericWorkJobsAPIService) CompleteGenericWorkJob(ctx context.Context, jobName string) ApiCompleteGenericWorkJobRequest
- func (a *GenericWorkJobsAPIService) CompleteGenericWorkJobExecute(r ApiCompleteGenericWorkJobRequest) (*GenericWorkJobItem, *http.Response, error)
- func (a *GenericWorkJobsAPIService) ControlGenericWorkJob(ctx context.Context, jobName string) ApiControlGenericWorkJobRequest
- func (a *GenericWorkJobsAPIService) ControlGenericWorkJobExecute(r ApiControlGenericWorkJobRequest) (*GenericWorkJobItem, *http.Response, error)
- func (a *GenericWorkJobsAPIService) DeleteGenericWorkJob(ctx context.Context, jobName string) ApiDeleteGenericWorkJobRequest
- func (a *GenericWorkJobsAPIService) DeleteGenericWorkJobExecute(r ApiDeleteGenericWorkJobRequest) (*http.Response, error)
- func (a *GenericWorkJobsAPIService) FollowGenericWorkJobArtefactManagersLink(r *ApiListGenericWorkJobArtefactManagersRequest, link string) (*ArtefactManagerCollection, *http.Response, error)
- func (a *GenericWorkJobsAPIService) FollowGenericWorkJobsLink(r *ApiListGenericWorkJobsRequest, link string) (*GenericWorkJobCollection, *http.Response, error)
- func (a *GenericWorkJobsAPIService) FollowGetGenericWorkJobMessagesLink(r *ApiGetGenericWorkJobMessagesRequest, link string) (*NotificationFeed, *http.Response, error)
- func (a *GenericWorkJobsAPIService) GetGenericWorkJob(ctx context.Context, jobName string) ApiGetGenericWorkJobRequest
- func (a *GenericWorkJobsAPIService) GetGenericWorkJobArtefactManager(ctx context.Context, artefactName string, jobName string) ApiGetGenericWorkJobArtefactManagerRequest
- func (a *GenericWorkJobsAPIService) GetGenericWorkJobArtefactManagerExecute(r ApiGetGenericWorkJobArtefactManagerRequest) (*ArtefactManagerItem, *http.Response, error)
- func (a *GenericWorkJobsAPIService) GetGenericWorkJobExecute(r ApiGetGenericWorkJobRequest) (*GenericWorkJobItem, *http.Response, error)
- func (a *GenericWorkJobsAPIService) GetGenericWorkJobMessages(ctx context.Context, jobName string) ApiGetGenericWorkJobMessagesRequest
- func (a *GenericWorkJobsAPIService) GetGenericWorkJobMessagesExecute(r ApiGetGenericWorkJobMessagesRequest) (*NotificationFeed, *http.Response, error)
- func (a *GenericWorkJobsAPIService) GetGenericWorkJobOutputArtefact(ctx context.Context, artefactName string, jobName string) ApiGetGenericWorkJobOutputArtefactRequest
- func (a *GenericWorkJobsAPIService) GetGenericWorkJobOutputArtefactExecute(r ApiGetGenericWorkJobOutputArtefactRequest) (*os.File, *http.Response, error)
- func (a *GenericWorkJobsAPIService) ListGenericWorkJobArtefactManagers(ctx context.Context, jobName string) ApiListGenericWorkJobArtefactManagersRequest
- func (a *GenericWorkJobsAPIService) ListGenericWorkJobArtefactManagersExecute(r ApiListGenericWorkJobArtefactManagersRequest) (*ArtefactManagerCollection, *http.Response, error)
- func (a *GenericWorkJobsAPIService) ListGenericWorkJobs(ctx context.Context) ApiListGenericWorkJobsRequest
- func (a *GenericWorkJobsAPIService) ListGenericWorkJobsExecute(r ApiListGenericWorkJobsRequest) (*GenericWorkJobCollection, *http.Response, error)
- func (a *GenericWorkJobsAPIService) RetainGenericWorkJob(ctx context.Context, jobName string) ApiRetainGenericWorkJobRequest
- func (a *GenericWorkJobsAPIService) RetainGenericWorkJobExecute(r ApiRetainGenericWorkJobRequest) (*GenericWorkJobItem, *http.Response, error)
- type GenericWorkerCollection
- func (o *GenericWorkerCollection) FetchLinks() (links any, err error)
- func (o *GenericWorkerCollection) FetchName() (string, error)
- func (o *GenericWorkerCollection) FetchTitle() (string, error)
- func (o *GenericWorkerCollection) FetchType() string
- func (o *GenericWorkerCollection) GetEmbedded() EmbeddedGenericWorkerItems
- func (o *GenericWorkerCollection) GetEmbeddedOk() (*EmbeddedGenericWorkerItems, bool)
- func (o *GenericWorkerCollection) GetItemCount() (count int64, err error)
- func (o *GenericWorkerCollection) GetItemIterator() (IIterator, error)
- func (o *GenericWorkerCollection) GetLinks() HalCollectionLinks
- func (o *GenericWorkerCollection) GetLinksOk() (*HalCollectionLinks, bool)
- func (o *GenericWorkerCollection) GetMetadata() PagingMetadata
- func (o *GenericWorkerCollection) GetMetadataOk() (*PagingMetadata, bool)
- func (o *GenericWorkerCollection) GetName() string
- func (o *GenericWorkerCollection) GetNameOk() (*string, bool)
- func (o *GenericWorkerCollection) GetTitle() string
- func (o *GenericWorkerCollection) GetTitleOk() (*string, bool)
- func (o *GenericWorkerCollection) HasEmbedded() bool
- func (o *GenericWorkerCollection) HasNext() bool
- func (o GenericWorkerCollection) MarshalJSON() ([]byte, error)
- func (o *GenericWorkerCollection) SetEmbedded(v EmbeddedGenericWorkerItems)
- func (o *GenericWorkerCollection) SetLinks(v HalCollectionLinks)
- func (o *GenericWorkerCollection) SetMetadata(v PagingMetadata)
- func (o *GenericWorkerCollection) SetName(v string)
- func (o *GenericWorkerCollection) SetTitle(v string)
- func (o GenericWorkerCollection) ToMap() (map[string]interface{}, error)
- func (o *GenericWorkerCollection) UnmarshalJSON(data []byte) (err error)
- type GenericWorkerItem
- func (o *GenericWorkerItem) FetchLinks() (links any, err error)
- func (o *GenericWorkerItem) FetchName() (string, error)
- func (o *GenericWorkerItem) FetchTitle() (string, error)
- func (o *GenericWorkerItem) FetchType() string
- func (o *GenericWorkerItem) GetDeprecated() bool
- func (o *GenericWorkerItem) GetDeprecatedOk() (*bool, bool)
- func (o *GenericWorkerItem) GetDeprecationInfo() DeprecationInfo
- func (o *GenericWorkerItem) GetDeprecationInfoOk() (*DeprecationInfo, bool)
- func (o *GenericWorkerItem) GetLinks() GenericWorkerItemLinks
- func (o *GenericWorkerItem) GetLinksOk() (*GenericWorkerItemLinks, bool)
- func (o *GenericWorkerItem) GetMetadata() CommonMetadata
- func (o *GenericWorkerItem) GetMetadataOk() (*CommonMetadata, bool)
- func (o *GenericWorkerItem) GetName() string
- func (o *GenericWorkerItem) GetNameOk() (*string, bool)
- func (o *GenericWorkerItem) GetPrimaryToolsType() string
- func (o *GenericWorkerItem) GetPrimaryToolsTypeOk() (*string, bool)
- func (o *GenericWorkerItem) GetPrimaryToolsVersion() string
- func (o *GenericWorkerItem) GetPrimaryToolsVersionOk() (*string, bool)
- func (o *GenericWorkerItem) GetTitle() string
- func (o *GenericWorkerItem) GetTitleOk() (*string, bool)
- func (o *GenericWorkerItem) GetToolchainType() string
- func (o *GenericWorkerItem) GetToolchainTypeOk() (*string, bool)
- func (o *GenericWorkerItem) GetToolchainVersion() string
- func (o *GenericWorkerItem) GetToolchainVersionOk() (*string, bool)
- func (o *GenericWorkerItem) HasDeprecationInfo() bool
- func (o *GenericWorkerItem) HasToolchainType() bool
- func (o *GenericWorkerItem) HasToolchainVersion() bool
- func (o GenericWorkerItem) MarshalJSON() ([]byte, error)
- func (o *GenericWorkerItem) SetDeprecated(v bool)
- func (o *GenericWorkerItem) SetDeprecationInfo(v DeprecationInfo)
- func (o *GenericWorkerItem) SetLinks(v GenericWorkerItemLinks)
- func (o *GenericWorkerItem) SetMetadata(v CommonMetadata)
- func (o *GenericWorkerItem) SetName(v string)
- func (o *GenericWorkerItem) SetPrimaryToolsType(v string)
- func (o *GenericWorkerItem) SetPrimaryToolsVersion(v string)
- func (o *GenericWorkerItem) SetTitle(v string)
- func (o *GenericWorkerItem) SetToolchainType(v string)
- func (o *GenericWorkerItem) SetToolchainVersion(v string)
- func (o GenericWorkerItem) ToMap() (map[string]interface{}, error)
- func (o *GenericWorkerItem) UnmarshalJSON(data []byte) (err error)
- type GenericWorkerItemLinks
- func (o *GenericWorkerItemLinks) GetCollection() HalLinkData
- func (o *GenericWorkerItemLinks) GetCollectionOk() (*HalLinkData, bool)
- func (o *GenericWorkerItemLinks) GetCreate() HalLinkData
- func (o *GenericWorkerItemLinks) GetCreateOk() (*HalLinkData, bool)
- func (o *GenericWorkerItemLinks) GetSelf() HalLinkData
- func (o *GenericWorkerItemLinks) GetSelfOk() (*HalLinkData, bool)
- func (o *GenericWorkerItemLinks) HasCollection() bool
- func (o *GenericWorkerItemLinks) HasCreate() bool
- func (o GenericWorkerItemLinks) MarshalJSON() ([]byte, error)
- func (o *GenericWorkerItemLinks) SetCollection(v HalLinkData)
- func (o *GenericWorkerItemLinks) SetCreate(v HalLinkData)
- func (o *GenericWorkerItemLinks) SetSelf(v HalLinkData)
- func (o GenericWorkerItemLinks) ToMap() (map[string]interface{}, error)
- func (o *GenericWorkerItemLinks) UnmarshalJSON(data []byte) (err error)
- type GenericWorkerIterator
- type GenericWorkersAPIService
- func (a *GenericWorkersAPIService) FollowGenericWorkersLink(r *ApiListGenericWorkersRequest, link string) (*GenericWorkerCollection, *http.Response, error)
- func (a *GenericWorkersAPIService) GetGenericWorker(ctx context.Context, genericWorkerName string) ApiGetGenericWorkerRequest
- func (a *GenericWorkersAPIService) GetGenericWorkerExecute(r ApiGetGenericWorkerRequest) (*GenericWorkerItem, *http.Response, error)
- func (a *GenericWorkersAPIService) ListGenericWorkers(ctx context.Context) ApiListGenericWorkersRequest
- func (a *GenericWorkersAPIService) ListGenericWorkersExecute(r ApiListGenericWorkersRequest) (*GenericWorkerCollection, *http.Response, error)
- func (a *GenericWorkersAPIService) StartGenericWorkJob(ctx context.Context, genericWorkerName string) ApiStartGenericWorkJobRequest
- func (a *GenericWorkersAPIService) StartGenericWorkJobExecute(r ApiStartGenericWorkJobRequest) (*GenericWorkJobItem, *http.Response, error)
- type HalCollectionLinks
- func (o *HalCollectionLinks) GetAlternate() HalLinkData
- func (o *HalCollectionLinks) GetAlternateOk() (*HalLinkData, bool)
- func (o *HalCollectionLinks) GetEmbedded() HalLinkData
- func (o *HalCollectionLinks) GetEmbeddedOk() (*HalLinkData, bool)
- func (o *HalCollectionLinks) GetFirst() HalLinkData
- func (o *HalCollectionLinks) GetFirstOk() (*HalLinkData, bool)
- func (o *HalCollectionLinks) GetItem() []HalLinkData
- func (o *HalCollectionLinks) GetItemOk() ([]HalLinkData, bool)
- func (o *HalCollectionLinks) GetLast() HalLinkData
- func (o *HalCollectionLinks) GetLastOk() (*HalLinkData, bool)
- func (o *HalCollectionLinks) GetNext() HalLinkData
- func (o *HalCollectionLinks) GetNextOk() (*HalLinkData, bool)
- func (o *HalCollectionLinks) GetNextP() *HalLinkData
- func (o *HalCollectionLinks) GetPrev() HalLinkData
- func (o *HalCollectionLinks) GetPrevOk() (*HalLinkData, bool)
- func (o *HalCollectionLinks) GetSelf() HalLinkData
- func (o *HalCollectionLinks) GetSelfOk() (*HalLinkData, bool)
- func (o *HalCollectionLinks) GetSimple() HalLinkData
- func (o *HalCollectionLinks) GetSimpleOk() (*HalLinkData, bool)
- func (o *HalCollectionLinks) HasAlternate() bool
- func (o *HalCollectionLinks) HasEmbedded() bool
- func (o *HalCollectionLinks) HasFirst() bool
- func (o *HalCollectionLinks) HasItem() bool
- func (o *HalCollectionLinks) HasLast() bool
- func (o *HalCollectionLinks) HasNext() bool
- func (o *HalCollectionLinks) HasPrev() bool
- func (o *HalCollectionLinks) HasSimple() bool
- func (o HalCollectionLinks) MarshalJSON() ([]byte, error)
- func (o *HalCollectionLinks) SetAlternate(v HalLinkData)
- func (o *HalCollectionLinks) SetEmbedded(v HalLinkData)
- func (o *HalCollectionLinks) SetFirst(v HalLinkData)
- func (o *HalCollectionLinks) SetItem(v []HalLinkData)
- func (o *HalCollectionLinks) SetLast(v HalLinkData)
- func (o *HalCollectionLinks) SetNext(v HalLinkData)
- func (o *HalCollectionLinks) SetPrev(v HalLinkData)
- func (o *HalCollectionLinks) SetSelf(v HalLinkData)
- func (o *HalCollectionLinks) SetSimple(v HalLinkData)
- func (o HalCollectionLinks) ToMap() (map[string]interface{}, error)
- func (o *HalCollectionLinks) UnmarshalJSON(data []byte) (err error)
- type HalFeedLinks
- func (o *HalFeedLinks) GetAlternate() HalLinkData
- func (o *HalFeedLinks) GetAlternateOk() (*HalLinkData, bool)
- func (o *HalFeedLinks) GetFirst() HalLinkData
- func (o *HalFeedLinks) GetFirstOk() (*HalLinkData, bool)
- func (o *HalFeedLinks) GetFuture() HalLinkData
- func (o *HalFeedLinks) GetFutureOk() (*HalLinkData, bool)
- func (o *HalFeedLinks) GetLast() HalLinkData
- func (o *HalFeedLinks) GetLastOk() (*HalLinkData, bool)
- func (o *HalFeedLinks) GetNext() HalLinkData
- func (o *HalFeedLinks) GetNextOk() (*HalLinkData, bool)
- func (o *HalFeedLinks) GetPrev() HalLinkData
- func (o *HalFeedLinks) GetPrevOk() (*HalLinkData, bool)
- func (o *HalFeedLinks) GetSelf() HalLinkData
- func (o *HalFeedLinks) GetSelfOk() (*HalLinkData, bool)
- func (o *HalFeedLinks) HasAlternate() bool
- func (o *HalFeedLinks) HasFirst() bool
- func (o *HalFeedLinks) HasFuture() bool
- func (o *HalFeedLinks) HasLast() bool
- func (o *HalFeedLinks) HasNext() bool
- func (o *HalFeedLinks) HasPrev() bool
- func (o HalFeedLinks) MarshalJSON() ([]byte, error)
- func (o *HalFeedLinks) SetAlternate(v HalLinkData)
- func (o *HalFeedLinks) SetFirst(v HalLinkData)
- func (o *HalFeedLinks) SetFuture(v HalLinkData)
- func (o *HalFeedLinks) SetLast(v HalLinkData)
- func (o *HalFeedLinks) SetNext(v HalLinkData)
- func (o *HalFeedLinks) SetPrev(v HalLinkData)
- func (o *HalFeedLinks) SetSelf(v HalLinkData)
- func (o HalFeedLinks) ToMap() (map[string]interface{}, error)
- func (o *HalFeedLinks) UnmarshalJSON(data []byte) (err error)
- type HalLinkData
- func (o *HalLinkData) FetchType() string
- func (o *HalLinkData) GetDeprecation() string
- func (o *HalLinkData) GetDeprecationOk() (*string, bool)
- func (o *HalLinkData) GetHref() string
- func (o *HalLinkData) GetHrefOk() (*string, bool)
- func (o *HalLinkData) GetHreflang() string
- func (o *HalLinkData) GetHreflangOk() (*string, bool)
- func (o *HalLinkData) GetName() string
- func (o *HalLinkData) GetNameOk() (*string, bool)
- func (o *HalLinkData) GetProfile() string
- func (o *HalLinkData) GetProfileOk() (*string, bool)
- func (o *HalLinkData) GetTemplated() bool
- func (o *HalLinkData) GetTemplatedOk() (*bool, bool)
- func (o *HalLinkData) GetTitle() string
- func (o *HalLinkData) GetTitleOk() (*string, bool)
- func (o *HalLinkData) GetType() string
- func (o *HalLinkData) GetTypeOk() (*string, bool)
- func (o *HalLinkData) HasDeprecation() bool
- func (o *HalLinkData) HasHreflang() bool
- func (o *HalLinkData) HasName() bool
- func (o *HalLinkData) HasProfile() bool
- func (o *HalLinkData) HasTemplated() bool
- func (o *HalLinkData) HasTitle() bool
- func (o *HalLinkData) HasType() bool
- func (o HalLinkData) MarshalJSON() ([]byte, error)
- func (o *HalLinkData) SetDeprecation(v string)
- func (o *HalLinkData) SetHref(v string)
- func (o *HalLinkData) SetHreflang(v string)
- func (o *HalLinkData) SetName(v string)
- func (o *HalLinkData) SetProfile(v string)
- func (o *HalLinkData) SetTemplated(v bool)
- func (o *HalLinkData) SetTitle(v string)
- func (o *HalLinkData) SetType(v string)
- func (o HalLinkData) ToMap() (map[string]interface{}, error)
- func (o *HalLinkData) UnmarshalJSON(data []byte) (err error)
- type HalLinkDataIterator
- type HalOnlyEmbeddableCollectionLinks
- func (o *HalOnlyEmbeddableCollectionLinks) GetAlternate() HalLinkData
- func (o *HalOnlyEmbeddableCollectionLinks) GetAlternateOk() (*HalLinkData, bool)
- func (o *HalOnlyEmbeddableCollectionLinks) GetEmbedded() HalLinkData
- func (o *HalOnlyEmbeddableCollectionLinks) GetEmbeddedOk() (*HalLinkData, bool)
- func (o *HalOnlyEmbeddableCollectionLinks) GetItem() []HalLinkData
- func (o *HalOnlyEmbeddableCollectionLinks) GetItemOk() ([]HalLinkData, bool)
- func (o *HalOnlyEmbeddableCollectionLinks) GetSelf() HalLinkData
- func (o *HalOnlyEmbeddableCollectionLinks) GetSelfOk() (*HalLinkData, bool)
- func (o *HalOnlyEmbeddableCollectionLinks) GetSimple() HalLinkData
- func (o *HalOnlyEmbeddableCollectionLinks) GetSimpleOk() (*HalLinkData, bool)
- func (o *HalOnlyEmbeddableCollectionLinks) HasAlternate() bool
- func (o *HalOnlyEmbeddableCollectionLinks) HasEmbedded() bool
- func (o *HalOnlyEmbeddableCollectionLinks) HasItem() bool
- func (o *HalOnlyEmbeddableCollectionLinks) HasSimple() bool
- func (o HalOnlyEmbeddableCollectionLinks) MarshalJSON() ([]byte, error)
- func (o *HalOnlyEmbeddableCollectionLinks) SetAlternate(v HalLinkData)
- func (o *HalOnlyEmbeddableCollectionLinks) SetEmbedded(v HalLinkData)
- func (o *HalOnlyEmbeddableCollectionLinks) SetItem(v []HalLinkData)
- func (o *HalOnlyEmbeddableCollectionLinks) SetSelf(v HalLinkData)
- func (o *HalOnlyEmbeddableCollectionLinks) SetSimple(v HalLinkData)
- func (o HalOnlyEmbeddableCollectionLinks) ToMap() (map[string]interface{}, error)
- func (o *HalOnlyEmbeddableCollectionLinks) UnmarshalJSON(data []byte) (err error)
- type HalSimpleCollectionLinks
- func (o *HalSimpleCollectionLinks) GetAlternate() HalLinkData
- func (o *HalSimpleCollectionLinks) GetAlternateOk() (*HalLinkData, bool)
- func (o *HalSimpleCollectionLinks) GetFirst() HalLinkData
- func (o *HalSimpleCollectionLinks) GetFirstOk() (*HalLinkData, bool)
- func (o *HalSimpleCollectionLinks) GetLast() HalLinkData
- func (o *HalSimpleCollectionLinks) GetLastOk() (*HalLinkData, bool)
- func (o *HalSimpleCollectionLinks) GetNext() HalLinkData
- func (o *HalSimpleCollectionLinks) GetNextOk() (*HalLinkData, bool)
- func (o *HalSimpleCollectionLinks) GetPrev() HalLinkData
- func (o *HalSimpleCollectionLinks) GetPrevOk() (*HalLinkData, bool)
- func (o *HalSimpleCollectionLinks) GetSelf() HalLinkData
- func (o *HalSimpleCollectionLinks) GetSelfOk() (*HalLinkData, bool)
- func (o *HalSimpleCollectionLinks) HasAlternate() bool
- func (o *HalSimpleCollectionLinks) HasFirst() bool
- func (o *HalSimpleCollectionLinks) HasLast() bool
- func (o *HalSimpleCollectionLinks) HasNext() bool
- func (o *HalSimpleCollectionLinks) HasPrev() bool
- func (o HalSimpleCollectionLinks) MarshalJSON() ([]byte, error)
- func (o *HalSimpleCollectionLinks) SetAlternate(v HalLinkData)
- func (o *HalSimpleCollectionLinks) SetFirst(v HalLinkData)
- func (o *HalSimpleCollectionLinks) SetLast(v HalLinkData)
- func (o *HalSimpleCollectionLinks) SetNext(v HalLinkData)
- func (o *HalSimpleCollectionLinks) SetPrev(v HalLinkData)
- func (o *HalSimpleCollectionLinks) SetSelf(v HalLinkData)
- func (o HalSimpleCollectionLinks) ToMap() (map[string]interface{}, error)
- func (o *HalSimpleCollectionLinks) UnmarshalJSON(data []byte) (err error)
- type IIterator
- func NewArtefactManagerIterator(elements []ArtefactManagerItem) (IIterator, error)
- func NewBuildJobIterator(elements []BuildJobItem) (IIterator, error)
- func NewCmsisBuilderIterator(elements []CmsisBuilderItem) (IIterator, error)
- func NewCmsisIntellisenseIterator(elements []CmsisIntellisenseItem) (IIterator, error)
- func NewFPGAAdminIterator(elements []FPGAAdminItem) (IIterator, error)
- func NewFPGAConnectionIterator(elements []FPGAConnectionItem) (IIterator, error)
- func NewFPGAIterator(elements []FPGAItem) (IIterator, error)
- func NewFPGAJobIterator(elements []FPGAJobItem) (IIterator, error)
- func NewFPGAPayloadIterator(elements []FPGAPayloadItem) (IIterator, error)
- func NewGenericWorkJobIterator(elements []GenericWorkJobItem) (IIterator, error)
- func NewGenericWorkerIterator(elements []GenericWorkerItem) (IIterator, error)
- func NewHalLinkDataIterator(elements []HalLinkData) (IIterator, error)
- func NewIntellisenseJobIterator(elements []IntellisenseJobItem) (IIterator, error)
- func NewMessageIterator(elements []MessageObject) (IIterator, error)
- func NewNotificationMessageIterator(elements []NotificationMessageObject) (IIterator, error)
- func NewServiceAccessTokenIterator(elements []ServiceAccessTokenItem) (IIterator, error)
- func NewServiceAccountIterator(elements []ServiceAccountItem) (IIterator, error)
- func NewUserIterator(elements []UserItem) (IIterator, error)
- func NewVhtInstanceIterator(elements []VhtInstanceItem) (IIterator, error)
- func NewVhtIterator(elements []VhtItem) (IIterator, error)
- func NewVhtRunJobIterator(elements []VhtRunJobItem) (IIterator, error)
- func NewWorkspaceIterator(elements []WorkspaceItem) (IIterator, error)
- func NewWorkspaceSourceIterator(elements []WorkspaceSourceItem) (IIterator, error)
- type IMessageStream
- type IModel
- func NewArtefactManagerModel() IModel
- func NewBuildJobModel() IModel
- func NewCmsisBuilderModel() IModel
- func NewCmsisIntellisenseModel() IModel
- func NewFPGAAdminModel() IModel
- func NewFPGAConnectionModel() IModel
- func NewFPGAJobModel() IModel
- func NewFPGAModel() IModel
- func NewFPGAPayloadModel() IModel
- func NewGenericWorkJobModel() IModel
- func NewGenericWorkerModel() IModel
- func NewIntellisenseJobModel() IModel
- func NewServiceAccessTokenModel() IModel
- func NewServiceAccountModel() IModel
- func NewUserModel() IModel
- func NewVhtInstanceModel() IModel
- func NewVhtModel() IModel
- func NewVhtRunJobModel() IModel
- func NewWorkspaceModel() IModel
- func NewWorkspaceSourceModel() IModel
- type IStaticPage
- func NewArtefactManagerCollectionCollection() IStaticPage
- func NewBuildJobCollectionCollection() IStaticPage
- func NewCmsisBuilderCollectionCollection() IStaticPage
- func NewCmsisIntellisenseCollectionCollection() IStaticPage
- func NewFPGAAdminCollectionCollection() IStaticPage
- func NewFPGACollectionCollection() IStaticPage
- func NewFPGAConnectionCollectionCollection() IStaticPage
- func NewFPGAJobCollectionCollection() IStaticPage
- func NewFPGAPayloadCollectionCollection() IStaticPage
- func NewGenericWorkJobCollectionCollection() IStaticPage
- func NewGenericWorkerCollectionCollection() IStaticPage
- func NewIntellisenseJobCollectionCollection() IStaticPage
- func NewServiceAccessTokenCollectionCollection() IStaticPage
- func NewVhtCollectionCollection() IStaticPage
- func NewVhtInstanceCollectionCollection() IStaticPage
- func NewVhtRunJobCollectionCollection() IStaticPage
- func NewWorkspaceCollectionCollection() IStaticPage
- func NewWorkspaceSourceCollectionCollection() IStaticPage
- type InstancePermissionItem
- func (o *InstancePermissionItem) GetOperations() []PermissionOperation
- func (o *InstancePermissionItem) GetOperationsOk() ([]PermissionOperation, bool)
- func (o *InstancePermissionItem) GetResourceInstance() string
- func (o *InstancePermissionItem) GetResourceInstanceOk() (*string, bool)
- func (o InstancePermissionItem) MarshalJSON() ([]byte, error)
- func (o *InstancePermissionItem) SetOperations(v []PermissionOperation)
- func (o *InstancePermissionItem) SetResourceInstance(v string)
- func (o InstancePermissionItem) ToMap() (map[string]interface{}, error)
- func (o *InstancePermissionItem) UnmarshalJSON(data []byte) (err error)
- type IntellisenseJobCollection
- func (o *IntellisenseJobCollection) FetchLinks() (links any, err error)
- func (o *IntellisenseJobCollection) FetchName() (string, error)
- func (o *IntellisenseJobCollection) FetchTitle() (string, error)
- func (o *IntellisenseJobCollection) FetchType() string
- func (o *IntellisenseJobCollection) GetEmbedded() EmbeddedIntellisenseJobItems
- func (o *IntellisenseJobCollection) GetEmbeddedOk() (*EmbeddedIntellisenseJobItems, bool)
- func (o *IntellisenseJobCollection) GetItemCount() (count int64, err error)
- func (o *IntellisenseJobCollection) GetItemIterator() (IIterator, error)
- func (o *IntellisenseJobCollection) GetLinks() HalCollectionLinks
- func (o *IntellisenseJobCollection) GetLinksOk() (*HalCollectionLinks, bool)
- func (o *IntellisenseJobCollection) GetMetadata() PagingMetadata
- func (o *IntellisenseJobCollection) GetMetadataOk() (*PagingMetadata, bool)
- func (o *IntellisenseJobCollection) GetName() string
- func (o *IntellisenseJobCollection) GetNameOk() (*string, bool)
- func (o *IntellisenseJobCollection) GetTitle() string
- func (o *IntellisenseJobCollection) GetTitleOk() (*string, bool)
- func (o *IntellisenseJobCollection) HasEmbedded() bool
- func (o *IntellisenseJobCollection) HasNext() bool
- func (o IntellisenseJobCollection) MarshalJSON() ([]byte, error)
- func (o *IntellisenseJobCollection) SetEmbedded(v EmbeddedIntellisenseJobItems)
- func (o *IntellisenseJobCollection) SetLinks(v HalCollectionLinks)
- func (o *IntellisenseJobCollection) SetMetadata(v PagingMetadata)
- func (o *IntellisenseJobCollection) SetName(v string)
- func (o *IntellisenseJobCollection) SetTitle(v string)
- func (o IntellisenseJobCollection) ToMap() (map[string]interface{}, error)
- func (o *IntellisenseJobCollection) UnmarshalJSON(data []byte) (err error)
- type IntellisenseJobItem
- func (o *IntellisenseJobItem) FetchLinks() (links any, err error)
- func (o *IntellisenseJobItem) FetchName() (string, error)
- func (o *IntellisenseJobItem) FetchTitle() (string, error)
- func (o *IntellisenseJobItem) FetchType() string
- func (o *IntellisenseJobItem) GetBuildStepsCompleted() int32
- func (o *IntellisenseJobItem) GetBuildStepsCompletedOk() (*int32, bool)
- func (o *IntellisenseJobItem) GetBuildStepsTotal() int32
- func (o *IntellisenseJobItem) GetBuildStepsTotalOk() (*int32, bool)
- func (o *IntellisenseJobItem) GetContext() string
- func (o *IntellisenseJobItem) GetContextOk() (*string, bool)
- func (o *IntellisenseJobItem) GetDone() bool
- func (o *IntellisenseJobItem) GetDoneOk() (*bool, bool)
- func (o *IntellisenseJobItem) GetError() bool
- func (o *IntellisenseJobItem) GetErrorOk() (*bool, bool)
- func (o *IntellisenseJobItem) GetFailure() bool
- func (o *IntellisenseJobItem) GetFailureOk() (*bool, bool)
- func (o *IntellisenseJobItem) GetJobTimeout() int32
- func (o *IntellisenseJobItem) GetJobTimeoutOk() (*int32, bool)
- func (o *IntellisenseJobItem) GetLinks() IntellisenseJobItemLinks
- func (o *IntellisenseJobItem) GetLinksOk() (*IntellisenseJobItemLinks, bool)
- func (o *IntellisenseJobItem) GetMetadata() CommonMetadata
- func (o *IntellisenseJobItem) GetMetadataOk() (*CommonMetadata, bool)
- func (o *IntellisenseJobItem) GetName() string
- func (o *IntellisenseJobItem) GetNameOk() (*string, bool)
- func (o *IntellisenseJobItem) GetPacks() string
- func (o *IntellisenseJobItem) GetPacksOk() (*string, bool)
- func (o *IntellisenseJobItem) GetProject() string
- func (o *IntellisenseJobItem) GetProjectOk() (*string, bool)
- func (o *IntellisenseJobItem) GetQueued() bool
- func (o *IntellisenseJobItem) GetQueuedOk() (*bool, bool)
- func (o *IntellisenseJobItem) GetStatus() string
- func (o *IntellisenseJobItem) GetStatusOk() (*string, bool)
- func (o *IntellisenseJobItem) GetSuccess() bool
- func (o *IntellisenseJobItem) GetSuccessOk() (*bool, bool)
- func (o *IntellisenseJobItem) GetSuspended() bool
- func (o *IntellisenseJobItem) GetSuspendedOk() (*bool, bool)
- func (o *IntellisenseJobItem) GetTitle() string
- func (o *IntellisenseJobItem) GetTitleOk() (*string, bool)
- func (o *IntellisenseJobItem) GetToolchain() string
- func (o *IntellisenseJobItem) GetToolchainHeaders() string
- func (o *IntellisenseJobItem) GetToolchainHeadersOk() (*string, bool)
- func (o *IntellisenseJobItem) GetToolchainOk() (*string, bool)
- func (o *IntellisenseJobItem) GetWorkspace() string
- func (o *IntellisenseJobItem) GetWorkspaceOk() (*string, bool)
- func (o *IntellisenseJobItem) HasArtefacts() (available bool)
- func (o *IntellisenseJobItem) HasContext() bool
- func (o *IntellisenseJobItem) HasJobTimeout() bool
- func (o *IntellisenseJobItem) HasMessages() (available bool)
- func (o *IntellisenseJobItem) HasTitle() bool
- func (o IntellisenseJobItem) MarshalJSON() ([]byte, error)
- func (o *IntellisenseJobItem) SetBuildStepsCompleted(v int32)
- func (o *IntellisenseJobItem) SetBuildStepsTotal(v int32)
- func (o *IntellisenseJobItem) SetContext(v string)
- func (o *IntellisenseJobItem) SetContextNil()
- func (o *IntellisenseJobItem) SetDone(v bool)
- func (o *IntellisenseJobItem) SetError(v bool)
- func (o *IntellisenseJobItem) SetFailure(v bool)
- func (o *IntellisenseJobItem) SetJobTimeout(v int32)
- func (o *IntellisenseJobItem) SetLinks(v IntellisenseJobItemLinks)
- func (o *IntellisenseJobItem) SetMetadata(v CommonMetadata)
- func (o *IntellisenseJobItem) SetName(v string)
- func (o *IntellisenseJobItem) SetPacks(v string)
- func (o *IntellisenseJobItem) SetProject(v string)
- func (o *IntellisenseJobItem) SetQueued(v bool)
- func (o *IntellisenseJobItem) SetStatus(v string)
- func (o *IntellisenseJobItem) SetSuccess(v bool)
- func (o *IntellisenseJobItem) SetSuspended(v bool)
- func (o *IntellisenseJobItem) SetTitle(v string)
- func (o *IntellisenseJobItem) SetTitleNil()
- func (o *IntellisenseJobItem) SetToolchain(v string)
- func (o *IntellisenseJobItem) SetToolchainHeaders(v string)
- func (o *IntellisenseJobItem) SetWorkspace(v string)
- func (o IntellisenseJobItem) ToMap() (map[string]interface{}, error)
- func (o *IntellisenseJobItem) UnmarshalJSON(data []byte) (err error)
- func (o *IntellisenseJobItem) UnsetContext()
- func (o *IntellisenseJobItem) UnsetTitle()
- type IntellisenseJobItemLinks
- func (o *IntellisenseJobItemLinks) GetArtefacts() HalLinkData
- func (o *IntellisenseJobItemLinks) GetArtefactsOk() (*HalLinkData, bool)
- func (o *IntellisenseJobItemLinks) GetCancel() HalLinkData
- func (o *IntellisenseJobItemLinks) GetCancelOk() (*HalLinkData, bool)
- func (o *IntellisenseJobItemLinks) GetCollection() HalLinkData
- func (o *IntellisenseJobItemLinks) GetCollectionOk() (*HalLinkData, bool)
- func (o *IntellisenseJobItemLinks) GetDelete() HalLinkData
- func (o *IntellisenseJobItemLinks) GetDeleteOk() (*HalLinkData, bool)
- func (o *IntellisenseJobItemLinks) GetDetails() HalLinkData
- func (o *IntellisenseJobItemLinks) GetDetailsOk() (*HalLinkData, bool)
- func (o *IntellisenseJobItemLinks) GetOutputs() HalLinkData
- func (o *IntellisenseJobItemLinks) GetOutputsOk() (*HalLinkData, bool)
- func (o *IntellisenseJobItemLinks) GetRelated() HalLinkData
- func (o *IntellisenseJobItemLinks) GetRelatedOk() (*HalLinkData, bool)
- func (o *IntellisenseJobItemLinks) GetRetain() HalLinkData
- func (o *IntellisenseJobItemLinks) GetRetainOk() (*HalLinkData, bool)
- func (o *IntellisenseJobItemLinks) GetSelf() HalLinkData
- func (o *IntellisenseJobItemLinks) GetSelfOk() (*HalLinkData, bool)
- func (o *IntellisenseJobItemLinks) HasArtefacts() bool
- func (o *IntellisenseJobItemLinks) HasCancel() bool
- func (o *IntellisenseJobItemLinks) HasCollection() bool
- func (o *IntellisenseJobItemLinks) HasDelete() bool
- func (o *IntellisenseJobItemLinks) HasDetails() bool
- func (o *IntellisenseJobItemLinks) HasOutputs() bool
- func (o *IntellisenseJobItemLinks) HasRetain() bool
- func (o IntellisenseJobItemLinks) MarshalJSON() ([]byte, error)
- func (o *IntellisenseJobItemLinks) SetArtefacts(v HalLinkData)
- func (o *IntellisenseJobItemLinks) SetCancel(v HalLinkData)
- func (o *IntellisenseJobItemLinks) SetCollection(v HalLinkData)
- func (o *IntellisenseJobItemLinks) SetDelete(v HalLinkData)
- func (o *IntellisenseJobItemLinks) SetDetails(v HalLinkData)
- func (o *IntellisenseJobItemLinks) SetOutputs(v HalLinkData)
- func (o *IntellisenseJobItemLinks) SetRelated(v HalLinkData)
- func (o *IntellisenseJobItemLinks) SetRetain(v HalLinkData)
- func (o *IntellisenseJobItemLinks) SetSelf(v HalLinkData)
- func (o IntellisenseJobItemLinks) ToMap() (map[string]interface{}, error)
- func (o *IntellisenseJobItemLinks) UnmarshalJSON(data []byte) (err error)
- type IntellisenseJobIterator
- type IntellisenseJobsAPIService
- func (a *IntellisenseJobsAPIService) CancelIntellisenseJob(ctx context.Context, jobName string) ApiCancelIntellisenseJobRequest
- func (a *IntellisenseJobsAPIService) CancelIntellisenseJobExecute(r ApiCancelIntellisenseJobRequest) (*IntellisenseJobItem, *http.Response, error)
- func (a *IntellisenseJobsAPIService) DeleteIntellisenseJob(ctx context.Context, jobName string) ApiDeleteIntellisenseJobRequest
- func (a *IntellisenseJobsAPIService) DeleteIntellisenseJobExecute(r ApiDeleteIntellisenseJobRequest) (*http.Response, error)
- func (a *IntellisenseJobsAPIService) FollowGetIntellisenseMessagesLink(r *ApiGetIntellisenseMessagesRequest, link string) (*IntellisenseMessageItem, *http.Response, error)
- func (a *IntellisenseJobsAPIService) FollowIntellisenseJobLink(r *ApiListIntellisenseJobRequest, link string) (*IntellisenseJobCollection, *http.Response, error)
- func (a *IntellisenseJobsAPIService) FollowIntellisenseOutputManagersLink(r *ApiListIntellisenseOutputManagersRequest, link string) (*ArtefactManagerCollection, *http.Response, error)
- func (a *IntellisenseJobsAPIService) GetIntellisenseArtefact(ctx context.Context, artefactName string, jobName string) ApiGetIntellisenseArtefactRequest
- func (a *IntellisenseJobsAPIService) GetIntellisenseArtefactExecute(r ApiGetIntellisenseArtefactRequest) (*os.File, *http.Response, error)
- func (a *IntellisenseJobsAPIService) GetIntellisenseJob(ctx context.Context, jobName string) ApiGetIntellisenseJobRequest
- func (a *IntellisenseJobsAPIService) GetIntellisenseJobArtefactManager(ctx context.Context, artefactName string, jobName string) ApiGetIntellisenseJobArtefactManagerRequest
- func (a *IntellisenseJobsAPIService) GetIntellisenseJobArtefactManagerExecute(r ApiGetIntellisenseJobArtefactManagerRequest) (*ArtefactManagerItem, *http.Response, error)
- func (a *IntellisenseJobsAPIService) GetIntellisenseJobExecute(r ApiGetIntellisenseJobRequest) (*IntellisenseJobItem, *http.Response, error)
- func (a *IntellisenseJobsAPIService) GetIntellisenseMessages(ctx context.Context, jobName string) ApiGetIntellisenseMessagesRequest
- func (a *IntellisenseJobsAPIService) GetIntellisenseMessagesExecute(r ApiGetIntellisenseMessagesRequest) (*IntellisenseMessageItem, *http.Response, error)
- func (a *IntellisenseJobsAPIService) GetIntellisenseOutputArtefact(ctx context.Context, artefactName string, jobName string) ApiGetIntellisenseOutputArtefactRequest
- func (a *IntellisenseJobsAPIService) GetIntellisenseOutputArtefactExecute(r ApiGetIntellisenseOutputArtefactRequest) (*os.File, *http.Response, error)
- func (a *IntellisenseJobsAPIService) ListIntellisenseArtefacts(ctx context.Context, jobName string) ApiListIntellisenseArtefactsRequest
- func (a *IntellisenseJobsAPIService) ListIntellisenseArtefactsExecute(r ApiListIntellisenseArtefactsRequest) (*SimpleCollection, *http.Response, error)
- func (a *IntellisenseJobsAPIService) ListIntellisenseJob(ctx context.Context) ApiListIntellisenseJobRequest
- func (a *IntellisenseJobsAPIService) ListIntellisenseJobExecute(r ApiListIntellisenseJobRequest) (*IntellisenseJobCollection, *http.Response, error)
- func (a *IntellisenseJobsAPIService) ListIntellisenseOutputManagers(ctx context.Context, jobName string) ApiListIntellisenseOutputManagersRequest
- func (a *IntellisenseJobsAPIService) ListIntellisenseOutputManagersExecute(r ApiListIntellisenseOutputManagersRequest) (*ArtefactManagerCollection, *http.Response, error)
- func (a *IntellisenseJobsAPIService) RetainIntellisenseJob(ctx context.Context, jobName string) ApiRetainIntellisenseJobRequest
- func (a *IntellisenseJobsAPIService) RetainIntellisenseJobExecute(r ApiRetainIntellisenseJobRequest) (*IntellisenseJobItem, *http.Response, error)
- type IntellisenseMessageItem
- func (o *IntellisenseMessageItem) FetchLinks() (links any, err error)
- func (o *IntellisenseMessageItem) FetchName() (string, error)
- func (o *IntellisenseMessageItem) FetchTitle() (string, error)
- func (o *IntellisenseMessageItem) FetchType() string
- func (o *IntellisenseMessageItem) GetItemCount() (count int64, err error)
- func (o *IntellisenseMessageItem) GetItemIterator() (IIterator, error)
- func (o *IntellisenseMessageItem) GetLinks() HalFeedLinks
- func (o *IntellisenseMessageItem) GetLinksOk() (*HalFeedLinks, bool)
- func (o *IntellisenseMessageItem) GetMessages() []MessageObject
- func (o *IntellisenseMessageItem) GetMessagesOk() ([]MessageObject, bool)
- func (o *IntellisenseMessageItem) GetMetadata() PagingMetadata
- func (o *IntellisenseMessageItem) GetMetadataOk() (*PagingMetadata, bool)
- func (o *IntellisenseMessageItem) GetName() string
- func (o *IntellisenseMessageItem) GetNameOk() (*string, bool)
- func (o *IntellisenseMessageItem) GetTitle() string
- func (o *IntellisenseMessageItem) GetTitleOk() (*string, bool)
- func (o *IntellisenseMessageItem) HasFuture() bool
- func (o *IntellisenseMessageItem) HasNext() bool
- func (o *IntellisenseMessageItem) HasTitle() bool
- func (o IntellisenseMessageItem) MarshalJSON() ([]byte, error)
- func (o *IntellisenseMessageItem) SetLinks(v HalFeedLinks)
- func (o *IntellisenseMessageItem) SetMessages(v []MessageObject)
- func (o *IntellisenseMessageItem) SetMetadata(v PagingMetadata)
- func (o *IntellisenseMessageItem) SetName(v string)
- func (o *IntellisenseMessageItem) SetTitle(v string)
- func (o IntellisenseMessageItem) ToMap() (map[string]interface{}, error)
- func (o *IntellisenseMessageItem) UnmarshalJSON(data []byte) (err error)
- type ListVendorsCollection
- func (o *ListVendorsCollection) GetEmbedded() EmbeddedVendorItems
- func (o *ListVendorsCollection) GetEmbeddedOk() (*EmbeddedVendorItems, bool)
- func (o *ListVendorsCollection) GetLinks() HalCollectionLinks
- func (o *ListVendorsCollection) GetLinksOk() (*HalCollectionLinks, bool)
- func (o *ListVendorsCollection) GetMetadata() PagingMetadata
- func (o *ListVendorsCollection) GetMetadataOk() (*PagingMetadata, bool)
- func (o *ListVendorsCollection) GetName() string
- func (o *ListVendorsCollection) GetNameOk() (*string, bool)
- func (o *ListVendorsCollection) GetTitle() string
- func (o *ListVendorsCollection) GetTitleOk() (*string, bool)
- func (o *ListVendorsCollection) HasEmbedded() bool
- func (o ListVendorsCollection) MarshalJSON() ([]byte, error)
- func (o *ListVendorsCollection) SetEmbedded(v EmbeddedVendorItems)
- func (o *ListVendorsCollection) SetLinks(v HalCollectionLinks)
- func (o *ListVendorsCollection) SetMetadata(v PagingMetadata)
- func (o *ListVendorsCollection) SetName(v string)
- func (o *ListVendorsCollection) SetTitle(v string)
- func (o ListVendorsCollection) ToMap() (map[string]interface{}, error)
- func (o *ListVendorsCollection) UnmarshalJSON(data []byte) (err error)
- type MappedNullable
- type MessageIterator
- type MessageObject
- func (o *MessageObject) FetchType() string
- func (o *MessageObject) GetCtime() time.Time
- func (o *MessageObject) GetCtimeOk() (*time.Time, bool)
- func (o *MessageObject) GetMessage() string
- func (o *MessageObject) GetMessageOk() (*string, bool)
- func (o *MessageObject) GetSeverity() string
- func (o *MessageObject) GetSeverityOk() (*string, bool)
- func (o *MessageObject) GetSource() string
- func (o *MessageObject) GetSourceOk() (*string, bool)
- func (o *MessageObject) HasCtime() bool
- func (o *MessageObject) HasSeverity() bool
- func (o *MessageObject) HasSource() bool
- func (o MessageObject) MarshalJSON() ([]byte, error)
- func (o *MessageObject) SetCtime(v time.Time)
- func (o *MessageObject) SetMessage(v string)
- func (o *MessageObject) SetSeverity(v string)
- func (o *MessageObject) SetSource(v string)
- func (o MessageObject) ToMap() (map[string]interface{}, error)
- func (o *MessageObject) UnmarshalJSON(data []byte) (err error)
- type NotificationFeed
- func (o *NotificationFeed) FetchLinks() (links any, err error)
- func (o *NotificationFeed) FetchName() (string, error)
- func (o *NotificationFeed) FetchTitle() (string, error)
- func (o *NotificationFeed) FetchType() string
- func (o *NotificationFeed) GetItemCount() (count int64, err error)
- func (o *NotificationFeed) GetItemIterator() (IIterator, error)
- func (o *NotificationFeed) GetLinks() HalFeedLinks
- func (o *NotificationFeed) GetLinksOk() (*HalFeedLinks, bool)
- func (o *NotificationFeed) GetMessages() []NotificationMessageObject
- func (o *NotificationFeed) GetMessagesOk() ([]NotificationMessageObject, bool)
- func (o *NotificationFeed) GetMetadata() PagingMetadata
- func (o *NotificationFeed) GetMetadataOk() (*PagingMetadata, bool)
- func (o *NotificationFeed) GetName() string
- func (o *NotificationFeed) GetNameOk() (*string, bool)
- func (o *NotificationFeed) GetTitle() string
- func (o *NotificationFeed) GetTitleOk() (*string, bool)
- func (o *NotificationFeed) HasFuture() bool
- func (o *NotificationFeed) HasNext() bool
- func (o *NotificationFeed) HasTitle() bool
- func (o NotificationFeed) MarshalJSON() ([]byte, error)
- func (o *NotificationFeed) SetLinks(v HalFeedLinks)
- func (o *NotificationFeed) SetMessages(v []NotificationMessageObject)
- func (o *NotificationFeed) SetMetadata(v PagingMetadata)
- func (o *NotificationFeed) SetName(v string)
- func (o *NotificationFeed) SetTitle(v string)
- func (o NotificationFeed) ToMap() (map[string]interface{}, error)
- func (o *NotificationFeed) UnmarshalJSON(data []byte) (err error)
- type NotificationMessageIterator
- type NotificationMessageObject
- func (o *NotificationMessageObject) FetchType() string
- func (o *NotificationMessageObject) GetCtime() time.Time
- func (o *NotificationMessageObject) GetCtimeOk() (*time.Time, bool)
- func (o *NotificationMessageObject) GetMessage() string
- func (o *NotificationMessageObject) GetMessageOk() (*string, bool)
- func (o *NotificationMessageObject) GetSeverity() string
- func (o *NotificationMessageObject) GetSeverityOk() (*string, bool)
- func (o *NotificationMessageObject) GetSource() string
- func (o *NotificationMessageObject) GetSourceOk() (*string, bool)
- func (o *NotificationMessageObject) HasCtime() bool
- func (o *NotificationMessageObject) HasSeverity() bool
- func (o *NotificationMessageObject) HasSource() bool
- func (o NotificationMessageObject) MarshalJSON() ([]byte, error)
- func (o *NotificationMessageObject) SetCtime(v time.Time)
- func (o *NotificationMessageObject) SetMessage(v string)
- func (o *NotificationMessageObject) SetSeverity(v string)
- func (o *NotificationMessageObject) SetSource(v string)
- func (o NotificationMessageObject) ToMap() (map[string]interface{}, error)
- func (o *NotificationMessageObject) UnmarshalJSON(data []byte) (err error)
- type NullableAccessTokenItemLinks
- func (v NullableAccessTokenItemLinks) Get() *AccessTokenItemLinks
- func (v NullableAccessTokenItemLinks) IsSet() bool
- func (v NullableAccessTokenItemLinks) MarshalJSON() ([]byte, error)
- func (v *NullableAccessTokenItemLinks) Set(val *AccessTokenItemLinks)
- func (v *NullableAccessTokenItemLinks) UnmarshalJSON(src []byte) error
- func (v *NullableAccessTokenItemLinks) Unset()
- type NullableAccountSummaryItem
- func (v NullableAccountSummaryItem) Get() *AccountSummaryItem
- func (v NullableAccountSummaryItem) IsSet() bool
- func (v NullableAccountSummaryItem) MarshalJSON() ([]byte, error)
- func (v *NullableAccountSummaryItem) Set(val *AccountSummaryItem)
- func (v *NullableAccountSummaryItem) UnmarshalJSON(src []byte) error
- func (v *NullableAccountSummaryItem) Unset()
- type NullableAccountSummaryLinks
- func (v NullableAccountSummaryLinks) Get() *AccountSummaryLinks
- func (v NullableAccountSummaryLinks) IsSet() bool
- func (v NullableAccountSummaryLinks) MarshalJSON() ([]byte, error)
- func (v *NullableAccountSummaryLinks) Set(val *AccountSummaryLinks)
- func (v *NullableAccountSummaryLinks) UnmarshalJSON(src []byte) error
- func (v *NullableAccountSummaryLinks) Unset()
- type NullableAccountType
- func (v NullableAccountType) Get() *AccountType
- func (v NullableAccountType) IsSet() bool
- func (v NullableAccountType) MarshalJSON() ([]byte, error)
- func (v *NullableAccountType) Set(val *AccountType)
- func (v *NullableAccountType) UnmarshalJSON(src []byte) error
- func (v *NullableAccountType) Unset()
- type NullableAdditionalTool
- func (v NullableAdditionalTool) Get() *AdditionalTool
- func (v NullableAdditionalTool) IsSet() bool
- func (v NullableAdditionalTool) MarshalJSON() ([]byte, error)
- func (v *NullableAdditionalTool) Set(val *AdditionalTool)
- func (v *NullableAdditionalTool) UnmarshalJSON(src []byte) error
- func (v *NullableAdditionalTool) Unset()
- type NullableArtefactManagerCollection
- func (v NullableArtefactManagerCollection) Get() *ArtefactManagerCollection
- func (v NullableArtefactManagerCollection) IsSet() bool
- func (v NullableArtefactManagerCollection) MarshalJSON() ([]byte, error)
- func (v *NullableArtefactManagerCollection) Set(val *ArtefactManagerCollection)
- func (v *NullableArtefactManagerCollection) UnmarshalJSON(src []byte) error
- func (v *NullableArtefactManagerCollection) Unset()
- type NullableArtefactManagerItem
- func (v NullableArtefactManagerItem) Get() *ArtefactManagerItem
- func (v NullableArtefactManagerItem) IsSet() bool
- func (v NullableArtefactManagerItem) MarshalJSON() ([]byte, error)
- func (v *NullableArtefactManagerItem) Set(val *ArtefactManagerItem)
- func (v *NullableArtefactManagerItem) UnmarshalJSON(src []byte) error
- func (v *NullableArtefactManagerItem) Unset()
- type NullableArtefactManagerLinks
- func (v NullableArtefactManagerLinks) Get() *ArtefactManagerLinks
- func (v NullableArtefactManagerLinks) IsSet() bool
- func (v NullableArtefactManagerLinks) MarshalJSON() ([]byte, error)
- func (v *NullableArtefactManagerLinks) Set(val *ArtefactManagerLinks)
- func (v *NullableArtefactManagerLinks) UnmarshalJSON(src []byte) error
- func (v *NullableArtefactManagerLinks) Unset()
- type NullableBool
- type NullableBuildJobCollection
- func (v NullableBuildJobCollection) Get() *BuildJobCollection
- func (v NullableBuildJobCollection) IsSet() bool
- func (v NullableBuildJobCollection) MarshalJSON() ([]byte, error)
- func (v *NullableBuildJobCollection) Set(val *BuildJobCollection)
- func (v *NullableBuildJobCollection) UnmarshalJSON(src []byte) error
- func (v *NullableBuildJobCollection) Unset()
- type NullableBuildJobItem
- func (v NullableBuildJobItem) Get() *BuildJobItem
- func (v NullableBuildJobItem) IsSet() bool
- func (v NullableBuildJobItem) MarshalJSON() ([]byte, error)
- func (v *NullableBuildJobItem) Set(val *BuildJobItem)
- func (v *NullableBuildJobItem) UnmarshalJSON(src []byte) error
- func (v *NullableBuildJobItem) Unset()
- type NullableBuildJobItemLinks
- func (v NullableBuildJobItemLinks) Get() *BuildJobItemLinks
- func (v NullableBuildJobItemLinks) IsSet() bool
- func (v NullableBuildJobItemLinks) MarshalJSON() ([]byte, error)
- func (v *NullableBuildJobItemLinks) Set(val *BuildJobItemLinks)
- func (v *NullableBuildJobItemLinks) UnmarshalJSON(src []byte) error
- func (v *NullableBuildJobItemLinks) Unset()
- type NullableBuildMessageItem
- func (v NullableBuildMessageItem) Get() *BuildMessageItem
- func (v NullableBuildMessageItem) IsSet() bool
- func (v NullableBuildMessageItem) MarshalJSON() ([]byte, error)
- func (v *NullableBuildMessageItem) Set(val *BuildMessageItem)
- func (v *NullableBuildMessageItem) UnmarshalJSON(src []byte) error
- func (v *NullableBuildMessageItem) Unset()
- type NullableBuildToolTypes
- func (v NullableBuildToolTypes) Get() *BuildToolTypes
- func (v NullableBuildToolTypes) IsSet() bool
- func (v NullableBuildToolTypes) MarshalJSON() ([]byte, error)
- func (v *NullableBuildToolTypes) Set(val *BuildToolTypes)
- func (v *NullableBuildToolTypes) UnmarshalJSON(src []byte) error
- func (v *NullableBuildToolTypes) Unset()
- type NullableCmsisBuilderCollection
- func (v NullableCmsisBuilderCollection) Get() *CmsisBuilderCollection
- func (v NullableCmsisBuilderCollection) IsSet() bool
- func (v NullableCmsisBuilderCollection) MarshalJSON() ([]byte, error)
- func (v *NullableCmsisBuilderCollection) Set(val *CmsisBuilderCollection)
- func (v *NullableCmsisBuilderCollection) UnmarshalJSON(src []byte) error
- func (v *NullableCmsisBuilderCollection) Unset()
- type NullableCmsisBuilderItem
- func (v NullableCmsisBuilderItem) Get() *CmsisBuilderItem
- func (v NullableCmsisBuilderItem) IsSet() bool
- func (v NullableCmsisBuilderItem) MarshalJSON() ([]byte, error)
- func (v *NullableCmsisBuilderItem) Set(val *CmsisBuilderItem)
- func (v *NullableCmsisBuilderItem) UnmarshalJSON(src []byte) error
- func (v *NullableCmsisBuilderItem) Unset()
- type NullableCmsisBuilderItemLinks
- func (v NullableCmsisBuilderItemLinks) Get() *CmsisBuilderItemLinks
- func (v NullableCmsisBuilderItemLinks) IsSet() bool
- func (v NullableCmsisBuilderItemLinks) MarshalJSON() ([]byte, error)
- func (v *NullableCmsisBuilderItemLinks) Set(val *CmsisBuilderItemLinks)
- func (v *NullableCmsisBuilderItemLinks) UnmarshalJSON(src []byte) error
- func (v *NullableCmsisBuilderItemLinks) Unset()
- type NullableCmsisIntellisenseCollection
- func (v NullableCmsisIntellisenseCollection) Get() *CmsisIntellisenseCollection
- func (v NullableCmsisIntellisenseCollection) IsSet() bool
- func (v NullableCmsisIntellisenseCollection) MarshalJSON() ([]byte, error)
- func (v *NullableCmsisIntellisenseCollection) Set(val *CmsisIntellisenseCollection)
- func (v *NullableCmsisIntellisenseCollection) UnmarshalJSON(src []byte) error
- func (v *NullableCmsisIntellisenseCollection) Unset()
- type NullableCmsisIntellisenseItem
- func (v NullableCmsisIntellisenseItem) Get() *CmsisIntellisenseItem
- func (v NullableCmsisIntellisenseItem) IsSet() bool
- func (v NullableCmsisIntellisenseItem) MarshalJSON() ([]byte, error)
- func (v *NullableCmsisIntellisenseItem) Set(val *CmsisIntellisenseItem)
- func (v *NullableCmsisIntellisenseItem) UnmarshalJSON(src []byte) error
- func (v *NullableCmsisIntellisenseItem) Unset()
- type NullableCmsisIntellisenseItemLinks
- func (v NullableCmsisIntellisenseItemLinks) Get() *CmsisIntellisenseItemLinks
- func (v NullableCmsisIntellisenseItemLinks) IsSet() bool
- func (v NullableCmsisIntellisenseItemLinks) MarshalJSON() ([]byte, error)
- func (v *NullableCmsisIntellisenseItemLinks) Set(val *CmsisIntellisenseItemLinks)
- func (v *NullableCmsisIntellisenseItemLinks) UnmarshalJSON(src []byte) error
- func (v *NullableCmsisIntellisenseItemLinks) Unset()
- type NullableCollectionMetadata
- func (v NullableCollectionMetadata) Get() *CollectionMetadata
- func (v NullableCollectionMetadata) IsSet() bool
- func (v NullableCollectionMetadata) MarshalJSON() ([]byte, error)
- func (v *NullableCollectionMetadata) Set(val *CollectionMetadata)
- func (v *NullableCollectionMetadata) UnmarshalJSON(src []byte) error
- func (v *NullableCollectionMetadata) Unset()
- type NullableCommonMetadata
- func (v NullableCommonMetadata) Get() *CommonMetadata
- func (v NullableCommonMetadata) IsSet() bool
- func (v NullableCommonMetadata) MarshalJSON() ([]byte, error)
- func (v *NullableCommonMetadata) Set(val *CommonMetadata)
- func (v *NullableCommonMetadata) UnmarshalJSON(src []byte) error
- func (v *NullableCommonMetadata) Unset()
- type NullableDeprecationInfo
- func (v NullableDeprecationInfo) Get() *DeprecationInfo
- func (v NullableDeprecationInfo) IsSet() bool
- func (v NullableDeprecationInfo) MarshalJSON() ([]byte, error)
- func (v *NullableDeprecationInfo) Set(val *DeprecationInfo)
- func (v *NullableDeprecationInfo) UnmarshalJSON(src []byte) error
- func (v *NullableDeprecationInfo) Unset()
- type NullableEmbeddedArtefactManagerItems
- func (v NullableEmbeddedArtefactManagerItems) Get() *EmbeddedArtefactManagerItems
- func (v NullableEmbeddedArtefactManagerItems) IsSet() bool
- func (v NullableEmbeddedArtefactManagerItems) MarshalJSON() ([]byte, error)
- func (v *NullableEmbeddedArtefactManagerItems) Set(val *EmbeddedArtefactManagerItems)
- func (v *NullableEmbeddedArtefactManagerItems) UnmarshalJSON(src []byte) error
- func (v *NullableEmbeddedArtefactManagerItems) Unset()
- type NullableEmbeddedBuildJobItems
- func (v NullableEmbeddedBuildJobItems) Get() *EmbeddedBuildJobItems
- func (v NullableEmbeddedBuildJobItems) IsSet() bool
- func (v NullableEmbeddedBuildJobItems) MarshalJSON() ([]byte, error)
- func (v *NullableEmbeddedBuildJobItems) Set(val *EmbeddedBuildJobItems)
- func (v *NullableEmbeddedBuildJobItems) UnmarshalJSON(src []byte) error
- func (v *NullableEmbeddedBuildJobItems) Unset()
- type NullableEmbeddedCmsisBuilderItems
- func (v NullableEmbeddedCmsisBuilderItems) Get() *EmbeddedCmsisBuilderItems
- func (v NullableEmbeddedCmsisBuilderItems) IsSet() bool
- func (v NullableEmbeddedCmsisBuilderItems) MarshalJSON() ([]byte, error)
- func (v *NullableEmbeddedCmsisBuilderItems) Set(val *EmbeddedCmsisBuilderItems)
- func (v *NullableEmbeddedCmsisBuilderItems) UnmarshalJSON(src []byte) error
- func (v *NullableEmbeddedCmsisBuilderItems) Unset()
- type NullableEmbeddedCmsisIntellisenseItems
- func (v NullableEmbeddedCmsisIntellisenseItems) Get() *EmbeddedCmsisIntellisenseItems
- func (v NullableEmbeddedCmsisIntellisenseItems) IsSet() bool
- func (v NullableEmbeddedCmsisIntellisenseItems) MarshalJSON() ([]byte, error)
- func (v *NullableEmbeddedCmsisIntellisenseItems) Set(val *EmbeddedCmsisIntellisenseItems)
- func (v *NullableEmbeddedCmsisIntellisenseItems) UnmarshalJSON(src []byte) error
- func (v *NullableEmbeddedCmsisIntellisenseItems) Unset()
- type NullableEmbeddedEndpointDeprecationNoticeItems
- func (v NullableEmbeddedEndpointDeprecationNoticeItems) Get() *EmbeddedEndpointDeprecationNoticeItems
- func (v NullableEmbeddedEndpointDeprecationNoticeItems) IsSet() bool
- func (v NullableEmbeddedEndpointDeprecationNoticeItems) MarshalJSON() ([]byte, error)
- func (v *NullableEmbeddedEndpointDeprecationNoticeItems) Set(val *EmbeddedEndpointDeprecationNoticeItems)
- func (v *NullableEmbeddedEndpointDeprecationNoticeItems) UnmarshalJSON(src []byte) error
- func (v *NullableEmbeddedEndpointDeprecationNoticeItems) Unset()
- type NullableEmbeddedFPGAAdminItem
- func (v NullableEmbeddedFPGAAdminItem) Get() *EmbeddedFPGAAdminItem
- func (v NullableEmbeddedFPGAAdminItem) IsSet() bool
- func (v NullableEmbeddedFPGAAdminItem) MarshalJSON() ([]byte, error)
- func (v *NullableEmbeddedFPGAAdminItem) Set(val *EmbeddedFPGAAdminItem)
- func (v *NullableEmbeddedFPGAAdminItem) UnmarshalJSON(src []byte) error
- func (v *NullableEmbeddedFPGAAdminItem) Unset()
- type NullableEmbeddedFPGAConnectionItems
- func (v NullableEmbeddedFPGAConnectionItems) Get() *EmbeddedFPGAConnectionItems
- func (v NullableEmbeddedFPGAConnectionItems) IsSet() bool
- func (v NullableEmbeddedFPGAConnectionItems) MarshalJSON() ([]byte, error)
- func (v *NullableEmbeddedFPGAConnectionItems) Set(val *EmbeddedFPGAConnectionItems)
- func (v *NullableEmbeddedFPGAConnectionItems) UnmarshalJSON(src []byte) error
- func (v *NullableEmbeddedFPGAConnectionItems) Unset()
- type NullableEmbeddedFPGAItems
- func (v NullableEmbeddedFPGAItems) Get() *EmbeddedFPGAItems
- func (v NullableEmbeddedFPGAItems) IsSet() bool
- func (v NullableEmbeddedFPGAItems) MarshalJSON() ([]byte, error)
- func (v *NullableEmbeddedFPGAItems) Set(val *EmbeddedFPGAItems)
- func (v *NullableEmbeddedFPGAItems) UnmarshalJSON(src []byte) error
- func (v *NullableEmbeddedFPGAItems) Unset()
- type NullableEmbeddedFPGAJobItems
- func (v NullableEmbeddedFPGAJobItems) Get() *EmbeddedFPGAJobItems
- func (v NullableEmbeddedFPGAJobItems) IsSet() bool
- func (v NullableEmbeddedFPGAJobItems) MarshalJSON() ([]byte, error)
- func (v *NullableEmbeddedFPGAJobItems) Set(val *EmbeddedFPGAJobItems)
- func (v *NullableEmbeddedFPGAJobItems) UnmarshalJSON(src []byte) error
- func (v *NullableEmbeddedFPGAJobItems) Unset()
- type NullableEmbeddedFPGAPayloadItems
- func (v NullableEmbeddedFPGAPayloadItems) Get() *EmbeddedFPGAPayloadItems
- func (v NullableEmbeddedFPGAPayloadItems) IsSet() bool
- func (v NullableEmbeddedFPGAPayloadItems) MarshalJSON() ([]byte, error)
- func (v *NullableEmbeddedFPGAPayloadItems) Set(val *EmbeddedFPGAPayloadItems)
- func (v *NullableEmbeddedFPGAPayloadItems) UnmarshalJSON(src []byte) error
- func (v *NullableEmbeddedFPGAPayloadItems) Unset()
- type NullableEmbeddedGenericWorkJobItems
- func (v NullableEmbeddedGenericWorkJobItems) Get() *EmbeddedGenericWorkJobItems
- func (v NullableEmbeddedGenericWorkJobItems) IsSet() bool
- func (v NullableEmbeddedGenericWorkJobItems) MarshalJSON() ([]byte, error)
- func (v *NullableEmbeddedGenericWorkJobItems) Set(val *EmbeddedGenericWorkJobItems)
- func (v *NullableEmbeddedGenericWorkJobItems) UnmarshalJSON(src []byte) error
- func (v *NullableEmbeddedGenericWorkJobItems) Unset()
- type NullableEmbeddedGenericWorkerItems
- func (v NullableEmbeddedGenericWorkerItems) Get() *EmbeddedGenericWorkerItems
- func (v NullableEmbeddedGenericWorkerItems) IsSet() bool
- func (v NullableEmbeddedGenericWorkerItems) MarshalJSON() ([]byte, error)
- func (v *NullableEmbeddedGenericWorkerItems) Set(val *EmbeddedGenericWorkerItems)
- func (v *NullableEmbeddedGenericWorkerItems) UnmarshalJSON(src []byte) error
- func (v *NullableEmbeddedGenericWorkerItems) Unset()
- type NullableEmbeddedIntellisenseJobItems
- func (v NullableEmbeddedIntellisenseJobItems) Get() *EmbeddedIntellisenseJobItems
- func (v NullableEmbeddedIntellisenseJobItems) IsSet() bool
- func (v NullableEmbeddedIntellisenseJobItems) MarshalJSON() ([]byte, error)
- func (v *NullableEmbeddedIntellisenseJobItems) Set(val *EmbeddedIntellisenseJobItems)
- func (v *NullableEmbeddedIntellisenseJobItems) UnmarshalJSON(src []byte) error
- func (v *NullableEmbeddedIntellisenseJobItems) Unset()
- type NullableEmbeddedPATItem
- func (v NullableEmbeddedPATItem) Get() *EmbeddedPATItem
- func (v NullableEmbeddedPATItem) IsSet() bool
- func (v NullableEmbeddedPATItem) MarshalJSON() ([]byte, error)
- func (v *NullableEmbeddedPATItem) Set(val *EmbeddedPATItem)
- func (v *NullableEmbeddedPATItem) UnmarshalJSON(src []byte) error
- func (v *NullableEmbeddedPATItem) Unset()
- type NullableEmbeddedServiceAccessTokenItem
- func (v NullableEmbeddedServiceAccessTokenItem) Get() *EmbeddedServiceAccessTokenItem
- func (v NullableEmbeddedServiceAccessTokenItem) IsSet() bool
- func (v NullableEmbeddedServiceAccessTokenItem) MarshalJSON() ([]byte, error)
- func (v *NullableEmbeddedServiceAccessTokenItem) Set(val *EmbeddedServiceAccessTokenItem)
- func (v *NullableEmbeddedServiceAccessTokenItem) UnmarshalJSON(src []byte) error
- func (v *NullableEmbeddedServiceAccessTokenItem) Unset()
- type NullableEmbeddedServiceAccountItem
- func (v NullableEmbeddedServiceAccountItem) Get() *EmbeddedServiceAccountItem
- func (v NullableEmbeddedServiceAccountItem) IsSet() bool
- func (v NullableEmbeddedServiceAccountItem) MarshalJSON() ([]byte, error)
- func (v *NullableEmbeddedServiceAccountItem) Set(val *EmbeddedServiceAccountItem)
- func (v *NullableEmbeddedServiceAccountItem) UnmarshalJSON(src []byte) error
- func (v *NullableEmbeddedServiceAccountItem) Unset()
- type NullableEmbeddedUserItem
- func (v NullableEmbeddedUserItem) Get() *EmbeddedUserItem
- func (v NullableEmbeddedUserItem) IsSet() bool
- func (v NullableEmbeddedUserItem) MarshalJSON() ([]byte, error)
- func (v *NullableEmbeddedUserItem) Set(val *EmbeddedUserItem)
- func (v *NullableEmbeddedUserItem) UnmarshalJSON(src []byte) error
- func (v *NullableEmbeddedUserItem) Unset()
- type NullableEmbeddedVendorItems
- func (v NullableEmbeddedVendorItems) Get() *EmbeddedVendorItems
- func (v NullableEmbeddedVendorItems) IsSet() bool
- func (v NullableEmbeddedVendorItems) MarshalJSON() ([]byte, error)
- func (v *NullableEmbeddedVendorItems) Set(val *EmbeddedVendorItems)
- func (v *NullableEmbeddedVendorItems) UnmarshalJSON(src []byte) error
- func (v *NullableEmbeddedVendorItems) Unset()
- type NullableEmbeddedVhtInstanceItems
- func (v NullableEmbeddedVhtInstanceItems) Get() *EmbeddedVhtInstanceItems
- func (v NullableEmbeddedVhtInstanceItems) IsSet() bool
- func (v NullableEmbeddedVhtInstanceItems) MarshalJSON() ([]byte, error)
- func (v *NullableEmbeddedVhtInstanceItems) Set(val *EmbeddedVhtInstanceItems)
- func (v *NullableEmbeddedVhtInstanceItems) UnmarshalJSON(src []byte) error
- func (v *NullableEmbeddedVhtInstanceItems) Unset()
- type NullableEmbeddedVhtItems
- func (v NullableEmbeddedVhtItems) Get() *EmbeddedVhtItems
- func (v NullableEmbeddedVhtItems) IsSet() bool
- func (v NullableEmbeddedVhtItems) MarshalJSON() ([]byte, error)
- func (v *NullableEmbeddedVhtItems) Set(val *EmbeddedVhtItems)
- func (v *NullableEmbeddedVhtItems) UnmarshalJSON(src []byte) error
- func (v *NullableEmbeddedVhtItems) Unset()
- type NullableEmbeddedVhtRunJobItems
- func (v NullableEmbeddedVhtRunJobItems) Get() *EmbeddedVhtRunJobItems
- func (v NullableEmbeddedVhtRunJobItems) IsSet() bool
- func (v NullableEmbeddedVhtRunJobItems) MarshalJSON() ([]byte, error)
- func (v *NullableEmbeddedVhtRunJobItems) Set(val *EmbeddedVhtRunJobItems)
- func (v *NullableEmbeddedVhtRunJobItems) UnmarshalJSON(src []byte) error
- func (v *NullableEmbeddedVhtRunJobItems) Unset()
- type NullableEmbeddedWorkspaceItems
- func (v NullableEmbeddedWorkspaceItems) Get() *EmbeddedWorkspaceItems
- func (v NullableEmbeddedWorkspaceItems) IsSet() bool
- func (v NullableEmbeddedWorkspaceItems) MarshalJSON() ([]byte, error)
- func (v *NullableEmbeddedWorkspaceItems) Set(val *EmbeddedWorkspaceItems)
- func (v *NullableEmbeddedWorkspaceItems) UnmarshalJSON(src []byte) error
- func (v *NullableEmbeddedWorkspaceItems) Unset()
- type NullableEmbeddedWorkspaceSourceItems
- func (v NullableEmbeddedWorkspaceSourceItems) Get() *EmbeddedWorkspaceSourceItems
- func (v NullableEmbeddedWorkspaceSourceItems) IsSet() bool
- func (v NullableEmbeddedWorkspaceSourceItems) MarshalJSON() ([]byte, error)
- func (v *NullableEmbeddedWorkspaceSourceItems) Set(val *EmbeddedWorkspaceSourceItems)
- func (v *NullableEmbeddedWorkspaceSourceItems) UnmarshalJSON(src []byte) error
- func (v *NullableEmbeddedWorkspaceSourceItems) Unset()
- type NullableEndpointDeprecationNotice
- func (v NullableEndpointDeprecationNotice) Get() *EndpointDeprecationNotice
- func (v NullableEndpointDeprecationNotice) IsSet() bool
- func (v NullableEndpointDeprecationNotice) MarshalJSON() ([]byte, error)
- func (v *NullableEndpointDeprecationNotice) Set(val *EndpointDeprecationNotice)
- func (v *NullableEndpointDeprecationNotice) UnmarshalJSON(src []byte) error
- func (v *NullableEndpointDeprecationNotice) Unset()
- type NullableEndpointDeprecationNoticeCollection
- func (v NullableEndpointDeprecationNoticeCollection) Get() *EndpointDeprecationNoticeCollection
- func (v NullableEndpointDeprecationNoticeCollection) IsSet() bool
- func (v NullableEndpointDeprecationNoticeCollection) MarshalJSON() ([]byte, error)
- func (v *NullableEndpointDeprecationNoticeCollection) Set(val *EndpointDeprecationNoticeCollection)
- func (v *NullableEndpointDeprecationNoticeCollection) UnmarshalJSON(src []byte) error
- func (v *NullableEndpointDeprecationNoticeCollection) Unset()
- type NullableEndpointDeprecationNoticeLinks
- func (v NullableEndpointDeprecationNoticeLinks) Get() *EndpointDeprecationNoticeLinks
- func (v NullableEndpointDeprecationNoticeLinks) IsSet() bool
- func (v NullableEndpointDeprecationNoticeLinks) MarshalJSON() ([]byte, error)
- func (v *NullableEndpointDeprecationNoticeLinks) Set(val *EndpointDeprecationNoticeLinks)
- func (v *NullableEndpointDeprecationNoticeLinks) UnmarshalJSON(src []byte) error
- func (v *NullableEndpointDeprecationNoticeLinks) Unset()
- type NullableEntitlementsListFeedItem
- func (v NullableEntitlementsListFeedItem) Get() *EntitlementsListFeedItem
- func (v NullableEntitlementsListFeedItem) IsSet() bool
- func (v NullableEntitlementsListFeedItem) MarshalJSON() ([]byte, error)
- func (v *NullableEntitlementsListFeedItem) Set(val *EntitlementsListFeedItem)
- func (v *NullableEntitlementsListFeedItem) UnmarshalJSON(src []byte) error
- func (v *NullableEntitlementsListFeedItem) Unset()
- type NullableEntitlementsListRequest
- func (v NullableEntitlementsListRequest) Get() *EntitlementsListRequest
- func (v NullableEntitlementsListRequest) IsSet() bool
- func (v NullableEntitlementsListRequest) MarshalJSON() ([]byte, error)
- func (v *NullableEntitlementsListRequest) Set(val *EntitlementsListRequest)
- func (v *NullableEntitlementsListRequest) UnmarshalJSON(src []byte) error
- func (v *NullableEntitlementsListRequest) Unset()
- type NullableErrorResponse
- func (v NullableErrorResponse) Get() *ErrorResponse
- func (v NullableErrorResponse) IsSet() bool
- func (v NullableErrorResponse) MarshalJSON() ([]byte, error)
- func (v *NullableErrorResponse) Set(val *ErrorResponse)
- func (v *NullableErrorResponse) UnmarshalJSON(src []byte) error
- func (v *NullableErrorResponse) Unset()
- type NullableFPGAAdminCollection
- func (v NullableFPGAAdminCollection) Get() *FPGAAdminCollection
- func (v NullableFPGAAdminCollection) IsSet() bool
- func (v NullableFPGAAdminCollection) MarshalJSON() ([]byte, error)
- func (v *NullableFPGAAdminCollection) Set(val *FPGAAdminCollection)
- func (v *NullableFPGAAdminCollection) UnmarshalJSON(src []byte) error
- func (v *NullableFPGAAdminCollection) Unset()
- type NullableFPGAAdminItem
- func (v NullableFPGAAdminItem) Get() *FPGAAdminItem
- func (v NullableFPGAAdminItem) IsSet() bool
- func (v NullableFPGAAdminItem) MarshalJSON() ([]byte, error)
- func (v *NullableFPGAAdminItem) Set(val *FPGAAdminItem)
- func (v *NullableFPGAAdminItem) UnmarshalJSON(src []byte) error
- func (v *NullableFPGAAdminItem) Unset()
- type NullableFPGAAdminItemLinks
- func (v NullableFPGAAdminItemLinks) Get() *FPGAAdminItemLinks
- func (v NullableFPGAAdminItemLinks) IsSet() bool
- func (v NullableFPGAAdminItemLinks) MarshalJSON() ([]byte, error)
- func (v *NullableFPGAAdminItemLinks) Set(val *FPGAAdminItemLinks)
- func (v *NullableFPGAAdminItemLinks) UnmarshalJSON(src []byte) error
- func (v *NullableFPGAAdminItemLinks) Unset()
- type NullableFPGACollection
- func (v NullableFPGACollection) Get() *FPGACollection
- func (v NullableFPGACollection) IsSet() bool
- func (v NullableFPGACollection) MarshalJSON() ([]byte, error)
- func (v *NullableFPGACollection) Set(val *FPGACollection)
- func (v *NullableFPGACollection) UnmarshalJSON(src []byte) error
- func (v *NullableFPGACollection) Unset()
- type NullableFPGACollectionLinks
- func (v NullableFPGACollectionLinks) Get() *FPGACollectionLinks
- func (v NullableFPGACollectionLinks) IsSet() bool
- func (v NullableFPGACollectionLinks) MarshalJSON() ([]byte, error)
- func (v *NullableFPGACollectionLinks) Set(val *FPGACollectionLinks)
- func (v *NullableFPGACollectionLinks) UnmarshalJSON(src []byte) error
- func (v *NullableFPGACollectionLinks) Unset()
- type NullableFPGAConnectionCollection
- func (v NullableFPGAConnectionCollection) Get() *FPGAConnectionCollection
- func (v NullableFPGAConnectionCollection) IsSet() bool
- func (v NullableFPGAConnectionCollection) MarshalJSON() ([]byte, error)
- func (v *NullableFPGAConnectionCollection) Set(val *FPGAConnectionCollection)
- func (v *NullableFPGAConnectionCollection) UnmarshalJSON(src []byte) error
- func (v *NullableFPGAConnectionCollection) Unset()
- type NullableFPGAConnectionItem
- func (v NullableFPGAConnectionItem) Get() *FPGAConnectionItem
- func (v NullableFPGAConnectionItem) IsSet() bool
- func (v NullableFPGAConnectionItem) MarshalJSON() ([]byte, error)
- func (v *NullableFPGAConnectionItem) Set(val *FPGAConnectionItem)
- func (v *NullableFPGAConnectionItem) UnmarshalJSON(src []byte) error
- func (v *NullableFPGAConnectionItem) Unset()
- type NullableFPGAConnectionItemLinks
- func (v NullableFPGAConnectionItemLinks) Get() *FPGAConnectionItemLinks
- func (v NullableFPGAConnectionItemLinks) IsSet() bool
- func (v NullableFPGAConnectionItemLinks) MarshalJSON() ([]byte, error)
- func (v *NullableFPGAConnectionItemLinks) Set(val *FPGAConnectionItemLinks)
- func (v *NullableFPGAConnectionItemLinks) UnmarshalJSON(src []byte) error
- func (v *NullableFPGAConnectionItemLinks) Unset()
- type NullableFPGAEntitlementItem
- func (v NullableFPGAEntitlementItem) Get() *FPGAEntitlementItem
- func (v NullableFPGAEntitlementItem) IsSet() bool
- func (v NullableFPGAEntitlementItem) MarshalJSON() ([]byte, error)
- func (v *NullableFPGAEntitlementItem) Set(val *FPGAEntitlementItem)
- func (v *NullableFPGAEntitlementItem) UnmarshalJSON(src []byte) error
- func (v *NullableFPGAEntitlementItem) Unset()
- type NullableFPGAEntitlementItemLinks
- func (v NullableFPGAEntitlementItemLinks) Get() *FPGAEntitlementItemLinks
- func (v NullableFPGAEntitlementItemLinks) IsSet() bool
- func (v NullableFPGAEntitlementItemLinks) MarshalJSON() ([]byte, error)
- func (v *NullableFPGAEntitlementItemLinks) Set(val *FPGAEntitlementItemLinks)
- func (v *NullableFPGAEntitlementItemLinks) UnmarshalJSON(src []byte) error
- func (v *NullableFPGAEntitlementItemLinks) Unset()
- type NullableFPGAItem
- type NullableFPGAItemLinks
- func (v NullableFPGAItemLinks) Get() *FPGAItemLinks
- func (v NullableFPGAItemLinks) IsSet() bool
- func (v NullableFPGAItemLinks) MarshalJSON() ([]byte, error)
- func (v *NullableFPGAItemLinks) Set(val *FPGAItemLinks)
- func (v *NullableFPGAItemLinks) UnmarshalJSON(src []byte) error
- func (v *NullableFPGAItemLinks) Unset()
- type NullableFPGAJobCollection
- func (v NullableFPGAJobCollection) Get() *FPGAJobCollection
- func (v NullableFPGAJobCollection) IsSet() bool
- func (v NullableFPGAJobCollection) MarshalJSON() ([]byte, error)
- func (v *NullableFPGAJobCollection) Set(val *FPGAJobCollection)
- func (v *NullableFPGAJobCollection) UnmarshalJSON(src []byte) error
- func (v *NullableFPGAJobCollection) Unset()
- type NullableFPGAJobItem
- func (v NullableFPGAJobItem) Get() *FPGAJobItem
- func (v NullableFPGAJobItem) IsSet() bool
- func (v NullableFPGAJobItem) MarshalJSON() ([]byte, error)
- func (v *NullableFPGAJobItem) Set(val *FPGAJobItem)
- func (v *NullableFPGAJobItem) UnmarshalJSON(src []byte) error
- func (v *NullableFPGAJobItem) Unset()
- type NullableFPGAJobItemLinks
- func (v NullableFPGAJobItemLinks) Get() *FPGAJobItemLinks
- func (v NullableFPGAJobItemLinks) IsSet() bool
- func (v NullableFPGAJobItemLinks) MarshalJSON() ([]byte, error)
- func (v *NullableFPGAJobItemLinks) Set(val *FPGAJobItemLinks)
- func (v *NullableFPGAJobItemLinks) UnmarshalJSON(src []byte) error
- func (v *NullableFPGAJobItemLinks) Unset()
- type NullableFPGAJobType
- func (v NullableFPGAJobType) Get() *FPGAJobType
- func (v NullableFPGAJobType) IsSet() bool
- func (v NullableFPGAJobType) MarshalJSON() ([]byte, error)
- func (v *NullableFPGAJobType) Set(val *FPGAJobType)
- func (v *NullableFPGAJobType) UnmarshalJSON(src []byte) error
- func (v *NullableFPGAJobType) Unset()
- type NullableFPGAPayloadCollection
- func (v NullableFPGAPayloadCollection) Get() *FPGAPayloadCollection
- func (v NullableFPGAPayloadCollection) IsSet() bool
- func (v NullableFPGAPayloadCollection) MarshalJSON() ([]byte, error)
- func (v *NullableFPGAPayloadCollection) Set(val *FPGAPayloadCollection)
- func (v *NullableFPGAPayloadCollection) UnmarshalJSON(src []byte) error
- func (v *NullableFPGAPayloadCollection) Unset()
- type NullableFPGAPayloadItem
- func (v NullableFPGAPayloadItem) Get() *FPGAPayloadItem
- func (v NullableFPGAPayloadItem) IsSet() bool
- func (v NullableFPGAPayloadItem) MarshalJSON() ([]byte, error)
- func (v *NullableFPGAPayloadItem) Set(val *FPGAPayloadItem)
- func (v *NullableFPGAPayloadItem) UnmarshalJSON(src []byte) error
- func (v *NullableFPGAPayloadItem) Unset()
- type NullableFPGAPayloadItemLinks
- func (v NullableFPGAPayloadItemLinks) Get() *FPGAPayloadItemLinks
- func (v NullableFPGAPayloadItemLinks) IsSet() bool
- func (v NullableFPGAPayloadItemLinks) MarshalJSON() ([]byte, error)
- func (v *NullableFPGAPayloadItemLinks) Set(val *FPGAPayloadItemLinks)
- func (v *NullableFPGAPayloadItemLinks) UnmarshalJSON(src []byte) error
- func (v *NullableFPGAPayloadItemLinks) Unset()
- type NullableFPGAPayloadOwner
- func (v NullableFPGAPayloadOwner) Get() *FPGAPayloadOwner
- func (v NullableFPGAPayloadOwner) IsSet() bool
- func (v NullableFPGAPayloadOwner) MarshalJSON() ([]byte, error)
- func (v *NullableFPGAPayloadOwner) Set(val *FPGAPayloadOwner)
- func (v *NullableFPGAPayloadOwner) UnmarshalJSON(src []byte) error
- func (v *NullableFPGAPayloadOwner) Unset()
- type NullableFPGAPayloadRepositories
- func (v NullableFPGAPayloadRepositories) Get() *FPGAPayloadRepositories
- func (v NullableFPGAPayloadRepositories) IsSet() bool
- func (v NullableFPGAPayloadRepositories) MarshalJSON() ([]byte, error)
- func (v *NullableFPGAPayloadRepositories) Set(val *FPGAPayloadRepositories)
- func (v *NullableFPGAPayloadRepositories) UnmarshalJSON(src []byte) error
- func (v *NullableFPGAPayloadRepositories) Unset()
- type NullableFPGATarget
- type NullableFPGATargetID
- func (v NullableFPGATargetID) Get() *FPGATargetID
- func (v NullableFPGATargetID) IsSet() bool
- func (v NullableFPGATargetID) MarshalJSON() ([]byte, error)
- func (v *NullableFPGATargetID) Set(val *FPGATargetID)
- func (v *NullableFPGATargetID) UnmarshalJSON(src []byte) error
- func (v *NullableFPGATargetID) Unset()
- type NullableFPGAUARTConnection
- func (v NullableFPGAUARTConnection) Get() *FPGAUARTConnection
- func (v NullableFPGAUARTConnection) IsSet() bool
- func (v NullableFPGAUARTConnection) MarshalJSON() ([]byte, error)
- func (v *NullableFPGAUARTConnection) Set(val *FPGAUARTConnection)
- func (v *NullableFPGAUARTConnection) UnmarshalJSON(src []byte) error
- func (v *NullableFPGAUARTConnection) Unset()
- type NullableFPGAWorkload
- func (v NullableFPGAWorkload) Get() *FPGAWorkload
- func (v NullableFPGAWorkload) IsSet() bool
- func (v NullableFPGAWorkload) MarshalJSON() ([]byte, error)
- func (v *NullableFPGAWorkload) Set(val *FPGAWorkload)
- func (v *NullableFPGAWorkload) UnmarshalJSON(src []byte) error
- func (v *NullableFPGAWorkload) Unset()
- type NullableFieldObject
- func (v NullableFieldObject) Get() *FieldObject
- func (v NullableFieldObject) IsSet() bool
- func (v NullableFieldObject) MarshalJSON() ([]byte, error)
- func (v *NullableFieldObject) Set(val *FieldObject)
- func (v *NullableFieldObject) UnmarshalJSON(src []byte) error
- func (v *NullableFieldObject) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableGenericWorkJobCollection
- func (v NullableGenericWorkJobCollection) Get() *GenericWorkJobCollection
- func (v NullableGenericWorkJobCollection) IsSet() bool
- func (v NullableGenericWorkJobCollection) MarshalJSON() ([]byte, error)
- func (v *NullableGenericWorkJobCollection) Set(val *GenericWorkJobCollection)
- func (v *NullableGenericWorkJobCollection) UnmarshalJSON(src []byte) error
- func (v *NullableGenericWorkJobCollection) Unset()
- type NullableGenericWorkJobControlCommandItem
- func (v NullableGenericWorkJobControlCommandItem) Get() *GenericWorkJobControlCommandItem
- func (v NullableGenericWorkJobControlCommandItem) IsSet() bool
- func (v NullableGenericWorkJobControlCommandItem) MarshalJSON() ([]byte, error)
- func (v *NullableGenericWorkJobControlCommandItem) Set(val *GenericWorkJobControlCommandItem)
- func (v *NullableGenericWorkJobControlCommandItem) UnmarshalJSON(src []byte) error
- func (v *NullableGenericWorkJobControlCommandItem) Unset()
- type NullableGenericWorkJobItem
- func (v NullableGenericWorkJobItem) Get() *GenericWorkJobItem
- func (v NullableGenericWorkJobItem) IsSet() bool
- func (v NullableGenericWorkJobItem) MarshalJSON() ([]byte, error)
- func (v *NullableGenericWorkJobItem) Set(val *GenericWorkJobItem)
- func (v *NullableGenericWorkJobItem) UnmarshalJSON(src []byte) error
- func (v *NullableGenericWorkJobItem) Unset()
- type NullableGenericWorkJobItemLinks
- func (v NullableGenericWorkJobItemLinks) Get() *GenericWorkJobItemLinks
- func (v NullableGenericWorkJobItemLinks) IsSet() bool
- func (v NullableGenericWorkJobItemLinks) MarshalJSON() ([]byte, error)
- func (v *NullableGenericWorkJobItemLinks) Set(val *GenericWorkJobItemLinks)
- func (v *NullableGenericWorkJobItemLinks) UnmarshalJSON(src []byte) error
- func (v *NullableGenericWorkJobItemLinks) Unset()
- type NullableGenericWorkerCollection
- func (v NullableGenericWorkerCollection) Get() *GenericWorkerCollection
- func (v NullableGenericWorkerCollection) IsSet() bool
- func (v NullableGenericWorkerCollection) MarshalJSON() ([]byte, error)
- func (v *NullableGenericWorkerCollection) Set(val *GenericWorkerCollection)
- func (v *NullableGenericWorkerCollection) UnmarshalJSON(src []byte) error
- func (v *NullableGenericWorkerCollection) Unset()
- type NullableGenericWorkerItem
- func (v NullableGenericWorkerItem) Get() *GenericWorkerItem
- func (v NullableGenericWorkerItem) IsSet() bool
- func (v NullableGenericWorkerItem) MarshalJSON() ([]byte, error)
- func (v *NullableGenericWorkerItem) Set(val *GenericWorkerItem)
- func (v *NullableGenericWorkerItem) UnmarshalJSON(src []byte) error
- func (v *NullableGenericWorkerItem) Unset()
- type NullableGenericWorkerItemLinks
- func (v NullableGenericWorkerItemLinks) Get() *GenericWorkerItemLinks
- func (v NullableGenericWorkerItemLinks) IsSet() bool
- func (v NullableGenericWorkerItemLinks) MarshalJSON() ([]byte, error)
- func (v *NullableGenericWorkerItemLinks) Set(val *GenericWorkerItemLinks)
- func (v *NullableGenericWorkerItemLinks) UnmarshalJSON(src []byte) error
- func (v *NullableGenericWorkerItemLinks) Unset()
- type NullableHalCollectionLinks
- func (v NullableHalCollectionLinks) Get() *HalCollectionLinks
- func (v NullableHalCollectionLinks) IsSet() bool
- func (v NullableHalCollectionLinks) MarshalJSON() ([]byte, error)
- func (v *NullableHalCollectionLinks) Set(val *HalCollectionLinks)
- func (v *NullableHalCollectionLinks) UnmarshalJSON(src []byte) error
- func (v *NullableHalCollectionLinks) Unset()
- type NullableHalFeedLinks
- func (v NullableHalFeedLinks) Get() *HalFeedLinks
- func (v NullableHalFeedLinks) IsSet() bool
- func (v NullableHalFeedLinks) MarshalJSON() ([]byte, error)
- func (v *NullableHalFeedLinks) Set(val *HalFeedLinks)
- func (v *NullableHalFeedLinks) UnmarshalJSON(src []byte) error
- func (v *NullableHalFeedLinks) Unset()
- type NullableHalLinkData
- func (v NullableHalLinkData) Get() *HalLinkData
- func (v NullableHalLinkData) IsSet() bool
- func (v NullableHalLinkData) MarshalJSON() ([]byte, error)
- func (v *NullableHalLinkData) Set(val *HalLinkData)
- func (v *NullableHalLinkData) UnmarshalJSON(src []byte) error
- func (v *NullableHalLinkData) Unset()
- type NullableHalOnlyEmbeddableCollectionLinks
- func (v NullableHalOnlyEmbeddableCollectionLinks) Get() *HalOnlyEmbeddableCollectionLinks
- func (v NullableHalOnlyEmbeddableCollectionLinks) IsSet() bool
- func (v NullableHalOnlyEmbeddableCollectionLinks) MarshalJSON() ([]byte, error)
- func (v *NullableHalOnlyEmbeddableCollectionLinks) Set(val *HalOnlyEmbeddableCollectionLinks)
- func (v *NullableHalOnlyEmbeddableCollectionLinks) UnmarshalJSON(src []byte) error
- func (v *NullableHalOnlyEmbeddableCollectionLinks) Unset()
- type NullableHalSimpleCollectionLinks
- func (v NullableHalSimpleCollectionLinks) Get() *HalSimpleCollectionLinks
- func (v NullableHalSimpleCollectionLinks) IsSet() bool
- func (v NullableHalSimpleCollectionLinks) MarshalJSON() ([]byte, error)
- func (v *NullableHalSimpleCollectionLinks) Set(val *HalSimpleCollectionLinks)
- func (v *NullableHalSimpleCollectionLinks) UnmarshalJSON(src []byte) error
- func (v *NullableHalSimpleCollectionLinks) Unset()
- type NullableInstancePermissionItem
- func (v NullableInstancePermissionItem) Get() *InstancePermissionItem
- func (v NullableInstancePermissionItem) IsSet() bool
- func (v NullableInstancePermissionItem) MarshalJSON() ([]byte, error)
- func (v *NullableInstancePermissionItem) Set(val *InstancePermissionItem)
- func (v *NullableInstancePermissionItem) UnmarshalJSON(src []byte) error
- func (v *NullableInstancePermissionItem) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableIntellisenseJobCollection
- func (v NullableIntellisenseJobCollection) Get() *IntellisenseJobCollection
- func (v NullableIntellisenseJobCollection) IsSet() bool
- func (v NullableIntellisenseJobCollection) MarshalJSON() ([]byte, error)
- func (v *NullableIntellisenseJobCollection) Set(val *IntellisenseJobCollection)
- func (v *NullableIntellisenseJobCollection) UnmarshalJSON(src []byte) error
- func (v *NullableIntellisenseJobCollection) Unset()
- type NullableIntellisenseJobItem
- func (v NullableIntellisenseJobItem) Get() *IntellisenseJobItem
- func (v NullableIntellisenseJobItem) IsSet() bool
- func (v NullableIntellisenseJobItem) MarshalJSON() ([]byte, error)
- func (v *NullableIntellisenseJobItem) Set(val *IntellisenseJobItem)
- func (v *NullableIntellisenseJobItem) UnmarshalJSON(src []byte) error
- func (v *NullableIntellisenseJobItem) Unset()
- type NullableIntellisenseJobItemLinks
- func (v NullableIntellisenseJobItemLinks) Get() *IntellisenseJobItemLinks
- func (v NullableIntellisenseJobItemLinks) IsSet() bool
- func (v NullableIntellisenseJobItemLinks) MarshalJSON() ([]byte, error)
- func (v *NullableIntellisenseJobItemLinks) Set(val *IntellisenseJobItemLinks)
- func (v *NullableIntellisenseJobItemLinks) UnmarshalJSON(src []byte) error
- func (v *NullableIntellisenseJobItemLinks) Unset()
- type NullableIntellisenseMessageItem
- func (v NullableIntellisenseMessageItem) Get() *IntellisenseMessageItem
- func (v NullableIntellisenseMessageItem) IsSet() bool
- func (v NullableIntellisenseMessageItem) MarshalJSON() ([]byte, error)
- func (v *NullableIntellisenseMessageItem) Set(val *IntellisenseMessageItem)
- func (v *NullableIntellisenseMessageItem) UnmarshalJSON(src []byte) error
- func (v *NullableIntellisenseMessageItem) Unset()
- type NullableListVendorsCollection
- func (v NullableListVendorsCollection) Get() *ListVendorsCollection
- func (v NullableListVendorsCollection) IsSet() bool
- func (v NullableListVendorsCollection) MarshalJSON() ([]byte, error)
- func (v *NullableListVendorsCollection) Set(val *ListVendorsCollection)
- func (v *NullableListVendorsCollection) UnmarshalJSON(src []byte) error
- func (v *NullableListVendorsCollection) Unset()
- type NullableMessageObject
- func (v NullableMessageObject) Get() *MessageObject
- func (v NullableMessageObject) IsSet() bool
- func (v NullableMessageObject) MarshalJSON() ([]byte, error)
- func (v *NullableMessageObject) Set(val *MessageObject)
- func (v *NullableMessageObject) UnmarshalJSON(src []byte) error
- func (v *NullableMessageObject) Unset()
- type NullableNotificationFeed
- func (v NullableNotificationFeed) Get() *NotificationFeed
- func (v NullableNotificationFeed) IsSet() bool
- func (v NullableNotificationFeed) MarshalJSON() ([]byte, error)
- func (v *NullableNotificationFeed) Set(val *NotificationFeed)
- func (v *NullableNotificationFeed) UnmarshalJSON(src []byte) error
- func (v *NullableNotificationFeed) Unset()
- type NullableNotificationMessageObject
- func (v NullableNotificationMessageObject) Get() *NotificationMessageObject
- func (v NullableNotificationMessageObject) IsSet() bool
- func (v NullableNotificationMessageObject) MarshalJSON() ([]byte, error)
- func (v *NullableNotificationMessageObject) Set(val *NotificationMessageObject)
- func (v *NullableNotificationMessageObject) UnmarshalJSON(src []byte) error
- func (v *NullableNotificationMessageObject) Unset()
- type NullablePATCollection
- func (v NullablePATCollection) Get() *PATCollection
- func (v NullablePATCollection) IsSet() bool
- func (v NullablePATCollection) MarshalJSON() ([]byte, error)
- func (v *NullablePATCollection) Set(val *PATCollection)
- func (v *NullablePATCollection) UnmarshalJSON(src []byte) error
- func (v *NullablePATCollection) Unset()
- type NullablePATCreationItem
- func (v NullablePATCreationItem) Get() *PATCreationItem
- func (v NullablePATCreationItem) IsSet() bool
- func (v NullablePATCreationItem) MarshalJSON() ([]byte, error)
- func (v *NullablePATCreationItem) Set(val *PATCreationItem)
- func (v *NullablePATCreationItem) UnmarshalJSON(src []byte) error
- func (v *NullablePATCreationItem) Unset()
- type NullablePATItem
- type NullablePagingMetadata
- func (v NullablePagingMetadata) Get() *PagingMetadata
- func (v NullablePagingMetadata) IsSet() bool
- func (v NullablePagingMetadata) MarshalJSON() ([]byte, error)
- func (v *NullablePagingMetadata) Set(val *PagingMetadata)
- func (v *NullablePagingMetadata) UnmarshalJSON(src []byte) error
- func (v *NullablePagingMetadata) Unset()
- type NullablePermissionItem
- func (v NullablePermissionItem) Get() *PermissionItem
- func (v NullablePermissionItem) IsSet() bool
- func (v NullablePermissionItem) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionItem) Set(val *PermissionItem)
- func (v *NullablePermissionItem) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionItem) Unset()
- type NullablePermissionOperation
- func (v NullablePermissionOperation) Get() *PermissionOperation
- func (v NullablePermissionOperation) IsSet() bool
- func (v NullablePermissionOperation) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionOperation) Set(val *PermissionOperation)
- func (v *NullablePermissionOperation) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionOperation) Unset()
- type NullableRetainBuildJobRequest
- func (v NullableRetainBuildJobRequest) Get() *RetainBuildJobRequest
- func (v NullableRetainBuildJobRequest) IsSet() bool
- func (v NullableRetainBuildJobRequest) MarshalJSON() ([]byte, error)
- func (v *NullableRetainBuildJobRequest) Set(val *RetainBuildJobRequest)
- func (v *NullableRetainBuildJobRequest) UnmarshalJSON(src []byte) error
- func (v *NullableRetainBuildJobRequest) Unset()
- type NullableRetainWorkspaceRequest
- func (v NullableRetainWorkspaceRequest) Get() *RetainWorkspaceRequest
- func (v NullableRetainWorkspaceRequest) IsSet() bool
- func (v NullableRetainWorkspaceRequest) MarshalJSON() ([]byte, error)
- func (v *NullableRetainWorkspaceRequest) Set(val *RetainWorkspaceRequest)
- func (v *NullableRetainWorkspaceRequest) UnmarshalJSON(src []byte) error
- func (v *NullableRetainWorkspaceRequest) Unset()
- type NullableServiceAccessTokenCollection
- func (v NullableServiceAccessTokenCollection) Get() *ServiceAccessTokenCollection
- func (v NullableServiceAccessTokenCollection) IsSet() bool
- func (v NullableServiceAccessTokenCollection) MarshalJSON() ([]byte, error)
- func (v *NullableServiceAccessTokenCollection) Set(val *ServiceAccessTokenCollection)
- func (v *NullableServiceAccessTokenCollection) UnmarshalJSON(src []byte) error
- func (v *NullableServiceAccessTokenCollection) Unset()
- type NullableServiceAccessTokenItem
- func (v NullableServiceAccessTokenItem) Get() *ServiceAccessTokenItem
- func (v NullableServiceAccessTokenItem) IsSet() bool
- func (v NullableServiceAccessTokenItem) MarshalJSON() ([]byte, error)
- func (v *NullableServiceAccessTokenItem) Set(val *ServiceAccessTokenItem)
- func (v *NullableServiceAccessTokenItem) UnmarshalJSON(src []byte) error
- func (v *NullableServiceAccessTokenItem) Unset()
- type NullableServiceAccountCollection
- func (v NullableServiceAccountCollection) Get() *ServiceAccountCollection
- func (v NullableServiceAccountCollection) IsSet() bool
- func (v NullableServiceAccountCollection) MarshalJSON() ([]byte, error)
- func (v *NullableServiceAccountCollection) Set(val *ServiceAccountCollection)
- func (v *NullableServiceAccountCollection) UnmarshalJSON(src []byte) error
- func (v *NullableServiceAccountCollection) Unset()
- type NullableServiceAccountItem
- func (v NullableServiceAccountItem) Get() *ServiceAccountItem
- func (v NullableServiceAccountItem) IsSet() bool
- func (v NullableServiceAccountItem) MarshalJSON() ([]byte, error)
- func (v *NullableServiceAccountItem) Set(val *ServiceAccountItem)
- func (v *NullableServiceAccountItem) UnmarshalJSON(src []byte) error
- func (v *NullableServiceAccountItem) Unset()
- type NullableServiceAccountItemLinks
- func (v NullableServiceAccountItemLinks) Get() *ServiceAccountItemLinks
- func (v NullableServiceAccountItemLinks) IsSet() bool
- func (v NullableServiceAccountItemLinks) MarshalJSON() ([]byte, error)
- func (v *NullableServiceAccountItemLinks) Set(val *ServiceAccountItemLinks)
- func (v *NullableServiceAccountItemLinks) UnmarshalJSON(src []byte) error
- func (v *NullableServiceAccountItemLinks) Unset()
- type NullableSimpleCollection
- func (v NullableSimpleCollection) Get() *SimpleCollection
- func (v NullableSimpleCollection) IsSet() bool
- func (v NullableSimpleCollection) MarshalJSON() ([]byte, error)
- func (v *NullableSimpleCollection) Set(val *SimpleCollection)
- func (v *NullableSimpleCollection) UnmarshalJSON(src []byte) error
- func (v *NullableSimpleCollection) Unset()
- type NullableString
- type NullableTime
- type NullableTokenIntrospectionRequestItem
- func (v NullableTokenIntrospectionRequestItem) Get() *TokenIntrospectionRequestItem
- func (v NullableTokenIntrospectionRequestItem) IsSet() bool
- func (v NullableTokenIntrospectionRequestItem) MarshalJSON() ([]byte, error)
- func (v *NullableTokenIntrospectionRequestItem) Set(val *TokenIntrospectionRequestItem)
- func (v *NullableTokenIntrospectionRequestItem) UnmarshalJSON(src []byte) error
- func (v *NullableTokenIntrospectionRequestItem) Unset()
- type NullableTokenIntrospectionResponseItem
- func (v NullableTokenIntrospectionResponseItem) Get() *TokenIntrospectionResponseItem
- func (v NullableTokenIntrospectionResponseItem) IsSet() bool
- func (v NullableTokenIntrospectionResponseItem) MarshalJSON() ([]byte, error)
- func (v *NullableTokenIntrospectionResponseItem) Set(val *TokenIntrospectionResponseItem)
- func (v *NullableTokenIntrospectionResponseItem) UnmarshalJSON(src []byte) error
- func (v *NullableTokenIntrospectionResponseItem) Unset()
- type NullableToolchainTypes
- func (v NullableToolchainTypes) Get() *ToolchainTypes
- func (v NullableToolchainTypes) IsSet() bool
- func (v NullableToolchainTypes) MarshalJSON() ([]byte, error)
- func (v *NullableToolchainTypes) Set(val *ToolchainTypes)
- func (v *NullableToolchainTypes) UnmarshalJSON(src []byte) error
- func (v *NullableToolchainTypes) Unset()
- type NullableUserCollection
- func (v NullableUserCollection) Get() *UserCollection
- func (v NullableUserCollection) IsSet() bool
- func (v NullableUserCollection) MarshalJSON() ([]byte, error)
- func (v *NullableUserCollection) Set(val *UserCollection)
- func (v *NullableUserCollection) UnmarshalJSON(src []byte) error
- func (v *NullableUserCollection) Unset()
- type NullableUserInviteItem
- func (v NullableUserInviteItem) Get() *UserInviteItem
- func (v NullableUserInviteItem) IsSet() bool
- func (v NullableUserInviteItem) MarshalJSON() ([]byte, error)
- func (v *NullableUserInviteItem) Set(val *UserInviteItem)
- func (v *NullableUserInviteItem) UnmarshalJSON(src []byte) error
- func (v *NullableUserInviteItem) Unset()
- type NullableUserItem
- type NullableUserItemLinks
- func (v NullableUserItemLinks) Get() *UserItemLinks
- func (v NullableUserItemLinks) IsSet() bool
- func (v NullableUserItemLinks) MarshalJSON() ([]byte, error)
- func (v *NullableUserItemLinks) Set(val *UserItemLinks)
- func (v *NullableUserItemLinks) UnmarshalJSON(src []byte) error
- func (v *NullableUserItemLinks) Unset()
- type NullableVendorItem
- type NullableVendorItemLinks
- func (v NullableVendorItemLinks) Get() *VendorItemLinks
- func (v NullableVendorItemLinks) IsSet() bool
- func (v NullableVendorItemLinks) MarshalJSON() ([]byte, error)
- func (v *NullableVendorItemLinks) Set(val *VendorItemLinks)
- func (v *NullableVendorItemLinks) UnmarshalJSON(src []byte) error
- func (v *NullableVendorItemLinks) Unset()
- type NullableVhtCollection
- func (v NullableVhtCollection) Get() *VhtCollection
- func (v NullableVhtCollection) IsSet() bool
- func (v NullableVhtCollection) MarshalJSON() ([]byte, error)
- func (v *NullableVhtCollection) Set(val *VhtCollection)
- func (v *NullableVhtCollection) UnmarshalJSON(src []byte) error
- func (v *NullableVhtCollection) Unset()
- type NullableVhtInstanceCollection
- func (v NullableVhtInstanceCollection) Get() *VhtInstanceCollection
- func (v NullableVhtInstanceCollection) IsSet() bool
- func (v NullableVhtInstanceCollection) MarshalJSON() ([]byte, error)
- func (v *NullableVhtInstanceCollection) Set(val *VhtInstanceCollection)
- func (v *NullableVhtInstanceCollection) UnmarshalJSON(src []byte) error
- func (v *NullableVhtInstanceCollection) Unset()
- type NullableVhtInstanceItem
- func (v NullableVhtInstanceItem) Get() *VhtInstanceItem
- func (v NullableVhtInstanceItem) IsSet() bool
- func (v NullableVhtInstanceItem) MarshalJSON() ([]byte, error)
- func (v *NullableVhtInstanceItem) Set(val *VhtInstanceItem)
- func (v *NullableVhtInstanceItem) UnmarshalJSON(src []byte) error
- func (v *NullableVhtInstanceItem) Unset()
- type NullableVhtInstanceItemLinks
- func (v NullableVhtInstanceItemLinks) Get() *VhtInstanceItemLinks
- func (v NullableVhtInstanceItemLinks) IsSet() bool
- func (v NullableVhtInstanceItemLinks) MarshalJSON() ([]byte, error)
- func (v *NullableVhtInstanceItemLinks) Set(val *VhtInstanceItemLinks)
- func (v *NullableVhtInstanceItemLinks) UnmarshalJSON(src []byte) error
- func (v *NullableVhtInstanceItemLinks) Unset()
- type NullableVhtItem
- type NullableVhtItemLinks
- func (v NullableVhtItemLinks) Get() *VhtItemLinks
- func (v NullableVhtItemLinks) IsSet() bool
- func (v NullableVhtItemLinks) MarshalJSON() ([]byte, error)
- func (v *NullableVhtItemLinks) Set(val *VhtItemLinks)
- func (v *NullableVhtItemLinks) UnmarshalJSON(src []byte) error
- func (v *NullableVhtItemLinks) Unset()
- type NullableVhtRunJobCollection
- func (v NullableVhtRunJobCollection) Get() *VhtRunJobCollection
- func (v NullableVhtRunJobCollection) IsSet() bool
- func (v NullableVhtRunJobCollection) MarshalJSON() ([]byte, error)
- func (v *NullableVhtRunJobCollection) Set(val *VhtRunJobCollection)
- func (v *NullableVhtRunJobCollection) UnmarshalJSON(src []byte) error
- func (v *NullableVhtRunJobCollection) Unset()
- type NullableVhtRunJobItem
- func (v NullableVhtRunJobItem) Get() *VhtRunJobItem
- func (v NullableVhtRunJobItem) IsSet() bool
- func (v NullableVhtRunJobItem) MarshalJSON() ([]byte, error)
- func (v *NullableVhtRunJobItem) Set(val *VhtRunJobItem)
- func (v *NullableVhtRunJobItem) UnmarshalJSON(src []byte) error
- func (v *NullableVhtRunJobItem) Unset()
- type NullableVhtRunJobItemLinks
- func (v NullableVhtRunJobItemLinks) Get() *VhtRunJobItemLinks
- func (v NullableVhtRunJobItemLinks) IsSet() bool
- func (v NullableVhtRunJobItemLinks) MarshalJSON() ([]byte, error)
- func (v *NullableVhtRunJobItemLinks) Set(val *VhtRunJobItemLinks)
- func (v *NullableVhtRunJobItemLinks) UnmarshalJSON(src []byte) error
- func (v *NullableVhtRunJobItemLinks) Unset()
- type NullableVirtualInterface
- func (v NullableVirtualInterface) Get() *VirtualInterface
- func (v NullableVirtualInterface) IsSet() bool
- func (v NullableVirtualInterface) MarshalJSON() ([]byte, error)
- func (v *NullableVirtualInterface) Set(val *VirtualInterface)
- func (v *NullableVirtualInterface) UnmarshalJSON(src []byte) error
- func (v *NullableVirtualInterface) Unset()
- type NullableWorkspaceCollection
- func (v NullableWorkspaceCollection) Get() *WorkspaceCollection
- func (v NullableWorkspaceCollection) IsSet() bool
- func (v NullableWorkspaceCollection) MarshalJSON() ([]byte, error)
- func (v *NullableWorkspaceCollection) Set(val *WorkspaceCollection)
- func (v *NullableWorkspaceCollection) UnmarshalJSON(src []byte) error
- func (v *NullableWorkspaceCollection) Unset()
- type NullableWorkspaceDetailsItem
- func (v NullableWorkspaceDetailsItem) Get() *WorkspaceDetailsItem
- func (v NullableWorkspaceDetailsItem) IsSet() bool
- func (v NullableWorkspaceDetailsItem) MarshalJSON() ([]byte, error)
- func (v *NullableWorkspaceDetailsItem) Set(val *WorkspaceDetailsItem)
- func (v *NullableWorkspaceDetailsItem) UnmarshalJSON(src []byte) error
- func (v *NullableWorkspaceDetailsItem) Unset()
- type NullableWorkspaceDetailsItemLinks
- func (v NullableWorkspaceDetailsItemLinks) Get() *WorkspaceDetailsItemLinks
- func (v NullableWorkspaceDetailsItemLinks) IsSet() bool
- func (v NullableWorkspaceDetailsItemLinks) MarshalJSON() ([]byte, error)
- func (v *NullableWorkspaceDetailsItemLinks) Set(val *WorkspaceDetailsItemLinks)
- func (v *NullableWorkspaceDetailsItemLinks) UnmarshalJSON(src []byte) error
- func (v *NullableWorkspaceDetailsItemLinks) Unset()
- type NullableWorkspaceItem
- func (v NullableWorkspaceItem) Get() *WorkspaceItem
- func (v NullableWorkspaceItem) IsSet() bool
- func (v NullableWorkspaceItem) MarshalJSON() ([]byte, error)
- func (v *NullableWorkspaceItem) Set(val *WorkspaceItem)
- func (v *NullableWorkspaceItem) UnmarshalJSON(src []byte) error
- func (v *NullableWorkspaceItem) Unset()
- type NullableWorkspaceItemLinks
- func (v NullableWorkspaceItemLinks) Get() *WorkspaceItemLinks
- func (v NullableWorkspaceItemLinks) IsSet() bool
- func (v NullableWorkspaceItemLinks) MarshalJSON() ([]byte, error)
- func (v *NullableWorkspaceItemLinks) Set(val *WorkspaceItemLinks)
- func (v *NullableWorkspaceItemLinks) UnmarshalJSON(src []byte) error
- func (v *NullableWorkspaceItemLinks) Unset()
- type NullableWorkspaceRepositoryContentManager
- func (v NullableWorkspaceRepositoryContentManager) Get() *WorkspaceRepositoryContentManager
- func (v NullableWorkspaceRepositoryContentManager) IsSet() bool
- func (v NullableWorkspaceRepositoryContentManager) MarshalJSON() ([]byte, error)
- func (v *NullableWorkspaceRepositoryContentManager) Set(val *WorkspaceRepositoryContentManager)
- func (v *NullableWorkspaceRepositoryContentManager) UnmarshalJSON(src []byte) error
- func (v *NullableWorkspaceRepositoryContentManager) Unset()
- type NullableWorkspaceRepositoryContentManagerLinks
- func (v NullableWorkspaceRepositoryContentManagerLinks) Get() *WorkspaceRepositoryContentManagerLinks
- func (v NullableWorkspaceRepositoryContentManagerLinks) IsSet() bool
- func (v NullableWorkspaceRepositoryContentManagerLinks) MarshalJSON() ([]byte, error)
- func (v *NullableWorkspaceRepositoryContentManagerLinks) Set(val *WorkspaceRepositoryContentManagerLinks)
- func (v *NullableWorkspaceRepositoryContentManagerLinks) UnmarshalJSON(src []byte) error
- func (v *NullableWorkspaceRepositoryContentManagerLinks) Unset()
- type NullableWorkspaceSourceCollection
- func (v NullableWorkspaceSourceCollection) Get() *WorkspaceSourceCollection
- func (v NullableWorkspaceSourceCollection) IsSet() bool
- func (v NullableWorkspaceSourceCollection) MarshalJSON() ([]byte, error)
- func (v *NullableWorkspaceSourceCollection) Set(val *WorkspaceSourceCollection)
- func (v *NullableWorkspaceSourceCollection) UnmarshalJSON(src []byte) error
- func (v *NullableWorkspaceSourceCollection) Unset()
- type NullableWorkspaceSourceItem
- func (v NullableWorkspaceSourceItem) Get() *WorkspaceSourceItem
- func (v NullableWorkspaceSourceItem) IsSet() bool
- func (v NullableWorkspaceSourceItem) MarshalJSON() ([]byte, error)
- func (v *NullableWorkspaceSourceItem) Set(val *WorkspaceSourceItem)
- func (v *NullableWorkspaceSourceItem) UnmarshalJSON(src []byte) error
- func (v *NullableWorkspaceSourceItem) Unset()
- type NullableWorkspaceSourceItemLinks
- func (v NullableWorkspaceSourceItemLinks) Get() *WorkspaceSourceItemLinks
- func (v NullableWorkspaceSourceItemLinks) IsSet() bool
- func (v NullableWorkspaceSourceItemLinks) MarshalJSON() ([]byte, error)
- func (v *NullableWorkspaceSourceItemLinks) Set(val *WorkspaceSourceItemLinks)
- func (v *NullableWorkspaceSourceItemLinks) UnmarshalJSON(src []byte) error
- func (v *NullableWorkspaceSourceItemLinks) Unset()
- type PATCollection
- func (o *PATCollection) GetEmbedded() EmbeddedPATItem
- func (o *PATCollection) GetEmbeddedOk() (*EmbeddedPATItem, bool)
- func (o *PATCollection) GetLinks() HalOnlyEmbeddableCollectionLinks
- func (o *PATCollection) GetLinksOk() (*HalOnlyEmbeddableCollectionLinks, bool)
- func (o *PATCollection) GetMetadata() CollectionMetadata
- func (o *PATCollection) GetMetadataOk() (*CollectionMetadata, bool)
- func (o *PATCollection) GetName() string
- func (o *PATCollection) GetNameOk() (*string, bool)
- func (o *PATCollection) GetTitle() string
- func (o *PATCollection) GetTitleOk() (*string, bool)
- func (o *PATCollection) HasEmbedded() bool
- func (o PATCollection) MarshalJSON() ([]byte, error)
- func (o *PATCollection) SetEmbedded(v EmbeddedPATItem)
- func (o *PATCollection) SetLinks(v HalOnlyEmbeddableCollectionLinks)
- func (o *PATCollection) SetMetadata(v CollectionMetadata)
- func (o *PATCollection) SetName(v string)
- func (o *PATCollection) SetTitle(v string)
- func (o PATCollection) ToMap() (map[string]interface{}, error)
- func (o *PATCollection) UnmarshalJSON(data []byte) (err error)
- type PATCreationItem
- func (o *PATCreationItem) GetLinks() AccessTokenItemLinks
- func (o *PATCreationItem) GetLinksOk() (*AccessTokenItemLinks, bool)
- func (o *PATCreationItem) GetMetadata() CommonMetadata
- func (o *PATCreationItem) GetMetadataOk() (*CommonMetadata, bool)
- func (o *PATCreationItem) GetName() string
- func (o *PATCreationItem) GetNameOk() (*string, bool)
- func (o *PATCreationItem) GetSecret() string
- func (o *PATCreationItem) GetSecretOk() (*string, bool)
- func (o *PATCreationItem) GetTTL() int64
- func (o *PATCreationItem) GetTTLOk() (*int64, bool)
- func (o *PATCreationItem) GetTitle() string
- func (o *PATCreationItem) GetTitleOk() (*string, bool)
- func (o PATCreationItem) MarshalJSON() ([]byte, error)
- func (o *PATCreationItem) SetLinks(v AccessTokenItemLinks)
- func (o *PATCreationItem) SetMetadata(v CommonMetadata)
- func (o *PATCreationItem) SetName(v string)
- func (o *PATCreationItem) SetSecret(v string)
- func (o *PATCreationItem) SetTTL(v int64)
- func (o *PATCreationItem) SetTitle(v string)
- func (o PATCreationItem) ToMap() (map[string]interface{}, error)
- func (o *PATCreationItem) UnmarshalJSON(data []byte) (err error)
- type PATItem
- func (o *PATItem) GetLastUsed() time.Time
- func (o *PATItem) GetLastUsedOk() (*time.Time, bool)
- func (o *PATItem) GetLinks() AccessTokenItemLinks
- func (o *PATItem) GetLinksOk() (*AccessTokenItemLinks, bool)
- func (o *PATItem) GetMetadata() CommonMetadata
- func (o *PATItem) GetMetadataOk() (*CommonMetadata, bool)
- func (o *PATItem) GetName() string
- func (o *PATItem) GetNameOk() (*string, bool)
- func (o *PATItem) GetTitle() string
- func (o *PATItem) GetTitleOk() (*string, bool)
- func (o PATItem) MarshalJSON() ([]byte, error)
- func (o *PATItem) SetLastUsed(v time.Time)
- func (o *PATItem) SetLinks(v AccessTokenItemLinks)
- func (o *PATItem) SetMetadata(v CommonMetadata)
- func (o *PATItem) SetName(v string)
- func (o *PATItem) SetTitle(v string)
- func (o PATItem) ToMap() (map[string]interface{}, error)
- func (o *PATItem) UnmarshalJSON(data []byte) (err error)
- type PagingMetadata
- func (o *PagingMetadata) GetCount() int32
- func (o *PagingMetadata) GetCountOk() (*int32, bool)
- func (o *PagingMetadata) GetCtime() time.Time
- func (o *PagingMetadata) GetCtimeOk() (*time.Time, bool)
- func (o *PagingMetadata) GetEtime() time.Time
- func (o *PagingMetadata) GetEtimeOk() (*time.Time, bool)
- func (o *PagingMetadata) GetLimit() int32
- func (o *PagingMetadata) GetLimitOk() (*int32, bool)
- func (o *PagingMetadata) GetMtime() time.Time
- func (o *PagingMetadata) GetMtimeOk() (*time.Time, bool)
- func (o *PagingMetadata) GetOffset() int32
- func (o *PagingMetadata) GetOffsetOk() (*int32, bool)
- func (o *PagingMetadata) GetTotal() int32
- func (o *PagingMetadata) GetTotalOk() (*int32, bool)
- func (o *PagingMetadata) HasEtime() bool
- func (o PagingMetadata) MarshalJSON() ([]byte, error)
- func (o *PagingMetadata) SetCount(v int32)
- func (o *PagingMetadata) SetCtime(v time.Time)
- func (o *PagingMetadata) SetEtime(v time.Time)
- func (o *PagingMetadata) SetEtimeNil()
- func (o *PagingMetadata) SetLimit(v int32)
- func (o *PagingMetadata) SetMtime(v time.Time)
- func (o *PagingMetadata) SetOffset(v int32)
- func (o *PagingMetadata) SetTotal(v int32)
- func (o PagingMetadata) ToMap() (map[string]interface{}, error)
- func (o *PagingMetadata) UnmarshalJSON(data []byte) (err error)
- func (o *PagingMetadata) UnsetEtime()
- type PermissionItem
- func (o *PermissionItem) GetMetadata() CommonMetadata
- func (o *PermissionItem) GetMetadataOk() (*CommonMetadata, bool)
- func (o *PermissionItem) GetOperations() []PermissionOperation
- func (o *PermissionItem) GetOperationsOk() ([]PermissionOperation, bool)
- func (o *PermissionItem) GetOwnerOperations() []PermissionOperation
- func (o *PermissionItem) GetOwnerOperationsOk() ([]PermissionOperation, bool)
- func (o *PermissionItem) GetResourceInstance() string
- func (o *PermissionItem) GetResourceInstanceOk() (*string, bool)
- func (o *PermissionItem) GetResourceType() string
- func (o *PermissionItem) GetResourceTypeOk() (*string, bool)
- func (o *PermissionItem) GetToken() string
- func (o *PermissionItem) GetTokenOk() (*string, bool)
- func (o *PermissionItem) HasOperations() bool
- func (o *PermissionItem) HasOwnerOperations() bool
- func (o *PermissionItem) HasResourceInstance() bool
- func (o PermissionItem) MarshalJSON() ([]byte, error)
- func (o *PermissionItem) SetMetadata(v CommonMetadata)
- func (o *PermissionItem) SetOperations(v []PermissionOperation)
- func (o *PermissionItem) SetOwnerOperations(v []PermissionOperation)
- func (o *PermissionItem) SetResourceInstance(v string)
- func (o *PermissionItem) SetResourceType(v string)
- func (o *PermissionItem) SetToken(v string)
- func (o PermissionItem) ToMap() (map[string]interface{}, error)
- func (o *PermissionItem) UnmarshalJSON(data []byte) (err error)
- type PermissionOperation
- type PersonalAccessTokenAPIService
- func (a *PersonalAccessTokenAPIService) CreatePAT(ctx context.Context) ApiCreatePATRequest
- func (a *PersonalAccessTokenAPIService) CreatePATExecute(r ApiCreatePATRequest) (*PATCreationItem, *http.Response, error)
- func (a *PersonalAccessTokenAPIService) DeletePAT(ctx context.Context, accessTokenName string) ApiDeletePATRequest
- func (a *PersonalAccessTokenAPIService) DeletePATExecute(r ApiDeletePATRequest) (*http.Response, error)
- func (a *PersonalAccessTokenAPIService) GetPAT(ctx context.Context, accessTokenName string) ApiGetPATRequest
- func (a *PersonalAccessTokenAPIService) GetPATExecute(r ApiGetPATRequest) (*PATItem, *http.Response, error)
- func (a *PersonalAccessTokenAPIService) ListPATs(ctx context.Context) ApiListPATsRequest
- func (a *PersonalAccessTokenAPIService) ListPATsExecute(r ApiListPATsRequest) (*PATCollection, *http.Response, error)
- type RetainBuildJobRequest
- func (o *RetainBuildJobRequest) GetTtl() int64
- func (o *RetainBuildJobRequest) GetTtlOk() (*int64, bool)
- func (o *RetainBuildJobRequest) HasTtl() bool
- func (o RetainBuildJobRequest) MarshalJSON() ([]byte, error)
- func (o *RetainBuildJobRequest) SetTtl(v int64)
- func (o *RetainBuildJobRequest) SetTtlNil()
- func (o RetainBuildJobRequest) ToMap() (map[string]interface{}, error)
- func (o *RetainBuildJobRequest) UnsetTtl()
- type RetainWorkspaceRequest
- func (o *RetainWorkspaceRequest) GetTtl() int64
- func (o *RetainWorkspaceRequest) GetTtlOk() (*int64, bool)
- func (o *RetainWorkspaceRequest) HasTtl() bool
- func (o RetainWorkspaceRequest) MarshalJSON() ([]byte, error)
- func (o *RetainWorkspaceRequest) SetTtl(v int64)
- func (o *RetainWorkspaceRequest) SetTtlNil()
- func (o RetainWorkspaceRequest) ToMap() (map[string]interface{}, error)
- func (o *RetainWorkspaceRequest) UnsetTtl()
- type RootResourceAPIService
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type ServiceAccessTokenCollection
- func (o *ServiceAccessTokenCollection) FetchLinks() (links any, err error)
- func (o *ServiceAccessTokenCollection) FetchName() (string, error)
- func (o *ServiceAccessTokenCollection) FetchTitle() (string, error)
- func (o *ServiceAccessTokenCollection) FetchType() string
- func (o *ServiceAccessTokenCollection) GetEmbedded() EmbeddedServiceAccessTokenItem
- func (o *ServiceAccessTokenCollection) GetEmbeddedOk() (*EmbeddedServiceAccessTokenItem, bool)
- func (o *ServiceAccessTokenCollection) GetItemCount() (count int64, err error)
- func (o *ServiceAccessTokenCollection) GetItemIterator() (IIterator, error)
- func (o *ServiceAccessTokenCollection) GetLinks() HalCollectionLinks
- func (o *ServiceAccessTokenCollection) GetLinksOk() (*HalCollectionLinks, bool)
- func (o *ServiceAccessTokenCollection) GetMetadata() PagingMetadata
- func (o *ServiceAccessTokenCollection) GetMetadataOk() (*PagingMetadata, bool)
- func (o *ServiceAccessTokenCollection) GetName() string
- func (o *ServiceAccessTokenCollection) GetNameOk() (*string, bool)
- func (o *ServiceAccessTokenCollection) GetTitle() string
- func (o *ServiceAccessTokenCollection) GetTitleOk() (*string, bool)
- func (o *ServiceAccessTokenCollection) HasEmbedded() bool
- func (o *ServiceAccessTokenCollection) HasNext() bool
- func (o ServiceAccessTokenCollection) MarshalJSON() ([]byte, error)
- func (o *ServiceAccessTokenCollection) SetEmbedded(v EmbeddedServiceAccessTokenItem)
- func (o *ServiceAccessTokenCollection) SetLinks(v HalCollectionLinks)
- func (o *ServiceAccessTokenCollection) SetMetadata(v PagingMetadata)
- func (o *ServiceAccessTokenCollection) SetName(v string)
- func (o *ServiceAccessTokenCollection) SetTitle(v string)
- func (o ServiceAccessTokenCollection) ToMap() (map[string]interface{}, error)
- func (o *ServiceAccessTokenCollection) UnmarshalJSON(data []byte) (err error)
- type ServiceAccessTokenItem
- func (o *ServiceAccessTokenItem) FetchLinks() (links any, err error)
- func (o *ServiceAccessTokenItem) FetchName() (string, error)
- func (o *ServiceAccessTokenItem) FetchTitle() (string, error)
- func (o *ServiceAccessTokenItem) FetchType() string
- func (o *ServiceAccessTokenItem) GetCreatedBy() string
- func (o *ServiceAccessTokenItem) GetCreatedByOk() (*string, bool)
- func (o *ServiceAccessTokenItem) GetLastUsed() time.Time
- func (o *ServiceAccessTokenItem) GetLastUsedOk() (*time.Time, bool)
- func (o *ServiceAccessTokenItem) GetLinks() AccessTokenItemLinks
- func (o *ServiceAccessTokenItem) GetLinksOk() (*AccessTokenItemLinks, bool)
- func (o *ServiceAccessTokenItem) GetMetadata() CommonMetadata
- func (o *ServiceAccessTokenItem) GetMetadataOk() (*CommonMetadata, bool)
- func (o *ServiceAccessTokenItem) GetName() string
- func (o *ServiceAccessTokenItem) GetNameOk() (*string, bool)
- func (o *ServiceAccessTokenItem) GetSecret() string
- func (o *ServiceAccessTokenItem) GetSecretHint() string
- func (o *ServiceAccessTokenItem) GetSecretHintOk() (*string, bool)
- func (o *ServiceAccessTokenItem) GetSecretOk() (*string, bool)
- func (o *ServiceAccessTokenItem) GetTitle() string
- func (o *ServiceAccessTokenItem) GetTitleOk() (*string, bool)
- func (o *ServiceAccessTokenItem) HasSecret() bool
- func (o ServiceAccessTokenItem) MarshalJSON() ([]byte, error)
- func (o *ServiceAccessTokenItem) SetCreatedBy(v string)
- func (o *ServiceAccessTokenItem) SetLastUsed(v time.Time)
- func (o *ServiceAccessTokenItem) SetLinks(v AccessTokenItemLinks)
- func (o *ServiceAccessTokenItem) SetMetadata(v CommonMetadata)
- func (o *ServiceAccessTokenItem) SetName(v string)
- func (o *ServiceAccessTokenItem) SetSecret(v string)
- func (o *ServiceAccessTokenItem) SetSecretHint(v string)
- func (o *ServiceAccessTokenItem) SetTitle(v string)
- func (o ServiceAccessTokenItem) ToMap() (map[string]interface{}, error)
- func (o *ServiceAccessTokenItem) UnmarshalJSON(data []byte) (err error)
- type ServiceAccessTokenIterator
- type ServiceAccountAPIService
- func (a *ServiceAccountAPIService) CreateSAT(ctx context.Context, serviceAccountName string) ApiCreateSATRequest
- func (a *ServiceAccountAPIService) CreateSATExecute(r ApiCreateSATRequest) (*ServiceAccessTokenItem, *http.Response, error)
- func (a *ServiceAccountAPIService) CreateServiceAccount(ctx context.Context) ApiCreateServiceAccountRequest
- func (a *ServiceAccountAPIService) CreateServiceAccountExecute(r ApiCreateServiceAccountRequest) (*ServiceAccountItem, *http.Response, error)
- func (a *ServiceAccountAPIService) DeleteSAT(ctx context.Context, accessTokenName string, serviceAccountName string) ApiDeleteSATRequest
- func (a *ServiceAccountAPIService) DeleteSATExecute(r ApiDeleteSATRequest) (*http.Response, error)
- func (a *ServiceAccountAPIService) DeleteServiceAccount(ctx context.Context, serviceAccountName string) ApiDeleteServiceAccountRequest
- func (a *ServiceAccountAPIService) DeleteServiceAccountExecute(r ApiDeleteServiceAccountRequest) (*http.Response, error)
- func (a *ServiceAccountAPIService) EditServiceAccount(ctx context.Context, serviceAccountName string) ApiEditServiceAccountRequest
- func (a *ServiceAccountAPIService) EditServiceAccountExecute(r ApiEditServiceAccountRequest) (*ServiceAccountItem, *http.Response, error)
- func (a *ServiceAccountAPIService) FollowServiceAccountsLink(r *ApiListServiceAccountsRequest, link string) (*ServiceAccountCollection, *http.Response, error)
- func (a *ServiceAccountAPIService) GetSAT(ctx context.Context, accessTokenName string, serviceAccountName string) ApiGetSATRequest
- func (a *ServiceAccountAPIService) GetSATExecute(r ApiGetSATRequest) (*ServiceAccessTokenItem, *http.Response, error)
- func (a *ServiceAccountAPIService) GetServiceAccount(ctx context.Context, serviceAccountName string) ApiGetServiceAccountRequest
- func (a *ServiceAccountAPIService) GetServiceAccountExecute(r ApiGetServiceAccountRequest) (*ServiceAccountItem, *http.Response, error)
- func (a *ServiceAccountAPIService) ListSATs(ctx context.Context, serviceAccountName string) ApiListSATsRequest
- func (a *ServiceAccountAPIService) ListSATsExecute(r ApiListSATsRequest) (*ServiceAccessTokenCollection, *http.Response, error)
- func (a *ServiceAccountAPIService) ListServiceAccounts(ctx context.Context) ApiListServiceAccountsRequest
- func (a *ServiceAccountAPIService) ListServiceAccountsExecute(r ApiListServiceAccountsRequest) (*ServiceAccountCollection, *http.Response, error)
- type ServiceAccountCollection
- func (o *ServiceAccountCollection) FetchLinks() (links any, err error)
- func (o *ServiceAccountCollection) FetchName() (string, error)
- func (o *ServiceAccountCollection) FetchTitle() (string, error)
- func (o *ServiceAccountCollection) FetchType() string
- func (o *ServiceAccountCollection) GetEmbedded() EmbeddedServiceAccountItem
- func (o *ServiceAccountCollection) GetEmbeddedOk() (*EmbeddedServiceAccountItem, bool)
- func (o *ServiceAccountCollection) GetLinks() HalOnlyEmbeddableCollectionLinks
- func (o *ServiceAccountCollection) GetLinksOk() (*HalOnlyEmbeddableCollectionLinks, bool)
- func (o *ServiceAccountCollection) GetMetadata() CollectionMetadata
- func (o *ServiceAccountCollection) GetMetadataOk() (*CollectionMetadata, bool)
- func (o *ServiceAccountCollection) GetName() string
- func (o *ServiceAccountCollection) GetNameOk() (*string, bool)
- func (o *ServiceAccountCollection) GetTitle() string
- func (o *ServiceAccountCollection) GetTitleOk() (*string, bool)
- func (o *ServiceAccountCollection) HasEmbedded() bool
- func (o ServiceAccountCollection) MarshalJSON() ([]byte, error)
- func (o *ServiceAccountCollection) SetEmbedded(v EmbeddedServiceAccountItem)
- func (o *ServiceAccountCollection) SetLinks(v HalOnlyEmbeddableCollectionLinks)
- func (o *ServiceAccountCollection) SetMetadata(v CollectionMetadata)
- func (o *ServiceAccountCollection) SetName(v string)
- func (o *ServiceAccountCollection) SetTitle(v string)
- func (o ServiceAccountCollection) ToMap() (map[string]interface{}, error)
- func (o *ServiceAccountCollection) UnmarshalJSON(data []byte) (err error)
- type ServiceAccountItem
- func (o *ServiceAccountItem) FetchLinks() (links any, err error)
- func (o *ServiceAccountItem) FetchName() (string, error)
- func (o *ServiceAccountItem) FetchTitle() (string, error)
- func (o *ServiceAccountItem) FetchType() string
- func (o *ServiceAccountItem) GetCreatedBy() string
- func (o *ServiceAccountItem) GetCreatedByOk() (*string, bool)
- func (o *ServiceAccountItem) GetLinks() ServiceAccountItemLinks
- func (o *ServiceAccountItem) GetLinksOk() (*ServiceAccountItemLinks, bool)
- func (o *ServiceAccountItem) GetMetadata() CommonMetadata
- func (o *ServiceAccountItem) GetMetadataOk() (*CommonMetadata, bool)
- func (o *ServiceAccountItem) GetName() string
- func (o *ServiceAccountItem) GetNameOk() (*string, bool)
- func (o *ServiceAccountItem) GetTitle() string
- func (o *ServiceAccountItem) GetTitleOk() (*string, bool)
- func (o ServiceAccountItem) MarshalJSON() ([]byte, error)
- func (o *ServiceAccountItem) SetCreatedBy(v string)
- func (o *ServiceAccountItem) SetLinks(v ServiceAccountItemLinks)
- func (o *ServiceAccountItem) SetMetadata(v CommonMetadata)
- func (o *ServiceAccountItem) SetName(v string)
- func (o *ServiceAccountItem) SetTitle(v string)
- func (o ServiceAccountItem) ToMap() (map[string]interface{}, error)
- func (o *ServiceAccountItem) UnmarshalJSON(data []byte) (err error)
- type ServiceAccountItemLinks
- func (o *ServiceAccountItemLinks) GetAuthor() HalLinkData
- func (o *ServiceAccountItemLinks) GetAuthorOk() (*HalLinkData, bool)
- func (o *ServiceAccountItemLinks) GetCollection() HalLinkData
- func (o *ServiceAccountItemLinks) GetCollectionOk() (*HalLinkData, bool)
- func (o *ServiceAccountItemLinks) GetDelete() HalLinkData
- func (o *ServiceAccountItemLinks) GetDeleteOk() (*HalLinkData, bool)
- func (o *ServiceAccountItemLinks) GetDescribes() HalLinkData
- func (o *ServiceAccountItemLinks) GetDescribesOk() (*HalLinkData, bool)
- func (o *ServiceAccountItemLinks) GetEdit() HalLinkData
- func (o *ServiceAccountItemLinks) GetEditOk() (*HalLinkData, bool)
- func (o *ServiceAccountItemLinks) GetSelf() HalLinkData
- func (o *ServiceAccountItemLinks) GetSelfOk() (*HalLinkData, bool)
- func (o *ServiceAccountItemLinks) HasAuthor() bool
- func (o *ServiceAccountItemLinks) HasCollection() bool
- func (o *ServiceAccountItemLinks) HasDelete() bool
- func (o *ServiceAccountItemLinks) HasDescribes() bool
- func (o *ServiceAccountItemLinks) HasEdit() bool
- func (o ServiceAccountItemLinks) MarshalJSON() ([]byte, error)
- func (o *ServiceAccountItemLinks) SetAuthor(v HalLinkData)
- func (o *ServiceAccountItemLinks) SetCollection(v HalLinkData)
- func (o *ServiceAccountItemLinks) SetDelete(v HalLinkData)
- func (o *ServiceAccountItemLinks) SetDescribes(v HalLinkData)
- func (o *ServiceAccountItemLinks) SetEdit(v HalLinkData)
- func (o *ServiceAccountItemLinks) SetSelf(v HalLinkData)
- func (o ServiceAccountItemLinks) ToMap() (map[string]interface{}, error)
- func (o *ServiceAccountItemLinks) UnmarshalJSON(data []byte) (err error)
- type ServiceAccountIterator
- type SimpleCollection
- func (o *SimpleCollection) GetLinks() HalCollectionLinks
- func (o *SimpleCollection) GetLinksOk() (*HalCollectionLinks, bool)
- func (o *SimpleCollection) GetMetadata() PagingMetadata
- func (o *SimpleCollection) GetMetadataOk() (*PagingMetadata, bool)
- func (o *SimpleCollection) GetName() string
- func (o *SimpleCollection) GetNameOk() (*string, bool)
- func (o *SimpleCollection) GetTitle() string
- func (o *SimpleCollection) GetTitleOk() (*string, bool)
- func (o SimpleCollection) MarshalJSON() ([]byte, error)
- func (o *SimpleCollection) SetLinks(v HalCollectionLinks)
- func (o *SimpleCollection) SetMetadata(v PagingMetadata)
- func (o *SimpleCollection) SetName(v string)
- func (o *SimpleCollection) SetTitle(v string)
- func (o SimpleCollection) ToMap() (map[string]interface{}, error)
- func (o *SimpleCollection) UnmarshalJSON(data []byte) (err error)
- type TokenIntrospectionRequestItem
- func (o *TokenIntrospectionRequestItem) GetToken() string
- func (o *TokenIntrospectionRequestItem) GetTokenOk() (*string, bool)
- func (o *TokenIntrospectionRequestItem) GetTokenTypeHint() string
- func (o *TokenIntrospectionRequestItem) GetTokenTypeHintOk() (*string, bool)
- func (o *TokenIntrospectionRequestItem) HasTokenTypeHint() bool
- func (o TokenIntrospectionRequestItem) MarshalJSON() ([]byte, error)
- func (o *TokenIntrospectionRequestItem) SetToken(v string)
- func (o *TokenIntrospectionRequestItem) SetTokenTypeHint(v string)
- func (o TokenIntrospectionRequestItem) ToMap() (map[string]interface{}, error)
- func (o *TokenIntrospectionRequestItem) UnmarshalJSON(data []byte) (err error)
- type TokenIntrospectionResponseItem
- func (o *TokenIntrospectionResponseItem) GetActive() bool
- func (o *TokenIntrospectionResponseItem) GetActiveOk() (*bool, bool)
- func (o *TokenIntrospectionResponseItem) GetMetadata() CommonMetadata
- func (o *TokenIntrospectionResponseItem) GetMetadataOk() (*CommonMetadata, bool)
- func (o *TokenIntrospectionResponseItem) GetPolicyName() string
- func (o *TokenIntrospectionResponseItem) GetPolicyNameOk() (*string, bool)
- func (o *TokenIntrospectionResponseItem) HasPolicyName() bool
- func (o TokenIntrospectionResponseItem) MarshalJSON() ([]byte, error)
- func (o *TokenIntrospectionResponseItem) SetActive(v bool)
- func (o *TokenIntrospectionResponseItem) SetMetadata(v CommonMetadata)
- func (o *TokenIntrospectionResponseItem) SetPolicyName(v string)
- func (o TokenIntrospectionResponseItem) ToMap() (map[string]interface{}, error)
- func (o *TokenIntrospectionResponseItem) UnmarshalJSON(data []byte) (err error)
- type ToolchainTypes
- type UserCollection
- func (o *UserCollection) FetchLinks() (links any, err error)
- func (o *UserCollection) FetchName() (string, error)
- func (o *UserCollection) FetchTitle() (string, error)
- func (o *UserCollection) FetchType() string
- func (o *UserCollection) GetEmbedded() EmbeddedUserItem
- func (o *UserCollection) GetEmbeddedOk() (*EmbeddedUserItem, bool)
- func (o *UserCollection) GetLinks() HalOnlyEmbeddableCollectionLinks
- func (o *UserCollection) GetLinksOk() (*HalOnlyEmbeddableCollectionLinks, bool)
- func (o *UserCollection) GetMetadata() CollectionMetadata
- func (o *UserCollection) GetMetadataOk() (*CollectionMetadata, bool)
- func (o *UserCollection) GetName() string
- func (o *UserCollection) GetNameOk() (*string, bool)
- func (o *UserCollection) GetTitle() string
- func (o *UserCollection) GetTitleOk() (*string, bool)
- func (o *UserCollection) HasEmbedded() bool
- func (o UserCollection) MarshalJSON() ([]byte, error)
- func (o *UserCollection) SetEmbedded(v EmbeddedUserItem)
- func (o *UserCollection) SetLinks(v HalOnlyEmbeddableCollectionLinks)
- func (o *UserCollection) SetMetadata(v CollectionMetadata)
- func (o *UserCollection) SetName(v string)
- func (o *UserCollection) SetTitle(v string)
- func (o UserCollection) ToMap() (map[string]interface{}, error)
- func (o *UserCollection) UnmarshalJSON(data []byte) (err error)
- type UserInviteItem
- func (o *UserInviteItem) GetEmail() string
- func (o *UserInviteItem) GetEmailOk() (*string, bool)
- func (o UserInviteItem) MarshalJSON() ([]byte, error)
- func (o *UserInviteItem) SetEmail(v string)
- func (o UserInviteItem) ToMap() (map[string]interface{}, error)
- func (o *UserInviteItem) UnmarshalJSON(data []byte) (err error)
- type UserItem
- func (o *UserItem) FetchLinks() (links any, err error)
- func (o *UserItem) FetchName() (string, error)
- func (o *UserItem) FetchTitle() (string, error)
- func (o *UserItem) FetchType() string
- func (o *UserItem) GetCountry() string
- func (o *UserItem) GetCountryOk() (*string, bool)
- func (o *UserItem) GetEmail() string
- func (o *UserItem) GetEmailOk() (*string, bool)
- func (o *UserItem) GetFirstName() string
- func (o *UserItem) GetFirstNameOk() (*string, bool)
- func (o *UserItem) GetLastName() string
- func (o *UserItem) GetLastNameOk() (*string, bool)
- func (o *UserItem) GetLinks() UserItemLinks
- func (o *UserItem) GetLinksOk() (*UserItemLinks, bool)
- func (o *UserItem) GetMetadata() CommonMetadata
- func (o *UserItem) GetMetadataOk() (*CommonMetadata, bool)
- func (o *UserItem) GetName() string
- func (o *UserItem) GetNameOk() (*string, bool)
- func (o *UserItem) GetTitle() string
- func (o *UserItem) GetTitleOk() (*string, bool)
- func (o *UserItem) GetUsername() string
- func (o *UserItem) GetUsernameOk() (*string, bool)
- func (o *UserItem) HasCountry() bool
- func (o *UserItem) HasEmail() bool
- func (o *UserItem) HasFirstName() bool
- func (o *UserItem) HasLastName() bool
- func (o *UserItem) HasTitle() bool
- func (o *UserItem) HasUsername() bool
- func (o UserItem) MarshalJSON() ([]byte, error)
- func (o *UserItem) SetCountry(v string)
- func (o *UserItem) SetEmail(v string)
- func (o *UserItem) SetFirstName(v string)
- func (o *UserItem) SetLastName(v string)
- func (o *UserItem) SetLinks(v UserItemLinks)
- func (o *UserItem) SetMetadata(v CommonMetadata)
- func (o *UserItem) SetName(v string)
- func (o *UserItem) SetTitle(v string)
- func (o *UserItem) SetUsername(v string)
- func (o *UserItem) SetUsernameNil()
- func (o UserItem) ToMap() (map[string]interface{}, error)
- func (o *UserItem) UnmarshalJSON(data []byte) (err error)
- func (o *UserItem) UnsetUsername()
- type UserItemLinks
- func (o *UserItemLinks) GetDelete() HalLinkData
- func (o *UserItemLinks) GetDeleteOk() (*HalLinkData, bool)
- func (o *UserItemLinks) GetDescribes() HalLinkData
- func (o *UserItemLinks) GetDescribesOk() (*HalLinkData, bool)
- func (o *UserItemLinks) GetEdit() HalLinkData
- func (o *UserItemLinks) GetEditOk() (*HalLinkData, bool)
- func (o *UserItemLinks) GetMe() HalLinkData
- func (o *UserItemLinks) GetMeOk() (*HalLinkData, bool)
- func (o *UserItemLinks) GetSelf() HalLinkData
- func (o *UserItemLinks) GetSelfOk() (*HalLinkData, bool)
- func (o *UserItemLinks) HasDelete() bool
- func (o *UserItemLinks) HasDescribes() bool
- func (o *UserItemLinks) HasEdit() bool
- func (o *UserItemLinks) HasMe() bool
- func (o UserItemLinks) MarshalJSON() ([]byte, error)
- func (o *UserItemLinks) SetDelete(v HalLinkData)
- func (o *UserItemLinks) SetDescribes(v HalLinkData)
- func (o *UserItemLinks) SetEdit(v HalLinkData)
- func (o *UserItemLinks) SetMe(v HalLinkData)
- func (o *UserItemLinks) SetSelf(v HalLinkData)
- func (o UserItemLinks) ToMap() (map[string]interface{}, error)
- func (o *UserItemLinks) UnmarshalJSON(data []byte) (err error)
- type UserIterator
- type VHTRunJobsAPIService
- func (a *VHTRunJobsAPIService) CancelVhtRunJob(ctx context.Context, jobName string) ApiCancelVhtRunJobRequest
- func (a *VHTRunJobsAPIService) CancelVhtRunJobExecute(r ApiCancelVhtRunJobRequest) (*VhtRunJobItem, *http.Response, error)
- func (a *VHTRunJobsAPIService) DeleteVhtRunJob(ctx context.Context, jobName string) ApiDeleteVhtRunJobRequest
- func (a *VHTRunJobsAPIService) DeleteVhtRunJobExecute(r ApiDeleteVhtRunJobRequest) (*http.Response, error)
- func (a *VHTRunJobsAPIService) FollowGetVhtRunJobMessagesLink(r *ApiGetVhtRunJobMessagesRequest, link string) (*NotificationFeed, *http.Response, error)
- func (a *VHTRunJobsAPIService) FollowVhtRunJobsLink(r *ApiListVhtRunJobsRequest, link string) (*VhtRunJobCollection, *http.Response, error)
- func (a *VHTRunJobsAPIService) GetVhtRunJob(ctx context.Context, jobName string) ApiGetVhtRunJobRequest
- func (a *VHTRunJobsAPIService) GetVhtRunJobExecute(r ApiGetVhtRunJobRequest) (*VhtRunJobItem, *http.Response, error)
- func (a *VHTRunJobsAPIService) GetVhtRunJobMessages(ctx context.Context, jobName string) ApiGetVhtRunJobMessagesRequest
- func (a *VHTRunJobsAPIService) GetVhtRunJobMessagesExecute(r ApiGetVhtRunJobMessagesRequest) (*NotificationFeed, *http.Response, error)
- func (a *VHTRunJobsAPIService) ListVhtRunJobs(ctx context.Context) ApiListVhtRunJobsRequest
- func (a *VHTRunJobsAPIService) ListVhtRunJobsExecute(r ApiListVhtRunJobsRequest) (*VhtRunJobCollection, *http.Response, error)
- type VendorItem
- func (o *VendorItem) GetDescription() string
- func (o *VendorItem) GetDescriptionOk() (*string, bool)
- func (o *VendorItem) GetExternalId() string
- func (o *VendorItem) GetExternalIdOk() (*string, bool)
- func (o *VendorItem) GetId() string
- func (o *VendorItem) GetIdOk() (*string, bool)
- func (o *VendorItem) GetLinks() VendorItemLinks
- func (o *VendorItem) GetLinksOk() (*VendorItemLinks, bool)
- func (o *VendorItem) GetLogo() string
- func (o *VendorItem) GetLogoOk() (*string, bool)
- func (o *VendorItem) GetMetadata() CommonMetadata
- func (o *VendorItem) GetMetadataOk() (*CommonMetadata, bool)
- func (o *VendorItem) GetSlug() string
- func (o *VendorItem) GetSlugOk() (*string, bool)
- func (o *VendorItem) GetTitle() string
- func (o *VendorItem) GetTitleOk() (*string, bool)
- func (o *VendorItem) GetType() string
- func (o *VendorItem) GetTypeOk() (*string, bool)
- func (o *VendorItem) GetWebsite() string
- func (o *VendorItem) GetWebsiteOk() (*string, bool)
- func (o *VendorItem) HasDescription() bool
- func (o *VendorItem) HasExternalId() bool
- func (o *VendorItem) HasLogo() bool
- func (o *VendorItem) HasType() bool
- func (o *VendorItem) HasWebsite() bool
- func (o VendorItem) MarshalJSON() ([]byte, error)
- func (o *VendorItem) SetDescription(v string)
- func (o *VendorItem) SetExternalId(v string)
- func (o *VendorItem) SetId(v string)
- func (o *VendorItem) SetLinks(v VendorItemLinks)
- func (o *VendorItem) SetLogo(v string)
- func (o *VendorItem) SetMetadata(v CommonMetadata)
- func (o *VendorItem) SetSlug(v string)
- func (o *VendorItem) SetTitle(v string)
- func (o *VendorItem) SetType(v string)
- func (o *VendorItem) SetWebsite(v string)
- func (o VendorItem) ToMap() (map[string]interface{}, error)
- func (o *VendorItem) UnmarshalJSON(data []byte) (err error)
- type VendorItemLinks
- func (o *VendorItemLinks) GetCollection() HalLinkData
- func (o *VendorItemLinks) GetCollectionOk() (*HalLinkData, bool)
- func (o *VendorItemLinks) GetSelf() HalLinkData
- func (o *VendorItemLinks) GetSelfOk() (*HalLinkData, bool)
- func (o VendorItemLinks) MarshalJSON() ([]byte, error)
- func (o *VendorItemLinks) SetCollection(v HalLinkData)
- func (o *VendorItemLinks) SetSelf(v HalLinkData)
- func (o VendorItemLinks) ToMap() (map[string]interface{}, error)
- func (o *VendorItemLinks) UnmarshalJSON(data []byte) (err error)
- type VendorsAPIService
- func (a *VendorsAPIService) CreateVendor(ctx context.Context) ApiCreateVendorRequest
- func (a *VendorsAPIService) CreateVendorExecute(r ApiCreateVendorRequest) (*VendorItem, *http.Response, error)
- func (a *VendorsAPIService) GetVendor(ctx context.Context, vendorSlugOrId string) ApiGetVendorRequest
- func (a *VendorsAPIService) GetVendorExecute(r ApiGetVendorRequest) (*VendorItem, *http.Response, error)
- func (a *VendorsAPIService) ListVendors(ctx context.Context) ApiListVendorsRequest
- func (a *VendorsAPIService) ListVendorsExecute(r ApiListVendorsRequest) (*ListVendorsCollection, *http.Response, error)
- type VhtCollection
- func (o *VhtCollection) FetchLinks() (links any, err error)
- func (o *VhtCollection) FetchName() (string, error)
- func (o *VhtCollection) FetchTitle() (string, error)
- func (o *VhtCollection) FetchType() string
- func (o *VhtCollection) GetEmbedded() EmbeddedVhtItems
- func (o *VhtCollection) GetEmbeddedOk() (*EmbeddedVhtItems, bool)
- func (o *VhtCollection) GetItemCount() (count int64, err error)
- func (o *VhtCollection) GetItemIterator() (IIterator, error)
- func (o *VhtCollection) GetLinks() HalCollectionLinks
- func (o *VhtCollection) GetLinksOk() (*HalCollectionLinks, bool)
- func (o *VhtCollection) GetMetadata() PagingMetadata
- func (o *VhtCollection) GetMetadataOk() (*PagingMetadata, bool)
- func (o *VhtCollection) GetName() string
- func (o *VhtCollection) GetNameOk() (*string, bool)
- func (o *VhtCollection) GetTitle() string
- func (o *VhtCollection) GetTitleOk() (*string, bool)
- func (o *VhtCollection) HasEmbedded() bool
- func (o *VhtCollection) HasNext() bool
- func (o VhtCollection) MarshalJSON() ([]byte, error)
- func (o *VhtCollection) SetEmbedded(v EmbeddedVhtItems)
- func (o *VhtCollection) SetLinks(v HalCollectionLinks)
- func (o *VhtCollection) SetMetadata(v PagingMetadata)
- func (o *VhtCollection) SetName(v string)
- func (o *VhtCollection) SetTitle(v string)
- func (o VhtCollection) ToMap() (map[string]interface{}, error)
- func (o *VhtCollection) UnmarshalJSON(data []byte) (err error)
- type VhtInstanceCollection
- func (o *VhtInstanceCollection) FetchLinks() (links any, err error)
- func (o *VhtInstanceCollection) FetchName() (string, error)
- func (o *VhtInstanceCollection) FetchTitle() (string, error)
- func (o *VhtInstanceCollection) FetchType() string
- func (o *VhtInstanceCollection) GetEmbedded() EmbeddedVhtInstanceItems
- func (o *VhtInstanceCollection) GetEmbeddedOk() (*EmbeddedVhtInstanceItems, bool)
- func (o *VhtInstanceCollection) GetItemCount() (count int64, err error)
- func (o *VhtInstanceCollection) GetItemIterator() (IIterator, error)
- func (o *VhtInstanceCollection) GetLinks() HalCollectionLinks
- func (o *VhtInstanceCollection) GetLinksOk() (*HalCollectionLinks, bool)
- func (o *VhtInstanceCollection) GetMetadata() PagingMetadata
- func (o *VhtInstanceCollection) GetMetadataOk() (*PagingMetadata, bool)
- func (o *VhtInstanceCollection) GetName() string
- func (o *VhtInstanceCollection) GetNameOk() (*string, bool)
- func (o *VhtInstanceCollection) GetTitle() string
- func (o *VhtInstanceCollection) GetTitleOk() (*string, bool)
- func (o *VhtInstanceCollection) HasEmbedded() bool
- func (o *VhtInstanceCollection) HasNext() bool
- func (o VhtInstanceCollection) MarshalJSON() ([]byte, error)
- func (o *VhtInstanceCollection) SetEmbedded(v EmbeddedVhtInstanceItems)
- func (o *VhtInstanceCollection) SetLinks(v HalCollectionLinks)
- func (o *VhtInstanceCollection) SetMetadata(v PagingMetadata)
- func (o *VhtInstanceCollection) SetName(v string)
- func (o *VhtInstanceCollection) SetTitle(v string)
- func (o VhtInstanceCollection) ToMap() (map[string]interface{}, error)
- func (o *VhtInstanceCollection) UnmarshalJSON(data []byte) (err error)
- type VhtInstanceItem
- func (o *VhtInstanceItem) FetchLinks() (links any, err error)
- func (o *VhtInstanceItem) FetchName() (string, error)
- func (o *VhtInstanceItem) FetchTitle() (string, error)
- func (o *VhtInstanceItem) FetchType() string
- func (o *VhtInstanceItem) GetError() bool
- func (o *VhtInstanceItem) GetErrorOk() (*bool, bool)
- func (o *VhtInstanceItem) GetInstanceTimeout() int32
- func (o *VhtInstanceItem) GetInstanceTimeoutOk() (*int32, bool)
- func (o *VhtInstanceItem) GetLinks() VhtInstanceItemLinks
- func (o *VhtInstanceItem) GetLinksOk() (*VhtInstanceItemLinks, bool)
- func (o *VhtInstanceItem) GetMetadata() CommonMetadata
- func (o *VhtInstanceItem) GetMetadataOk() (*CommonMetadata, bool)
- func (o *VhtInstanceItem) GetName() string
- func (o *VhtInstanceItem) GetNameOk() (*string, bool)
- func (o *VhtInstanceItem) GetReady() bool
- func (o *VhtInstanceItem) GetReadyOk() (*bool, bool)
- func (o *VhtInstanceItem) GetRequested() bool
- func (o *VhtInstanceItem) GetRequestedOk() (*bool, bool)
- func (o *VhtInstanceItem) GetStatus() string
- func (o *VhtInstanceItem) GetStatusOk() (*string, bool)
- func (o *VhtInstanceItem) GetTerminated() bool
- func (o *VhtInstanceItem) GetTerminatedOk() (*bool, bool)
- func (o *VhtInstanceItem) GetTitle() string
- func (o *VhtInstanceItem) GetTitleOk() (*string, bool)
- func (o *VhtInstanceItem) HasInstanceTimeout() bool
- func (o *VhtInstanceItem) HasTitle() bool
- func (o VhtInstanceItem) MarshalJSON() ([]byte, error)
- func (o *VhtInstanceItem) SetError(v bool)
- func (o *VhtInstanceItem) SetInstanceTimeout(v int32)
- func (o *VhtInstanceItem) SetLinks(v VhtInstanceItemLinks)
- func (o *VhtInstanceItem) SetMetadata(v CommonMetadata)
- func (o *VhtInstanceItem) SetName(v string)
- func (o *VhtInstanceItem) SetReady(v bool)
- func (o *VhtInstanceItem) SetRequested(v bool)
- func (o *VhtInstanceItem) SetStatus(v string)
- func (o *VhtInstanceItem) SetTerminated(v bool)
- func (o *VhtInstanceItem) SetTitle(v string)
- func (o *VhtInstanceItem) SetTitleNil()
- func (o VhtInstanceItem) ToMap() (map[string]interface{}, error)
- func (o *VhtInstanceItem) UnmarshalJSON(data []byte) (err error)
- func (o *VhtInstanceItem) UnsetTitle()
- type VhtInstanceItemLinks
- func (o *VhtInstanceItemLinks) GetArtefacts() HalLinkData
- func (o *VhtInstanceItemLinks) GetArtefactsOk() (*HalLinkData, bool)
- func (o *VhtInstanceItemLinks) GetCancel() HalLinkData
- func (o *VhtInstanceItemLinks) GetCancelOk() (*HalLinkData, bool)
- func (o *VhtInstanceItemLinks) GetCollection() HalLinkData
- func (o *VhtInstanceItemLinks) GetCollectionOk() (*HalLinkData, bool)
- func (o *VhtInstanceItemLinks) GetCreate() HalLinkData
- func (o *VhtInstanceItemLinks) GetCreateOk() (*HalLinkData, bool)
- func (o *VhtInstanceItemLinks) GetDelete() HalLinkData
- func (o *VhtInstanceItemLinks) GetDeleteOk() (*HalLinkData, bool)
- func (o *VhtInstanceItemLinks) GetDetails() HalLinkData
- func (o *VhtInstanceItemLinks) GetDetailsOk() (*HalLinkData, bool)
- func (o *VhtInstanceItemLinks) GetRelated() HalLinkData
- func (o *VhtInstanceItemLinks) GetRelatedOk() (*HalLinkData, bool)
- func (o *VhtInstanceItemLinks) GetSelf() HalLinkData
- func (o *VhtInstanceItemLinks) GetSelfOk() (*HalLinkData, bool)
- func (o *VhtInstanceItemLinks) HasArtefacts() bool
- func (o *VhtInstanceItemLinks) HasCancel() bool
- func (o *VhtInstanceItemLinks) HasCollection() bool
- func (o *VhtInstanceItemLinks) HasCreate() bool
- func (o *VhtInstanceItemLinks) HasDelete() bool
- func (o *VhtInstanceItemLinks) HasDetails() bool
- func (o VhtInstanceItemLinks) MarshalJSON() ([]byte, error)
- func (o *VhtInstanceItemLinks) SetArtefacts(v HalLinkData)
- func (o *VhtInstanceItemLinks) SetCancel(v HalLinkData)
- func (o *VhtInstanceItemLinks) SetCollection(v HalLinkData)
- func (o *VhtInstanceItemLinks) SetCreate(v HalLinkData)
- func (o *VhtInstanceItemLinks) SetDelete(v HalLinkData)
- func (o *VhtInstanceItemLinks) SetDetails(v HalLinkData)
- func (o *VhtInstanceItemLinks) SetRelated(v HalLinkData)
- func (o *VhtInstanceItemLinks) SetSelf(v HalLinkData)
- func (o VhtInstanceItemLinks) ToMap() (map[string]interface{}, error)
- func (o *VhtInstanceItemLinks) UnmarshalJSON(data []byte) (err error)
- type VhtInstanceIterator
- type VhtItem
- func (o *VhtItem) FetchLinks() (links any, err error)
- func (o *VhtItem) FetchName() (string, error)
- func (o *VhtItem) FetchTitle() (string, error)
- func (o *VhtItem) FetchType() string
- func (o *VhtItem) GetAdditionalTools() []AdditionalTool
- func (o *VhtItem) GetAdditionalToolsOk() ([]AdditionalTool, bool)
- func (o *VhtItem) GetBoard() string
- func (o *VhtItem) GetBoardOk() (*string, bool)
- func (o *VhtItem) GetBoardRevision() string
- func (o *VhtItem) GetBoardRevisionOk() (*string, bool)
- func (o *VhtItem) GetDeprecated() bool
- func (o *VhtItem) GetDeprecatedOk() (*bool, bool)
- func (o *VhtItem) GetDeprecationInfo() DeprecationInfo
- func (o *VhtItem) GetDeprecationInfoOk() (*DeprecationInfo, bool)
- func (o *VhtItem) GetLinks() VhtItemLinks
- func (o *VhtItem) GetLinksOk() (*VhtItemLinks, bool)
- func (o *VhtItem) GetMetadata() CommonMetadata
- func (o *VhtItem) GetMetadataOk() (*CommonMetadata, bool)
- func (o *VhtItem) GetModel() string
- func (o *VhtItem) GetModelOk() (*string, bool)
- func (o *VhtItem) GetName() string
- func (o *VhtItem) GetNameOk() (*string, bool)
- func (o *VhtItem) GetTitle() string
- func (o *VhtItem) GetTitleOk() (*string, bool)
- func (o *VhtItem) GetVendor() string
- func (o *VhtItem) GetVendorOk() (*string, bool)
- func (o *VhtItem) GetVirtualInterfaces() []VirtualInterface
- func (o *VhtItem) GetVirtualInterfacesOk() ([]VirtualInterface, bool)
- func (o *VhtItem) HasAdditionalTools() bool
- func (o *VhtItem) HasBoardRevision() bool
- func (o *VhtItem) HasDeprecationInfo() bool
- func (o *VhtItem) HasModel() bool
- func (o *VhtItem) HasVirtualInterfaces() bool
- func (o VhtItem) MarshalJSON() ([]byte, error)
- func (o *VhtItem) SetAdditionalTools(v []AdditionalTool)
- func (o *VhtItem) SetBoard(v string)
- func (o *VhtItem) SetBoardRevision(v string)
- func (o *VhtItem) SetDeprecated(v bool)
- func (o *VhtItem) SetDeprecationInfo(v DeprecationInfo)
- func (o *VhtItem) SetLinks(v VhtItemLinks)
- func (o *VhtItem) SetMetadata(v CommonMetadata)
- func (o *VhtItem) SetModel(v string)
- func (o *VhtItem) SetModelNil()
- func (o *VhtItem) SetName(v string)
- func (o *VhtItem) SetTitle(v string)
- func (o *VhtItem) SetVendor(v string)
- func (o *VhtItem) SetVirtualInterfaces(v []VirtualInterface)
- func (o VhtItem) ToMap() (map[string]interface{}, error)
- func (o *VhtItem) UnmarshalJSON(data []byte) (err error)
- func (o *VhtItem) UnsetModel()
- type VhtItemLinks
- func (o *VhtItemLinks) GetCollection() HalLinkData
- func (o *VhtItemLinks) GetCollectionOk() (*HalLinkData, bool)
- func (o *VhtItemLinks) GetCreate() HalLinkData
- func (o *VhtItemLinks) GetCreateOk() (*HalLinkData, bool)
- func (o *VhtItemLinks) GetInstance() HalLinkData
- func (o *VhtItemLinks) GetInstanceOk() (*HalLinkData, bool)
- func (o *VhtItemLinks) GetSelf() HalLinkData
- func (o *VhtItemLinks) GetSelfOk() (*HalLinkData, bool)
- func (o *VhtItemLinks) HasCollection() bool
- func (o *VhtItemLinks) HasCreate() bool
- func (o *VhtItemLinks) HasInstance() bool
- func (o VhtItemLinks) MarshalJSON() ([]byte, error)
- func (o *VhtItemLinks) SetCollection(v HalLinkData)
- func (o *VhtItemLinks) SetCreate(v HalLinkData)
- func (o *VhtItemLinks) SetInstance(v HalLinkData)
- func (o *VhtItemLinks) SetSelf(v HalLinkData)
- func (o VhtItemLinks) ToMap() (map[string]interface{}, error)
- func (o *VhtItemLinks) UnmarshalJSON(data []byte) (err error)
- type VhtIterator
- type VhtRunJobCollection
- func (o *VhtRunJobCollection) FetchLinks() (links any, err error)
- func (o *VhtRunJobCollection) FetchName() (string, error)
- func (o *VhtRunJobCollection) FetchTitle() (string, error)
- func (o *VhtRunJobCollection) FetchType() string
- func (o *VhtRunJobCollection) GetEmbedded() EmbeddedVhtRunJobItems
- func (o *VhtRunJobCollection) GetEmbeddedOk() (*EmbeddedVhtRunJobItems, bool)
- func (o *VhtRunJobCollection) GetItemCount() (count int64, err error)
- func (o *VhtRunJobCollection) GetItemIterator() (IIterator, error)
- func (o *VhtRunJobCollection) GetLinks() HalCollectionLinks
- func (o *VhtRunJobCollection) GetLinksOk() (*HalCollectionLinks, bool)
- func (o *VhtRunJobCollection) GetMetadata() PagingMetadata
- func (o *VhtRunJobCollection) GetMetadataOk() (*PagingMetadata, bool)
- func (o *VhtRunJobCollection) GetName() string
- func (o *VhtRunJobCollection) GetNameOk() (*string, bool)
- func (o *VhtRunJobCollection) GetTitle() string
- func (o *VhtRunJobCollection) GetTitleOk() (*string, bool)
- func (o *VhtRunJobCollection) HasEmbedded() bool
- func (o *VhtRunJobCollection) HasNext() bool
- func (o VhtRunJobCollection) MarshalJSON() ([]byte, error)
- func (o *VhtRunJobCollection) SetEmbedded(v EmbeddedVhtRunJobItems)
- func (o *VhtRunJobCollection) SetLinks(v HalCollectionLinks)
- func (o *VhtRunJobCollection) SetMetadata(v PagingMetadata)
- func (o *VhtRunJobCollection) SetName(v string)
- func (o *VhtRunJobCollection) SetTitle(v string)
- func (o VhtRunJobCollection) ToMap() (map[string]interface{}, error)
- func (o *VhtRunJobCollection) UnmarshalJSON(data []byte) (err error)
- type VhtRunJobItem
- func (o *VhtRunJobItem) FetchLinks() (links any, err error)
- func (o *VhtRunJobItem) FetchName() (string, error)
- func (o *VhtRunJobItem) FetchTitle() (string, error)
- func (o *VhtRunJobItem) FetchType() string
- func (o *VhtRunJobItem) GetDone() bool
- func (o *VhtRunJobItem) GetDoneOk() (*bool, bool)
- func (o *VhtRunJobItem) GetError() bool
- func (o *VhtRunJobItem) GetErrorOk() (*bool, bool)
- func (o *VhtRunJobItem) GetJobTimeout() int32
- func (o *VhtRunJobItem) GetJobTimeoutOk() (*int32, bool)
- func (o *VhtRunJobItem) GetLinks() VhtRunJobItemLinks
- func (o *VhtRunJobItem) GetLinksOk() (*VhtRunJobItemLinks, bool)
- func (o *VhtRunJobItem) GetMetadata() CommonMetadata
- func (o *VhtRunJobItem) GetMetadataOk() (*CommonMetadata, bool)
- func (o *VhtRunJobItem) GetName() string
- func (o *VhtRunJobItem) GetNameOk() (*string, bool)
- func (o *VhtRunJobItem) GetQueued() bool
- func (o *VhtRunJobItem) GetQueuedOk() (*bool, bool)
- func (o *VhtRunJobItem) GetStatus() string
- func (o *VhtRunJobItem) GetStatusOk() (*string, bool)
- func (o *VhtRunJobItem) GetSystemError() bool
- func (o *VhtRunJobItem) GetSystemErrorOk() (*bool, bool)
- func (o *VhtRunJobItem) GetTimedOut() bool
- func (o *VhtRunJobItem) GetTimedOutOk() (*bool, bool)
- func (o *VhtRunJobItem) GetTitle() string
- func (o *VhtRunJobItem) GetTitleOk() (*string, bool)
- func (o *VhtRunJobItem) HasArtefacts() (available bool)
- func (o *VhtRunJobItem) HasJobTimeout() bool
- func (o *VhtRunJobItem) HasMessages() (available bool)
- func (o *VhtRunJobItem) HasTitle() bool
- func (o VhtRunJobItem) MarshalJSON() ([]byte, error)
- func (o *VhtRunJobItem) SetDone(v bool)
- func (o *VhtRunJobItem) SetError(v bool)
- func (o *VhtRunJobItem) SetJobTimeout(v int32)
- func (o *VhtRunJobItem) SetLinks(v VhtRunJobItemLinks)
- func (o *VhtRunJobItem) SetMetadata(v CommonMetadata)
- func (o *VhtRunJobItem) SetName(v string)
- func (o *VhtRunJobItem) SetQueued(v bool)
- func (o *VhtRunJobItem) SetStatus(v string)
- func (o *VhtRunJobItem) SetSystemError(v bool)
- func (o *VhtRunJobItem) SetTimedOut(v bool)
- func (o *VhtRunJobItem) SetTitle(v string)
- func (o *VhtRunJobItem) SetTitleNil()
- func (o VhtRunJobItem) ToMap() (map[string]interface{}, error)
- func (o *VhtRunJobItem) UnmarshalJSON(data []byte) (err error)
- func (o *VhtRunJobItem) UnsetTitle()
- type VhtRunJobItemLinks
- func (o *VhtRunJobItemLinks) GetArtefacts() HalLinkData
- func (o *VhtRunJobItemLinks) GetArtefactsOk() (*HalLinkData, bool)
- func (o *VhtRunJobItemLinks) GetCancel() HalLinkData
- func (o *VhtRunJobItemLinks) GetCancelOk() (*HalLinkData, bool)
- func (o *VhtRunJobItemLinks) GetCollection() HalLinkData
- func (o *VhtRunJobItemLinks) GetCollectionOk() (*HalLinkData, bool)
- func (o *VhtRunJobItemLinks) GetDelete() HalLinkData
- func (o *VhtRunJobItemLinks) GetDeleteOk() (*HalLinkData, bool)
- func (o *VhtRunJobItemLinks) GetDetails() HalLinkData
- func (o *VhtRunJobItemLinks) GetDetailsOk() (*HalLinkData, bool)
- func (o *VhtRunJobItemLinks) GetRelated() HalLinkData
- func (o *VhtRunJobItemLinks) GetRelatedOk() (*HalLinkData, bool)
- func (o *VhtRunJobItemLinks) GetSelf() HalLinkData
- func (o *VhtRunJobItemLinks) GetSelfOk() (*HalLinkData, bool)
- func (o *VhtRunJobItemLinks) HasArtefacts() bool
- func (o *VhtRunJobItemLinks) HasCancel() bool
- func (o *VhtRunJobItemLinks) HasCollection() bool
- func (o *VhtRunJobItemLinks) HasDelete() bool
- func (o *VhtRunJobItemLinks) HasDetails() bool
- func (o VhtRunJobItemLinks) MarshalJSON() ([]byte, error)
- func (o *VhtRunJobItemLinks) SetArtefacts(v HalLinkData)
- func (o *VhtRunJobItemLinks) SetCancel(v HalLinkData)
- func (o *VhtRunJobItemLinks) SetCollection(v HalLinkData)
- func (o *VhtRunJobItemLinks) SetDelete(v HalLinkData)
- func (o *VhtRunJobItemLinks) SetDetails(v HalLinkData)
- func (o *VhtRunJobItemLinks) SetRelated(v HalLinkData)
- func (o *VhtRunJobItemLinks) SetSelf(v HalLinkData)
- func (o VhtRunJobItemLinks) ToMap() (map[string]interface{}, error)
- func (o *VhtRunJobItemLinks) UnmarshalJSON(data []byte) (err error)
- type VhtRunJobIterator
- type VirtualHardwareTargetAPIService
- func (a *VirtualHardwareTargetAPIService) FollowFilteredVhtInstancesLink(r *ApiListFilteredVhtInstancesRequest, link string) (*VhtInstanceCollection, *http.Response, error)
- func (a *VirtualHardwareTargetAPIService) FollowVhtsLink(r *ApiListVhtsRequest, link string) (*VhtCollection, *http.Response, error)
- func (a *VirtualHardwareTargetAPIService) GetVht(ctx context.Context, vhtName string) ApiGetVhtRequest
- func (a *VirtualHardwareTargetAPIService) GetVhtExecute(r ApiGetVhtRequest) (*VhtItem, *http.Response, error)
- func (a *VirtualHardwareTargetAPIService) ListFilteredVhtInstances(ctx context.Context, vhtName string) ApiListFilteredVhtInstancesRequest
- func (a *VirtualHardwareTargetAPIService) ListFilteredVhtInstancesExecute(r ApiListFilteredVhtInstancesRequest) (*VhtInstanceCollection, *http.Response, error)
- func (a *VirtualHardwareTargetAPIService) ListVhts(ctx context.Context) ApiListVhtsRequest
- func (a *VirtualHardwareTargetAPIService) ListVhtsExecute(r ApiListVhtsRequest) (*VhtCollection, *http.Response, error)
- func (a *VirtualHardwareTargetAPIService) StartVhtInstance(ctx context.Context, vhtName string) ApiStartVhtInstanceRequest
- func (a *VirtualHardwareTargetAPIService) StartVhtInstanceExecute(r ApiStartVhtInstanceRequest) (*VhtInstanceItem, *http.Response, error)
- type VirtualHardwareTargetInstanceAPIService
- func (a *VirtualHardwareTargetInstanceAPIService) ClearVhtInstanceArtefact(ctx context.Context, artefactName string, instanceName string) ApiClearVhtInstanceArtefactRequest
- func (a *VirtualHardwareTargetInstanceAPIService) ClearVhtInstanceArtefactExecute(r ApiClearVhtInstanceArtefactRequest) (*http.Response, error)
- func (a *VirtualHardwareTargetInstanceAPIService) DeleteVhtInstance(ctx context.Context, instanceName string) ApiDeleteVhtInstanceRequest
- func (a *VirtualHardwareTargetInstanceAPIService) DeleteVhtInstanceExecute(r ApiDeleteVhtInstanceRequest) (*http.Response, error)
- func (a *VirtualHardwareTargetInstanceAPIService) DownloadVhtInstanceArtefact(ctx context.Context, artefactName string, instanceName string) ApiDownloadVhtInstanceArtefactRequest
- func (a *VirtualHardwareTargetInstanceAPIService) DownloadVhtInstanceArtefactExecute(r ApiDownloadVhtInstanceArtefactRequest) (*os.File, *http.Response, error)
- func (a *VirtualHardwareTargetInstanceAPIService) FollowGetVhtInstanceMessagesLink(r *ApiGetVhtInstanceMessagesRequest, link string) (*NotificationFeed, *http.Response, error)
- func (a *VirtualHardwareTargetInstanceAPIService) FollowVhtInstanceArtefactManagersLink(r *ApiListVhtInstanceArtefactManagersRequest, link string) (*ArtefactManagerCollection, *http.Response, error)
- func (a *VirtualHardwareTargetInstanceAPIService) FollowVhtInstancesLink(r *ApiListVhtInstancesRequest, link string) (*VhtInstanceCollection, *http.Response, error)
- func (a *VirtualHardwareTargetInstanceAPIService) GetVhtInstance(ctx context.Context, instanceName string) ApiGetVhtInstanceRequest
- func (a *VirtualHardwareTargetInstanceAPIService) GetVhtInstanceArtefactManager(ctx context.Context, artefactName string, instanceName string) ApiGetVhtInstanceArtefactManagerRequest
- func (a *VirtualHardwareTargetInstanceAPIService) GetVhtInstanceArtefactManagerExecute(r ApiGetVhtInstanceArtefactManagerRequest) (*ArtefactManagerItem, *http.Response, error)
- func (a *VirtualHardwareTargetInstanceAPIService) GetVhtInstanceExecute(r ApiGetVhtInstanceRequest) (*VhtInstanceItem, *http.Response, error)
- func (a *VirtualHardwareTargetInstanceAPIService) GetVhtInstanceMessages(ctx context.Context, instanceName string) ApiGetVhtInstanceMessagesRequest
- func (a *VirtualHardwareTargetInstanceAPIService) GetVhtInstanceMessagesExecute(r ApiGetVhtInstanceMessagesRequest) (*NotificationFeed, *http.Response, error)
- func (a *VirtualHardwareTargetInstanceAPIService) ListVhtInstanceArtefactManagers(ctx context.Context, instanceName string) ApiListVhtInstanceArtefactManagersRequest
- func (a *VirtualHardwareTargetInstanceAPIService) ListVhtInstanceArtefactManagersExecute(r ApiListVhtInstanceArtefactManagersRequest) (*ArtefactManagerCollection, *http.Response, error)
- func (a *VirtualHardwareTargetInstanceAPIService) ListVhtInstances(ctx context.Context) ApiListVhtInstancesRequest
- func (a *VirtualHardwareTargetInstanceAPIService) ListVhtInstancesExecute(r ApiListVhtInstancesRequest) (*VhtInstanceCollection, *http.Response, error)
- func (a *VirtualHardwareTargetInstanceAPIService) StartVhtRunJob(ctx context.Context, instanceName string) ApiStartVhtRunJobRequest
- func (a *VirtualHardwareTargetInstanceAPIService) StartVhtRunJobExecute(r ApiStartVhtRunJobRequest) (*VhtRunJobItem, *http.Response, error)
- func (a *VirtualHardwareTargetInstanceAPIService) StopVhtInstance(ctx context.Context, instanceName string) ApiStopVhtInstanceRequest
- func (a *VirtualHardwareTargetInstanceAPIService) StopVhtInstanceExecute(r ApiStopVhtInstanceRequest) (*VhtInstanceItem, *http.Response, error)
- func (a *VirtualHardwareTargetInstanceAPIService) UploadVhtInstanceArtefact(ctx context.Context, artefactName string, instanceName string) ApiUploadVhtInstanceArtefactRequest
- func (a *VirtualHardwareTargetInstanceAPIService) UploadVhtInstanceArtefactExecute(r ApiUploadVhtInstanceArtefactRequest) (*ArtefactManagerItem, *http.Response, error)
- type VirtualInterface
- func (o *VirtualInterface) GetDescription() string
- func (o *VirtualInterface) GetDescriptionOk() (*string, bool)
- func (o *VirtualInterface) GetName() string
- func (o *VirtualInterface) GetNameOk() (*string, bool)
- func (o *VirtualInterface) GetTitle() string
- func (o *VirtualInterface) GetTitleOk() (*string, bool)
- func (o VirtualInterface) MarshalJSON() ([]byte, error)
- func (o *VirtualInterface) SetDescription(v string)
- func (o *VirtualInterface) SetName(v string)
- func (o *VirtualInterface) SetTitle(v string)
- func (o VirtualInterface) ToMap() (map[string]interface{}, error)
- func (o *VirtualInterface) UnmarshalJSON(data []byte) (err error)
- type WorkspaceAPIService
- func (a *WorkspaceAPIService) ClearWorkspaceArchiveContent(ctx context.Context, workspaceName string) ApiClearWorkspaceArchiveContentRequest
- func (a *WorkspaceAPIService) ClearWorkspaceArchiveContentExecute(r ApiClearWorkspaceArchiveContentRequest) (*http.Response, error)
- func (a *WorkspaceAPIService) ClearWorkspaceIncrementalChunk(ctx context.Context, workspaceName string) ApiClearWorkspaceIncrementalChunkRequest
- func (a *WorkspaceAPIService) ClearWorkspaceIncrementalChunkExecute(r ApiClearWorkspaceIncrementalChunkRequest) (*http.Response, error)
- func (a *WorkspaceAPIService) ClearWorkspaceRepositoryContentManager(ctx context.Context, workspaceName string) ApiClearWorkspaceRepositoryContentManagerRequest
- func (a *WorkspaceAPIService) ClearWorkspaceRepositoryContentManagerExecute(r ApiClearWorkspaceRepositoryContentManagerRequest) (*http.Response, error)
- func (a *WorkspaceAPIService) CreateCompositeWorkspaceChunk(ctx context.Context, workspaceName string) ApiCreateCompositeWorkspaceChunkRequest
- func (a *WorkspaceAPIService) CreateCompositeWorkspaceChunkExecute(r ApiCreateCompositeWorkspaceChunkRequest) (*http.Response, error)
- func (a *WorkspaceAPIService) CreateWorkspace(ctx context.Context, workspaceSourceName string) ApiCreateWorkspaceRequest
- func (a *WorkspaceAPIService) CreateWorkspaceExecute(r ApiCreateWorkspaceRequest) (*WorkspaceItem, *http.Response, error)
- func (a *WorkspaceAPIService) DeleteWorkspace(ctx context.Context, workspaceName string) ApiDeleteWorkspaceRequest
- func (a *WorkspaceAPIService) DeleteWorkspaceExecute(r ApiDeleteWorkspaceRequest) (*http.Response, error)
- func (a *WorkspaceAPIService) EditWorkspaceRepositoryContentManager(ctx context.Context, workspaceName string) ApiEditWorkspaceRepositoryContentManagerRequest
- func (a *WorkspaceAPIService) EditWorkspaceRepositoryContentManagerExecute(r ApiEditWorkspaceRepositoryContentManagerRequest) (*WorkspaceRepositoryContentManager, *http.Response, error)
- func (a *WorkspaceAPIService) FollowWorkspacesLink(r *ApiListWorkspacesRequest, link string) (*WorkspaceCollection, *http.Response, error)
- func (a *WorkspaceAPIService) GetChunkedWorkspaceUploadProgress(ctx context.Context, workspaceName string) ApiGetChunkedWorkspaceUploadProgressRequest
- func (a *WorkspaceAPIService) GetChunkedWorkspaceUploadProgressExecute(r ApiGetChunkedWorkspaceUploadProgressRequest) (*http.Response, error)
- func (a *WorkspaceAPIService) GetCompositeWorkspaceUploadOptions(ctx context.Context, workspaceName string) ApiGetCompositeWorkspaceUploadOptionsRequest
- func (a *WorkspaceAPIService) GetCompositeWorkspaceUploadOptionsExecute(r ApiGetCompositeWorkspaceUploadOptionsRequest) (*http.Response, error)
- func (a *WorkspaceAPIService) GetCompositeWorkspaceUploadSupport(ctx context.Context, workspaceName string) ApiGetCompositeWorkspaceUploadSupportRequest
- func (a *WorkspaceAPIService) GetCompositeWorkspaceUploadSupportExecute(r ApiGetCompositeWorkspaceUploadSupportRequest) (*http.Response, error)
- func (a *WorkspaceAPIService) GetWorkspace(ctx context.Context, workspaceName string) ApiGetWorkspaceRequest
- func (a *WorkspaceAPIService) GetWorkspaceArchiveContent(ctx context.Context, workspaceName string) ApiGetWorkspaceArchiveContentRequest
- func (a *WorkspaceAPIService) GetWorkspaceArchiveContentExecute(r ApiGetWorkspaceArchiveContentRequest) (*ArtefactManagerItem, *http.Response, error)
- func (a *WorkspaceAPIService) GetWorkspaceArchiveContentUploadProgress(ctx context.Context, workspaceName string) ApiGetWorkspaceArchiveContentUploadProgressRequest
- func (a *WorkspaceAPIService) GetWorkspaceArchiveContentUploadProgressExecute(r ApiGetWorkspaceArchiveContentUploadProgressRequest) (*http.Response, error)
- func (a *WorkspaceAPIService) GetWorkspaceDetails(ctx context.Context, workspaceName string) ApiGetWorkspaceDetailsRequest
- func (a *WorkspaceAPIService) GetWorkspaceDetailsExecute(r ApiGetWorkspaceDetailsRequest) (*WorkspaceDetailsItem, *http.Response, error)
- func (a *WorkspaceAPIService) GetWorkspaceExecute(r ApiGetWorkspaceRequest) (*WorkspaceItem, *http.Response, error)
- func (a *WorkspaceAPIService) GetWorkspaceIncrementalChunk(ctx context.Context, workspaceName string) ApiGetWorkspaceIncrementalChunkRequest
- func (a *WorkspaceAPIService) GetWorkspaceIncrementalChunkExecute(r ApiGetWorkspaceIncrementalChunkRequest) (*ArtefactManagerItem, *http.Response, error)
- func (a *WorkspaceAPIService) GetWorkspaceRepositoryContentManager(ctx context.Context, workspaceName string) ApiGetWorkspaceRepositoryContentManagerRequest
- func (a *WorkspaceAPIService) GetWorkspaceRepositoryContentManagerExecute(r ApiGetWorkspaceRepositoryContentManagerRequest) (*WorkspaceRepositoryContentManager, *http.Response, error)
- func (a *WorkspaceAPIService) ListWorkspaces(ctx context.Context) ApiListWorkspacesRequest
- func (a *WorkspaceAPIService) ListWorkspacesExecute(r ApiListWorkspacesRequest) (*WorkspaceCollection, *http.Response, error)
- func (a *WorkspaceAPIService) RetainWorkspace(ctx context.Context, workspaceName string) ApiRetainWorkspaceRequest
- func (a *WorkspaceAPIService) RetainWorkspaceExecute(r ApiRetainWorkspaceRequest) (*WorkspaceItem, *http.Response, error)
- func (a *WorkspaceAPIService) UploadWorkspaceArchiveContent(ctx context.Context, workspaceName string) ApiUploadWorkspaceArchiveContentRequest
- func (a *WorkspaceAPIService) UploadWorkspaceArchiveContentExecute(r ApiUploadWorkspaceArchiveContentRequest) (*ArtefactManagerItem, *http.Response, error)
- func (a *WorkspaceAPIService) UploadWorkspaceIncrementalChunk(ctx context.Context, workspaceName string) ApiUploadWorkspaceIncrementalChunkRequest
- func (a *WorkspaceAPIService) UploadWorkspaceIncrementalChunkExecute(r ApiUploadWorkspaceIncrementalChunkRequest) (*http.Response, error)
- type WorkspaceCollection
- func (o *WorkspaceCollection) FetchLinks() (links any, err error)
- func (o *WorkspaceCollection) FetchName() (string, error)
- func (o *WorkspaceCollection) FetchTitle() (string, error)
- func (o *WorkspaceCollection) FetchType() string
- func (o *WorkspaceCollection) GetEmbedded() EmbeddedWorkspaceItems
- func (o *WorkspaceCollection) GetEmbeddedOk() (*EmbeddedWorkspaceItems, bool)
- func (o *WorkspaceCollection) GetItemCount() (count int64, err error)
- func (o *WorkspaceCollection) GetItemIterator() (IIterator, error)
- func (o *WorkspaceCollection) GetLinks() HalCollectionLinks
- func (o *WorkspaceCollection) GetLinksOk() (*HalCollectionLinks, bool)
- func (o *WorkspaceCollection) GetMetadata() PagingMetadata
- func (o *WorkspaceCollection) GetMetadataOk() (*PagingMetadata, bool)
- func (o *WorkspaceCollection) GetName() string
- func (o *WorkspaceCollection) GetNameOk() (*string, bool)
- func (o *WorkspaceCollection) GetTitle() string
- func (o *WorkspaceCollection) GetTitleOk() (*string, bool)
- func (o *WorkspaceCollection) HasEmbedded() bool
- func (o *WorkspaceCollection) HasNext() bool
- func (o WorkspaceCollection) MarshalJSON() ([]byte, error)
- func (o *WorkspaceCollection) SetEmbedded(v EmbeddedWorkspaceItems)
- func (o *WorkspaceCollection) SetLinks(v HalCollectionLinks)
- func (o *WorkspaceCollection) SetMetadata(v PagingMetadata)
- func (o *WorkspaceCollection) SetName(v string)
- func (o *WorkspaceCollection) SetTitle(v string)
- func (o WorkspaceCollection) ToMap() (map[string]interface{}, error)
- func (o *WorkspaceCollection) UnmarshalJSON(data []byte) (err error)
- type WorkspaceDetailsItem
- func (o *WorkspaceDetailsItem) GetLinks() WorkspaceDetailsItemLinks
- func (o *WorkspaceDetailsItem) GetLinksOk() (*WorkspaceDetailsItemLinks, bool)
- func (o *WorkspaceDetailsItem) GetMetadata() CommonMetadata
- func (o *WorkspaceDetailsItem) GetMetadataOk() (*CommonMetadata, bool)
- func (o *WorkspaceDetailsItem) GetName() string
- func (o *WorkspaceDetailsItem) GetNameOk() (*string, bool)
- func (o *WorkspaceDetailsItem) GetPath() string
- func (o *WorkspaceDetailsItem) GetPathOk() (*string, bool)
- func (o *WorkspaceDetailsItem) GetSizeInByte() int64
- func (o *WorkspaceDetailsItem) GetSizeInByteOk() (*int64, bool)
- func (o *WorkspaceDetailsItem) GetTitle() string
- func (o *WorkspaceDetailsItem) GetTitleOk() (*string, bool)
- func (o *WorkspaceDetailsItem) HasSizeInByte() bool
- func (o *WorkspaceDetailsItem) HasTitle() bool
- func (o WorkspaceDetailsItem) MarshalJSON() ([]byte, error)
- func (o *WorkspaceDetailsItem) SetLinks(v WorkspaceDetailsItemLinks)
- func (o *WorkspaceDetailsItem) SetMetadata(v CommonMetadata)
- func (o *WorkspaceDetailsItem) SetName(v string)
- func (o *WorkspaceDetailsItem) SetPath(v string)
- func (o *WorkspaceDetailsItem) SetSizeInByte(v int64)
- func (o *WorkspaceDetailsItem) SetTitle(v string)
- func (o *WorkspaceDetailsItem) SetTitleNil()
- func (o WorkspaceDetailsItem) ToMap() (map[string]interface{}, error)
- func (o *WorkspaceDetailsItem) UnmarshalJSON(data []byte) (err error)
- func (o *WorkspaceDetailsItem) UnsetTitle()
- type WorkspaceDetailsItemLinks
- func (o *WorkspaceDetailsItemLinks) GetRelated() HalLinkData
- func (o *WorkspaceDetailsItemLinks) GetRelatedOk() (*HalLinkData, bool)
- func (o *WorkspaceDetailsItemLinks) GetSelf() HalLinkData
- func (o *WorkspaceDetailsItemLinks) GetSelfOk() (*HalLinkData, bool)
- func (o WorkspaceDetailsItemLinks) MarshalJSON() ([]byte, error)
- func (o *WorkspaceDetailsItemLinks) SetRelated(v HalLinkData)
- func (o *WorkspaceDetailsItemLinks) SetSelf(v HalLinkData)
- func (o WorkspaceDetailsItemLinks) ToMap() (map[string]interface{}, error)
- func (o *WorkspaceDetailsItemLinks) UnmarshalJSON(data []byte) (err error)
- type WorkspaceItem
- func (o *WorkspaceItem) FetchLinks() (links any, err error)
- func (o *WorkspaceItem) FetchName() (string, error)
- func (o *WorkspaceItem) FetchTitle() (string, error)
- func (o *WorkspaceItem) FetchType() string
- func (o *WorkspaceItem) GetEphemeral() bool
- func (o *WorkspaceItem) GetEphemeralOk() (*bool, bool)
- func (o *WorkspaceItem) GetLinks() WorkspaceItemLinks
- func (o *WorkspaceItem) GetLinksOk() (*WorkspaceItemLinks, bool)
- func (o *WorkspaceItem) GetMetadata() CommonMetadata
- func (o *WorkspaceItem) GetMetadataOk() (*CommonMetadata, bool)
- func (o *WorkspaceItem) GetName() string
- func (o *WorkspaceItem) GetNameOk() (*string, bool)
- func (o *WorkspaceItem) GetTTL() int64
- func (o *WorkspaceItem) GetTTLOk() (*int64, bool)
- func (o *WorkspaceItem) GetTitle() string
- func (o *WorkspaceItem) GetTitleOk() (*string, bool)
- func (o *WorkspaceItem) HasEphemeral() bool
- func (o *WorkspaceItem) HasTTL() bool
- func (o *WorkspaceItem) HasTitle() bool
- func (o WorkspaceItem) MarshalJSON() ([]byte, error)
- func (o *WorkspaceItem) SetEphemeral(v bool)
- func (o *WorkspaceItem) SetLinks(v WorkspaceItemLinks)
- func (o *WorkspaceItem) SetMetadata(v CommonMetadata)
- func (o *WorkspaceItem) SetName(v string)
- func (o *WorkspaceItem) SetTTL(v int64)
- func (o *WorkspaceItem) SetTTLNil()
- func (o *WorkspaceItem) SetTitle(v string)
- func (o *WorkspaceItem) SetTitleNil()
- func (o WorkspaceItem) ToMap() (map[string]interface{}, error)
- func (o *WorkspaceItem) UnmarshalJSON(data []byte) (err error)
- func (o *WorkspaceItem) UnsetTTL()
- func (o *WorkspaceItem) UnsetTitle()
- type WorkspaceItemLinks
- func (o *WorkspaceItemLinks) GetArtefacts() HalLinkData
- func (o *WorkspaceItemLinks) GetArtefactsOk() (*HalLinkData, bool)
- func (o *WorkspaceItemLinks) GetCollection() HalLinkData
- func (o *WorkspaceItemLinks) GetCollectionOk() (*HalLinkData, bool)
- func (o *WorkspaceItemLinks) GetDelete() HalLinkData
- func (o *WorkspaceItemLinks) GetDeleteOk() (*HalLinkData, bool)
- func (o *WorkspaceItemLinks) GetDetails() HalLinkData
- func (o *WorkspaceItemLinks) GetDetailsOk() (*HalLinkData, bool)
- func (o *WorkspaceItemLinks) GetRelated() HalLinkData
- func (o *WorkspaceItemLinks) GetRelatedOk() (*HalLinkData, bool)
- func (o *WorkspaceItemLinks) GetRetain() HalLinkData
- func (o *WorkspaceItemLinks) GetRetainOk() (*HalLinkData, bool)
- func (o *WorkspaceItemLinks) GetSelf() HalLinkData
- func (o *WorkspaceItemLinks) GetSelfOk() (*HalLinkData, bool)
- func (o *WorkspaceItemLinks) HasArtefacts() bool
- func (o *WorkspaceItemLinks) HasCollection() bool
- func (o *WorkspaceItemLinks) HasDelete() bool
- func (o *WorkspaceItemLinks) HasDetails() bool
- func (o *WorkspaceItemLinks) HasRetain() bool
- func (o WorkspaceItemLinks) MarshalJSON() ([]byte, error)
- func (o *WorkspaceItemLinks) SetArtefacts(v HalLinkData)
- func (o *WorkspaceItemLinks) SetCollection(v HalLinkData)
- func (o *WorkspaceItemLinks) SetDelete(v HalLinkData)
- func (o *WorkspaceItemLinks) SetDetails(v HalLinkData)
- func (o *WorkspaceItemLinks) SetRelated(v HalLinkData)
- func (o *WorkspaceItemLinks) SetRetain(v HalLinkData)
- func (o *WorkspaceItemLinks) SetSelf(v HalLinkData)
- func (o WorkspaceItemLinks) ToMap() (map[string]interface{}, error)
- func (o *WorkspaceItemLinks) UnmarshalJSON(data []byte) (err error)
- type WorkspaceIterator
- type WorkspaceRepositoryContentManager
- func (o *WorkspaceRepositoryContentManager) GetFetchDepth() int32
- func (o *WorkspaceRepositoryContentManager) GetFetchDepthOk() (*int32, bool)
- func (o *WorkspaceRepositoryContentManager) GetLinks() WorkspaceRepositoryContentManagerLinks
- func (o *WorkspaceRepositoryContentManager) GetLinksOk() (*WorkspaceRepositoryContentManagerLinks, bool)
- func (o *WorkspaceRepositoryContentManager) GetMetadata() CommonMetadata
- func (o *WorkspaceRepositoryContentManager) GetMetadataOk() (*CommonMetadata, bool)
- func (o *WorkspaceRepositoryContentManager) GetName() string
- func (o *WorkspaceRepositoryContentManager) GetNameOk() (*string, bool)
- func (o *WorkspaceRepositoryContentManager) GetReference() string
- func (o *WorkspaceRepositoryContentManager) GetReferenceOk() (*string, bool)
- func (o *WorkspaceRepositoryContentManager) GetRepositoryUrl() string
- func (o *WorkspaceRepositoryContentManager) GetRepositoryUrlOk() (*string, bool)
- func (o *WorkspaceRepositoryContentManager) GetScm() string
- func (o *WorkspaceRepositoryContentManager) GetScmOk() (*string, bool)
- func (o *WorkspaceRepositoryContentManager) GetSubmodules() bool
- func (o *WorkspaceRepositoryContentManager) GetSubmodulesOk() (*bool, bool)
- func (o *WorkspaceRepositoryContentManager) GetTitle() string
- func (o *WorkspaceRepositoryContentManager) GetTitleOk() (*string, bool)
- func (o *WorkspaceRepositoryContentManager) HasFetchDepth() bool
- func (o *WorkspaceRepositoryContentManager) HasSubmodules() bool
- func (o *WorkspaceRepositoryContentManager) HasTitle() bool
- func (o WorkspaceRepositoryContentManager) MarshalJSON() ([]byte, error)
- func (o *WorkspaceRepositoryContentManager) SetFetchDepth(v int32)
- func (o *WorkspaceRepositoryContentManager) SetFetchDepthNil()
- func (o *WorkspaceRepositoryContentManager) SetLinks(v WorkspaceRepositoryContentManagerLinks)
- func (o *WorkspaceRepositoryContentManager) SetMetadata(v CommonMetadata)
- func (o *WorkspaceRepositoryContentManager) SetName(v string)
- func (o *WorkspaceRepositoryContentManager) SetReference(v string)
- func (o *WorkspaceRepositoryContentManager) SetRepositoryUrl(v string)
- func (o *WorkspaceRepositoryContentManager) SetScm(v string)
- func (o *WorkspaceRepositoryContentManager) SetSubmodules(v bool)
- func (o *WorkspaceRepositoryContentManager) SetTitle(v string)
- func (o *WorkspaceRepositoryContentManager) SetTitleNil()
- func (o WorkspaceRepositoryContentManager) ToMap() (map[string]interface{}, error)
- func (o *WorkspaceRepositoryContentManager) UnmarshalJSON(data []byte) (err error)
- func (o *WorkspaceRepositoryContentManager) UnsetFetchDepth()
- func (o *WorkspaceRepositoryContentManager) UnsetTitle()
- type WorkspaceRepositoryContentManagerLinks
- func (o *WorkspaceRepositoryContentManagerLinks) GetClear() HalLinkData
- func (o *WorkspaceRepositoryContentManagerLinks) GetClearOk() (*HalLinkData, bool)
- func (o *WorkspaceRepositoryContentManagerLinks) GetEdit() HalLinkData
- func (o *WorkspaceRepositoryContentManagerLinks) GetEditOk() (*HalLinkData, bool)
- func (o *WorkspaceRepositoryContentManagerLinks) GetRelated() HalLinkData
- func (o *WorkspaceRepositoryContentManagerLinks) GetRelatedOk() (*HalLinkData, bool)
- func (o *WorkspaceRepositoryContentManagerLinks) GetSelf() HalLinkData
- func (o *WorkspaceRepositoryContentManagerLinks) GetSelfOk() (*HalLinkData, bool)
- func (o *WorkspaceRepositoryContentManagerLinks) HasClear() bool
- func (o *WorkspaceRepositoryContentManagerLinks) HasEdit() bool
- func (o WorkspaceRepositoryContentManagerLinks) MarshalJSON() ([]byte, error)
- func (o *WorkspaceRepositoryContentManagerLinks) SetClear(v HalLinkData)
- func (o *WorkspaceRepositoryContentManagerLinks) SetEdit(v HalLinkData)
- func (o *WorkspaceRepositoryContentManagerLinks) SetRelated(v HalLinkData)
- func (o *WorkspaceRepositoryContentManagerLinks) SetSelf(v HalLinkData)
- func (o WorkspaceRepositoryContentManagerLinks) ToMap() (map[string]interface{}, error)
- func (o *WorkspaceRepositoryContentManagerLinks) UnmarshalJSON(data []byte) (err error)
- type WorkspaceSourceAPIService
- func (a *WorkspaceSourceAPIService) FollowWorkspaceSourcesLink(r *ApiListWorkspaceSourcesRequest, link string) (*WorkspaceSourceCollection, *http.Response, error)
- func (a *WorkspaceSourceAPIService) GetWorkspaceSource(ctx context.Context, workspaceSourceName string) ApiGetWorkspaceSourceRequest
- func (a *WorkspaceSourceAPIService) GetWorkspaceSourceExecute(r ApiGetWorkspaceSourceRequest) (*WorkspaceSourceItem, *http.Response, error)
- func (a *WorkspaceSourceAPIService) GetWorkspaceSourceUploadOptions(ctx context.Context, workspaceSourceName string) ApiGetWorkspaceSourceUploadOptionsRequest
- func (a *WorkspaceSourceAPIService) GetWorkspaceSourceUploadOptionsExecute(r ApiGetWorkspaceSourceUploadOptionsRequest) (*http.Response, error)
- func (a *WorkspaceSourceAPIService) ListWorkspaceSources(ctx context.Context) ApiListWorkspaceSourcesRequest
- func (a *WorkspaceSourceAPIService) ListWorkspaceSourcesExecute(r ApiListWorkspaceSourcesRequest) (*WorkspaceSourceCollection, *http.Response, error)
- type WorkspaceSourceCollection
- func (o *WorkspaceSourceCollection) FetchLinks() (links any, err error)
- func (o *WorkspaceSourceCollection) FetchName() (string, error)
- func (o *WorkspaceSourceCollection) FetchTitle() (string, error)
- func (o *WorkspaceSourceCollection) FetchType() string
- func (o *WorkspaceSourceCollection) GetEmbedded() EmbeddedWorkspaceSourceItems
- func (o *WorkspaceSourceCollection) GetEmbeddedOk() (*EmbeddedWorkspaceSourceItems, bool)
- func (o *WorkspaceSourceCollection) GetItemCount() (count int64, err error)
- func (o *WorkspaceSourceCollection) GetItemIterator() (IIterator, error)
- func (o *WorkspaceSourceCollection) GetLinks() HalCollectionLinks
- func (o *WorkspaceSourceCollection) GetLinksOk() (*HalCollectionLinks, bool)
- func (o *WorkspaceSourceCollection) GetMetadata() PagingMetadata
- func (o *WorkspaceSourceCollection) GetMetadataOk() (*PagingMetadata, bool)
- func (o *WorkspaceSourceCollection) GetName() string
- func (o *WorkspaceSourceCollection) GetNameOk() (*string, bool)
- func (o *WorkspaceSourceCollection) GetTitle() string
- func (o *WorkspaceSourceCollection) GetTitleOk() (*string, bool)
- func (o *WorkspaceSourceCollection) HasEmbedded() bool
- func (o *WorkspaceSourceCollection) HasNext() bool
- func (o WorkspaceSourceCollection) MarshalJSON() ([]byte, error)
- func (o *WorkspaceSourceCollection) SetEmbedded(v EmbeddedWorkspaceSourceItems)
- func (o *WorkspaceSourceCollection) SetLinks(v HalCollectionLinks)
- func (o *WorkspaceSourceCollection) SetMetadata(v PagingMetadata)
- func (o *WorkspaceSourceCollection) SetName(v string)
- func (o *WorkspaceSourceCollection) SetTitle(v string)
- func (o WorkspaceSourceCollection) ToMap() (map[string]interface{}, error)
- func (o *WorkspaceSourceCollection) UnmarshalJSON(data []byte) (err error)
- type WorkspaceSourceItem
- func (o *WorkspaceSourceItem) FetchLinks() (links any, err error)
- func (o *WorkspaceSourceItem) FetchName() (string, error)
- func (o *WorkspaceSourceItem) FetchTitle() (string, error)
- func (o *WorkspaceSourceItem) FetchType() string
- func (o *WorkspaceSourceItem) GetDeprecated() bool
- func (o *WorkspaceSourceItem) GetDeprecatedOk() (*bool, bool)
- func (o *WorkspaceSourceItem) GetDeprecationInfo() DeprecationInfo
- func (o *WorkspaceSourceItem) GetDeprecationInfoOk() (*DeprecationInfo, bool)
- func (o *WorkspaceSourceItem) GetDescription() string
- func (o *WorkspaceSourceItem) GetDescriptionOk() (*string, bool)
- func (o *WorkspaceSourceItem) GetLinks() WorkspaceSourceItemLinks
- func (o *WorkspaceSourceItem) GetLinksOk() (*WorkspaceSourceItemLinks, bool)
- func (o *WorkspaceSourceItem) GetMetadata() CommonMetadata
- func (o *WorkspaceSourceItem) GetMetadataOk() (*CommonMetadata, bool)
- func (o *WorkspaceSourceItem) GetName() string
- func (o *WorkspaceSourceItem) GetNameOk() (*string, bool)
- func (o *WorkspaceSourceItem) GetTitle() string
- func (o *WorkspaceSourceItem) GetTitleOk() (*string, bool)
- func (o *WorkspaceSourceItem) HasDeprecationInfo() bool
- func (o *WorkspaceSourceItem) HasDescription() bool
- func (o WorkspaceSourceItem) MarshalJSON() ([]byte, error)
- func (o *WorkspaceSourceItem) SetDeprecated(v bool)
- func (o *WorkspaceSourceItem) SetDeprecationInfo(v DeprecationInfo)
- func (o *WorkspaceSourceItem) SetDescription(v string)
- func (o *WorkspaceSourceItem) SetLinks(v WorkspaceSourceItemLinks)
- func (o *WorkspaceSourceItem) SetMetadata(v CommonMetadata)
- func (o *WorkspaceSourceItem) SetName(v string)
- func (o *WorkspaceSourceItem) SetTitle(v string)
- func (o WorkspaceSourceItem) ToMap() (map[string]interface{}, error)
- func (o *WorkspaceSourceItem) UnmarshalJSON(data []byte) (err error)
- type WorkspaceSourceItemLinks
- func (o *WorkspaceSourceItemLinks) GetCollection() HalLinkData
- func (o *WorkspaceSourceItemLinks) GetCollectionOk() (*HalLinkData, bool)
- func (o *WorkspaceSourceItemLinks) GetCreate() HalLinkData
- func (o *WorkspaceSourceItemLinks) GetCreateOk() (*HalLinkData, bool)
- func (o *WorkspaceSourceItemLinks) GetSelf() HalLinkData
- func (o *WorkspaceSourceItemLinks) GetSelfOk() (*HalLinkData, bool)
- func (o *WorkspaceSourceItemLinks) HasCollection() bool
- func (o *WorkspaceSourceItemLinks) HasCreate() bool
- func (o WorkspaceSourceItemLinks) MarshalJSON() ([]byte, error)
- func (o *WorkspaceSourceItemLinks) SetCollection(v HalLinkData)
- func (o *WorkspaceSourceItemLinks) SetCreate(v HalLinkData)
- func (o *WorkspaceSourceItemLinks) SetSelf(v HalLinkData)
- func (o WorkspaceSourceItemLinks) ToMap() (map[string]interface{}, error)
- func (o *WorkspaceSourceItemLinks) UnmarshalJSON(data []byte) (err error)
- type WorkspaceSourceIterator
Constants ¶
This section is empty.
Variables ¶
var ( JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`) XmlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`) )
var ( // ContextAccessToken takes a string oauth2 access token as authentication for the request. ContextAccessToken = contextKey("accesstoken") // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
var AllowedAccountTypeEnumValues = []AccountType{
"service",
"user",
}
All allowed values of AccountType enum
var AllowedBuildToolTypesEnumValues = []BuildToolTypes{
"CMAKE",
"CMAKE_MAKE",
"CMAKE_NINJA",
"CMSIS_CBUILD",
"GENERIC_BUILDER",
}
All allowed values of BuildToolTypes enum
var AllowedFPGAJobTypeEnumValues = []FPGAJobType{
"cancelling",
"decommissioning",
"interactive",
"non-interactive",
}
All allowed values of FPGAJobType enum
var AllowedPermissionOperationEnumValues = []PermissionOperation{
"create",
"delete",
"list",
"read",
"update",
}
All allowed values of PermissionOperation enum
var AllowedToolchainTypesEnumValues = []ToolchainTypes{
"AC5",
"AC6",
"G++",
"GCC",
"GHS",
"IAR",
"Tasking",
}
All allowed values of ToolchainTypes enum
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct {
AuthenticationAPI *AuthenticationAPIService
AuthorizationAPI *AuthorizationAPIService
BuildJobsAPI *BuildJobsAPIService
CMSISBuildersAPI *CMSISBuildersAPIService
CMSISIntellisenseBuildersAPI *CMSISIntellisenseBuildersAPIService
DeprecationNoticeAPI *DeprecationNoticeAPIService
FPGAAPI *FPGAAPIService
FPGAAdminAPI *FPGAAdminAPIService
FPGAConnectionAPI *FPGAConnectionAPIService
FPGAEntitlementsAPI *FPGAEntitlementsAPIService
FPGAJobsAPI *FPGAJobsAPIService
FPGAPayloadsAPI *FPGAPayloadsAPIService
FPGAsAPI *FPGAsAPIService
GenericWorkJobsAPI *GenericWorkJobsAPIService
GenericWorkersAPI *GenericWorkersAPIService
IntellisenseJobsAPI *IntellisenseJobsAPIService
PersonalAccessTokenAPI *PersonalAccessTokenAPIService
RootResourceAPI *RootResourceAPIService
ServiceAccountAPI *ServiceAccountAPIService
VHTRunJobsAPI *VHTRunJobsAPIService
VendorsAPI *VendorsAPIService
VirtualHardwareTargetAPI *VirtualHardwareTargetAPIService
VirtualHardwareTargetInstanceAPI *VirtualHardwareTargetInstanceAPIService
WorkspaceAPI *WorkspaceAPIService
WorkspaceSourceAPI *WorkspaceSourceAPIService
// contains filtered or unexported fields
}
APIClient manages communication with the Solar API API v1.1.1 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
func (*APIClient) PrepareRequest ¶
func (c *APIClient) PrepareRequest( ctx context.Context, path string, method string, postBody interface{}, headerParams map[string]string, queryParams url.Values, formParams url.Values, formFiles []formFile) (localVarRequest *http.Request, err error)
PrepareRequest exposes the client `prepareRequest`
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 AccessTokenItemLinks ¶ added in v1.84.0
type AccessTokenItemLinks struct {
Author *HalLinkData `json:"author,omitempty"`
Delete *HalLinkData `json:"delete,omitempty"`
Self HalLinkData `json:"self"`
}
AccessTokenItemLinks The links for an Access Token Item. The `author` links to the user's account who created this token.
func NewAccessTokenItemLinks ¶ added in v1.84.0
func NewAccessTokenItemLinks(self HalLinkData) *AccessTokenItemLinks
NewAccessTokenItemLinks instantiates a new AccessTokenItemLinks 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 NewAccessTokenItemLinksWithDefaults ¶ added in v1.84.0
func NewAccessTokenItemLinksWithDefaults() *AccessTokenItemLinks
NewAccessTokenItemLinksWithDefaults instantiates a new AccessTokenItemLinks 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 (*AccessTokenItemLinks) GetAuthor ¶ added in v1.100.0
func (o *AccessTokenItemLinks) GetAuthor() HalLinkData
GetAuthor returns the Author field value if set, zero value otherwise.
func (*AccessTokenItemLinks) GetAuthorOk ¶ added in v1.100.0
func (o *AccessTokenItemLinks) GetAuthorOk() (*HalLinkData, bool)
GetAuthorOk returns a tuple with the Author field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenItemLinks) GetDelete ¶ added in v1.84.0
func (o *AccessTokenItemLinks) GetDelete() HalLinkData
GetDelete returns the Delete field value if set, zero value otherwise.
func (*AccessTokenItemLinks) GetDeleteOk ¶ added in v1.84.0
func (o *AccessTokenItemLinks) GetDeleteOk() (*HalLinkData, bool)
GetDeleteOk returns a tuple with the Delete field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenItemLinks) GetSelf ¶ added in v1.84.0
func (o *AccessTokenItemLinks) GetSelf() HalLinkData
GetSelf returns the Self field value
func (*AccessTokenItemLinks) GetSelfOk ¶ added in v1.84.0
func (o *AccessTokenItemLinks) GetSelfOk() (*HalLinkData, bool)
GetSelfOk returns a tuple with the Self field value and a boolean to check if the value has been set.
func (*AccessTokenItemLinks) HasAuthor ¶ added in v1.100.0
func (o *AccessTokenItemLinks) HasAuthor() bool
HasAuthor returns a boolean if a field has been set.
func (*AccessTokenItemLinks) HasDelete ¶ added in v1.84.0
func (o *AccessTokenItemLinks) HasDelete() bool
HasDelete returns a boolean if a field has been set.
func (AccessTokenItemLinks) MarshalJSON ¶ added in v1.84.0
func (o AccessTokenItemLinks) MarshalJSON() ([]byte, error)
func (*AccessTokenItemLinks) SetAuthor ¶ added in v1.100.0
func (o *AccessTokenItemLinks) SetAuthor(v HalLinkData)
SetAuthor gets a reference to the given HalLinkData and assigns it to the Author field.
func (*AccessTokenItemLinks) SetDelete ¶ added in v1.84.0
func (o *AccessTokenItemLinks) SetDelete(v HalLinkData)
SetDelete gets a reference to the given HalLinkData and assigns it to the Delete field.
func (*AccessTokenItemLinks) SetSelf ¶ added in v1.84.0
func (o *AccessTokenItemLinks) SetSelf(v HalLinkData)
SetSelf sets field value
func (AccessTokenItemLinks) ToMap ¶ added in v1.84.0
func (o AccessTokenItemLinks) ToMap() (map[string]interface{}, error)
func (*AccessTokenItemLinks) UnmarshalJSON ¶ added in v1.84.0
func (o *AccessTokenItemLinks) UnmarshalJSON(data []byte) (err error)
type AccountSummaryItem ¶ added in v1.96.0
type AccountSummaryItem struct {
Links NullableAccountSummaryLinks `json:"_links"`
Metadata NullableCommonMetadata `json:"_metadata"`
AccountType AccountType `json:"accountType"`
// The systems unique identifier for the account.
Name string `json:"name" validate:"regexp=[a-zA-Z0-9\\\\-\\"._~%!$&\\\\'(){}\\\\[£<>|\\\\]*+,;=:@]+"`
// Human readable name for the account.
Title *string `json:"title,omitempty" validate:"regexp=^[\\\\s\\\\w'-]*$"`
}
AccountSummaryItem The summary of an account, only containing attributes common to all account types.
func NewAccountSummaryItem ¶ added in v1.96.0
func NewAccountSummaryItem(links NullableAccountSummaryLinks, metadata NullableCommonMetadata, accountType AccountType, name string) *AccountSummaryItem
NewAccountSummaryItem instantiates a new AccountSummaryItem 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 NewAccountSummaryItemWithDefaults ¶ added in v1.96.0
func NewAccountSummaryItemWithDefaults() *AccountSummaryItem
NewAccountSummaryItemWithDefaults instantiates a new AccountSummaryItem 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 (*AccountSummaryItem) GetAccountType ¶ added in v1.96.0
func (o *AccountSummaryItem) GetAccountType() AccountType
GetAccountType returns the AccountType field value
func (*AccountSummaryItem) GetAccountTypeOk ¶ added in v1.96.0
func (o *AccountSummaryItem) GetAccountTypeOk() (*AccountType, bool)
GetAccountTypeOk returns a tuple with the AccountType field value and a boolean to check if the value has been set.
func (*AccountSummaryItem) GetLinks ¶ added in v1.96.0
func (o *AccountSummaryItem) GetLinks() AccountSummaryLinks
GetLinks returns the Links field value If the value is explicit nil, the zero value for AccountSummaryLinks will be returned
func (*AccountSummaryItem) GetLinksOk ¶ added in v1.96.0
func (o *AccountSummaryItem) GetLinksOk() (*AccountSummaryLinks, bool)
GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*AccountSummaryItem) GetMetadata ¶ added in v1.96.0
func (o *AccountSummaryItem) GetMetadata() CommonMetadata
GetMetadata returns the Metadata field value If the value is explicit nil, the zero value for CommonMetadata will be returned
func (*AccountSummaryItem) GetMetadataOk ¶ added in v1.96.0
func (o *AccountSummaryItem) GetMetadataOk() (*CommonMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*AccountSummaryItem) GetName ¶ added in v1.96.0
func (o *AccountSummaryItem) GetName() string
GetName returns the Name field value
func (*AccountSummaryItem) GetNameOk ¶ added in v1.96.0
func (o *AccountSummaryItem) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*AccountSummaryItem) GetTitle ¶ added in v1.96.0
func (o *AccountSummaryItem) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*AccountSummaryItem) GetTitleOk ¶ added in v1.96.0
func (o *AccountSummaryItem) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountSummaryItem) HasTitle ¶ added in v1.96.0
func (o *AccountSummaryItem) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (AccountSummaryItem) MarshalJSON ¶ added in v1.96.0
func (o AccountSummaryItem) MarshalJSON() ([]byte, error)
func (*AccountSummaryItem) SetAccountType ¶ added in v1.96.0
func (o *AccountSummaryItem) SetAccountType(v AccountType)
SetAccountType sets field value
func (*AccountSummaryItem) SetLinks ¶ added in v1.96.0
func (o *AccountSummaryItem) SetLinks(v AccountSummaryLinks)
SetLinks sets field value
func (*AccountSummaryItem) SetMetadata ¶ added in v1.96.0
func (o *AccountSummaryItem) SetMetadata(v CommonMetadata)
SetMetadata sets field value
func (*AccountSummaryItem) SetName ¶ added in v1.96.0
func (o *AccountSummaryItem) SetName(v string)
SetName sets field value
func (*AccountSummaryItem) SetTitle ¶ added in v1.96.0
func (o *AccountSummaryItem) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (AccountSummaryItem) ToMap ¶ added in v1.96.0
func (o AccountSummaryItem) ToMap() (map[string]interface{}, error)
func (*AccountSummaryItem) UnmarshalJSON ¶ added in v1.96.0
func (o *AccountSummaryItem) UnmarshalJSON(data []byte) (err error)
type AccountSummaryLinks ¶ added in v1.96.0
type AccountSummaryLinks struct {
Describedby HalLinkData `json:"describedby"`
Self HalLinkData `json:"self"`
}
AccountSummaryLinks The links for an Account Summary Item. The `describedby` is a link to the full details of the account based on its type.
func NewAccountSummaryLinks ¶ added in v1.96.0
func NewAccountSummaryLinks(describedby HalLinkData, self HalLinkData) *AccountSummaryLinks
NewAccountSummaryLinks instantiates a new AccountSummaryLinks 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 NewAccountSummaryLinksWithDefaults ¶ added in v1.96.0
func NewAccountSummaryLinksWithDefaults() *AccountSummaryLinks
NewAccountSummaryLinksWithDefaults instantiates a new AccountSummaryLinks 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 (*AccountSummaryLinks) GetDescribedby ¶ added in v1.96.0
func (o *AccountSummaryLinks) GetDescribedby() HalLinkData
GetDescribedby returns the Describedby field value
func (*AccountSummaryLinks) GetDescribedbyOk ¶ added in v1.96.0
func (o *AccountSummaryLinks) GetDescribedbyOk() (*HalLinkData, bool)
GetDescribedbyOk returns a tuple with the Describedby field value and a boolean to check if the value has been set.
func (*AccountSummaryLinks) GetSelf ¶ added in v1.96.0
func (o *AccountSummaryLinks) GetSelf() HalLinkData
GetSelf returns the Self field value
func (*AccountSummaryLinks) GetSelfOk ¶ added in v1.96.0
func (o *AccountSummaryLinks) GetSelfOk() (*HalLinkData, bool)
GetSelfOk returns a tuple with the Self field value and a boolean to check if the value has been set.
func (AccountSummaryLinks) MarshalJSON ¶ added in v1.96.0
func (o AccountSummaryLinks) MarshalJSON() ([]byte, error)
func (*AccountSummaryLinks) SetDescribedby ¶ added in v1.96.0
func (o *AccountSummaryLinks) SetDescribedby(v HalLinkData)
SetDescribedby sets field value
func (*AccountSummaryLinks) SetSelf ¶ added in v1.96.0
func (o *AccountSummaryLinks) SetSelf(v HalLinkData)
SetSelf sets field value
func (AccountSummaryLinks) ToMap ¶ added in v1.96.0
func (o AccountSummaryLinks) ToMap() (map[string]interface{}, error)
func (*AccountSummaryLinks) UnmarshalJSON ¶ added in v1.96.0
func (o *AccountSummaryLinks) UnmarshalJSON(data []byte) (err error)
type AccountType ¶ added in v1.96.0
type AccountType string
AccountType The type of the account.
const ( SERVICE AccountType = "service" USER AccountType = "user" )
List of AccountType
func NewAccountTypeFromValue ¶ added in v1.96.0
func NewAccountTypeFromValue(v string) (*AccountType, error)
NewAccountTypeFromValue returns a pointer to a valid AccountType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (AccountType) IsValid ¶ added in v1.96.0
func (v AccountType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (AccountType) Ptr ¶ added in v1.96.0
func (v AccountType) Ptr() *AccountType
Ptr returns reference to AccountType value
func (*AccountType) UnmarshalJSON ¶ added in v1.96.0
func (v *AccountType) UnmarshalJSON(src []byte) error
type AdditionalTool ¶
type AdditionalTool struct {
// Description of the tool.
Description string `json:"description"`
// Unique ID of the tool.
Name string `json:"name"`
// Human readable name of the tool.
Title string `json:"title"`
// Version of the tool.
Version NullableString `json:"version"`
}
AdditionalTool a tool available on the VHT platform e.g. python
func NewAdditionalTool ¶
func NewAdditionalTool(description string, name string, title string, version NullableString) *AdditionalTool
NewAdditionalTool instantiates a new AdditionalTool 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 NewAdditionalToolWithDefaults ¶
func NewAdditionalToolWithDefaults() *AdditionalTool
NewAdditionalToolWithDefaults instantiates a new AdditionalTool 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 (*AdditionalTool) GetDescription ¶
func (o *AdditionalTool) GetDescription() string
GetDescription returns the Description field value
func (*AdditionalTool) GetDescriptionOk ¶
func (o *AdditionalTool) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*AdditionalTool) GetName ¶
func (o *AdditionalTool) GetName() string
GetName returns the Name field value
func (*AdditionalTool) GetNameOk ¶
func (o *AdditionalTool) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*AdditionalTool) GetTitle ¶
func (o *AdditionalTool) GetTitle() string
GetTitle returns the Title field value
func (*AdditionalTool) GetTitleOk ¶
func (o *AdditionalTool) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (*AdditionalTool) GetVersion ¶
func (o *AdditionalTool) GetVersion() string
GetVersion returns the Version field value If the value is explicit nil, the zero value for string will be returned
func (*AdditionalTool) GetVersionOk ¶
func (o *AdditionalTool) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (AdditionalTool) MarshalJSON ¶
func (o AdditionalTool) MarshalJSON() ([]byte, error)
func (*AdditionalTool) SetDescription ¶
func (o *AdditionalTool) SetDescription(v string)
SetDescription sets field value
func (*AdditionalTool) SetName ¶
func (o *AdditionalTool) SetName(v string)
SetName sets field value
func (*AdditionalTool) SetTitle ¶
func (o *AdditionalTool) SetTitle(v string)
SetTitle sets field value
func (*AdditionalTool) SetVersion ¶
func (o *AdditionalTool) SetVersion(v string)
SetVersion sets field value
func (AdditionalTool) ToMap ¶ added in v1.22.0
func (o AdditionalTool) ToMap() (map[string]interface{}, error)
func (*AdditionalTool) UnmarshalJSON ¶ added in v1.22.0
func (o *AdditionalTool) UnmarshalJSON(data []byte) (err error)
type ApiAddFPGAAdminRequest ¶ added in v1.57.0
type ApiAddFPGAAdminRequest struct {
ApiService *FPGAAdminAPIService
// contains filtered or unexported fields
}
func (ApiAddFPGAAdminRequest) AcceptVersion ¶ added in v1.57.0
func (r ApiAddFPGAAdminRequest) AcceptVersion(acceptVersion string) ApiAddFPGAAdminRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiAddFPGAAdminRequest) Execute ¶ added in v1.57.0
func (r ApiAddFPGAAdminRequest) Execute() (*FPGAAdminItem, *http.Response, error)
func (ApiAddFPGAAdminRequest) FPGAAdminItem ¶ added in v1.57.0
func (r ApiAddFPGAAdminRequest) FPGAAdminItem(fPGAAdminItem FPGAAdminItem) ApiAddFPGAAdminRequest
Data required to add a user to the FPGA admin group.
type ApiCancelBuildJobRequest ¶
type ApiCancelBuildJobRequest struct {
ApiService *BuildJobsAPIService
// contains filtered or unexported fields
}
func (ApiCancelBuildJobRequest) AcceptVersion ¶
func (r ApiCancelBuildJobRequest) AcceptVersion(acceptVersion string) ApiCancelBuildJobRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiCancelBuildJobRequest) Execute ¶
func (r ApiCancelBuildJobRequest) Execute() (*BuildJobItem, *http.Response, error)
type ApiCancelFpgaJobRequest ¶ added in v1.44.0
type ApiCancelFpgaJobRequest struct {
ApiService *FPGAJobsAPIService
// contains filtered or unexported fields
}
func (ApiCancelFpgaJobRequest) AcceptVersion ¶ added in v1.44.0
func (r ApiCancelFpgaJobRequest) AcceptVersion(acceptVersion string) ApiCancelFpgaJobRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiCancelFpgaJobRequest) Execute ¶ added in v1.44.0
func (r ApiCancelFpgaJobRequest) Execute() (*FPGAJobItem, *http.Response, error)
type ApiCancelGenericWorkJobRequest ¶ added in v1.26.0
type ApiCancelGenericWorkJobRequest struct {
ApiService *GenericWorkJobsAPIService
// contains filtered or unexported fields
}
func (ApiCancelGenericWorkJobRequest) AcceptVersion ¶ added in v1.26.0
func (r ApiCancelGenericWorkJobRequest) AcceptVersion(acceptVersion string) ApiCancelGenericWorkJobRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiCancelGenericWorkJobRequest) Execute ¶ added in v1.26.0
func (r ApiCancelGenericWorkJobRequest) Execute() (*GenericWorkJobItem, *http.Response, error)
type ApiCancelIntellisenseJobRequest ¶
type ApiCancelIntellisenseJobRequest struct {
ApiService *IntellisenseJobsAPIService
// contains filtered or unexported fields
}
func (ApiCancelIntellisenseJobRequest) AcceptVersion ¶
func (r ApiCancelIntellisenseJobRequest) AcceptVersion(acceptVersion string) ApiCancelIntellisenseJobRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiCancelIntellisenseJobRequest) Execute ¶
func (r ApiCancelIntellisenseJobRequest) Execute() (*IntellisenseJobItem, *http.Response, error)
type ApiCancelVhtRunJobRequest ¶
type ApiCancelVhtRunJobRequest struct {
ApiService *VHTRunJobsAPIService
// contains filtered or unexported fields
}
func (ApiCancelVhtRunJobRequest) AcceptVersion ¶
func (r ApiCancelVhtRunJobRequest) AcceptVersion(acceptVersion string) ApiCancelVhtRunJobRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiCancelVhtRunJobRequest) Execute ¶
func (r ApiCancelVhtRunJobRequest) Execute() (*VhtRunJobItem, *http.Response, error)
type ApiCheckEntitlementsRequest ¶ added in v1.54.0
type ApiCheckEntitlementsRequest struct {
ApiService *AuthorizationAPIService
// contains filtered or unexported fields
}
func (ApiCheckEntitlementsRequest) AcceptVersion ¶ added in v1.54.0
func (r ApiCheckEntitlementsRequest) AcceptVersion(acceptVersion string) ApiCheckEntitlementsRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiCheckEntitlementsRequest) Execute ¶ added in v1.54.0
func (r ApiCheckEntitlementsRequest) Execute() (*PermissionItem, *http.Response, error)
func (ApiCheckEntitlementsRequest) PermissionItem ¶ added in v1.54.0
func (r ApiCheckEntitlementsRequest) PermissionItem(permissionItem PermissionItem) ApiCheckEntitlementsRequest
Data required to check permissions on a resource.
type ApiCheckFPGAPayloadStatusRequest ¶ added in v1.76.0
type ApiCheckFPGAPayloadStatusRequest struct {
ApiService *FPGAPayloadsAPIService
// contains filtered or unexported fields
}
func (ApiCheckFPGAPayloadStatusRequest) AcceptVersion ¶ added in v1.76.0
func (r ApiCheckFPGAPayloadStatusRequest) AcceptVersion(acceptVersion string) ApiCheckFPGAPayloadStatusRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiCheckFPGAPayloadStatusRequest) Execute ¶ added in v1.76.0
func (r ApiCheckFPGAPayloadStatusRequest) Execute() (*FPGAPayloadItem, *http.Response, error)
type ApiClearFpgaJobArtefactRequest ¶ added in v1.44.0
type ApiClearFpgaJobArtefactRequest struct {
ApiService *FPGAJobsAPIService
// contains filtered or unexported fields
}
func (ApiClearFpgaJobArtefactRequest) AcceptVersion ¶ added in v1.44.0
func (r ApiClearFpgaJobArtefactRequest) AcceptVersion(acceptVersion string) ApiClearFpgaJobArtefactRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
type ApiClearVhtInstanceArtefactRequest ¶
type ApiClearVhtInstanceArtefactRequest struct {
ApiService *VirtualHardwareTargetInstanceAPIService
// contains filtered or unexported fields
}
func (ApiClearVhtInstanceArtefactRequest) AcceptVersion ¶
func (r ApiClearVhtInstanceArtefactRequest) AcceptVersion(acceptVersion string) ApiClearVhtInstanceArtefactRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
type ApiClearWorkspaceArchiveContentRequest ¶
type ApiClearWorkspaceArchiveContentRequest struct {
ApiService *WorkspaceAPIService
// contains filtered or unexported fields
}
func (ApiClearWorkspaceArchiveContentRequest) AcceptVersion ¶
func (r ApiClearWorkspaceArchiveContentRequest) AcceptVersion(acceptVersion string) ApiClearWorkspaceArchiveContentRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiClearWorkspaceArchiveContentRequest) Execute ¶
func (r ApiClearWorkspaceArchiveContentRequest) Execute() (*http.Response, error)
func (ApiClearWorkspaceArchiveContentRequest) TusResumable ¶ added in v1.71.0
func (r ApiClearWorkspaceArchiveContentRequest) TusResumable(tusResumable string) ApiClearWorkspaceArchiveContentRequest
Version of the Tus protocol being used.
type ApiClearWorkspaceIncrementalChunkRequest ¶ added in v1.71.0
type ApiClearWorkspaceIncrementalChunkRequest struct {
ApiService *WorkspaceAPIService
// contains filtered or unexported fields
}
func (ApiClearWorkspaceIncrementalChunkRequest) AcceptVersion ¶ added in v1.71.0
func (r ApiClearWorkspaceIncrementalChunkRequest) AcceptVersion(acceptVersion string) ApiClearWorkspaceIncrementalChunkRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiClearWorkspaceIncrementalChunkRequest) Execute ¶ added in v1.71.0
func (r ApiClearWorkspaceIncrementalChunkRequest) Execute() (*http.Response, error)
func (ApiClearWorkspaceIncrementalChunkRequest) TusResumable ¶ added in v1.71.0
func (r ApiClearWorkspaceIncrementalChunkRequest) TusResumable(tusResumable string) ApiClearWorkspaceIncrementalChunkRequest
Version of the Tus protocol being used.
type ApiClearWorkspaceRepositoryContentManagerRequest ¶
type ApiClearWorkspaceRepositoryContentManagerRequest struct {
ApiService *WorkspaceAPIService
// contains filtered or unexported fields
}
func (ApiClearWorkspaceRepositoryContentManagerRequest) AcceptVersion ¶
func (r ApiClearWorkspaceRepositoryContentManagerRequest) AcceptVersion(acceptVersion string) ApiClearWorkspaceRepositoryContentManagerRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
type ApiCommissionFpgaRequest ¶ added in v1.44.0
type ApiCommissionFpgaRequest struct {
ApiService *FPGAsAPIService
// contains filtered or unexported fields
}
func (ApiCommissionFpgaRequest) AcceptVersion ¶ added in v1.44.0
func (r ApiCommissionFpgaRequest) AcceptVersion(acceptVersion string) ApiCommissionFpgaRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiCommissionFpgaRequest) Execute ¶ added in v1.44.0
func (r ApiCommissionFpgaRequest) Execute() (*FPGAItem, *http.Response, error)
func (ApiCommissionFpgaRequest) FPGAItem ¶ added in v1.44.0
func (r ApiCommissionFpgaRequest) FPGAItem(fPGAItem FPGAItem) ApiCommissionFpgaRequest
An FPGA to commission.
type ApiCompleteFpgaJobRequest ¶ added in v1.99.0
type ApiCompleteFpgaJobRequest struct {
ApiService *FPGAJobsAPIService
// contains filtered or unexported fields
}
func (ApiCompleteFpgaJobRequest) AcceptVersion ¶ added in v1.99.0
func (r ApiCompleteFpgaJobRequest) AcceptVersion(acceptVersion string) ApiCompleteFpgaJobRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiCompleteFpgaJobRequest) Execute ¶ added in v1.99.0
func (r ApiCompleteFpgaJobRequest) Execute() (*FPGAJobItem, *http.Response, error)
type ApiCompleteGenericWorkJobRequest ¶ added in v1.101.0
type ApiCompleteGenericWorkJobRequest struct {
ApiService *GenericWorkJobsAPIService
// contains filtered or unexported fields
}
func (ApiCompleteGenericWorkJobRequest) AcceptVersion ¶ added in v1.101.0
func (r ApiCompleteGenericWorkJobRequest) AcceptVersion(acceptVersion string) ApiCompleteGenericWorkJobRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiCompleteGenericWorkJobRequest) Execute ¶ added in v1.101.0
func (r ApiCompleteGenericWorkJobRequest) Execute() (*GenericWorkJobItem, *http.Response, error)
type ApiControlGenericWorkJobRequest ¶ added in v1.103.0
type ApiControlGenericWorkJobRequest struct {
ApiService *GenericWorkJobsAPIService
// contains filtered or unexported fields
}
func (ApiControlGenericWorkJobRequest) AcceptVersion ¶ added in v1.103.0
func (r ApiControlGenericWorkJobRequest) AcceptVersion(acceptVersion string) ApiControlGenericWorkJobRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiControlGenericWorkJobRequest) Execute ¶ added in v1.103.0
func (r ApiControlGenericWorkJobRequest) Execute() (*GenericWorkJobItem, *http.Response, error)
func (ApiControlGenericWorkJobRequest) GenericWorkJobControlCommandItem ¶ added in v1.103.0
func (r ApiControlGenericWorkJobRequest) GenericWorkJobControlCommandItem(genericWorkJobControlCommandItem GenericWorkJobControlCommandItem) ApiControlGenericWorkJobRequest
A definition of the control command to send for a job.
type ApiCreateCompositeWorkspaceChunkRequest ¶ added in v1.71.0
type ApiCreateCompositeWorkspaceChunkRequest struct {
ApiService *WorkspaceAPIService
// contains filtered or unexported fields
}
func (ApiCreateCompositeWorkspaceChunkRequest) AcceptVersion ¶ added in v1.71.0
func (r ApiCreateCompositeWorkspaceChunkRequest) AcceptVersion(acceptVersion string) ApiCreateCompositeWorkspaceChunkRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiCreateCompositeWorkspaceChunkRequest) Execute ¶ added in v1.71.0
func (r ApiCreateCompositeWorkspaceChunkRequest) Execute() (*http.Response, error)
func (ApiCreateCompositeWorkspaceChunkRequest) TusResumable ¶ added in v1.71.0
func (r ApiCreateCompositeWorkspaceChunkRequest) TusResumable(tusResumable string) ApiCreateCompositeWorkspaceChunkRequest
Version of the Tus protocol being used.
func (ApiCreateCompositeWorkspaceChunkRequest) UploadConcat ¶ added in v1.71.0
func (r ApiCreateCompositeWorkspaceChunkRequest) UploadConcat(uploadConcat string) ApiCreateCompositeWorkspaceChunkRequest
whether it is a partial upload or a final upload. https://tus.io/protocols/resumable-upload#upload-concat
func (ApiCreateCompositeWorkspaceChunkRequest) UploadDeferLength ¶ added in v1.71.0
func (r ApiCreateCompositeWorkspaceChunkRequest) UploadDeferLength(uploadDeferLength int32) ApiCreateCompositeWorkspaceChunkRequest
Set to 1 if upload size is not known at the time. Any other value results in a 400 Bad Request.
func (ApiCreateCompositeWorkspaceChunkRequest) UploadLength ¶ added in v1.71.0
func (r ApiCreateCompositeWorkspaceChunkRequest) UploadLength(uploadLength int64) ApiCreateCompositeWorkspaceChunkRequest
The size of the entire upload in bytes.
func (ApiCreateCompositeWorkspaceChunkRequest) UploadMetadata ¶ added in v1.71.0
func (r ApiCreateCompositeWorkspaceChunkRequest) UploadMetadata(uploadMetadata string) ApiCreateCompositeWorkspaceChunkRequest
Additional metadata for the upload request. The header consists of comma-separated key-value pairs. The key MUST NOT contain spaces or commas and MUST be ASCII encoded. The value MUST be Base64 encoded. The workspace key should be provided with the unique identifier for the payload to be uploaded to.
type ApiCreateFPGAPayloadRequest ¶ added in v1.44.0
type ApiCreateFPGAPayloadRequest struct {
ApiService *FPGAPayloadsAPIService
// contains filtered or unexported fields
}
func (ApiCreateFPGAPayloadRequest) AcceptVersion ¶ added in v1.44.0
func (r ApiCreateFPGAPayloadRequest) AcceptVersion(acceptVersion string) ApiCreateFPGAPayloadRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiCreateFPGAPayloadRequest) Execute ¶ added in v1.44.0
func (r ApiCreateFPGAPayloadRequest) Execute() (*FPGAPayloadItem, *http.Response, error)
func (ApiCreateFPGAPayloadRequest) FPGAPayloadItem ¶ added in v1.44.0
func (r ApiCreateFPGAPayloadRequest) FPGAPayloadItem(fPGAPayloadItem FPGAPayloadItem) ApiCreateFPGAPayloadRequest
An FPGA Payload to be created.
type ApiCreateFPGAPayloadUploadSessionRequest ¶ added in v1.44.0
type ApiCreateFPGAPayloadUploadSessionRequest struct {
ApiService *FPGAPayloadsAPIService
// contains filtered or unexported fields
}
func (ApiCreateFPGAPayloadUploadSessionRequest) AcceptVersion ¶ added in v1.44.0
func (r ApiCreateFPGAPayloadUploadSessionRequest) AcceptVersion(acceptVersion string) ApiCreateFPGAPayloadUploadSessionRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiCreateFPGAPayloadUploadSessionRequest) Execute ¶ added in v1.44.0
func (r ApiCreateFPGAPayloadUploadSessionRequest) Execute() (*http.Response, error)
func (ApiCreateFPGAPayloadUploadSessionRequest) TusResumable ¶ added in v1.44.0
func (r ApiCreateFPGAPayloadUploadSessionRequest) TusResumable(tusResumable string) ApiCreateFPGAPayloadUploadSessionRequest
Version of the Tus protocol being used.
func (ApiCreateFPGAPayloadUploadSessionRequest) UploadDeferLength ¶ added in v1.44.0
func (r ApiCreateFPGAPayloadUploadSessionRequest) UploadDeferLength(uploadDeferLength int32) ApiCreateFPGAPayloadUploadSessionRequest
Set to 1 if upload size is not known at the time. Any other value results in a 400 Bad Request.
func (ApiCreateFPGAPayloadUploadSessionRequest) UploadLength ¶ added in v1.44.0
func (r ApiCreateFPGAPayloadUploadSessionRequest) UploadLength(uploadLength int64) ApiCreateFPGAPayloadUploadSessionRequest
The size of the entire upload in bytes.
func (ApiCreateFPGAPayloadUploadSessionRequest) UploadMetadata ¶ added in v1.44.0
func (r ApiCreateFPGAPayloadUploadSessionRequest) UploadMetadata(uploadMetadata string) ApiCreateFPGAPayloadUploadSessionRequest
Additional metadata for the upload request. The header consists of comma-separated key-value pairs. The key MUST NOT contain spaces or commas and MUST be ASCII encoded. The value MUST be Base64 encoded. The workspace key should be provided with the unique identifier for the payload to be uploaded to.
type ApiCreateFpgaJobArtefactManagerRequest ¶ added in v1.44.0
type ApiCreateFpgaJobArtefactManagerRequest struct {
ApiService *FPGAJobsAPIService
// contains filtered or unexported fields
}
func (ApiCreateFpgaJobArtefactManagerRequest) AcceptVersion ¶ added in v1.44.0
func (r ApiCreateFpgaJobArtefactManagerRequest) AcceptVersion(acceptVersion string) ApiCreateFpgaJobArtefactManagerRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiCreateFpgaJobArtefactManagerRequest) ArtefactManagerItem ¶ added in v1.44.0
func (r ApiCreateFpgaJobArtefactManagerRequest) ArtefactManagerItem(artefactManagerItem ArtefactManagerItem) ApiCreateFpgaJobArtefactManagerRequest
An artefact manager to create.
func (ApiCreateFpgaJobArtefactManagerRequest) Execute ¶ added in v1.44.0
func (r ApiCreateFpgaJobArtefactManagerRequest) Execute() (*ArtefactManagerItem, *http.Response, error)
type ApiCreatePATRequest ¶ added in v1.26.0
type ApiCreatePATRequest struct {
ApiService *PersonalAccessTokenAPIService
// contains filtered or unexported fields
}
func (ApiCreatePATRequest) AcceptVersion ¶ added in v1.26.0
func (r ApiCreatePATRequest) AcceptVersion(acceptVersion string) ApiCreatePATRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiCreatePATRequest) Execute ¶ added in v1.26.0
func (r ApiCreatePATRequest) Execute() (*PATCreationItem, *http.Response, error)
func (ApiCreatePATRequest) PATCreationItem ¶ added in v1.28.0
func (r ApiCreatePATRequest) PATCreationItem(pATCreationItem PATCreationItem) ApiCreatePATRequest
Data required to create a new token.
type ApiCreateSATRequest ¶ added in v1.84.0
type ApiCreateSATRequest struct {
ApiService *ServiceAccountAPIService
// contains filtered or unexported fields
}
func (ApiCreateSATRequest) AcceptVersion ¶ added in v1.84.0
func (r ApiCreateSATRequest) AcceptVersion(acceptVersion string) ApiCreateSATRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiCreateSATRequest) Execute ¶ added in v1.84.0
func (r ApiCreateSATRequest) Execute() (*ServiceAccessTokenItem, *http.Response, error)
func (ApiCreateSATRequest) ServiceAccessTokenItem ¶ added in v1.84.0
func (r ApiCreateSATRequest) ServiceAccessTokenItem(serviceAccessTokenItem ServiceAccessTokenItem) ApiCreateSATRequest
Data required to create a new token.
type ApiCreateServiceAccountRequest ¶ added in v1.77.0
type ApiCreateServiceAccountRequest struct {
ApiService *ServiceAccountAPIService
// contains filtered or unexported fields
}
func (ApiCreateServiceAccountRequest) AcceptVersion ¶ added in v1.77.0
func (r ApiCreateServiceAccountRequest) AcceptVersion(acceptVersion string) ApiCreateServiceAccountRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiCreateServiceAccountRequest) Execute ¶ added in v1.77.0
func (r ApiCreateServiceAccountRequest) Execute() (*ServiceAccountItem, *http.Response, error)
func (ApiCreateServiceAccountRequest) ServiceAccountItem ¶ added in v1.77.0
func (r ApiCreateServiceAccountRequest) ServiceAccountItem(serviceAccountItem ServiceAccountItem) ApiCreateServiceAccountRequest
Data required to create a new service account.
type ApiCreateVendorRequest ¶
type ApiCreateVendorRequest struct {
ApiService *VendorsAPIService
// contains filtered or unexported fields
}
func (ApiCreateVendorRequest) AcceptVersion ¶
func (r ApiCreateVendorRequest) AcceptVersion(acceptVersion string) ApiCreateVendorRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiCreateVendorRequest) Execute ¶
func (r ApiCreateVendorRequest) Execute() (*VendorItem, *http.Response, error)
func (ApiCreateVendorRequest) VendorItem ¶
func (r ApiCreateVendorRequest) VendorItem(vendorItem VendorItem) ApiCreateVendorRequest
Data required to create a new Vendor.
type ApiCreateWorkspaceRequest ¶
type ApiCreateWorkspaceRequest struct {
ApiService *WorkspaceAPIService
// contains filtered or unexported fields
}
func (ApiCreateWorkspaceRequest) AcceptVersion ¶
func (r ApiCreateWorkspaceRequest) AcceptVersion(acceptVersion string) ApiCreateWorkspaceRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiCreateWorkspaceRequest) Execute ¶
func (r ApiCreateWorkspaceRequest) Execute() (*WorkspaceItem, *http.Response, error)
func (ApiCreateWorkspaceRequest) TusResumable ¶ added in v1.71.0
func (r ApiCreateWorkspaceRequest) TusResumable(tusResumable string) ApiCreateWorkspaceRequest
Version of the Tus protocol being used.
func (ApiCreateWorkspaceRequest) UploadDeferLength ¶ added in v1.71.0
func (r ApiCreateWorkspaceRequest) UploadDeferLength(uploadDeferLength int32) ApiCreateWorkspaceRequest
Set to 1 if upload size is not known at the time. Any other value results in a 400 Bad Request.
func (ApiCreateWorkspaceRequest) UploadLength ¶ added in v1.71.0
func (r ApiCreateWorkspaceRequest) UploadLength(uploadLength int64) ApiCreateWorkspaceRequest
The size of the entire upload in bytes.
func (ApiCreateWorkspaceRequest) UploadMetadata ¶ added in v1.71.0
func (r ApiCreateWorkspaceRequest) UploadMetadata(uploadMetadata string) ApiCreateWorkspaceRequest
Additional metadata for the upload request. The header consists of comma-separated key-value pairs. The key MUST NOT contain spaces or commas and MUST be ASCII encoded. The value MUST be Base64 encoded. The workspace key should be provided with the unique identifier for the payload to be uploaded to.
func (ApiCreateWorkspaceRequest) WorkspaceItem ¶
func (r ApiCreateWorkspaceRequest) WorkspaceItem(workspaceItem WorkspaceItem) ApiCreateWorkspaceRequest
A name of the source type to create the workspace from.
type ApiDecommissionFpgaRequest ¶ added in v1.44.0
type ApiDecommissionFpgaRequest struct {
ApiService *FPGAsAPIService
// contains filtered or unexported fields
}
func (ApiDecommissionFpgaRequest) AcceptVersion ¶ added in v1.44.0
func (r ApiDecommissionFpgaRequest) AcceptVersion(acceptVersion string) ApiDecommissionFpgaRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
type ApiDeleteBuildJobRequest ¶
type ApiDeleteBuildJobRequest struct {
ApiService *BuildJobsAPIService
// contains filtered or unexported fields
}
func (ApiDeleteBuildJobRequest) AcceptVersion ¶
func (r ApiDeleteBuildJobRequest) AcceptVersion(acceptVersion string) ApiDeleteBuildJobRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
type ApiDeleteFpgaJobRequest ¶ added in v1.44.0
type ApiDeleteFpgaJobRequest struct {
ApiService *FPGAJobsAPIService
// contains filtered or unexported fields
}
func (ApiDeleteFpgaJobRequest) AcceptVersion ¶ added in v1.44.0
func (r ApiDeleteFpgaJobRequest) AcceptVersion(acceptVersion string) ApiDeleteFpgaJobRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
type ApiDeleteFpgaPayloadRequest ¶ added in v1.44.0
type ApiDeleteFpgaPayloadRequest struct {
ApiService *FPGAPayloadsAPIService
// contains filtered or unexported fields
}
func (ApiDeleteFpgaPayloadRequest) AcceptVersion ¶ added in v1.44.0
func (r ApiDeleteFpgaPayloadRequest) AcceptVersion(acceptVersion string) ApiDeleteFpgaPayloadRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
type ApiDeleteGenericWorkJobRequest ¶ added in v1.26.0
type ApiDeleteGenericWorkJobRequest struct {
ApiService *GenericWorkJobsAPIService
// contains filtered or unexported fields
}
func (ApiDeleteGenericWorkJobRequest) AcceptVersion ¶ added in v1.26.0
func (r ApiDeleteGenericWorkJobRequest) AcceptVersion(acceptVersion string) ApiDeleteGenericWorkJobRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
type ApiDeleteIntellisenseJobRequest ¶
type ApiDeleteIntellisenseJobRequest struct {
ApiService *IntellisenseJobsAPIService
// contains filtered or unexported fields
}
func (ApiDeleteIntellisenseJobRequest) AcceptVersion ¶
func (r ApiDeleteIntellisenseJobRequest) AcceptVersion(acceptVersion string) ApiDeleteIntellisenseJobRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
type ApiDeletePATRequest ¶ added in v1.26.0
type ApiDeletePATRequest struct {
ApiService *PersonalAccessTokenAPIService
// contains filtered or unexported fields
}
func (ApiDeletePATRequest) AcceptVersion ¶ added in v1.26.0
func (r ApiDeletePATRequest) AcceptVersion(acceptVersion string) ApiDeletePATRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
type ApiDeleteSATRequest ¶ added in v1.84.0
type ApiDeleteSATRequest struct {
ApiService *ServiceAccountAPIService
// contains filtered or unexported fields
}
func (ApiDeleteSATRequest) AcceptVersion ¶ added in v1.84.0
func (r ApiDeleteSATRequest) AcceptVersion(acceptVersion string) ApiDeleteSATRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
type ApiDeleteServiceAccountRequest ¶ added in v1.77.0
type ApiDeleteServiceAccountRequest struct {
ApiService *ServiceAccountAPIService
// contains filtered or unexported fields
}
func (ApiDeleteServiceAccountRequest) AcceptVersion ¶ added in v1.77.0
func (r ApiDeleteServiceAccountRequest) AcceptVersion(acceptVersion string) ApiDeleteServiceAccountRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
type ApiDeleteUserRequest ¶ added in v1.78.0
type ApiDeleteUserRequest struct {
ApiService *AuthenticationAPIService
// contains filtered or unexported fields
}
func (ApiDeleteUserRequest) AcceptVersion ¶ added in v1.78.0
func (r ApiDeleteUserRequest) AcceptVersion(acceptVersion string) ApiDeleteUserRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
type ApiDeleteVhtInstanceRequest ¶
type ApiDeleteVhtInstanceRequest struct {
ApiService *VirtualHardwareTargetInstanceAPIService
// contains filtered or unexported fields
}
func (ApiDeleteVhtInstanceRequest) AcceptVersion ¶
func (r ApiDeleteVhtInstanceRequest) AcceptVersion(acceptVersion string) ApiDeleteVhtInstanceRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
type ApiDeleteVhtRunJobRequest ¶
type ApiDeleteVhtRunJobRequest struct {
ApiService *VHTRunJobsAPIService
// contains filtered or unexported fields
}
func (ApiDeleteVhtRunJobRequest) AcceptVersion ¶
func (r ApiDeleteVhtRunJobRequest) AcceptVersion(acceptVersion string) ApiDeleteVhtRunJobRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
type ApiDeleteWorkspaceRequest ¶
type ApiDeleteWorkspaceRequest struct {
ApiService *WorkspaceAPIService
// contains filtered or unexported fields
}
func (ApiDeleteWorkspaceRequest) AcceptVersion ¶
func (r ApiDeleteWorkspaceRequest) AcceptVersion(acceptVersion string) ApiDeleteWorkspaceRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiDeleteWorkspaceRequest) Execute ¶
func (r ApiDeleteWorkspaceRequest) Execute() (*http.Response, error)
func (ApiDeleteWorkspaceRequest) TusResumable ¶ added in v1.71.0
func (r ApiDeleteWorkspaceRequest) TusResumable(tusResumable string) ApiDeleteWorkspaceRequest
Version of the Tus protocol being used.
type ApiDownloadFpgaJobArtefactRequest ¶ added in v1.44.0
type ApiDownloadFpgaJobArtefactRequest struct {
ApiService *FPGAJobsAPIService
// contains filtered or unexported fields
}
func (ApiDownloadFpgaJobArtefactRequest) AcceptVersion ¶ added in v1.44.0
func (r ApiDownloadFpgaJobArtefactRequest) AcceptVersion(acceptVersion string) ApiDownloadFpgaJobArtefactRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiDownloadFpgaJobArtefactRequest) IfNoneMatch ¶ added in v1.44.0
func (r ApiDownloadFpgaJobArtefactRequest) IfNoneMatch(ifNoneMatch string) ApiDownloadFpgaJobArtefactRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
type ApiDownloadSpecificFpgaJobArtefactRequest ¶ added in v1.69.0
type ApiDownloadSpecificFpgaJobArtefactRequest struct {
ApiService *FPGAJobsAPIService
// contains filtered or unexported fields
}
func (ApiDownloadSpecificFpgaJobArtefactRequest) AcceptVersion ¶ added in v1.69.0
func (r ApiDownloadSpecificFpgaJobArtefactRequest) AcceptVersion(acceptVersion string) ApiDownloadSpecificFpgaJobArtefactRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiDownloadSpecificFpgaJobArtefactRequest) IfNoneMatch ¶ added in v1.69.0
func (r ApiDownloadSpecificFpgaJobArtefactRequest) IfNoneMatch(ifNoneMatch string) ApiDownloadSpecificFpgaJobArtefactRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
type ApiDownloadVhtInstanceArtefactRequest ¶
type ApiDownloadVhtInstanceArtefactRequest struct {
ApiService *VirtualHardwareTargetInstanceAPIService
// contains filtered or unexported fields
}
func (ApiDownloadVhtInstanceArtefactRequest) AcceptVersion ¶
func (r ApiDownloadVhtInstanceArtefactRequest) AcceptVersion(acceptVersion string) ApiDownloadVhtInstanceArtefactRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiDownloadVhtInstanceArtefactRequest) IfNoneMatch ¶
func (r ApiDownloadVhtInstanceArtefactRequest) IfNoneMatch(ifNoneMatch string) ApiDownloadVhtInstanceArtefactRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
type ApiEditServiceAccountRequest ¶ added in v1.77.0
type ApiEditServiceAccountRequest struct {
ApiService *ServiceAccountAPIService
// contains filtered or unexported fields
}
func (ApiEditServiceAccountRequest) AcceptVersion ¶ added in v1.77.0
func (r ApiEditServiceAccountRequest) AcceptVersion(acceptVersion string) ApiEditServiceAccountRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiEditServiceAccountRequest) Execute ¶ added in v1.77.0
func (r ApiEditServiceAccountRequest) Execute() (*ServiceAccountItem, *http.Response, error)
func (ApiEditServiceAccountRequest) IfMatch ¶ added in v1.77.0
func (r ApiEditServiceAccountRequest) IfMatch(ifMatch string) ApiEditServiceAccountRequest
Conditional Requests: This is required in order to perform an update of a resource. The value of this header should be the `ETag` of the resource when read (before being subsequently modified by the client).
func (ApiEditServiceAccountRequest) ServiceAccountItem ¶ added in v1.77.0
func (r ApiEditServiceAccountRequest) ServiceAccountItem(serviceAccountItem ServiceAccountItem) ApiEditServiceAccountRequest
The new definition of the service account.
type ApiEditWorkspaceRepositoryContentManagerRequest ¶
type ApiEditWorkspaceRepositoryContentManagerRequest struct {
ApiService *WorkspaceAPIService
// contains filtered or unexported fields
}
func (ApiEditWorkspaceRepositoryContentManagerRequest) AcceptVersion ¶
func (r ApiEditWorkspaceRepositoryContentManagerRequest) AcceptVersion(acceptVersion string) ApiEditWorkspaceRepositoryContentManagerRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiEditWorkspaceRepositoryContentManagerRequest) Execute ¶
func (r ApiEditWorkspaceRepositoryContentManagerRequest) Execute() (*WorkspaceRepositoryContentManager, *http.Response, error)
func (ApiEditWorkspaceRepositoryContentManagerRequest) IfMatch ¶
func (r ApiEditWorkspaceRepositoryContentManagerRequest) IfMatch(ifMatch string) ApiEditWorkspaceRepositoryContentManagerRequest
Conditional Requests: This is required in order to perform an update of a resource. The value of this header should be the `ETag` of the resource when read (before being subsequently modified by the client).
func (ApiEditWorkspaceRepositoryContentManagerRequest) WorkspaceRepositoryContentManager ¶
func (r ApiEditWorkspaceRepositoryContentManagerRequest) WorkspaceRepositoryContentManager(workspaceRepositoryContentManager WorkspaceRepositoryContentManager) ApiEditWorkspaceRepositoryContentManagerRequest
Definition of the repository where the workspace content should be checked out from
type ApiGetAlternativeFpgaPayloadUploadProgressRequest ¶ added in v1.82.0
type ApiGetAlternativeFpgaPayloadUploadProgressRequest struct {
ApiService *FPGAPayloadsAPIService
// contains filtered or unexported fields
}
func (ApiGetAlternativeFpgaPayloadUploadProgressRequest) AcceptVersion ¶ added in v1.82.0
func (r ApiGetAlternativeFpgaPayloadUploadProgressRequest) AcceptVersion(acceptVersion string) ApiGetAlternativeFpgaPayloadUploadProgressRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetAlternativeFpgaPayloadUploadProgressRequest) Execute ¶ added in v1.82.0
func (r ApiGetAlternativeFpgaPayloadUploadProgressRequest) Execute() (*http.Response, error)
func (ApiGetAlternativeFpgaPayloadUploadProgressRequest) XHTTPMethodOverride ¶ added in v1.82.0
func (r ApiGetAlternativeFpgaPayloadUploadProgressRequest) XHTTPMethodOverride(xHTTPMethodOverride string) ApiGetAlternativeFpgaPayloadUploadProgressRequest
Verb tunnelling when some methods are not supported.
type ApiGetBuildArtefactRequest ¶
type ApiGetBuildArtefactRequest struct {
ApiService *BuildJobsAPIService
// contains filtered or unexported fields
}
func (ApiGetBuildArtefactRequest) AcceptVersion ¶
func (r ApiGetBuildArtefactRequest) AcceptVersion(acceptVersion string) ApiGetBuildArtefactRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
type ApiGetBuildJobArtefactManagerRequest ¶ added in v1.22.0
type ApiGetBuildJobArtefactManagerRequest struct {
ApiService *BuildJobsAPIService
// contains filtered or unexported fields
}
func (ApiGetBuildJobArtefactManagerRequest) AcceptVersion ¶ added in v1.22.0
func (r ApiGetBuildJobArtefactManagerRequest) AcceptVersion(acceptVersion string) ApiGetBuildJobArtefactManagerRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetBuildJobArtefactManagerRequest) Execute ¶ added in v1.22.0
func (r ApiGetBuildJobArtefactManagerRequest) Execute() (*ArtefactManagerItem, *http.Response, error)
func (ApiGetBuildJobArtefactManagerRequest) IfNoneMatch ¶ added in v1.22.0
func (r ApiGetBuildJobArtefactManagerRequest) IfNoneMatch(ifNoneMatch string) ApiGetBuildJobArtefactManagerRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
type ApiGetBuildJobRequest ¶
type ApiGetBuildJobRequest struct {
ApiService *BuildJobsAPIService
// contains filtered or unexported fields
}
func (ApiGetBuildJobRequest) AcceptVersion ¶
func (r ApiGetBuildJobRequest) AcceptVersion(acceptVersion string) ApiGetBuildJobRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetBuildJobRequest) Execute ¶
func (r ApiGetBuildJobRequest) Execute() (*BuildJobItem, *http.Response, error)
func (ApiGetBuildJobRequest) IfNoneMatch ¶
func (r ApiGetBuildJobRequest) IfNoneMatch(ifNoneMatch string) ApiGetBuildJobRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
type ApiGetBuildMessagesRequest ¶
type ApiGetBuildMessagesRequest struct {
ApiService *BuildJobsAPIService
// contains filtered or unexported fields
}
func (ApiGetBuildMessagesRequest) AcceptVersion ¶
func (r ApiGetBuildMessagesRequest) AcceptVersion(acceptVersion string) ApiGetBuildMessagesRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetBuildMessagesRequest) Execute ¶
func (r ApiGetBuildMessagesRequest) Execute() (*BuildMessageItem, *http.Response, error)
func (*ApiGetBuildMessagesRequest) FollowGetBuildMessagesLink ¶ added in v1.46.0
func (r *ApiGetBuildMessagesRequest) FollowGetBuildMessagesLink(link string) (*BuildMessageItem, *http.Response, error)
================================================================================================================= This extends ApiGetBuildMessagesRequest and BuildJobsAPIService definitions =================================================================================================================
func (ApiGetBuildMessagesRequest) IfNoneMatch ¶
func (r ApiGetBuildMessagesRequest) IfNoneMatch(ifNoneMatch string) ApiGetBuildMessagesRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiGetBuildMessagesRequest) Limit ¶
func (r ApiGetBuildMessagesRequest) Limit(limit int32) ApiGetBuildMessagesRequest
Paging: The maximum number of items to return in a resource.
func (ApiGetBuildMessagesRequest) Offset ¶
func (r ApiGetBuildMessagesRequest) Offset(offset int32) ApiGetBuildMessagesRequest
Paging: The index of the first item to return in the resource.
type ApiGetBuildOutputArtefactRequest ¶ added in v1.22.0
type ApiGetBuildOutputArtefactRequest struct {
ApiService *BuildJobsAPIService
// contains filtered or unexported fields
}
func (ApiGetBuildOutputArtefactRequest) AcceptVersion ¶ added in v1.22.0
func (r ApiGetBuildOutputArtefactRequest) AcceptVersion(acceptVersion string) ApiGetBuildOutputArtefactRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetBuildOutputArtefactRequest) IfNoneMatch ¶ added in v1.22.0
func (r ApiGetBuildOutputArtefactRequest) IfNoneMatch(ifNoneMatch string) ApiGetBuildOutputArtefactRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
type ApiGetChunkedWorkspaceUploadProgressRequest ¶ added in v1.71.0
type ApiGetChunkedWorkspaceUploadProgressRequest struct {
ApiService *WorkspaceAPIService
// contains filtered or unexported fields
}
func (ApiGetChunkedWorkspaceUploadProgressRequest) AcceptVersion ¶ added in v1.71.0
func (r ApiGetChunkedWorkspaceUploadProgressRequest) AcceptVersion(acceptVersion string) ApiGetChunkedWorkspaceUploadProgressRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetChunkedWorkspaceUploadProgressRequest) Execute ¶ added in v1.71.0
func (r ApiGetChunkedWorkspaceUploadProgressRequest) Execute() (*http.Response, error)
func (ApiGetChunkedWorkspaceUploadProgressRequest) TusResumable ¶ added in v1.80.0
func (r ApiGetChunkedWorkspaceUploadProgressRequest) TusResumable(tusResumable string) ApiGetChunkedWorkspaceUploadProgressRequest
Version of the Tus protocol being used.
type ApiGetCmsisBuilderRequest ¶
type ApiGetCmsisBuilderRequest struct {
ApiService *CMSISBuildersAPIService
// contains filtered or unexported fields
}
func (ApiGetCmsisBuilderRequest) AcceptVersion ¶
func (r ApiGetCmsisBuilderRequest) AcceptVersion(acceptVersion string) ApiGetCmsisBuilderRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetCmsisBuilderRequest) Execute ¶
func (r ApiGetCmsisBuilderRequest) Execute() (*CmsisBuilderItem, *http.Response, error)
func (ApiGetCmsisBuilderRequest) IfNoneMatch ¶
func (r ApiGetCmsisBuilderRequest) IfNoneMatch(ifNoneMatch string) ApiGetCmsisBuilderRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
type ApiGetCmsisIntellisenseRequest ¶
type ApiGetCmsisIntellisenseRequest struct {
ApiService *CMSISIntellisenseBuildersAPIService
// contains filtered or unexported fields
}
func (ApiGetCmsisIntellisenseRequest) AcceptVersion ¶
func (r ApiGetCmsisIntellisenseRequest) AcceptVersion(acceptVersion string) ApiGetCmsisIntellisenseRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetCmsisIntellisenseRequest) Execute ¶
func (r ApiGetCmsisIntellisenseRequest) Execute() (*CmsisIntellisenseItem, *http.Response, error)
func (ApiGetCmsisIntellisenseRequest) IfNoneMatch ¶
func (r ApiGetCmsisIntellisenseRequest) IfNoneMatch(ifNoneMatch string) ApiGetCmsisIntellisenseRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
type ApiGetCompositeWorkspaceUploadOptionsRequest ¶ added in v1.71.0
type ApiGetCompositeWorkspaceUploadOptionsRequest struct {
ApiService *WorkspaceAPIService
// contains filtered or unexported fields
}
func (ApiGetCompositeWorkspaceUploadOptionsRequest) AcceptVersion ¶ added in v1.71.0
func (r ApiGetCompositeWorkspaceUploadOptionsRequest) AcceptVersion(acceptVersion string) ApiGetCompositeWorkspaceUploadOptionsRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
type ApiGetCompositeWorkspaceUploadSupportRequest ¶ added in v1.71.0
type ApiGetCompositeWorkspaceUploadSupportRequest struct {
ApiService *WorkspaceAPIService
// contains filtered or unexported fields
}
func (ApiGetCompositeWorkspaceUploadSupportRequest) AcceptVersion ¶ added in v1.71.0
func (r ApiGetCompositeWorkspaceUploadSupportRequest) AcceptVersion(acceptVersion string) ApiGetCompositeWorkspaceUploadSupportRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
type ApiGetCurrentFpgaJobRequest ¶ added in v1.44.0
type ApiGetCurrentFpgaJobRequest struct {
ApiService *FPGAJobsAPIService
// contains filtered or unexported fields
}
func (ApiGetCurrentFpgaJobRequest) AcceptVersion ¶ added in v1.44.0
func (r ApiGetCurrentFpgaJobRequest) AcceptVersion(acceptVersion string) ApiGetCurrentFpgaJobRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetCurrentFpgaJobRequest) Execute ¶ added in v1.44.0
func (r ApiGetCurrentFpgaJobRequest) Execute() (*FPGAJobItem, *http.Response, error)
func (ApiGetCurrentFpgaJobRequest) IfNoneMatch ¶ added in v1.44.0
func (r ApiGetCurrentFpgaJobRequest) IfNoneMatch(ifNoneMatch string) ApiGetCurrentFpgaJobRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
type ApiGetDeprecationNoticeRequest ¶ added in v1.22.0
type ApiGetDeprecationNoticeRequest struct {
ApiService *DeprecationNoticeAPIService
// contains filtered or unexported fields
}
func (ApiGetDeprecationNoticeRequest) AcceptVersion ¶ added in v1.22.0
func (r ApiGetDeprecationNoticeRequest) AcceptVersion(acceptVersion string) ApiGetDeprecationNoticeRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetDeprecationNoticeRequest) Execute ¶ added in v1.22.0
func (r ApiGetDeprecationNoticeRequest) Execute() (*EndpointDeprecationNotice, *http.Response, error)
func (ApiGetDeprecationNoticeRequest) IfNoneMatch ¶ added in v1.22.0
func (r ApiGetDeprecationNoticeRequest) IfNoneMatch(ifNoneMatch string) ApiGetDeprecationNoticeRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
type ApiGetFPGAEntitlementRequest ¶ added in v1.60.0
type ApiGetFPGAEntitlementRequest struct {
ApiService *FPGAEntitlementsAPIService
// contains filtered or unexported fields
}
func (ApiGetFPGAEntitlementRequest) AcceptVersion ¶ added in v1.60.0
func (r ApiGetFPGAEntitlementRequest) AcceptVersion(acceptVersion string) ApiGetFPGAEntitlementRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetFPGAEntitlementRequest) Execute ¶ added in v1.60.0
func (r ApiGetFPGAEntitlementRequest) Execute() (*FPGAEntitlementItem, *http.Response, error)
func (ApiGetFPGAEntitlementRequest) IfNoneMatch ¶ added in v1.60.0
func (r ApiGetFPGAEntitlementRequest) IfNoneMatch(ifNoneMatch string) ApiGetFPGAEntitlementRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
type ApiGetFpgaConnectionRequest ¶ added in v1.44.0
type ApiGetFpgaConnectionRequest struct {
ApiService *FPGAConnectionAPIService
// contains filtered or unexported fields
}
func (ApiGetFpgaConnectionRequest) AcceptVersion ¶ added in v1.44.0
func (r ApiGetFpgaConnectionRequest) AcceptVersion(acceptVersion string) ApiGetFpgaConnectionRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetFpgaConnectionRequest) Execute ¶ added in v1.44.0
func (r ApiGetFpgaConnectionRequest) Execute() (*FPGAConnectionItem, *http.Response, error)
type ApiGetFpgaJobArtefactManagerRequest ¶ added in v1.44.0
type ApiGetFpgaJobArtefactManagerRequest struct {
ApiService *FPGAJobsAPIService
// contains filtered or unexported fields
}
func (ApiGetFpgaJobArtefactManagerRequest) AcceptVersion ¶ added in v1.44.0
func (r ApiGetFpgaJobArtefactManagerRequest) AcceptVersion(acceptVersion string) ApiGetFpgaJobArtefactManagerRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetFpgaJobArtefactManagerRequest) Execute ¶ added in v1.44.0
func (r ApiGetFpgaJobArtefactManagerRequest) Execute() (*ArtefactManagerItem, *http.Response, error)
func (ApiGetFpgaJobArtefactManagerRequest) IfNoneMatch ¶ added in v1.44.0
func (r ApiGetFpgaJobArtefactManagerRequest) IfNoneMatch(ifNoneMatch string) ApiGetFpgaJobArtefactManagerRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
type ApiGetFpgaJobMessagesRequest ¶ added in v1.44.0
type ApiGetFpgaJobMessagesRequest struct {
ApiService *FPGAJobsAPIService
// contains filtered or unexported fields
}
func (ApiGetFpgaJobMessagesRequest) AcceptVersion ¶ added in v1.44.0
func (r ApiGetFpgaJobMessagesRequest) AcceptVersion(acceptVersion string) ApiGetFpgaJobMessagesRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetFpgaJobMessagesRequest) Execute ¶ added in v1.44.0
func (r ApiGetFpgaJobMessagesRequest) Execute() (*NotificationFeed, *http.Response, error)
func (*ApiGetFpgaJobMessagesRequest) FollowGetFpgaJobMessagesLink ¶ added in v1.46.0
func (r *ApiGetFpgaJobMessagesRequest) FollowGetFpgaJobMessagesLink(link string) (*NotificationFeed, *http.Response, error)
================================================================================================================= This extends ApiGetFpgaJobMessagesRequest and FPGAJobsAPIService definitions =================================================================================================================
func (ApiGetFpgaJobMessagesRequest) IfNoneMatch ¶ added in v1.44.0
func (r ApiGetFpgaJobMessagesRequest) IfNoneMatch(ifNoneMatch string) ApiGetFpgaJobMessagesRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiGetFpgaJobMessagesRequest) Limit ¶ added in v1.44.0
func (r ApiGetFpgaJobMessagesRequest) Limit(limit int32) ApiGetFpgaJobMessagesRequest
Paging: The maximum number of items to return in a resource.
func (ApiGetFpgaJobMessagesRequest) Offset ¶ added in v1.44.0
func (r ApiGetFpgaJobMessagesRequest) Offset(offset int32) ApiGetFpgaJobMessagesRequest
Paging: The index of the first item to return in the resource.
type ApiGetFpgaJobRequest ¶ added in v1.44.0
type ApiGetFpgaJobRequest struct {
ApiService *FPGAJobsAPIService
// contains filtered or unexported fields
}
func (ApiGetFpgaJobRequest) AcceptVersion ¶ added in v1.44.0
func (r ApiGetFpgaJobRequest) AcceptVersion(acceptVersion string) ApiGetFpgaJobRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetFpgaJobRequest) Execute ¶ added in v1.44.0
func (r ApiGetFpgaJobRequest) Execute() (*FPGAJobItem, *http.Response, error)
func (ApiGetFpgaJobRequest) IfNoneMatch ¶ added in v1.44.0
func (r ApiGetFpgaJobRequest) IfNoneMatch(ifNoneMatch string) ApiGetFpgaJobRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
type ApiGetFpgaPayloadRequest ¶ added in v1.44.0
type ApiGetFpgaPayloadRequest struct {
ApiService *FPGAPayloadsAPIService
// contains filtered or unexported fields
}
func (ApiGetFpgaPayloadRequest) AcceptVersion ¶ added in v1.44.0
func (r ApiGetFpgaPayloadRequest) AcceptVersion(acceptVersion string) ApiGetFpgaPayloadRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetFpgaPayloadRequest) Execute ¶ added in v1.44.0
func (r ApiGetFpgaPayloadRequest) Execute() (*FPGAPayloadItem, *http.Response, error)
func (ApiGetFpgaPayloadRequest) IfNoneMatch ¶ added in v1.44.0
func (r ApiGetFpgaPayloadRequest) IfNoneMatch(ifNoneMatch string) ApiGetFpgaPayloadRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
type ApiGetFpgaPayloadUploadJobMessagesRequest ¶ added in v1.70.0
type ApiGetFpgaPayloadUploadJobMessagesRequest struct {
ApiService *FPGAPayloadsAPIService
// contains filtered or unexported fields
}
func (ApiGetFpgaPayloadUploadJobMessagesRequest) AcceptVersion ¶ added in v1.70.0
func (r ApiGetFpgaPayloadUploadJobMessagesRequest) AcceptVersion(acceptVersion string) ApiGetFpgaPayloadUploadJobMessagesRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetFpgaPayloadUploadJobMessagesRequest) Execute ¶ added in v1.70.0
func (r ApiGetFpgaPayloadUploadJobMessagesRequest) Execute() (*NotificationFeed, *http.Response, error)
func (*ApiGetFpgaPayloadUploadJobMessagesRequest) FollowGetFpgaPayloadUploadJobMessagesLink ¶ added in v1.70.0
func (r *ApiGetFpgaPayloadUploadJobMessagesRequest) FollowGetFpgaPayloadUploadJobMessagesLink(link string) (*NotificationFeed, *http.Response, error)
================================================================================================================= This extends ApiGetFpgaPayloadUploadJobMessagesRequest and FPGAPayloadsAPIService definitions =================================================================================================================
func (ApiGetFpgaPayloadUploadJobMessagesRequest) IfNoneMatch ¶ added in v1.70.0
func (r ApiGetFpgaPayloadUploadJobMessagesRequest) IfNoneMatch(ifNoneMatch string) ApiGetFpgaPayloadUploadJobMessagesRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiGetFpgaPayloadUploadJobMessagesRequest) Limit ¶ added in v1.70.0
func (r ApiGetFpgaPayloadUploadJobMessagesRequest) Limit(limit int32) ApiGetFpgaPayloadUploadJobMessagesRequest
Paging: The maximum number of items to return in a resource.
func (ApiGetFpgaPayloadUploadJobMessagesRequest) Offset ¶ added in v1.70.0
func (r ApiGetFpgaPayloadUploadJobMessagesRequest) Offset(offset int32) ApiGetFpgaPayloadUploadJobMessagesRequest
Paging: The index of the first item to return in the resource.
type ApiGetFpgaPayloadUploadOptionsRequest ¶ added in v1.44.0
type ApiGetFpgaPayloadUploadOptionsRequest struct {
ApiService *FPGAPayloadsAPIService
// contains filtered or unexported fields
}
func (ApiGetFpgaPayloadUploadOptionsRequest) AcceptVersion ¶ added in v1.44.0
func (r ApiGetFpgaPayloadUploadOptionsRequest) AcceptVersion(acceptVersion string) ApiGetFpgaPayloadUploadOptionsRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
type ApiGetFpgaPayloadUploadProgressRequest ¶ added in v1.44.0
type ApiGetFpgaPayloadUploadProgressRequest struct {
ApiService *FPGAPayloadsAPIService
// contains filtered or unexported fields
}
func (ApiGetFpgaPayloadUploadProgressRequest) AcceptVersion ¶ added in v1.44.0
func (r ApiGetFpgaPayloadUploadProgressRequest) AcceptVersion(acceptVersion string) ApiGetFpgaPayloadUploadProgressRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
type ApiGetFpgaRequest ¶ added in v1.44.0
type ApiGetFpgaRequest struct {
ApiService *FPGAsAPIService
// contains filtered or unexported fields
}
func (ApiGetFpgaRequest) AcceptVersion ¶ added in v1.44.0
func (r ApiGetFpgaRequest) AcceptVersion(acceptVersion string) ApiGetFpgaRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetFpgaRequest) Execute ¶ added in v1.44.0
func (r ApiGetFpgaRequest) Execute() (*FPGAItem, *http.Response, error)
func (ApiGetFpgaRequest) IfNoneMatch ¶ added in v1.44.0
func (r ApiGetFpgaRequest) IfNoneMatch(ifNoneMatch string) ApiGetFpgaRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
type ApiGetGenericWorkJobArtefactManagerRequest ¶ added in v1.26.0
type ApiGetGenericWorkJobArtefactManagerRequest struct {
ApiService *GenericWorkJobsAPIService
// contains filtered or unexported fields
}
func (ApiGetGenericWorkJobArtefactManagerRequest) AcceptVersion ¶ added in v1.26.0
func (r ApiGetGenericWorkJobArtefactManagerRequest) AcceptVersion(acceptVersion string) ApiGetGenericWorkJobArtefactManagerRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetGenericWorkJobArtefactManagerRequest) Execute ¶ added in v1.26.0
func (r ApiGetGenericWorkJobArtefactManagerRequest) Execute() (*ArtefactManagerItem, *http.Response, error)
func (ApiGetGenericWorkJobArtefactManagerRequest) IfNoneMatch ¶ added in v1.26.0
func (r ApiGetGenericWorkJobArtefactManagerRequest) IfNoneMatch(ifNoneMatch string) ApiGetGenericWorkJobArtefactManagerRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
type ApiGetGenericWorkJobMessagesRequest ¶ added in v1.26.0
type ApiGetGenericWorkJobMessagesRequest struct {
ApiService *GenericWorkJobsAPIService
// contains filtered or unexported fields
}
func (ApiGetGenericWorkJobMessagesRequest) AcceptVersion ¶ added in v1.26.0
func (r ApiGetGenericWorkJobMessagesRequest) AcceptVersion(acceptVersion string) ApiGetGenericWorkJobMessagesRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetGenericWorkJobMessagesRequest) Execute ¶ added in v1.26.0
func (r ApiGetGenericWorkJobMessagesRequest) Execute() (*NotificationFeed, *http.Response, error)
func (*ApiGetGenericWorkJobMessagesRequest) FollowGetGenericWorkJobMessagesLink ¶ added in v1.46.0
func (r *ApiGetGenericWorkJobMessagesRequest) FollowGetGenericWorkJobMessagesLink(link string) (*NotificationFeed, *http.Response, error)
================================================================================================================= This extends ApiGetGenericWorkJobMessagesRequest and GenericWorkJobsAPIService definitions =================================================================================================================
func (ApiGetGenericWorkJobMessagesRequest) IfNoneMatch ¶ added in v1.26.0
func (r ApiGetGenericWorkJobMessagesRequest) IfNoneMatch(ifNoneMatch string) ApiGetGenericWorkJobMessagesRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiGetGenericWorkJobMessagesRequest) Limit ¶ added in v1.26.0
func (r ApiGetGenericWorkJobMessagesRequest) Limit(limit int32) ApiGetGenericWorkJobMessagesRequest
Paging: The maximum number of items to return in a resource.
func (ApiGetGenericWorkJobMessagesRequest) Offset ¶ added in v1.26.0
func (r ApiGetGenericWorkJobMessagesRequest) Offset(offset int32) ApiGetGenericWorkJobMessagesRequest
Paging: The index of the first item to return in the resource.
type ApiGetGenericWorkJobOutputArtefactRequest ¶ added in v1.26.0
type ApiGetGenericWorkJobOutputArtefactRequest struct {
ApiService *GenericWorkJobsAPIService
// contains filtered or unexported fields
}
func (ApiGetGenericWorkJobOutputArtefactRequest) AcceptVersion ¶ added in v1.26.0
func (r ApiGetGenericWorkJobOutputArtefactRequest) AcceptVersion(acceptVersion string) ApiGetGenericWorkJobOutputArtefactRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetGenericWorkJobOutputArtefactRequest) IfNoneMatch ¶ added in v1.26.0
func (r ApiGetGenericWorkJobOutputArtefactRequest) IfNoneMatch(ifNoneMatch string) ApiGetGenericWorkJobOutputArtefactRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
type ApiGetGenericWorkJobRequest ¶ added in v1.26.0
type ApiGetGenericWorkJobRequest struct {
ApiService *GenericWorkJobsAPIService
// contains filtered or unexported fields
}
func (ApiGetGenericWorkJobRequest) AcceptVersion ¶ added in v1.26.0
func (r ApiGetGenericWorkJobRequest) AcceptVersion(acceptVersion string) ApiGetGenericWorkJobRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetGenericWorkJobRequest) Execute ¶ added in v1.26.0
func (r ApiGetGenericWorkJobRequest) Execute() (*GenericWorkJobItem, *http.Response, error)
func (ApiGetGenericWorkJobRequest) IfNoneMatch ¶ added in v1.26.0
func (r ApiGetGenericWorkJobRequest) IfNoneMatch(ifNoneMatch string) ApiGetGenericWorkJobRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
type ApiGetGenericWorkerRequest ¶ added in v1.26.0
type ApiGetGenericWorkerRequest struct {
ApiService *GenericWorkersAPIService
// contains filtered or unexported fields
}
func (ApiGetGenericWorkerRequest) AcceptVersion ¶ added in v1.26.0
func (r ApiGetGenericWorkerRequest) AcceptVersion(acceptVersion string) ApiGetGenericWorkerRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetGenericWorkerRequest) Execute ¶ added in v1.26.0
func (r ApiGetGenericWorkerRequest) Execute() (*GenericWorkerItem, *http.Response, error)
func (ApiGetGenericWorkerRequest) IfNoneMatch ¶ added in v1.26.0
func (r ApiGetGenericWorkerRequest) IfNoneMatch(ifNoneMatch string) ApiGetGenericWorkerRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
type ApiGetIntellisenseArtefactRequest ¶
type ApiGetIntellisenseArtefactRequest struct {
ApiService *IntellisenseJobsAPIService
// contains filtered or unexported fields
}
func (ApiGetIntellisenseArtefactRequest) AcceptVersion ¶
func (r ApiGetIntellisenseArtefactRequest) AcceptVersion(acceptVersion string) ApiGetIntellisenseArtefactRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
type ApiGetIntellisenseJobArtefactManagerRequest ¶ added in v1.22.0
type ApiGetIntellisenseJobArtefactManagerRequest struct {
ApiService *IntellisenseJobsAPIService
// contains filtered or unexported fields
}
func (ApiGetIntellisenseJobArtefactManagerRequest) AcceptVersion ¶ added in v1.22.0
func (r ApiGetIntellisenseJobArtefactManagerRequest) AcceptVersion(acceptVersion string) ApiGetIntellisenseJobArtefactManagerRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetIntellisenseJobArtefactManagerRequest) Execute ¶ added in v1.22.0
func (r ApiGetIntellisenseJobArtefactManagerRequest) Execute() (*ArtefactManagerItem, *http.Response, error)
func (ApiGetIntellisenseJobArtefactManagerRequest) IfNoneMatch ¶ added in v1.22.0
func (r ApiGetIntellisenseJobArtefactManagerRequest) IfNoneMatch(ifNoneMatch string) ApiGetIntellisenseJobArtefactManagerRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
type ApiGetIntellisenseJobRequest ¶
type ApiGetIntellisenseJobRequest struct {
ApiService *IntellisenseJobsAPIService
// contains filtered or unexported fields
}
func (ApiGetIntellisenseJobRequest) AcceptVersion ¶
func (r ApiGetIntellisenseJobRequest) AcceptVersion(acceptVersion string) ApiGetIntellisenseJobRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetIntellisenseJobRequest) Execute ¶
func (r ApiGetIntellisenseJobRequest) Execute() (*IntellisenseJobItem, *http.Response, error)
func (ApiGetIntellisenseJobRequest) IfNoneMatch ¶
func (r ApiGetIntellisenseJobRequest) IfNoneMatch(ifNoneMatch string) ApiGetIntellisenseJobRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
type ApiGetIntellisenseMessagesRequest ¶
type ApiGetIntellisenseMessagesRequest struct {
ApiService *IntellisenseJobsAPIService
// contains filtered or unexported fields
}
func (ApiGetIntellisenseMessagesRequest) AcceptVersion ¶
func (r ApiGetIntellisenseMessagesRequest) AcceptVersion(acceptVersion string) ApiGetIntellisenseMessagesRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetIntellisenseMessagesRequest) Execute ¶
func (r ApiGetIntellisenseMessagesRequest) Execute() (*IntellisenseMessageItem, *http.Response, error)
func (*ApiGetIntellisenseMessagesRequest) FollowGetIntellisenseMessagesLink ¶ added in v1.46.0
func (r *ApiGetIntellisenseMessagesRequest) FollowGetIntellisenseMessagesLink(link string) (*IntellisenseMessageItem, *http.Response, error)
================================================================================================================= This extends ApiGetIntellisenseMessagesRequest and IntellisenseJobsAPIService definitions =================================================================================================================
func (ApiGetIntellisenseMessagesRequest) IfNoneMatch ¶
func (r ApiGetIntellisenseMessagesRequest) IfNoneMatch(ifNoneMatch string) ApiGetIntellisenseMessagesRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiGetIntellisenseMessagesRequest) Limit ¶
func (r ApiGetIntellisenseMessagesRequest) Limit(limit int32) ApiGetIntellisenseMessagesRequest
Paging: The maximum number of items to return in a resource.
func (ApiGetIntellisenseMessagesRequest) Offset ¶
func (r ApiGetIntellisenseMessagesRequest) Offset(offset int32) ApiGetIntellisenseMessagesRequest
Paging: The index of the first item to return in the resource.
type ApiGetIntellisenseOutputArtefactRequest ¶ added in v1.22.0
type ApiGetIntellisenseOutputArtefactRequest struct {
ApiService *IntellisenseJobsAPIService
// contains filtered or unexported fields
}
func (ApiGetIntellisenseOutputArtefactRequest) AcceptVersion ¶ added in v1.22.0
func (r ApiGetIntellisenseOutputArtefactRequest) AcceptVersion(acceptVersion string) ApiGetIntellisenseOutputArtefactRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetIntellisenseOutputArtefactRequest) IfNoneMatch ¶ added in v1.22.0
func (r ApiGetIntellisenseOutputArtefactRequest) IfNoneMatch(ifNoneMatch string) ApiGetIntellisenseOutputArtefactRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
type ApiGetMeRequest ¶ added in v1.38.0
type ApiGetMeRequest struct {
ApiService *AuthenticationAPIService
// contains filtered or unexported fields
}
func (ApiGetMeRequest) AcceptVersion ¶ added in v1.38.0
func (r ApiGetMeRequest) AcceptVersion(acceptVersion string) ApiGetMeRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
type ApiGetMyAccountSummaryRequest ¶ added in v1.96.0
type ApiGetMyAccountSummaryRequest struct {
ApiService *AuthenticationAPIService
// contains filtered or unexported fields
}
func (ApiGetMyAccountSummaryRequest) AcceptVersion ¶ added in v1.96.0
func (r ApiGetMyAccountSummaryRequest) AcceptVersion(acceptVersion string) ApiGetMyAccountSummaryRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetMyAccountSummaryRequest) Execute ¶ added in v1.96.0
func (r ApiGetMyAccountSummaryRequest) Execute() (*AccountSummaryItem, *http.Response, error)
type ApiGetPATRequest ¶ added in v1.26.0
type ApiGetPATRequest struct {
ApiService *PersonalAccessTokenAPIService
// contains filtered or unexported fields
}
func (ApiGetPATRequest) AcceptVersion ¶ added in v1.26.0
func (r ApiGetPATRequest) AcceptVersion(acceptVersion string) ApiGetPATRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetPATRequest) Execute ¶ added in v1.26.0
func (r ApiGetPATRequest) Execute() (*PATItem, *http.Response, error)
func (ApiGetPATRequest) IfNoneMatch ¶ added in v1.26.0
func (r ApiGetPATRequest) IfNoneMatch(ifNoneMatch string) ApiGetPATRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
type ApiGetRootRequest ¶
type ApiGetRootRequest struct {
ApiService *RootResourceAPIService
// contains filtered or unexported fields
}
func (ApiGetRootRequest) AcceptVersion ¶
func (r ApiGetRootRequest) AcceptVersion(acceptVersion string) ApiGetRootRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetRootRequest) Execute ¶
func (r ApiGetRootRequest) Execute() (*SimpleCollection, *http.Response, error)
func (ApiGetRootRequest) IfNoneMatch ¶
func (r ApiGetRootRequest) IfNoneMatch(ifNoneMatch string) ApiGetRootRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiGetRootRequest) Limit ¶
func (r ApiGetRootRequest) Limit(limit int32) ApiGetRootRequest
Paging: The maximum number of items to return in a resource.
func (ApiGetRootRequest) Offset ¶
func (r ApiGetRootRequest) Offset(offset int32) ApiGetRootRequest
Paging: The index of the first item to return in the resource.
type ApiGetSATRequest ¶ added in v1.85.0
type ApiGetSATRequest struct {
ApiService *ServiceAccountAPIService
// contains filtered or unexported fields
}
func (ApiGetSATRequest) AcceptVersion ¶ added in v1.85.0
func (r ApiGetSATRequest) AcceptVersion(acceptVersion string) ApiGetSATRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetSATRequest) Execute ¶ added in v1.85.0
func (r ApiGetSATRequest) Execute() (*ServiceAccessTokenItem, *http.Response, error)
type ApiGetServiceAccountRequest ¶ added in v1.77.0
type ApiGetServiceAccountRequest struct {
ApiService *ServiceAccountAPIService
// contains filtered or unexported fields
}
func (ApiGetServiceAccountRequest) AcceptVersion ¶ added in v1.77.0
func (r ApiGetServiceAccountRequest) AcceptVersion(acceptVersion string) ApiGetServiceAccountRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetServiceAccountRequest) Execute ¶ added in v1.77.0
func (r ApiGetServiceAccountRequest) Execute() (*ServiceAccountItem, *http.Response, error)
type ApiGetSpecificFpgaJobArtefactManagerRequest ¶ added in v1.69.0
type ApiGetSpecificFpgaJobArtefactManagerRequest struct {
ApiService *FPGAJobsAPIService
// contains filtered or unexported fields
}
func (ApiGetSpecificFpgaJobArtefactManagerRequest) AcceptVersion ¶ added in v1.69.0
func (r ApiGetSpecificFpgaJobArtefactManagerRequest) AcceptVersion(acceptVersion string) ApiGetSpecificFpgaJobArtefactManagerRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetSpecificFpgaJobArtefactManagerRequest) Execute ¶ added in v1.69.0
func (r ApiGetSpecificFpgaJobArtefactManagerRequest) Execute() (*ArtefactManagerItem, *http.Response, error)
func (ApiGetSpecificFpgaJobArtefactManagerRequest) IfNoneMatch ¶ added in v1.69.0
func (r ApiGetSpecificFpgaJobArtefactManagerRequest) IfNoneMatch(ifNoneMatch string) ApiGetSpecificFpgaJobArtefactManagerRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
type ApiGetSpecificFpgaJobMessagesRequest ¶ added in v1.69.0
type ApiGetSpecificFpgaJobMessagesRequest struct {
ApiService *FPGAJobsAPIService
// contains filtered or unexported fields
}
func (ApiGetSpecificFpgaJobMessagesRequest) AcceptVersion ¶ added in v1.69.0
func (r ApiGetSpecificFpgaJobMessagesRequest) AcceptVersion(acceptVersion string) ApiGetSpecificFpgaJobMessagesRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetSpecificFpgaJobMessagesRequest) Execute ¶ added in v1.69.0
func (r ApiGetSpecificFpgaJobMessagesRequest) Execute() (*NotificationFeed, *http.Response, error)
func (*ApiGetSpecificFpgaJobMessagesRequest) FollowGetSpecificFpgaJobMessagesLink ¶ added in v1.69.0
func (r *ApiGetSpecificFpgaJobMessagesRequest) FollowGetSpecificFpgaJobMessagesLink(link string) (*NotificationFeed, *http.Response, error)
================================================================================================================= This extends ApiGetSpecificFpgaJobMessagesRequest and FPGAJobsAPIService definitions =================================================================================================================
func (ApiGetSpecificFpgaJobMessagesRequest) IfNoneMatch ¶ added in v1.69.0
func (r ApiGetSpecificFpgaJobMessagesRequest) IfNoneMatch(ifNoneMatch string) ApiGetSpecificFpgaJobMessagesRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiGetSpecificFpgaJobMessagesRequest) Limit ¶ added in v1.69.0
func (r ApiGetSpecificFpgaJobMessagesRequest) Limit(limit int32) ApiGetSpecificFpgaJobMessagesRequest
Paging: The maximum number of items to return in a resource.
func (ApiGetSpecificFpgaJobMessagesRequest) Offset ¶ added in v1.69.0
func (r ApiGetSpecificFpgaJobMessagesRequest) Offset(offset int32) ApiGetSpecificFpgaJobMessagesRequest
Paging: The index of the first item to return in the resource.
type ApiGetSpecificFpgaJobRequest ¶ added in v1.69.0
type ApiGetSpecificFpgaJobRequest struct {
ApiService *FPGAJobsAPIService
// contains filtered or unexported fields
}
func (ApiGetSpecificFpgaJobRequest) AcceptVersion ¶ added in v1.69.0
func (r ApiGetSpecificFpgaJobRequest) AcceptVersion(acceptVersion string) ApiGetSpecificFpgaJobRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetSpecificFpgaJobRequest) Execute ¶ added in v1.69.0
func (r ApiGetSpecificFpgaJobRequest) Execute() (*FPGAJobItem, *http.Response, error)
func (ApiGetSpecificFpgaJobRequest) IfNoneMatch ¶ added in v1.69.0
func (r ApiGetSpecificFpgaJobRequest) IfNoneMatch(ifNoneMatch string) ApiGetSpecificFpgaJobRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
type ApiGetUserRequest ¶ added in v1.38.0
type ApiGetUserRequest struct {
ApiService *AuthenticationAPIService
// contains filtered or unexported fields
}
func (ApiGetUserRequest) AcceptVersion ¶ added in v1.38.0
func (r ApiGetUserRequest) AcceptVersion(acceptVersion string) ApiGetUserRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
type ApiGetVendorRequest ¶
type ApiGetVendorRequest struct {
ApiService *VendorsAPIService
// contains filtered or unexported fields
}
func (ApiGetVendorRequest) AcceptVersion ¶
func (r ApiGetVendorRequest) AcceptVersion(acceptVersion string) ApiGetVendorRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetVendorRequest) Execute ¶
func (r ApiGetVendorRequest) Execute() (*VendorItem, *http.Response, error)
type ApiGetVhtInstanceArtefactManagerRequest ¶
type ApiGetVhtInstanceArtefactManagerRequest struct {
ApiService *VirtualHardwareTargetInstanceAPIService
// contains filtered or unexported fields
}
func (ApiGetVhtInstanceArtefactManagerRequest) AcceptVersion ¶
func (r ApiGetVhtInstanceArtefactManagerRequest) AcceptVersion(acceptVersion string) ApiGetVhtInstanceArtefactManagerRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetVhtInstanceArtefactManagerRequest) Execute ¶
func (r ApiGetVhtInstanceArtefactManagerRequest) Execute() (*ArtefactManagerItem, *http.Response, error)
func (ApiGetVhtInstanceArtefactManagerRequest) IfNoneMatch ¶
func (r ApiGetVhtInstanceArtefactManagerRequest) IfNoneMatch(ifNoneMatch string) ApiGetVhtInstanceArtefactManagerRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
type ApiGetVhtInstanceMessagesRequest ¶
type ApiGetVhtInstanceMessagesRequest struct {
ApiService *VirtualHardwareTargetInstanceAPIService
// contains filtered or unexported fields
}
func (ApiGetVhtInstanceMessagesRequest) AcceptVersion ¶
func (r ApiGetVhtInstanceMessagesRequest) AcceptVersion(acceptVersion string) ApiGetVhtInstanceMessagesRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetVhtInstanceMessagesRequest) Execute ¶
func (r ApiGetVhtInstanceMessagesRequest) Execute() (*NotificationFeed, *http.Response, error)
func (*ApiGetVhtInstanceMessagesRequest) FollowGetVhtInstanceMessagesLink ¶ added in v1.46.0
func (r *ApiGetVhtInstanceMessagesRequest) FollowGetVhtInstanceMessagesLink(link string) (*NotificationFeed, *http.Response, error)
================================================================================================================= This extends ApiGetVhtInstanceMessagesRequest and VirtualHardwareTargetInstanceAPIService definitions =================================================================================================================
func (ApiGetVhtInstanceMessagesRequest) IfNoneMatch ¶
func (r ApiGetVhtInstanceMessagesRequest) IfNoneMatch(ifNoneMatch string) ApiGetVhtInstanceMessagesRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiGetVhtInstanceMessagesRequest) Limit ¶
func (r ApiGetVhtInstanceMessagesRequest) Limit(limit int32) ApiGetVhtInstanceMessagesRequest
Paging: The maximum number of items to return in a resource.
func (ApiGetVhtInstanceMessagesRequest) Offset ¶
func (r ApiGetVhtInstanceMessagesRequest) Offset(offset int32) ApiGetVhtInstanceMessagesRequest
Paging: The index of the first item to return in the resource.
type ApiGetVhtInstanceRequest ¶
type ApiGetVhtInstanceRequest struct {
ApiService *VirtualHardwareTargetInstanceAPIService
// contains filtered or unexported fields
}
func (ApiGetVhtInstanceRequest) AcceptVersion ¶
func (r ApiGetVhtInstanceRequest) AcceptVersion(acceptVersion string) ApiGetVhtInstanceRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetVhtInstanceRequest) Execute ¶
func (r ApiGetVhtInstanceRequest) Execute() (*VhtInstanceItem, *http.Response, error)
func (ApiGetVhtInstanceRequest) IfNoneMatch ¶
func (r ApiGetVhtInstanceRequest) IfNoneMatch(ifNoneMatch string) ApiGetVhtInstanceRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
type ApiGetVhtRequest ¶
type ApiGetVhtRequest struct {
ApiService *VirtualHardwareTargetAPIService
// contains filtered or unexported fields
}
func (ApiGetVhtRequest) AcceptVersion ¶
func (r ApiGetVhtRequest) AcceptVersion(acceptVersion string) ApiGetVhtRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetVhtRequest) Execute ¶
func (r ApiGetVhtRequest) Execute() (*VhtItem, *http.Response, error)
func (ApiGetVhtRequest) IfNoneMatch ¶
func (r ApiGetVhtRequest) IfNoneMatch(ifNoneMatch string) ApiGetVhtRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
type ApiGetVhtRunJobMessagesRequest ¶
type ApiGetVhtRunJobMessagesRequest struct {
ApiService *VHTRunJobsAPIService
// contains filtered or unexported fields
}
func (ApiGetVhtRunJobMessagesRequest) AcceptVersion ¶
func (r ApiGetVhtRunJobMessagesRequest) AcceptVersion(acceptVersion string) ApiGetVhtRunJobMessagesRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetVhtRunJobMessagesRequest) Execute ¶
func (r ApiGetVhtRunJobMessagesRequest) Execute() (*NotificationFeed, *http.Response, error)
func (*ApiGetVhtRunJobMessagesRequest) FollowGetVhtRunJobMessagesLink ¶ added in v1.46.0
func (r *ApiGetVhtRunJobMessagesRequest) FollowGetVhtRunJobMessagesLink(link string) (*NotificationFeed, *http.Response, error)
================================================================================================================= This extends ApiGetVhtRunJobMessagesRequest and VHTRunJobsAPIService definitions =================================================================================================================
func (ApiGetVhtRunJobMessagesRequest) IfNoneMatch ¶
func (r ApiGetVhtRunJobMessagesRequest) IfNoneMatch(ifNoneMatch string) ApiGetVhtRunJobMessagesRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiGetVhtRunJobMessagesRequest) Limit ¶
func (r ApiGetVhtRunJobMessagesRequest) Limit(limit int32) ApiGetVhtRunJobMessagesRequest
Paging: The maximum number of items to return in a resource.
func (ApiGetVhtRunJobMessagesRequest) Offset ¶
func (r ApiGetVhtRunJobMessagesRequest) Offset(offset int32) ApiGetVhtRunJobMessagesRequest
Paging: The index of the first item to return in the resource.
type ApiGetVhtRunJobRequest ¶
type ApiGetVhtRunJobRequest struct {
ApiService *VHTRunJobsAPIService
// contains filtered or unexported fields
}
func (ApiGetVhtRunJobRequest) AcceptVersion ¶
func (r ApiGetVhtRunJobRequest) AcceptVersion(acceptVersion string) ApiGetVhtRunJobRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetVhtRunJobRequest) Execute ¶
func (r ApiGetVhtRunJobRequest) Execute() (*VhtRunJobItem, *http.Response, error)
func (ApiGetVhtRunJobRequest) IfNoneMatch ¶
func (r ApiGetVhtRunJobRequest) IfNoneMatch(ifNoneMatch string) ApiGetVhtRunJobRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
type ApiGetWorkspaceArchiveContentRequest ¶
type ApiGetWorkspaceArchiveContentRequest struct {
ApiService *WorkspaceAPIService
// contains filtered or unexported fields
}
func (ApiGetWorkspaceArchiveContentRequest) AcceptVersion ¶
func (r ApiGetWorkspaceArchiveContentRequest) AcceptVersion(acceptVersion string) ApiGetWorkspaceArchiveContentRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetWorkspaceArchiveContentRequest) Execute ¶
func (r ApiGetWorkspaceArchiveContentRequest) Execute() (*ArtefactManagerItem, *http.Response, error)
func (ApiGetWorkspaceArchiveContentRequest) IfNoneMatch ¶
func (r ApiGetWorkspaceArchiveContentRequest) IfNoneMatch(ifNoneMatch string) ApiGetWorkspaceArchiveContentRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiGetWorkspaceArchiveContentRequest) TusResumable ¶ added in v1.80.0
func (r ApiGetWorkspaceArchiveContentRequest) TusResumable(tusResumable string) ApiGetWorkspaceArchiveContentRequest
Version of the Tus protocol being used.
func (ApiGetWorkspaceArchiveContentRequest) XHTTPMethodOverride ¶ added in v1.81.0
func (r ApiGetWorkspaceArchiveContentRequest) XHTTPMethodOverride(xHTTPMethodOverride string) ApiGetWorkspaceArchiveContentRequest
Verb tunnelling when some methods are not supported.
type ApiGetWorkspaceArchiveContentUploadProgressRequest ¶ added in v1.71.0
type ApiGetWorkspaceArchiveContentUploadProgressRequest struct {
ApiService *WorkspaceAPIService
// contains filtered or unexported fields
}
func (ApiGetWorkspaceArchiveContentUploadProgressRequest) AcceptVersion ¶ added in v1.71.0
func (r ApiGetWorkspaceArchiveContentUploadProgressRequest) AcceptVersion(acceptVersion string) ApiGetWorkspaceArchiveContentUploadProgressRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetWorkspaceArchiveContentUploadProgressRequest) Execute ¶ added in v1.71.0
func (r ApiGetWorkspaceArchiveContentUploadProgressRequest) Execute() (*http.Response, error)
func (ApiGetWorkspaceArchiveContentUploadProgressRequest) TusResumable ¶ added in v1.80.0
func (r ApiGetWorkspaceArchiveContentUploadProgressRequest) TusResumable(tusResumable string) ApiGetWorkspaceArchiveContentUploadProgressRequest
Version of the Tus protocol being used.
type ApiGetWorkspaceDetailsRequest ¶
type ApiGetWorkspaceDetailsRequest struct {
ApiService *WorkspaceAPIService
// contains filtered or unexported fields
}
func (ApiGetWorkspaceDetailsRequest) AcceptVersion ¶
func (r ApiGetWorkspaceDetailsRequest) AcceptVersion(acceptVersion string) ApiGetWorkspaceDetailsRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetWorkspaceDetailsRequest) Execute ¶
func (r ApiGetWorkspaceDetailsRequest) Execute() (*WorkspaceDetailsItem, *http.Response, error)
func (ApiGetWorkspaceDetailsRequest) IfNoneMatch ¶
func (r ApiGetWorkspaceDetailsRequest) IfNoneMatch(ifNoneMatch string) ApiGetWorkspaceDetailsRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiGetWorkspaceDetailsRequest) TusResumable ¶ added in v1.80.0
func (r ApiGetWorkspaceDetailsRequest) TusResumable(tusResumable string) ApiGetWorkspaceDetailsRequest
Version of the Tus protocol being used.
type ApiGetWorkspaceIncrementalChunkRequest ¶ added in v1.71.0
type ApiGetWorkspaceIncrementalChunkRequest struct {
ApiService *WorkspaceAPIService
// contains filtered or unexported fields
}
func (ApiGetWorkspaceIncrementalChunkRequest) AcceptVersion ¶ added in v1.71.0
func (r ApiGetWorkspaceIncrementalChunkRequest) AcceptVersion(acceptVersion string) ApiGetWorkspaceIncrementalChunkRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetWorkspaceIncrementalChunkRequest) Execute ¶ added in v1.71.0
func (r ApiGetWorkspaceIncrementalChunkRequest) Execute() (*ArtefactManagerItem, *http.Response, error)
func (ApiGetWorkspaceIncrementalChunkRequest) IfNoneMatch ¶ added in v1.71.0
func (r ApiGetWorkspaceIncrementalChunkRequest) IfNoneMatch(ifNoneMatch string) ApiGetWorkspaceIncrementalChunkRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiGetWorkspaceIncrementalChunkRequest) TusResumable ¶ added in v1.80.0
func (r ApiGetWorkspaceIncrementalChunkRequest) TusResumable(tusResumable string) ApiGetWorkspaceIncrementalChunkRequest
Version of the Tus protocol being used.
func (ApiGetWorkspaceIncrementalChunkRequest) XHTTPMethodOverride ¶ added in v1.81.0
func (r ApiGetWorkspaceIncrementalChunkRequest) XHTTPMethodOverride(xHTTPMethodOverride string) ApiGetWorkspaceIncrementalChunkRequest
Verb tunnelling when some methods are not supported.
type ApiGetWorkspaceRepositoryContentManagerRequest ¶
type ApiGetWorkspaceRepositoryContentManagerRequest struct {
ApiService *WorkspaceAPIService
// contains filtered or unexported fields
}
func (ApiGetWorkspaceRepositoryContentManagerRequest) AcceptVersion ¶
func (r ApiGetWorkspaceRepositoryContentManagerRequest) AcceptVersion(acceptVersion string) ApiGetWorkspaceRepositoryContentManagerRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetWorkspaceRepositoryContentManagerRequest) Execute ¶
func (r ApiGetWorkspaceRepositoryContentManagerRequest) Execute() (*WorkspaceRepositoryContentManager, *http.Response, error)
func (ApiGetWorkspaceRepositoryContentManagerRequest) IfNoneMatch ¶
func (r ApiGetWorkspaceRepositoryContentManagerRequest) IfNoneMatch(ifNoneMatch string) ApiGetWorkspaceRepositoryContentManagerRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
type ApiGetWorkspaceRequest ¶
type ApiGetWorkspaceRequest struct {
ApiService *WorkspaceAPIService
// contains filtered or unexported fields
}
func (ApiGetWorkspaceRequest) AcceptVersion ¶
func (r ApiGetWorkspaceRequest) AcceptVersion(acceptVersion string) ApiGetWorkspaceRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetWorkspaceRequest) Execute ¶
func (r ApiGetWorkspaceRequest) Execute() (*WorkspaceItem, *http.Response, error)
func (ApiGetWorkspaceRequest) IfNoneMatch ¶
func (r ApiGetWorkspaceRequest) IfNoneMatch(ifNoneMatch string) ApiGetWorkspaceRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiGetWorkspaceRequest) TusResumable ¶ added in v1.80.0
func (r ApiGetWorkspaceRequest) TusResumable(tusResumable string) ApiGetWorkspaceRequest
Version of the Tus protocol being used.
type ApiGetWorkspaceSourceRequest ¶
type ApiGetWorkspaceSourceRequest struct {
ApiService *WorkspaceSourceAPIService
// contains filtered or unexported fields
}
func (ApiGetWorkspaceSourceRequest) AcceptVersion ¶
func (r ApiGetWorkspaceSourceRequest) AcceptVersion(acceptVersion string) ApiGetWorkspaceSourceRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiGetWorkspaceSourceRequest) Execute ¶
func (r ApiGetWorkspaceSourceRequest) Execute() (*WorkspaceSourceItem, *http.Response, error)
func (ApiGetWorkspaceSourceRequest) IfNoneMatch ¶
func (r ApiGetWorkspaceSourceRequest) IfNoneMatch(ifNoneMatch string) ApiGetWorkspaceSourceRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiGetWorkspaceSourceRequest) TusResumable ¶ added in v1.80.0
func (r ApiGetWorkspaceSourceRequest) TusResumable(tusResumable string) ApiGetWorkspaceSourceRequest
Version of the Tus protocol being used.
type ApiGetWorkspaceSourceUploadOptionsRequest ¶ added in v1.71.0
type ApiGetWorkspaceSourceUploadOptionsRequest struct {
ApiService *WorkspaceSourceAPIService
// contains filtered or unexported fields
}
func (ApiGetWorkspaceSourceUploadOptionsRequest) AcceptVersion ¶ added in v1.71.0
func (r ApiGetWorkspaceSourceUploadOptionsRequest) AcceptVersion(acceptVersion string) ApiGetWorkspaceSourceUploadOptionsRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
type ApiInviteUserRequest ¶ added in v1.57.0
type ApiInviteUserRequest struct {
ApiService *AuthenticationAPIService
// contains filtered or unexported fields
}
func (ApiInviteUserRequest) AcceptVersion ¶ added in v1.57.0
func (r ApiInviteUserRequest) AcceptVersion(acceptVersion string) ApiInviteUserRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiInviteUserRequest) Execute ¶ added in v1.57.0
func (r ApiInviteUserRequest) Execute() (*UserItem, *http.Response, error)
func (ApiInviteUserRequest) UserInviteItem ¶ added in v1.57.0
func (r ApiInviteUserRequest) UserInviteItem(userInviteItem UserInviteItem) ApiInviteUserRequest
Data required to invite a new user.
type ApiListBuildArtefactsRequest ¶
type ApiListBuildArtefactsRequest struct {
ApiService *BuildJobsAPIService
// contains filtered or unexported fields
}
func (ApiListBuildArtefactsRequest) AcceptVersion ¶
func (r ApiListBuildArtefactsRequest) AcceptVersion(acceptVersion string) ApiListBuildArtefactsRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiListBuildArtefactsRequest) Execute ¶
func (r ApiListBuildArtefactsRequest) Execute() (*SimpleCollection, *http.Response, error)
func (ApiListBuildArtefactsRequest) IfNoneMatch ¶
func (r ApiListBuildArtefactsRequest) IfNoneMatch(ifNoneMatch string) ApiListBuildArtefactsRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiListBuildArtefactsRequest) Limit ¶
func (r ApiListBuildArtefactsRequest) Limit(limit int32) ApiListBuildArtefactsRequest
Paging: The maximum number of items to return in a resource.
func (ApiListBuildArtefactsRequest) Offset ¶
func (r ApiListBuildArtefactsRequest) Offset(offset int32) ApiListBuildArtefactsRequest
Paging: The index of the first item to return in the resource.
type ApiListBuildJobRequest ¶
type ApiListBuildJobRequest struct {
ApiService *BuildJobsAPIService
// contains filtered or unexported fields
}
func (ApiListBuildJobRequest) AcceptVersion ¶
func (r ApiListBuildJobRequest) AcceptVersion(acceptVersion string) ApiListBuildJobRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiListBuildJobRequest) Embed ¶
func (r ApiListBuildJobRequest) Embed(embed bool) ApiListBuildJobRequest
Embedding: The whether or not to embed resources into the collection (rather than return links).
func (ApiListBuildJobRequest) Execute ¶
func (r ApiListBuildJobRequest) Execute() (*BuildJobCollection, *http.Response, error)
func (*ApiListBuildJobRequest) FollowBuildJobLink ¶ added in v1.21.0
func (r *ApiListBuildJobRequest) FollowBuildJobLink(link string) (*BuildJobCollection, *http.Response, error)
================================================================================================================= This extends ApiListBuildJobRequest and BuildJobsAPIService definitions =================================================================================================================
func (ApiListBuildJobRequest) IfNoneMatch ¶
func (r ApiListBuildJobRequest) IfNoneMatch(ifNoneMatch string) ApiListBuildJobRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiListBuildJobRequest) Limit ¶
func (r ApiListBuildJobRequest) Limit(limit int32) ApiListBuildJobRequest
Paging: The maximum number of items to return in a resource.
func (ApiListBuildJobRequest) Offset ¶
func (r ApiListBuildJobRequest) Offset(offset int32) ApiListBuildJobRequest
Paging: The index of the first item to return in the resource.
type ApiListBuildOutputManagersRequest ¶ added in v1.22.0
type ApiListBuildOutputManagersRequest struct {
ApiService *BuildJobsAPIService
// contains filtered or unexported fields
}
func (ApiListBuildOutputManagersRequest) AcceptVersion ¶ added in v1.22.0
func (r ApiListBuildOutputManagersRequest) AcceptVersion(acceptVersion string) ApiListBuildOutputManagersRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiListBuildOutputManagersRequest) Embed ¶ added in v1.22.0
func (r ApiListBuildOutputManagersRequest) Embed(embed bool) ApiListBuildOutputManagersRequest
Embedding: The whether or not to embed resources into the collection (rather than return links).
func (ApiListBuildOutputManagersRequest) Execute ¶ added in v1.22.0
func (r ApiListBuildOutputManagersRequest) Execute() (*ArtefactManagerCollection, *http.Response, error)
func (*ApiListBuildOutputManagersRequest) FollowBuildOutputManagersLink ¶ added in v1.46.0
func (r *ApiListBuildOutputManagersRequest) FollowBuildOutputManagersLink(link string) (*ArtefactManagerCollection, *http.Response, error)
================================================================================================================= This extends ApiListBuildOutputManagersRequest and BuildJobsAPIService definitions =================================================================================================================
func (ApiListBuildOutputManagersRequest) IfNoneMatch ¶ added in v1.22.0
func (r ApiListBuildOutputManagersRequest) IfNoneMatch(ifNoneMatch string) ApiListBuildOutputManagersRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiListBuildOutputManagersRequest) Limit ¶ added in v1.22.0
func (r ApiListBuildOutputManagersRequest) Limit(limit int32) ApiListBuildOutputManagersRequest
Paging: The maximum number of items to return in a resource.
func (ApiListBuildOutputManagersRequest) Offset ¶ added in v1.22.0
func (r ApiListBuildOutputManagersRequest) Offset(offset int32) ApiListBuildOutputManagersRequest
Paging: The index of the first item to return in the resource.
type ApiListCmsisBuildersRequest ¶
type ApiListCmsisBuildersRequest struct {
ApiService *CMSISBuildersAPIService
// contains filtered or unexported fields
}
func (ApiListCmsisBuildersRequest) AcceptVersion ¶
func (r ApiListCmsisBuildersRequest) AcceptVersion(acceptVersion string) ApiListCmsisBuildersRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiListCmsisBuildersRequest) Embed ¶
func (r ApiListCmsisBuildersRequest) Embed(embed bool) ApiListCmsisBuildersRequest
Embedding: The whether or not to embed resources into the collection (rather than return links).
func (ApiListCmsisBuildersRequest) Execute ¶
func (r ApiListCmsisBuildersRequest) Execute() (*CmsisBuilderCollection, *http.Response, error)
func (*ApiListCmsisBuildersRequest) FollowCmsisBuildersLink ¶ added in v1.46.0
func (r *ApiListCmsisBuildersRequest) FollowCmsisBuildersLink(link string) (*CmsisBuilderCollection, *http.Response, error)
================================================================================================================= This extends ApiListCmsisBuildersRequest and CMSISBuildersAPIService definitions =================================================================================================================
func (ApiListCmsisBuildersRequest) IfNoneMatch ¶
func (r ApiListCmsisBuildersRequest) IfNoneMatch(ifNoneMatch string) ApiListCmsisBuildersRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiListCmsisBuildersRequest) Limit ¶
func (r ApiListCmsisBuildersRequest) Limit(limit int32) ApiListCmsisBuildersRequest
Paging: The maximum number of items to return in a resource.
func (ApiListCmsisBuildersRequest) Offset ¶
func (r ApiListCmsisBuildersRequest) Offset(offset int32) ApiListCmsisBuildersRequest
Paging: The index of the first item to return in the resource.
type ApiListCmsisIntellisenseRequest ¶
type ApiListCmsisIntellisenseRequest struct {
ApiService *CMSISIntellisenseBuildersAPIService
// contains filtered or unexported fields
}
func (ApiListCmsisIntellisenseRequest) AcceptVersion ¶
func (r ApiListCmsisIntellisenseRequest) AcceptVersion(acceptVersion string) ApiListCmsisIntellisenseRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiListCmsisIntellisenseRequest) Embed ¶
func (r ApiListCmsisIntellisenseRequest) Embed(embed bool) ApiListCmsisIntellisenseRequest
Embedding: The whether or not to embed resources into the collection (rather than return links).
func (ApiListCmsisIntellisenseRequest) Execute ¶
func (r ApiListCmsisIntellisenseRequest) Execute() (*CmsisIntellisenseCollection, *http.Response, error)
func (*ApiListCmsisIntellisenseRequest) FollowCmsisIntellisenseLink ¶ added in v1.46.0
func (r *ApiListCmsisIntellisenseRequest) FollowCmsisIntellisenseLink(link string) (*CmsisIntellisenseCollection, *http.Response, error)
================================================================================================================= This extends ApiListCmsisIntellisenseRequest and CMSISIntellisenseBuildersAPIService definitions =================================================================================================================
func (ApiListCmsisIntellisenseRequest) IfNoneMatch ¶
func (r ApiListCmsisIntellisenseRequest) IfNoneMatch(ifNoneMatch string) ApiListCmsisIntellisenseRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiListCmsisIntellisenseRequest) Limit ¶
func (r ApiListCmsisIntellisenseRequest) Limit(limit int32) ApiListCmsisIntellisenseRequest
Paging: The maximum number of items to return in a resource.
func (ApiListCmsisIntellisenseRequest) Offset ¶
func (r ApiListCmsisIntellisenseRequest) Offset(offset int32) ApiListCmsisIntellisenseRequest
Paging: The index of the first item to return in the resource.
type ApiListDeprecatedEndpointsRequest ¶ added in v1.22.0
type ApiListDeprecatedEndpointsRequest struct {
ApiService *DeprecationNoticeAPIService
// contains filtered or unexported fields
}
func (ApiListDeprecatedEndpointsRequest) AcceptVersion ¶ added in v1.22.0
func (r ApiListDeprecatedEndpointsRequest) AcceptVersion(acceptVersion string) ApiListDeprecatedEndpointsRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiListDeprecatedEndpointsRequest) Execute ¶ added in v1.22.0
func (r ApiListDeprecatedEndpointsRequest) Execute() (*EndpointDeprecationNoticeCollection, *http.Response, error)
func (ApiListDeprecatedEndpointsRequest) IfNoneMatch ¶ added in v1.22.0
func (r ApiListDeprecatedEndpointsRequest) IfNoneMatch(ifNoneMatch string) ApiListDeprecatedEndpointsRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiListDeprecatedEndpointsRequest) Limit ¶ added in v1.22.0
func (r ApiListDeprecatedEndpointsRequest) Limit(limit int32) ApiListDeprecatedEndpointsRequest
Paging: The maximum number of items to return in a resource.
func (ApiListDeprecatedEndpointsRequest) Offset ¶ added in v1.22.0
func (r ApiListDeprecatedEndpointsRequest) Offset(offset int32) ApiListDeprecatedEndpointsRequest
Paging: The index of the first item to return in the resource.
type ApiListEntitlementsRequest ¶ added in v1.67.0
type ApiListEntitlementsRequest struct {
ApiService *AuthorizationAPIService
// contains filtered or unexported fields
}
func (ApiListEntitlementsRequest) AcceptVersion ¶ added in v1.67.0
func (r ApiListEntitlementsRequest) AcceptVersion(acceptVersion string) ApiListEntitlementsRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiListEntitlementsRequest) EntitlementsListRequest ¶ added in v1.67.0
func (r ApiListEntitlementsRequest) EntitlementsListRequest(entitlementsListRequest EntitlementsListRequest) ApiListEntitlementsRequest
Data required to list permissions for a resource type.
func (ApiListEntitlementsRequest) Execute ¶ added in v1.67.0
func (r ApiListEntitlementsRequest) Execute() (*EntitlementsListFeedItem, *http.Response, error)
func (ApiListEntitlementsRequest) IfNoneMatch ¶ added in v1.67.0
func (r ApiListEntitlementsRequest) IfNoneMatch(ifNoneMatch string) ApiListEntitlementsRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiListEntitlementsRequest) Limit ¶ added in v1.67.0
func (r ApiListEntitlementsRequest) Limit(limit int32) ApiListEntitlementsRequest
Paging: The maximum number of items to return in a resource.
func (ApiListEntitlementsRequest) Offset ¶ added in v1.67.0
func (r ApiListEntitlementsRequest) Offset(offset int32) ApiListEntitlementsRequest
Paging: The index of the first item to return in the resource.
type ApiListFPGAAdminsRequest ¶ added in v1.57.0
type ApiListFPGAAdminsRequest struct {
ApiService *FPGAAdminAPIService
// contains filtered or unexported fields
}
func (ApiListFPGAAdminsRequest) AcceptVersion ¶ added in v1.57.0
func (r ApiListFPGAAdminsRequest) AcceptVersion(acceptVersion string) ApiListFPGAAdminsRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiListFPGAAdminsRequest) Embed ¶ added in v1.57.0
func (r ApiListFPGAAdminsRequest) Embed(embed bool) ApiListFPGAAdminsRequest
Embedding: The whether or not to embed resources into the collection (rather than return links).
func (ApiListFPGAAdminsRequest) Execute ¶ added in v1.57.0
func (r ApiListFPGAAdminsRequest) Execute() (*FPGAAdminCollection, *http.Response, error)
func (ApiListFPGAAdminsRequest) IfNoneMatch ¶ added in v1.57.0
func (r ApiListFPGAAdminsRequest) IfNoneMatch(ifNoneMatch string) ApiListFPGAAdminsRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiListFPGAAdminsRequest) Limit ¶ added in v1.57.0
func (r ApiListFPGAAdminsRequest) Limit(limit int32) ApiListFPGAAdminsRequest
Paging: The maximum number of items to return in a resource.
func (ApiListFPGAAdminsRequest) Offset ¶ added in v1.57.0
func (r ApiListFPGAAdminsRequest) Offset(offset int32) ApiListFPGAAdminsRequest
Paging: The index of the first item to return in the resource.
type ApiListFPGAEntitlementsRequest ¶ added in v1.60.0
type ApiListFPGAEntitlementsRequest struct {
ApiService *FPGAEntitlementsAPIService
// contains filtered or unexported fields
}
func (ApiListFPGAEntitlementsRequest) AcceptVersion ¶ added in v1.60.0
func (r ApiListFPGAEntitlementsRequest) AcceptVersion(acceptVersion string) ApiListFPGAEntitlementsRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiListFPGAEntitlementsRequest) Execute ¶ added in v1.60.0
func (r ApiListFPGAEntitlementsRequest) Execute() (*SimpleCollection, *http.Response, error)
func (ApiListFPGAEntitlementsRequest) IfNoneMatch ¶ added in v1.60.0
func (r ApiListFPGAEntitlementsRequest) IfNoneMatch(ifNoneMatch string) ApiListFPGAEntitlementsRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiListFPGAEntitlementsRequest) Limit ¶ added in v1.60.0
func (r ApiListFPGAEntitlementsRequest) Limit(limit int32) ApiListFPGAEntitlementsRequest
Paging: The maximum number of items to return in a resource.
func (ApiListFPGAEntitlementsRequest) Offset ¶ added in v1.60.0
func (r ApiListFPGAEntitlementsRequest) Offset(offset int32) ApiListFPGAEntitlementsRequest
Paging: The index of the first item to return in the resource.
type ApiListFPGAJobsRequest ¶ added in v1.44.0
type ApiListFPGAJobsRequest struct {
ApiService *FPGAJobsAPIService
// contains filtered or unexported fields
}
func (ApiListFPGAJobsRequest) AcceptVersion ¶ added in v1.44.0
func (r ApiListFPGAJobsRequest) AcceptVersion(acceptVersion string) ApiListFPGAJobsRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiListFPGAJobsRequest) Embed ¶ added in v1.44.0
func (r ApiListFPGAJobsRequest) Embed(embed bool) ApiListFPGAJobsRequest
Embedding: The whether or not to embed resources into the collection (rather than return links).
func (ApiListFPGAJobsRequest) Execute ¶ added in v1.44.0
func (r ApiListFPGAJobsRequest) Execute() (*FPGAJobCollection, *http.Response, error)
func (ApiListFPGAJobsRequest) IfNoneMatch ¶ added in v1.44.0
func (r ApiListFPGAJobsRequest) IfNoneMatch(ifNoneMatch string) ApiListFPGAJobsRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiListFPGAJobsRequest) Limit ¶ added in v1.44.0
func (r ApiListFPGAJobsRequest) Limit(limit int32) ApiListFPGAJobsRequest
Paging: The maximum number of items to return in a resource.
func (ApiListFPGAJobsRequest) Offset ¶ added in v1.44.0
func (r ApiListFPGAJobsRequest) Offset(offset int32) ApiListFPGAJobsRequest
Paging: The index of the first item to return in the resource.
type ApiListFPGAPastJobsRequest ¶ added in v1.44.0
type ApiListFPGAPastJobsRequest struct {
ApiService *FPGAJobsAPIService
// contains filtered or unexported fields
}
func (ApiListFPGAPastJobsRequest) AcceptVersion ¶ added in v1.44.0
func (r ApiListFPGAPastJobsRequest) AcceptVersion(acceptVersion string) ApiListFPGAPastJobsRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiListFPGAPastJobsRequest) Embed ¶ added in v1.44.0
func (r ApiListFPGAPastJobsRequest) Embed(embed bool) ApiListFPGAPastJobsRequest
Embedding: The whether or not to embed resources into the collection (rather than return links).
func (ApiListFPGAPastJobsRequest) Execute ¶ added in v1.44.0
func (r ApiListFPGAPastJobsRequest) Execute() (*FPGAJobCollection, *http.Response, error)
func (ApiListFPGAPastJobsRequest) IfNoneMatch ¶ added in v1.44.0
func (r ApiListFPGAPastJobsRequest) IfNoneMatch(ifNoneMatch string) ApiListFPGAPastJobsRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiListFPGAPastJobsRequest) Limit ¶ added in v1.44.0
func (r ApiListFPGAPastJobsRequest) Limit(limit int32) ApiListFPGAPastJobsRequest
Paging: The maximum number of items to return in a resource.
func (ApiListFPGAPastJobsRequest) Offset ¶ added in v1.44.0
func (r ApiListFPGAPastJobsRequest) Offset(offset int32) ApiListFPGAPastJobsRequest
Paging: The index of the first item to return in the resource.
type ApiListFPGAPayloadsRequest ¶ added in v1.44.0
type ApiListFPGAPayloadsRequest struct {
ApiService *FPGAPayloadsAPIService
// contains filtered or unexported fields
}
func (ApiListFPGAPayloadsRequest) AcceptVersion ¶ added in v1.44.0
func (r ApiListFPGAPayloadsRequest) AcceptVersion(acceptVersion string) ApiListFPGAPayloadsRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiListFPGAPayloadsRequest) Embed ¶ added in v1.44.0
func (r ApiListFPGAPayloadsRequest) Embed(embed bool) ApiListFPGAPayloadsRequest
Embedding: The whether or not to embed resources into the collection (rather than return links).
func (ApiListFPGAPayloadsRequest) Execute ¶ added in v1.44.0
func (r ApiListFPGAPayloadsRequest) Execute() (*FPGAPayloadCollection, *http.Response, error)
func (ApiListFPGAPayloadsRequest) IfNoneMatch ¶ added in v1.44.0
func (r ApiListFPGAPayloadsRequest) IfNoneMatch(ifNoneMatch string) ApiListFPGAPayloadsRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiListFPGAPayloadsRequest) Limit ¶ added in v1.44.0
func (r ApiListFPGAPayloadsRequest) Limit(limit int32) ApiListFPGAPayloadsRequest
Paging: The maximum number of items to return in a resource.
func (ApiListFPGAPayloadsRequest) Offset ¶ added in v1.44.0
func (r ApiListFPGAPayloadsRequest) Offset(offset int32) ApiListFPGAPayloadsRequest
Paging: The index of the first item to return in the resource.
type ApiListFPGAQueuedJobsRequest ¶ added in v1.44.0
type ApiListFPGAQueuedJobsRequest struct {
ApiService *FPGAJobsAPIService
// contains filtered or unexported fields
}
func (ApiListFPGAQueuedJobsRequest) AcceptVersion ¶ added in v1.44.0
func (r ApiListFPGAQueuedJobsRequest) AcceptVersion(acceptVersion string) ApiListFPGAQueuedJobsRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiListFPGAQueuedJobsRequest) Embed ¶ added in v1.44.0
func (r ApiListFPGAQueuedJobsRequest) Embed(embed bool) ApiListFPGAQueuedJobsRequest
Embedding: The whether or not to embed resources into the collection (rather than return links).
func (ApiListFPGAQueuedJobsRequest) Execute ¶ added in v1.44.0
func (r ApiListFPGAQueuedJobsRequest) Execute() (*FPGAJobCollection, *http.Response, error)
func (ApiListFPGAQueuedJobsRequest) IfNoneMatch ¶ added in v1.44.0
func (r ApiListFPGAQueuedJobsRequest) IfNoneMatch(ifNoneMatch string) ApiListFPGAQueuedJobsRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiListFPGAQueuedJobsRequest) Limit ¶ added in v1.44.0
func (r ApiListFPGAQueuedJobsRequest) Limit(limit int32) ApiListFPGAQueuedJobsRequest
Paging: The maximum number of items to return in a resource.
func (ApiListFPGAQueuedJobsRequest) Offset ¶ added in v1.44.0
func (r ApiListFPGAQueuedJobsRequest) Offset(offset int32) ApiListFPGAQueuedJobsRequest
Paging: The index of the first item to return in the resource.
type ApiListFPGAWorkersRequest ¶ added in v1.44.0
type ApiListFPGAWorkersRequest struct {
ApiService *FPGAsAPIService
// contains filtered or unexported fields
}
func (ApiListFPGAWorkersRequest) AcceptVersion ¶ added in v1.44.0
func (r ApiListFPGAWorkersRequest) AcceptVersion(acceptVersion string) ApiListFPGAWorkersRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiListFPGAWorkersRequest) Embed ¶ added in v1.44.0
func (r ApiListFPGAWorkersRequest) Embed(embed bool) ApiListFPGAWorkersRequest
Embedding: The whether or not to embed resources into the collection (rather than return links).
func (ApiListFPGAWorkersRequest) Execute ¶ added in v1.44.0
func (r ApiListFPGAWorkersRequest) Execute() (*FPGACollection, *http.Response, error)
func (ApiListFPGAWorkersRequest) IfNoneMatch ¶ added in v1.44.0
func (r ApiListFPGAWorkersRequest) IfNoneMatch(ifNoneMatch string) ApiListFPGAWorkersRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiListFPGAWorkersRequest) Limit ¶ added in v1.44.0
func (r ApiListFPGAWorkersRequest) Limit(limit int32) ApiListFPGAWorkersRequest
Paging: The maximum number of items to return in a resource.
func (ApiListFPGAWorkersRequest) Offset ¶ added in v1.44.0
func (r ApiListFPGAWorkersRequest) Offset(offset int32) ApiListFPGAWorkersRequest
Paging: The index of the first item to return in the resource.
type ApiListFPGAsJobsRequest ¶ added in v1.44.0
type ApiListFPGAsJobsRequest struct {
ApiService *FPGAJobsAPIService
// contains filtered or unexported fields
}
func (ApiListFPGAsJobsRequest) AcceptVersion ¶ added in v1.44.0
func (r ApiListFPGAsJobsRequest) AcceptVersion(acceptVersion string) ApiListFPGAsJobsRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiListFPGAsJobsRequest) Embed ¶ added in v1.44.0
func (r ApiListFPGAsJobsRequest) Embed(embed bool) ApiListFPGAsJobsRequest
Embedding: The whether or not to embed resources into the collection (rather than return links).
func (ApiListFPGAsJobsRequest) Execute ¶ added in v1.44.0
func (r ApiListFPGAsJobsRequest) Execute() (*FPGAJobCollection, *http.Response, error)
func (ApiListFPGAsJobsRequest) IfNoneMatch ¶ added in v1.44.0
func (r ApiListFPGAsJobsRequest) IfNoneMatch(ifNoneMatch string) ApiListFPGAsJobsRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiListFPGAsJobsRequest) Limit ¶ added in v1.44.0
func (r ApiListFPGAsJobsRequest) Limit(limit int32) ApiListFPGAsJobsRequest
Paging: The maximum number of items to return in a resource.
func (ApiListFPGAsJobsRequest) Offset ¶ added in v1.44.0
func (r ApiListFPGAsJobsRequest) Offset(offset int32) ApiListFPGAsJobsRequest
Paging: The index of the first item to return in the resource.
type ApiListFilteredVhtInstancesRequest ¶
type ApiListFilteredVhtInstancesRequest struct {
ApiService *VirtualHardwareTargetAPIService
// contains filtered or unexported fields
}
func (ApiListFilteredVhtInstancesRequest) AcceptVersion ¶
func (r ApiListFilteredVhtInstancesRequest) AcceptVersion(acceptVersion string) ApiListFilteredVhtInstancesRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiListFilteredVhtInstancesRequest) Embed ¶
func (r ApiListFilteredVhtInstancesRequest) Embed(embed bool) ApiListFilteredVhtInstancesRequest
Embedding: The whether or not to embed resources into the collection (rather than return links).
func (ApiListFilteredVhtInstancesRequest) Execute ¶
func (r ApiListFilteredVhtInstancesRequest) Execute() (*VhtInstanceCollection, *http.Response, error)
func (*ApiListFilteredVhtInstancesRequest) FollowFilteredVhtInstancesLink ¶ added in v1.46.0
func (r *ApiListFilteredVhtInstancesRequest) FollowFilteredVhtInstancesLink(link string) (*VhtInstanceCollection, *http.Response, error)
================================================================================================================= This extends ApiListFilteredVhtInstancesRequest and VirtualHardwareTargetAPIService definitions =================================================================================================================
func (ApiListFilteredVhtInstancesRequest) IfNoneMatch ¶
func (r ApiListFilteredVhtInstancesRequest) IfNoneMatch(ifNoneMatch string) ApiListFilteredVhtInstancesRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiListFilteredVhtInstancesRequest) Limit ¶
func (r ApiListFilteredVhtInstancesRequest) Limit(limit int32) ApiListFilteredVhtInstancesRequest
Paging: The maximum number of items to return in a resource.
func (ApiListFilteredVhtInstancesRequest) Offset ¶
func (r ApiListFilteredVhtInstancesRequest) Offset(offset int32) ApiListFilteredVhtInstancesRequest
Paging: The index of the first item to return in the resource.
type ApiListFpgaConnectionsRequest ¶ added in v1.44.0
type ApiListFpgaConnectionsRequest struct {
ApiService *FPGAConnectionAPIService
// contains filtered or unexported fields
}
func (ApiListFpgaConnectionsRequest) AcceptVersion ¶ added in v1.44.0
func (r ApiListFpgaConnectionsRequest) AcceptVersion(acceptVersion string) ApiListFpgaConnectionsRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiListFpgaConnectionsRequest) Embed ¶ added in v1.44.0
func (r ApiListFpgaConnectionsRequest) Embed(embed bool) ApiListFpgaConnectionsRequest
Embedding: The whether or not to embed resources into the collection (rather than return links).
func (ApiListFpgaConnectionsRequest) Execute ¶ added in v1.44.0
func (r ApiListFpgaConnectionsRequest) Execute() (*FPGAConnectionCollection, *http.Response, error)
func (*ApiListFpgaConnectionsRequest) FollowFpgaConnectionsLink ¶ added in v1.46.0
func (r *ApiListFpgaConnectionsRequest) FollowFpgaConnectionsLink(link string) (*FPGAConnectionCollection, *http.Response, error)
================================================================================================================= This extends ApiListFpgaConnectionsRequest and FPGAConnectionAPIService definitions =================================================================================================================
func (ApiListFpgaConnectionsRequest) IfNoneMatch ¶ added in v1.44.0
func (r ApiListFpgaConnectionsRequest) IfNoneMatch(ifNoneMatch string) ApiListFpgaConnectionsRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiListFpgaConnectionsRequest) Limit ¶ added in v1.44.0
func (r ApiListFpgaConnectionsRequest) Limit(limit int32) ApiListFpgaConnectionsRequest
Paging: The maximum number of items to return in a resource.
func (ApiListFpgaConnectionsRequest) Offset ¶ added in v1.44.0
func (r ApiListFpgaConnectionsRequest) Offset(offset int32) ApiListFpgaConnectionsRequest
Paging: The index of the first item to return in the resource.
type ApiListFpgaJobArtefactManagersRequest ¶ added in v1.44.0
type ApiListFpgaJobArtefactManagersRequest struct {
ApiService *FPGAJobsAPIService
// contains filtered or unexported fields
}
func (ApiListFpgaJobArtefactManagersRequest) AcceptVersion ¶ added in v1.44.0
func (r ApiListFpgaJobArtefactManagersRequest) AcceptVersion(acceptVersion string) ApiListFpgaJobArtefactManagersRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiListFpgaJobArtefactManagersRequest) Embed ¶ added in v1.44.0
func (r ApiListFpgaJobArtefactManagersRequest) Embed(embed bool) ApiListFpgaJobArtefactManagersRequest
Embedding: The whether or not to embed resources into the collection (rather than return links).
func (ApiListFpgaJobArtefactManagersRequest) Execute ¶ added in v1.44.0
func (r ApiListFpgaJobArtefactManagersRequest) Execute() (*ArtefactManagerCollection, *http.Response, error)
func (*ApiListFpgaJobArtefactManagersRequest) FollowFpgaJobArtefactManagersLink ¶ added in v1.46.0
func (r *ApiListFpgaJobArtefactManagersRequest) FollowFpgaJobArtefactManagersLink(link string) (*ArtefactManagerCollection, *http.Response, error)
================================================================================================================= This extends ApiListFpgaJobArtefactManagersRequest and FPGAJobsAPIService definitions =================================================================================================================
func (ApiListFpgaJobArtefactManagersRequest) IfNoneMatch ¶ added in v1.44.0
func (r ApiListFpgaJobArtefactManagersRequest) IfNoneMatch(ifNoneMatch string) ApiListFpgaJobArtefactManagersRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiListFpgaJobArtefactManagersRequest) Limit ¶ added in v1.44.0
func (r ApiListFpgaJobArtefactManagersRequest) Limit(limit int32) ApiListFpgaJobArtefactManagersRequest
Paging: The maximum number of items to return in a resource.
func (ApiListFpgaJobArtefactManagersRequest) Offset ¶ added in v1.44.0
func (r ApiListFpgaJobArtefactManagersRequest) Offset(offset int32) ApiListFpgaJobArtefactManagersRequest
Paging: The index of the first item to return in the resource.
type ApiListGenericWorkJobArtefactManagersRequest ¶ added in v1.26.0
type ApiListGenericWorkJobArtefactManagersRequest struct {
ApiService *GenericWorkJobsAPIService
// contains filtered or unexported fields
}
func (ApiListGenericWorkJobArtefactManagersRequest) AcceptVersion ¶ added in v1.26.0
func (r ApiListGenericWorkJobArtefactManagersRequest) AcceptVersion(acceptVersion string) ApiListGenericWorkJobArtefactManagersRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiListGenericWorkJobArtefactManagersRequest) Embed ¶ added in v1.26.0
func (r ApiListGenericWorkJobArtefactManagersRequest) Embed(embed bool) ApiListGenericWorkJobArtefactManagersRequest
Embedding: The whether or not to embed resources into the collection (rather than return links).
func (ApiListGenericWorkJobArtefactManagersRequest) Execute ¶ added in v1.26.0
func (r ApiListGenericWorkJobArtefactManagersRequest) Execute() (*ArtefactManagerCollection, *http.Response, error)
func (*ApiListGenericWorkJobArtefactManagersRequest) FollowGenericWorkJobArtefactManagersLink ¶ added in v1.46.0
func (r *ApiListGenericWorkJobArtefactManagersRequest) FollowGenericWorkJobArtefactManagersLink(link string) (*ArtefactManagerCollection, *http.Response, error)
================================================================================================================= This extends ApiListGenericWorkJobArtefactManagersRequest and GenericWorkJobsAPIService definitions =================================================================================================================
func (ApiListGenericWorkJobArtefactManagersRequest) IfNoneMatch ¶ added in v1.26.0
func (r ApiListGenericWorkJobArtefactManagersRequest) IfNoneMatch(ifNoneMatch string) ApiListGenericWorkJobArtefactManagersRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiListGenericWorkJobArtefactManagersRequest) Limit ¶ added in v1.26.0
func (r ApiListGenericWorkJobArtefactManagersRequest) Limit(limit int32) ApiListGenericWorkJobArtefactManagersRequest
Paging: The maximum number of items to return in a resource.
func (ApiListGenericWorkJobArtefactManagersRequest) Offset ¶ added in v1.26.0
func (r ApiListGenericWorkJobArtefactManagersRequest) Offset(offset int32) ApiListGenericWorkJobArtefactManagersRequest
Paging: The index of the first item to return in the resource.
type ApiListGenericWorkJobsRequest ¶ added in v1.26.0
type ApiListGenericWorkJobsRequest struct {
ApiService *GenericWorkJobsAPIService
// contains filtered or unexported fields
}
func (ApiListGenericWorkJobsRequest) AcceptVersion ¶ added in v1.26.0
func (r ApiListGenericWorkJobsRequest) AcceptVersion(acceptVersion string) ApiListGenericWorkJobsRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiListGenericWorkJobsRequest) Embed ¶ added in v1.26.0
func (r ApiListGenericWorkJobsRequest) Embed(embed bool) ApiListGenericWorkJobsRequest
Embedding: The whether or not to embed resources into the collection (rather than return links).
func (ApiListGenericWorkJobsRequest) Execute ¶ added in v1.26.0
func (r ApiListGenericWorkJobsRequest) Execute() (*GenericWorkJobCollection, *http.Response, error)
func (*ApiListGenericWorkJobsRequest) FollowGenericWorkJobsLink ¶ added in v1.46.0
func (r *ApiListGenericWorkJobsRequest) FollowGenericWorkJobsLink(link string) (*GenericWorkJobCollection, *http.Response, error)
================================================================================================================= This extends ApiListGenericWorkJobsRequest and GenericWorkJobsAPIService definitions =================================================================================================================
func (ApiListGenericWorkJobsRequest) IfNoneMatch ¶ added in v1.26.0
func (r ApiListGenericWorkJobsRequest) IfNoneMatch(ifNoneMatch string) ApiListGenericWorkJobsRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiListGenericWorkJobsRequest) Limit ¶ added in v1.26.0
func (r ApiListGenericWorkJobsRequest) Limit(limit int32) ApiListGenericWorkJobsRequest
Paging: The maximum number of items to return in a resource.
func (ApiListGenericWorkJobsRequest) Offset ¶ added in v1.26.0
func (r ApiListGenericWorkJobsRequest) Offset(offset int32) ApiListGenericWorkJobsRequest
Paging: The index of the first item to return in the resource.
type ApiListGenericWorkersRequest ¶ added in v1.26.0
type ApiListGenericWorkersRequest struct {
ApiService *GenericWorkersAPIService
// contains filtered or unexported fields
}
func (ApiListGenericWorkersRequest) AcceptVersion ¶ added in v1.26.0
func (r ApiListGenericWorkersRequest) AcceptVersion(acceptVersion string) ApiListGenericWorkersRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiListGenericWorkersRequest) Embed ¶ added in v1.26.0
func (r ApiListGenericWorkersRequest) Embed(embed bool) ApiListGenericWorkersRequest
Embedding: The whether or not to embed resources into the collection (rather than return links).
func (ApiListGenericWorkersRequest) Execute ¶ added in v1.26.0
func (r ApiListGenericWorkersRequest) Execute() (*GenericWorkerCollection, *http.Response, error)
func (*ApiListGenericWorkersRequest) FollowGenericWorkersLink ¶ added in v1.46.0
func (r *ApiListGenericWorkersRequest) FollowGenericWorkersLink(link string) (*GenericWorkerCollection, *http.Response, error)
================================================================================================================= This extends ApiListGenericWorkersRequest and GenericWorkersAPIService definitions =================================================================================================================
func (ApiListGenericWorkersRequest) IfNoneMatch ¶ added in v1.26.0
func (r ApiListGenericWorkersRequest) IfNoneMatch(ifNoneMatch string) ApiListGenericWorkersRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiListGenericWorkersRequest) Limit ¶ added in v1.26.0
func (r ApiListGenericWorkersRequest) Limit(limit int32) ApiListGenericWorkersRequest
Paging: The maximum number of items to return in a resource.
func (ApiListGenericWorkersRequest) Offset ¶ added in v1.26.0
func (r ApiListGenericWorkersRequest) Offset(offset int32) ApiListGenericWorkersRequest
Paging: The index of the first item to return in the resource.
type ApiListIntellisenseArtefactsRequest ¶
type ApiListIntellisenseArtefactsRequest struct {
ApiService *IntellisenseJobsAPIService
// contains filtered or unexported fields
}
func (ApiListIntellisenseArtefactsRequest) AcceptVersion ¶
func (r ApiListIntellisenseArtefactsRequest) AcceptVersion(acceptVersion string) ApiListIntellisenseArtefactsRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiListIntellisenseArtefactsRequest) Execute ¶
func (r ApiListIntellisenseArtefactsRequest) Execute() (*SimpleCollection, *http.Response, error)
func (ApiListIntellisenseArtefactsRequest) IfNoneMatch ¶
func (r ApiListIntellisenseArtefactsRequest) IfNoneMatch(ifNoneMatch string) ApiListIntellisenseArtefactsRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiListIntellisenseArtefactsRequest) Limit ¶
func (r ApiListIntellisenseArtefactsRequest) Limit(limit int32) ApiListIntellisenseArtefactsRequest
Paging: The maximum number of items to return in a resource.
func (ApiListIntellisenseArtefactsRequest) Offset ¶
func (r ApiListIntellisenseArtefactsRequest) Offset(offset int32) ApiListIntellisenseArtefactsRequest
Paging: The index of the first item to return in the resource.
type ApiListIntellisenseJobRequest ¶
type ApiListIntellisenseJobRequest struct {
ApiService *IntellisenseJobsAPIService
// contains filtered or unexported fields
}
func (ApiListIntellisenseJobRequest) AcceptVersion ¶
func (r ApiListIntellisenseJobRequest) AcceptVersion(acceptVersion string) ApiListIntellisenseJobRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiListIntellisenseJobRequest) Embed ¶
func (r ApiListIntellisenseJobRequest) Embed(embed bool) ApiListIntellisenseJobRequest
Embedding: The whether or not to embed resources into the collection (rather than return links).
func (ApiListIntellisenseJobRequest) Execute ¶
func (r ApiListIntellisenseJobRequest) Execute() (*IntellisenseJobCollection, *http.Response, error)
func (*ApiListIntellisenseJobRequest) FollowIntellisenseJobLink ¶ added in v1.46.0
func (r *ApiListIntellisenseJobRequest) FollowIntellisenseJobLink(link string) (*IntellisenseJobCollection, *http.Response, error)
================================================================================================================= This extends ApiListIntellisenseJobRequest and IntellisenseJobsAPIService definitions =================================================================================================================
func (ApiListIntellisenseJobRequest) IfNoneMatch ¶
func (r ApiListIntellisenseJobRequest) IfNoneMatch(ifNoneMatch string) ApiListIntellisenseJobRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiListIntellisenseJobRequest) Limit ¶
func (r ApiListIntellisenseJobRequest) Limit(limit int32) ApiListIntellisenseJobRequest
Paging: The maximum number of items to return in a resource.
func (ApiListIntellisenseJobRequest) Offset ¶
func (r ApiListIntellisenseJobRequest) Offset(offset int32) ApiListIntellisenseJobRequest
Paging: The index of the first item to return in the resource.
type ApiListIntellisenseOutputManagersRequest ¶ added in v1.22.0
type ApiListIntellisenseOutputManagersRequest struct {
ApiService *IntellisenseJobsAPIService
// contains filtered or unexported fields
}
func (ApiListIntellisenseOutputManagersRequest) AcceptVersion ¶ added in v1.22.0
func (r ApiListIntellisenseOutputManagersRequest) AcceptVersion(acceptVersion string) ApiListIntellisenseOutputManagersRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiListIntellisenseOutputManagersRequest) Embed ¶ added in v1.22.0
func (r ApiListIntellisenseOutputManagersRequest) Embed(embed bool) ApiListIntellisenseOutputManagersRequest
Embedding: The whether or not to embed resources into the collection (rather than return links).
func (ApiListIntellisenseOutputManagersRequest) Execute ¶ added in v1.22.0
func (r ApiListIntellisenseOutputManagersRequest) Execute() (*ArtefactManagerCollection, *http.Response, error)
func (*ApiListIntellisenseOutputManagersRequest) FollowIntellisenseOutputManagersLink ¶ added in v1.46.0
func (r *ApiListIntellisenseOutputManagersRequest) FollowIntellisenseOutputManagersLink(link string) (*ArtefactManagerCollection, *http.Response, error)
================================================================================================================= This extends ApiListIntellisenseOutputManagersRequest and IntellisenseJobsAPIService definitions =================================================================================================================
func (ApiListIntellisenseOutputManagersRequest) IfNoneMatch ¶ added in v1.22.0
func (r ApiListIntellisenseOutputManagersRequest) IfNoneMatch(ifNoneMatch string) ApiListIntellisenseOutputManagersRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiListIntellisenseOutputManagersRequest) Limit ¶ added in v1.22.0
func (r ApiListIntellisenseOutputManagersRequest) Limit(limit int32) ApiListIntellisenseOutputManagersRequest
Paging: The maximum number of items to return in a resource.
func (ApiListIntellisenseOutputManagersRequest) Offset ¶ added in v1.22.0
func (r ApiListIntellisenseOutputManagersRequest) Offset(offset int32) ApiListIntellisenseOutputManagersRequest
Paging: The index of the first item to return in the resource.
type ApiListPATsRequest ¶ added in v1.26.0
type ApiListPATsRequest struct {
ApiService *PersonalAccessTokenAPIService
// contains filtered or unexported fields
}
func (ApiListPATsRequest) AcceptVersion ¶ added in v1.26.0
func (r ApiListPATsRequest) AcceptVersion(acceptVersion string) ApiListPATsRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiListPATsRequest) Embed ¶ added in v1.26.0
func (r ApiListPATsRequest) Embed(embed bool) ApiListPATsRequest
Embedding: The whether or not to embed resources into the collection (rather than return links).
func (ApiListPATsRequest) Execute ¶ added in v1.26.0
func (r ApiListPATsRequest) Execute() (*PATCollection, *http.Response, error)
func (ApiListPATsRequest) IfNoneMatch ¶ added in v1.26.0
func (r ApiListPATsRequest) IfNoneMatch(ifNoneMatch string) ApiListPATsRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
type ApiListPayloadsRequest ¶ added in v1.44.0
type ApiListPayloadsRequest struct {
ApiService *FPGAPayloadsAPIService
// contains filtered or unexported fields
}
func (ApiListPayloadsRequest) AcceptVersion ¶ added in v1.44.0
func (r ApiListPayloadsRequest) AcceptVersion(acceptVersion string) ApiListPayloadsRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiListPayloadsRequest) Embed ¶ added in v1.44.0
func (r ApiListPayloadsRequest) Embed(embed bool) ApiListPayloadsRequest
Embedding: The whether or not to embed resources into the collection (rather than return links).
func (ApiListPayloadsRequest) Execute ¶ added in v1.44.0
func (r ApiListPayloadsRequest) Execute() (*FPGAPayloadCollection, *http.Response, error)
func (*ApiListPayloadsRequest) FollowPayloadsLink ¶ added in v1.46.0
func (r *ApiListPayloadsRequest) FollowPayloadsLink(link string) (*FPGAPayloadCollection, *http.Response, error)
================================================================================================================= This extends ApiListPayloadsRequest and FPGAPayloadsAPIService definitions =================================================================================================================
func (ApiListPayloadsRequest) IfNoneMatch ¶ added in v1.44.0
func (r ApiListPayloadsRequest) IfNoneMatch(ifNoneMatch string) ApiListPayloadsRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiListPayloadsRequest) Limit ¶ added in v1.44.0
func (r ApiListPayloadsRequest) Limit(limit int32) ApiListPayloadsRequest
Paging: The maximum number of items to return in a resource.
func (ApiListPayloadsRequest) Offset ¶ added in v1.44.0
func (r ApiListPayloadsRequest) Offset(offset int32) ApiListPayloadsRequest
Paging: The index of the first item to return in the resource.
type ApiListSATsRequest ¶ added in v1.84.0
type ApiListSATsRequest struct {
ApiService *ServiceAccountAPIService
// contains filtered or unexported fields
}
func (ApiListSATsRequest) AcceptVersion ¶ added in v1.84.0
func (r ApiListSATsRequest) AcceptVersion(acceptVersion string) ApiListSATsRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiListSATsRequest) Embed ¶ added in v1.84.0
func (r ApiListSATsRequest) Embed(embed bool) ApiListSATsRequest
Embedding: The whether or not to embed resources into the collection (rather than return links).
func (ApiListSATsRequest) Execute ¶ added in v1.84.0
func (r ApiListSATsRequest) Execute() (*ServiceAccessTokenCollection, *http.Response, error)
func (ApiListSATsRequest) IfNoneMatch ¶ added in v1.84.0
func (r ApiListSATsRequest) IfNoneMatch(ifNoneMatch string) ApiListSATsRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiListSATsRequest) Limit ¶ added in v1.88.0
func (r ApiListSATsRequest) Limit(limit int32) ApiListSATsRequest
Paging: The maximum number of items to return in a resource.
func (ApiListSATsRequest) Offset ¶ added in v1.88.0
func (r ApiListSATsRequest) Offset(offset int32) ApiListSATsRequest
Paging: The index of the first item to return in the resource.
type ApiListServiceAccountsRequest ¶ added in v1.77.0
type ApiListServiceAccountsRequest struct {
ApiService *ServiceAccountAPIService
// contains filtered or unexported fields
}
func (ApiListServiceAccountsRequest) AcceptVersion ¶ added in v1.77.0
func (r ApiListServiceAccountsRequest) AcceptVersion(acceptVersion string) ApiListServiceAccountsRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiListServiceAccountsRequest) Embed ¶ added in v1.77.0
func (r ApiListServiceAccountsRequest) Embed(embed bool) ApiListServiceAccountsRequest
Embedding: The whether or not to embed resources into the collection (rather than return links).
func (ApiListServiceAccountsRequest) Execute ¶ added in v1.77.0
func (r ApiListServiceAccountsRequest) Execute() (*ServiceAccountCollection, *http.Response, error)
func (*ApiListServiceAccountsRequest) FollowServiceAccountsLink ¶ added in v1.77.0
func (r *ApiListServiceAccountsRequest) FollowServiceAccountsLink(link string) (*ServiceAccountCollection, *http.Response, error)
================================================================================================================= This extends ApiListServiceAccountsRequest and ServiceAccountAPIService definitions =================================================================================================================
func (ApiListServiceAccountsRequest) IfNoneMatch ¶ added in v1.77.0
func (r ApiListServiceAccountsRequest) IfNoneMatch(ifNoneMatch string) ApiListServiceAccountsRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiListServiceAccountsRequest) Limit ¶ added in v1.77.0
func (r ApiListServiceAccountsRequest) Limit(limit int32) ApiListServiceAccountsRequest
Paging: The maximum number of items to return in a resource.
func (ApiListServiceAccountsRequest) Offset ¶ added in v1.77.0
func (r ApiListServiceAccountsRequest) Offset(offset int32) ApiListServiceAccountsRequest
Paging: The index of the first item to return in the resource.
type ApiListSpecificFpgaJobArtefactManagersRequest ¶ added in v1.69.0
type ApiListSpecificFpgaJobArtefactManagersRequest struct {
ApiService *FPGAJobsAPIService
// contains filtered or unexported fields
}
func (ApiListSpecificFpgaJobArtefactManagersRequest) AcceptVersion ¶ added in v1.69.0
func (r ApiListSpecificFpgaJobArtefactManagersRequest) AcceptVersion(acceptVersion string) ApiListSpecificFpgaJobArtefactManagersRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiListSpecificFpgaJobArtefactManagersRequest) Embed ¶ added in v1.69.0
func (r ApiListSpecificFpgaJobArtefactManagersRequest) Embed(embed bool) ApiListSpecificFpgaJobArtefactManagersRequest
Embedding: The whether or not to embed resources into the collection (rather than return links).
func (ApiListSpecificFpgaJobArtefactManagersRequest) Execute ¶ added in v1.69.0
func (r ApiListSpecificFpgaJobArtefactManagersRequest) Execute() (*ArtefactManagerCollection, *http.Response, error)
func (*ApiListSpecificFpgaJobArtefactManagersRequest) FollowSpecificFpgaJobArtefactManagersLink ¶ added in v1.69.0
func (r *ApiListSpecificFpgaJobArtefactManagersRequest) FollowSpecificFpgaJobArtefactManagersLink(link string) (*ArtefactManagerCollection, *http.Response, error)
================================================================================================================= This extends ApiListSpecificFpgaJobArtefactManagersRequest and FPGAJobsAPIService definitions =================================================================================================================
func (ApiListSpecificFpgaJobArtefactManagersRequest) IfNoneMatch ¶ added in v1.69.0
func (r ApiListSpecificFpgaJobArtefactManagersRequest) IfNoneMatch(ifNoneMatch string) ApiListSpecificFpgaJobArtefactManagersRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiListSpecificFpgaJobArtefactManagersRequest) Limit ¶ added in v1.69.0
func (r ApiListSpecificFpgaJobArtefactManagersRequest) Limit(limit int32) ApiListSpecificFpgaJobArtefactManagersRequest
Paging: The maximum number of items to return in a resource.
func (ApiListSpecificFpgaJobArtefactManagersRequest) Offset ¶ added in v1.69.0
func (r ApiListSpecificFpgaJobArtefactManagersRequest) Offset(offset int32) ApiListSpecificFpgaJobArtefactManagersRequest
Paging: The index of the first item to return in the resource.
type ApiListUsersRequest ¶ added in v1.57.0
type ApiListUsersRequest struct {
ApiService *AuthenticationAPIService
// contains filtered or unexported fields
}
func (ApiListUsersRequest) AcceptVersion ¶ added in v1.57.0
func (r ApiListUsersRequest) AcceptVersion(acceptVersion string) ApiListUsersRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiListUsersRequest) Embed ¶ added in v1.57.0
func (r ApiListUsersRequest) Embed(embed bool) ApiListUsersRequest
Embedding: The whether or not to embed resources into the collection (rather than return links).
func (ApiListUsersRequest) Execute ¶ added in v1.57.0
func (r ApiListUsersRequest) Execute() (*UserCollection, *http.Response, error)
func (*ApiListUsersRequest) FollowUsersLink ¶ added in v1.57.0
func (r *ApiListUsersRequest) FollowUsersLink(link string) (*UserCollection, *http.Response, error)
================================================================================================================= This extends ApiListUsersRequest and AuthenticationAPIService definitions =================================================================================================================
func (ApiListUsersRequest) IfNoneMatch ¶ added in v1.57.0
func (r ApiListUsersRequest) IfNoneMatch(ifNoneMatch string) ApiListUsersRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiListUsersRequest) Limit ¶ added in v1.57.0
func (r ApiListUsersRequest) Limit(limit int32) ApiListUsersRequest
Paging: The maximum number of items to return in a resource.
func (ApiListUsersRequest) Offset ¶ added in v1.57.0
func (r ApiListUsersRequest) Offset(offset int32) ApiListUsersRequest
Paging: The index of the first item to return in the resource.
type ApiListVendorsRequest ¶
type ApiListVendorsRequest struct {
ApiService *VendorsAPIService
// contains filtered or unexported fields
}
func (ApiListVendorsRequest) AcceptVersion ¶
func (r ApiListVendorsRequest) AcceptVersion(acceptVersion string) ApiListVendorsRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiListVendorsRequest) Embed ¶
func (r ApiListVendorsRequest) Embed(embed bool) ApiListVendorsRequest
Embedding: The whether or not to embed resources into the collection (rather than return links).
func (ApiListVendorsRequest) Execute ¶
func (r ApiListVendorsRequest) Execute() (*ListVendorsCollection, *http.Response, error)
func (ApiListVendorsRequest) IfNoneMatch ¶
func (r ApiListVendorsRequest) IfNoneMatch(ifNoneMatch string) ApiListVendorsRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiListVendorsRequest) Limit ¶
func (r ApiListVendorsRequest) Limit(limit int32) ApiListVendorsRequest
Paging: The maximum number of items to return in a resource.
func (ApiListVendorsRequest) Offset ¶
func (r ApiListVendorsRequest) Offset(offset int32) ApiListVendorsRequest
Paging: The index of the first item to return in the resource.
type ApiListVhtInstanceArtefactManagersRequest ¶
type ApiListVhtInstanceArtefactManagersRequest struct {
ApiService *VirtualHardwareTargetInstanceAPIService
// contains filtered or unexported fields
}
func (ApiListVhtInstanceArtefactManagersRequest) AcceptVersion ¶
func (r ApiListVhtInstanceArtefactManagersRequest) AcceptVersion(acceptVersion string) ApiListVhtInstanceArtefactManagersRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiListVhtInstanceArtefactManagersRequest) Embed ¶
func (r ApiListVhtInstanceArtefactManagersRequest) Embed(embed bool) ApiListVhtInstanceArtefactManagersRequest
Embedding: The whether or not to embed resources into the collection (rather than return links).
func (ApiListVhtInstanceArtefactManagersRequest) Execute ¶
func (r ApiListVhtInstanceArtefactManagersRequest) Execute() (*ArtefactManagerCollection, *http.Response, error)
func (*ApiListVhtInstanceArtefactManagersRequest) FollowVhtInstanceArtefactManagersLink ¶ added in v1.46.0
func (r *ApiListVhtInstanceArtefactManagersRequest) FollowVhtInstanceArtefactManagersLink(link string) (*ArtefactManagerCollection, *http.Response, error)
================================================================================================================= This extends ApiListVhtInstanceArtefactManagersRequest and VirtualHardwareTargetInstanceAPIService definitions =================================================================================================================
func (ApiListVhtInstanceArtefactManagersRequest) IfNoneMatch ¶
func (r ApiListVhtInstanceArtefactManagersRequest) IfNoneMatch(ifNoneMatch string) ApiListVhtInstanceArtefactManagersRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiListVhtInstanceArtefactManagersRequest) Limit ¶
func (r ApiListVhtInstanceArtefactManagersRequest) Limit(limit int32) ApiListVhtInstanceArtefactManagersRequest
Paging: The maximum number of items to return in a resource.
func (ApiListVhtInstanceArtefactManagersRequest) Offset ¶
func (r ApiListVhtInstanceArtefactManagersRequest) Offset(offset int32) ApiListVhtInstanceArtefactManagersRequest
Paging: The index of the first item to return in the resource.
type ApiListVhtInstancesRequest ¶
type ApiListVhtInstancesRequest struct {
ApiService *VirtualHardwareTargetInstanceAPIService
// contains filtered or unexported fields
}
func (ApiListVhtInstancesRequest) AcceptVersion ¶
func (r ApiListVhtInstancesRequest) AcceptVersion(acceptVersion string) ApiListVhtInstancesRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiListVhtInstancesRequest) Embed ¶
func (r ApiListVhtInstancesRequest) Embed(embed bool) ApiListVhtInstancesRequest
Embedding: The whether or not to embed resources into the collection (rather than return links).
func (ApiListVhtInstancesRequest) Execute ¶
func (r ApiListVhtInstancesRequest) Execute() (*VhtInstanceCollection, *http.Response, error)
func (*ApiListVhtInstancesRequest) FollowVhtInstancesLink ¶ added in v1.46.0
func (r *ApiListVhtInstancesRequest) FollowVhtInstancesLink(link string) (*VhtInstanceCollection, *http.Response, error)
================================================================================================================= This extends ApiListVhtInstancesRequest and VirtualHardwareTargetInstanceAPIService definitions =================================================================================================================
func (ApiListVhtInstancesRequest) IfNoneMatch ¶
func (r ApiListVhtInstancesRequest) IfNoneMatch(ifNoneMatch string) ApiListVhtInstancesRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiListVhtInstancesRequest) Limit ¶
func (r ApiListVhtInstancesRequest) Limit(limit int32) ApiListVhtInstancesRequest
Paging: The maximum number of items to return in a resource.
func (ApiListVhtInstancesRequest) Offset ¶
func (r ApiListVhtInstancesRequest) Offset(offset int32) ApiListVhtInstancesRequest
Paging: The index of the first item to return in the resource.
type ApiListVhtRunJobsRequest ¶
type ApiListVhtRunJobsRequest struct {
ApiService *VHTRunJobsAPIService
// contains filtered or unexported fields
}
func (ApiListVhtRunJobsRequest) AcceptVersion ¶
func (r ApiListVhtRunJobsRequest) AcceptVersion(acceptVersion string) ApiListVhtRunJobsRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiListVhtRunJobsRequest) Embed ¶
func (r ApiListVhtRunJobsRequest) Embed(embed bool) ApiListVhtRunJobsRequest
Embedding: The whether or not to embed resources into the collection (rather than return links).
func (ApiListVhtRunJobsRequest) Execute ¶
func (r ApiListVhtRunJobsRequest) Execute() (*VhtRunJobCollection, *http.Response, error)
func (*ApiListVhtRunJobsRequest) FollowVhtRunJobsLink ¶ added in v1.46.0
func (r *ApiListVhtRunJobsRequest) FollowVhtRunJobsLink(link string) (*VhtRunJobCollection, *http.Response, error)
================================================================================================================= This extends ApiListVhtRunJobsRequest and VHTRunJobsAPIService definitions =================================================================================================================
func (ApiListVhtRunJobsRequest) IfNoneMatch ¶
func (r ApiListVhtRunJobsRequest) IfNoneMatch(ifNoneMatch string) ApiListVhtRunJobsRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiListVhtRunJobsRequest) Limit ¶
func (r ApiListVhtRunJobsRequest) Limit(limit int32) ApiListVhtRunJobsRequest
Paging: The maximum number of items to return in a resource.
func (ApiListVhtRunJobsRequest) Offset ¶
func (r ApiListVhtRunJobsRequest) Offset(offset int32) ApiListVhtRunJobsRequest
Paging: The index of the first item to return in the resource.
type ApiListVhtsRequest ¶
type ApiListVhtsRequest struct {
ApiService *VirtualHardwareTargetAPIService
// contains filtered or unexported fields
}
func (ApiListVhtsRequest) AcceptVersion ¶
func (r ApiListVhtsRequest) AcceptVersion(acceptVersion string) ApiListVhtsRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiListVhtsRequest) Embed ¶
func (r ApiListVhtsRequest) Embed(embed bool) ApiListVhtsRequest
Embedding: The whether or not to embed resources into the collection (rather than return links).
func (ApiListVhtsRequest) Execute ¶
func (r ApiListVhtsRequest) Execute() (*VhtCollection, *http.Response, error)
func (*ApiListVhtsRequest) FollowVhtsLink ¶ added in v1.46.0
func (r *ApiListVhtsRequest) FollowVhtsLink(link string) (*VhtCollection, *http.Response, error)
================================================================================================================= This extends ApiListVhtsRequest and VirtualHardwareTargetAPIService definitions =================================================================================================================
func (ApiListVhtsRequest) IfNoneMatch ¶
func (r ApiListVhtsRequest) IfNoneMatch(ifNoneMatch string) ApiListVhtsRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiListVhtsRequest) Limit ¶
func (r ApiListVhtsRequest) Limit(limit int32) ApiListVhtsRequest
Paging: The maximum number of items to return in a resource.
func (ApiListVhtsRequest) Offset ¶
func (r ApiListVhtsRequest) Offset(offset int32) ApiListVhtsRequest
Paging: The index of the first item to return in the resource.
type ApiListWorkspaceSourcesRequest ¶
type ApiListWorkspaceSourcesRequest struct {
ApiService *WorkspaceSourceAPIService
// contains filtered or unexported fields
}
func (ApiListWorkspaceSourcesRequest) AcceptVersion ¶
func (r ApiListWorkspaceSourcesRequest) AcceptVersion(acceptVersion string) ApiListWorkspaceSourcesRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiListWorkspaceSourcesRequest) Embed ¶
func (r ApiListWorkspaceSourcesRequest) Embed(embed bool) ApiListWorkspaceSourcesRequest
Embedding: The whether or not to embed resources into the collection (rather than return links).
func (ApiListWorkspaceSourcesRequest) Execute ¶
func (r ApiListWorkspaceSourcesRequest) Execute() (*WorkspaceSourceCollection, *http.Response, error)
func (*ApiListWorkspaceSourcesRequest) FollowWorkspaceSourcesLink ¶ added in v1.46.0
func (r *ApiListWorkspaceSourcesRequest) FollowWorkspaceSourcesLink(link string) (*WorkspaceSourceCollection, *http.Response, error)
================================================================================================================= This extends ApiListWorkspaceSourcesRequest and WorkspaceSourceAPIService definitions =================================================================================================================
func (ApiListWorkspaceSourcesRequest) IfNoneMatch ¶
func (r ApiListWorkspaceSourcesRequest) IfNoneMatch(ifNoneMatch string) ApiListWorkspaceSourcesRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiListWorkspaceSourcesRequest) Limit ¶
func (r ApiListWorkspaceSourcesRequest) Limit(limit int32) ApiListWorkspaceSourcesRequest
Paging: The maximum number of items to return in a resource.
func (ApiListWorkspaceSourcesRequest) Offset ¶
func (r ApiListWorkspaceSourcesRequest) Offset(offset int32) ApiListWorkspaceSourcesRequest
Paging: The index of the first item to return in the resource.
type ApiListWorkspacesRequest ¶
type ApiListWorkspacesRequest struct {
ApiService *WorkspaceAPIService
// contains filtered or unexported fields
}
func (ApiListWorkspacesRequest) AcceptVersion ¶
func (r ApiListWorkspacesRequest) AcceptVersion(acceptVersion string) ApiListWorkspacesRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiListWorkspacesRequest) Embed ¶
func (r ApiListWorkspacesRequest) Embed(embed bool) ApiListWorkspacesRequest
Embedding: The whether or not to embed resources into the collection (rather than return links).
func (ApiListWorkspacesRequest) Execute ¶
func (r ApiListWorkspacesRequest) Execute() (*WorkspaceCollection, *http.Response, error)
func (*ApiListWorkspacesRequest) FollowWorkspacesLink ¶ added in v1.46.0
func (r *ApiListWorkspacesRequest) FollowWorkspacesLink(link string) (*WorkspaceCollection, *http.Response, error)
================================================================================================================= This extends ApiListWorkspacesRequest and WorkspaceAPIService definitions =================================================================================================================
func (ApiListWorkspacesRequest) IfNoneMatch ¶
func (r ApiListWorkspacesRequest) IfNoneMatch(ifNoneMatch string) ApiListWorkspacesRequest
Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content.
func (ApiListWorkspacesRequest) Limit ¶
func (r ApiListWorkspacesRequest) Limit(limit int32) ApiListWorkspacesRequest
Paging: The maximum number of items to return in a resource.
func (ApiListWorkspacesRequest) Offset ¶
func (r ApiListWorkspacesRequest) Offset(offset int32) ApiListWorkspacesRequest
Paging: The index of the first item to return in the resource.
type ApiLogJobMessageRequest ¶ added in v1.44.0
type ApiLogJobMessageRequest struct {
ApiService *FPGAJobsAPIService
// contains filtered or unexported fields
}
func (ApiLogJobMessageRequest) AcceptVersion ¶ added in v1.44.0
func (r ApiLogJobMessageRequest) AcceptVersion(acceptVersion string) ApiLogJobMessageRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiLogJobMessageRequest) Execute ¶ added in v1.44.0
func (r ApiLogJobMessageRequest) Execute() (*NotificationFeed, *http.Response, error)
func (ApiLogJobMessageRequest) NotificationMessageObject ¶ added in v1.44.0
func (r ApiLogJobMessageRequest) NotificationMessageObject(notificationMessageObject NotificationMessageObject) ApiLogJobMessageRequest
A job message to log.
type ApiRemoveFPGAAdminRequest ¶ added in v1.57.0
type ApiRemoveFPGAAdminRequest struct {
ApiService *FPGAAdminAPIService
// contains filtered or unexported fields
}
func (ApiRemoveFPGAAdminRequest) AcceptVersion ¶ added in v1.57.0
func (r ApiRemoveFPGAAdminRequest) AcceptVersion(acceptVersion string) ApiRemoveFPGAAdminRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
type ApiRemoveFPGAEntitlementRequest ¶ added in v1.60.0
type ApiRemoveFPGAEntitlementRequest struct {
ApiService *FPGAEntitlementsAPIService
// contains filtered or unexported fields
}
func (ApiRemoveFPGAEntitlementRequest) AcceptVersion ¶ added in v1.60.0
func (r ApiRemoveFPGAEntitlementRequest) AcceptVersion(acceptVersion string) ApiRemoveFPGAEntitlementRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
type ApiRetainBuildJobRequest ¶
type ApiRetainBuildJobRequest struct {
ApiService *BuildJobsAPIService
// contains filtered or unexported fields
}
func (ApiRetainBuildJobRequest) AcceptVersion ¶
func (r ApiRetainBuildJobRequest) AcceptVersion(acceptVersion string) ApiRetainBuildJobRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiRetainBuildJobRequest) Execute ¶
func (r ApiRetainBuildJobRequest) Execute() (*BuildJobItem, *http.Response, error)
func (ApiRetainBuildJobRequest) RetainBuildJobRequest ¶
func (r ApiRetainBuildJobRequest) RetainBuildJobRequest(retainBuildJobRequest RetainBuildJobRequest) ApiRetainBuildJobRequest
TTL configuration.
type ApiRetainFpgaJobRequest ¶ added in v1.44.0
type ApiRetainFpgaJobRequest struct {
ApiService *FPGAJobsAPIService
// contains filtered or unexported fields
}
func (ApiRetainFpgaJobRequest) AcceptVersion ¶ added in v1.44.0
func (r ApiRetainFpgaJobRequest) AcceptVersion(acceptVersion string) ApiRetainFpgaJobRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiRetainFpgaJobRequest) Execute ¶ added in v1.44.0
func (r ApiRetainFpgaJobRequest) Execute() (*FPGAJobItem, *http.Response, error)
func (ApiRetainFpgaJobRequest) RetainBuildJobRequest ¶ added in v1.44.0
func (r ApiRetainFpgaJobRequest) RetainBuildJobRequest(retainBuildJobRequest RetainBuildJobRequest) ApiRetainFpgaJobRequest
TTL configuration.
type ApiRetainGenericWorkJobRequest ¶ added in v1.26.0
type ApiRetainGenericWorkJobRequest struct {
ApiService *GenericWorkJobsAPIService
// contains filtered or unexported fields
}
func (ApiRetainGenericWorkJobRequest) AcceptVersion ¶ added in v1.26.0
func (r ApiRetainGenericWorkJobRequest) AcceptVersion(acceptVersion string) ApiRetainGenericWorkJobRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiRetainGenericWorkJobRequest) Execute ¶ added in v1.26.0
func (r ApiRetainGenericWorkJobRequest) Execute() (*GenericWorkJobItem, *http.Response, error)
func (ApiRetainGenericWorkJobRequest) RetainBuildJobRequest ¶ added in v1.26.0
func (r ApiRetainGenericWorkJobRequest) RetainBuildJobRequest(retainBuildJobRequest RetainBuildJobRequest) ApiRetainGenericWorkJobRequest
TTL configuration.
type ApiRetainIntellisenseJobRequest ¶
type ApiRetainIntellisenseJobRequest struct {
ApiService *IntellisenseJobsAPIService
// contains filtered or unexported fields
}
func (ApiRetainIntellisenseJobRequest) AcceptVersion ¶
func (r ApiRetainIntellisenseJobRequest) AcceptVersion(acceptVersion string) ApiRetainIntellisenseJobRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiRetainIntellisenseJobRequest) Execute ¶
func (r ApiRetainIntellisenseJobRequest) Execute() (*IntellisenseJobItem, *http.Response, error)
func (ApiRetainIntellisenseJobRequest) RetainBuildJobRequest ¶
func (r ApiRetainIntellisenseJobRequest) RetainBuildJobRequest(retainBuildJobRequest RetainBuildJobRequest) ApiRetainIntellisenseJobRequest
TTL configuration.
type ApiRetainWorkspaceRequest ¶
type ApiRetainWorkspaceRequest struct {
ApiService *WorkspaceAPIService
// contains filtered or unexported fields
}
func (ApiRetainWorkspaceRequest) AcceptVersion ¶
func (r ApiRetainWorkspaceRequest) AcceptVersion(acceptVersion string) ApiRetainWorkspaceRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiRetainWorkspaceRequest) Execute ¶
func (r ApiRetainWorkspaceRequest) Execute() (*WorkspaceItem, *http.Response, error)
func (ApiRetainWorkspaceRequest) RetainWorkspaceRequest ¶
func (r ApiRetainWorkspaceRequest) RetainWorkspaceRequest(retainWorkspaceRequest RetainWorkspaceRequest) ApiRetainWorkspaceRequest
TTL configuration.
type ApiStartCmsisBuildRequest ¶
type ApiStartCmsisBuildRequest struct {
ApiService *CMSISBuildersAPIService
// contains filtered or unexported fields
}
func (ApiStartCmsisBuildRequest) AcceptVersion ¶
func (r ApiStartCmsisBuildRequest) AcceptVersion(acceptVersion string) ApiStartCmsisBuildRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiStartCmsisBuildRequest) BuildJobItem ¶
func (r ApiStartCmsisBuildRequest) BuildJobItem(buildJobItem BuildJobItem) ApiStartCmsisBuildRequest
A name of the CMSIS project to build.
func (ApiStartCmsisBuildRequest) Execute ¶
func (r ApiStartCmsisBuildRequest) Execute() (*BuildJobItem, *http.Response, error)
type ApiStartCmsisIntellisenseRequest ¶
type ApiStartCmsisIntellisenseRequest struct {
ApiService *CMSISIntellisenseBuildersAPIService
// contains filtered or unexported fields
}
func (ApiStartCmsisIntellisenseRequest) AcceptVersion ¶
func (r ApiStartCmsisIntellisenseRequest) AcceptVersion(acceptVersion string) ApiStartCmsisIntellisenseRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiStartCmsisIntellisenseRequest) Execute ¶
func (r ApiStartCmsisIntellisenseRequest) Execute() (*IntellisenseJobItem, *http.Response, error)
func (ApiStartCmsisIntellisenseRequest) IntellisenseJobItem ¶
func (r ApiStartCmsisIntellisenseRequest) IntellisenseJobItem(intellisenseJobItem IntellisenseJobItem) ApiStartCmsisIntellisenseRequest
A name of the CMSIS project to generate compilation database.
type ApiStartFpgaConnectionRegardlessOfJobRequest ¶ added in v1.90.0
type ApiStartFpgaConnectionRegardlessOfJobRequest struct {
ApiService *FPGAConnectionAPIService
// contains filtered or unexported fields
}
func (ApiStartFpgaConnectionRegardlessOfJobRequest) AcceptVersion ¶ added in v1.90.0
func (r ApiStartFpgaConnectionRegardlessOfJobRequest) AcceptVersion(acceptVersion string) ApiStartFpgaConnectionRegardlessOfJobRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiStartFpgaConnectionRegardlessOfJobRequest) Connection ¶ added in v1.90.0
func (r ApiStartFpgaConnectionRegardlessOfJobRequest) Connection(connection string) ApiStartFpgaConnectionRegardlessOfJobRequest
Header controlling whether the network connection (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Connection). It is for instance used when establishing a Websocket connection (https://en.wikipedia.org/wiki/WebSocket#Opening_handshake)
func (ApiStartFpgaConnectionRegardlessOfJobRequest) SecWebSocketProtocol ¶ added in v1.90.0
func (r ApiStartFpgaConnectionRegardlessOfJobRequest) SecWebSocketProtocol(secWebSocketProtocol string) ApiStartFpgaConnectionRegardlessOfJobRequest
Header used to define a sub protocol to use in the communication (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Sec-WebSocket-Protocol). It is for instance used when establishing a Websocket connection (https://en.wikipedia.org/wiki/WebSocket#Opening_handshake)
func (ApiStartFpgaConnectionRegardlessOfJobRequest) Upgrade ¶ added in v1.90.0
func (r ApiStartFpgaConnectionRegardlessOfJobRequest) Upgrade(upgrade string) ApiStartFpgaConnectionRegardlessOfJobRequest
Header used to upgrade an already-established client/server connection to a different protocol (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Upgrade). It is for instance used when establishing a Websocket connection (https://en.wikipedia.org/wiki/WebSocket#Opening_handshake)
type ApiStartFpgaConnectionRequest ¶ added in v1.44.0
type ApiStartFpgaConnectionRequest struct {
ApiService *FPGAConnectionAPIService
// contains filtered or unexported fields
}
func (ApiStartFpgaConnectionRequest) AcceptVersion ¶ added in v1.44.0
func (r ApiStartFpgaConnectionRequest) AcceptVersion(acceptVersion string) ApiStartFpgaConnectionRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiStartFpgaConnectionRequest) Connection ¶ added in v1.44.0
func (r ApiStartFpgaConnectionRequest) Connection(connection string) ApiStartFpgaConnectionRequest
Header controlling whether the network connection (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Connection). It is for instance used when establishing a Websocket connection (https://en.wikipedia.org/wiki/WebSocket#Opening_handshake)
func (ApiStartFpgaConnectionRequest) SecWebSocketProtocol ¶ added in v1.44.0
func (r ApiStartFpgaConnectionRequest) SecWebSocketProtocol(secWebSocketProtocol string) ApiStartFpgaConnectionRequest
Header used to define a sub protocol to use in the communication (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Sec-WebSocket-Protocol). It is for instance used when establishing a Websocket connection (https://en.wikipedia.org/wiki/WebSocket#Opening_handshake)
func (ApiStartFpgaConnectionRequest) Upgrade ¶ added in v1.44.0
func (r ApiStartFpgaConnectionRequest) Upgrade(upgrade string) ApiStartFpgaConnectionRequest
Header used to upgrade an already-established client/server connection to a different protocol (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Upgrade). It is for instance used when establishing a Websocket connection (https://en.wikipedia.org/wiki/WebSocket#Opening_handshake)
type ApiStartFpgaJobRequest ¶ added in v1.44.0
type ApiStartFpgaJobRequest struct {
ApiService *FPGAJobsAPIService
// contains filtered or unexported fields
}
func (ApiStartFpgaJobRequest) AcceptVersion ¶ added in v1.44.0
func (r ApiStartFpgaJobRequest) AcceptVersion(acceptVersion string) ApiStartFpgaJobRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiStartFpgaJobRequest) Execute ¶ added in v1.44.0
func (r ApiStartFpgaJobRequest) Execute() (*FPGAJobItem, *http.Response, error)
func (ApiStartFpgaJobRequest) FPGAJobItem ¶ added in v1.44.0
func (r ApiStartFpgaJobRequest) FPGAJobItem(fPGAJobItem FPGAJobItem) ApiStartFpgaJobRequest
A FPGA job to start.
type ApiStartGenericWorkJobRequest ¶ added in v1.26.0
type ApiStartGenericWorkJobRequest struct {
ApiService *GenericWorkersAPIService
// contains filtered or unexported fields
}
func (ApiStartGenericWorkJobRequest) AcceptVersion ¶ added in v1.26.0
func (r ApiStartGenericWorkJobRequest) AcceptVersion(acceptVersion string) ApiStartGenericWorkJobRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiStartGenericWorkJobRequest) Execute ¶ added in v1.26.0
func (r ApiStartGenericWorkJobRequest) Execute() (*GenericWorkJobItem, *http.Response, error)
func (ApiStartGenericWorkJobRequest) GenericWorkJobItem ¶ added in v1.26.0
func (r ApiStartGenericWorkJobRequest) GenericWorkJobItem(genericWorkJobItem GenericWorkJobItem) ApiStartGenericWorkJobRequest
A generic work job to start.
type ApiStartVhtInstanceRequest ¶
type ApiStartVhtInstanceRequest struct {
ApiService *VirtualHardwareTargetAPIService
// contains filtered or unexported fields
}
func (ApiStartVhtInstanceRequest) AcceptVersion ¶
func (r ApiStartVhtInstanceRequest) AcceptVersion(acceptVersion string) ApiStartVhtInstanceRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiStartVhtInstanceRequest) Execute ¶
func (r ApiStartVhtInstanceRequest) Execute() (*VhtInstanceItem, *http.Response, error)
func (ApiStartVhtInstanceRequest) VhtInstanceItem ¶
func (r ApiStartVhtInstanceRequest) VhtInstanceItem(vhtInstanceItem VhtInstanceItem) ApiStartVhtInstanceRequest
A name of the VHT to request.
type ApiStartVhtRunJobRequest ¶
type ApiStartVhtRunJobRequest struct {
ApiService *VirtualHardwareTargetInstanceAPIService
// contains filtered or unexported fields
}
func (ApiStartVhtRunJobRequest) AcceptVersion ¶
func (r ApiStartVhtRunJobRequest) AcceptVersion(acceptVersion string) ApiStartVhtRunJobRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiStartVhtRunJobRequest) Execute ¶
func (r ApiStartVhtRunJobRequest) Execute() (*VhtRunJobItem, *http.Response, error)
func (ApiStartVhtRunJobRequest) VhtRunJobItem ¶
func (r ApiStartVhtRunJobRequest) VhtRunJobItem(vhtRunJobItem VhtRunJobItem) ApiStartVhtRunJobRequest
A VHT run job.
type ApiStopVhtInstanceRequest ¶
type ApiStopVhtInstanceRequest struct {
ApiService *VirtualHardwareTargetInstanceAPIService
// contains filtered or unexported fields
}
func (ApiStopVhtInstanceRequest) AcceptVersion ¶
func (r ApiStopVhtInstanceRequest) AcceptVersion(acceptVersion string) ApiStopVhtInstanceRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiStopVhtInstanceRequest) Execute ¶
func (r ApiStopVhtInstanceRequest) Execute() (*VhtInstanceItem, *http.Response, error)
type ApiSunsetFpgaRequest ¶ added in v1.62.0
type ApiSunsetFpgaRequest struct {
ApiService *FPGAAPIService
// contains filtered or unexported fields
}
func (ApiSunsetFpgaRequest) AcceptVersion ¶ added in v1.62.0
func (r ApiSunsetFpgaRequest) AcceptVersion(acceptVersion string) ApiSunsetFpgaRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiSunsetFpgaRequest) Execute ¶ added in v1.62.0
func (r ApiSunsetFpgaRequest) Execute() (*FPGAJobItem, *http.Response, error)
type ApiTerminateFpgaConnectionRequest ¶ added in v1.44.0
type ApiTerminateFpgaConnectionRequest struct {
ApiService *FPGAConnectionAPIService
// contains filtered or unexported fields
}
func (ApiTerminateFpgaConnectionRequest) AcceptVersion ¶ added in v1.44.0
func (r ApiTerminateFpgaConnectionRequest) AcceptVersion(acceptVersion string) ApiTerminateFpgaConnectionRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiTerminateFpgaConnectionRequest) Execute ¶ added in v1.44.0
func (r ApiTerminateFpgaConnectionRequest) Execute() (*FPGAConnectionItem, *http.Response, error)
type ApiTokenIntrospectRequest ¶ added in v1.57.0
type ApiTokenIntrospectRequest struct {
ApiService *AuthenticationAPIService
// contains filtered or unexported fields
}
func (ApiTokenIntrospectRequest) AcceptVersion ¶ added in v1.57.0
func (r ApiTokenIntrospectRequest) AcceptVersion(acceptVersion string) ApiTokenIntrospectRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiTokenIntrospectRequest) Execute ¶ added in v1.57.0
func (r ApiTokenIntrospectRequest) Execute() (*TokenIntrospectionResponseItem, *http.Response, error)
func (ApiTokenIntrospectRequest) TokenIntrospectionRequestItem ¶ added in v1.57.0
func (r ApiTokenIntrospectRequest) TokenIntrospectionRequestItem(tokenIntrospectionRequestItem TokenIntrospectionRequestItem) ApiTokenIntrospectRequest
Data required to introspect a token.
type ApiUpdateFPGAEntitlementRequest ¶ added in v1.57.0
type ApiUpdateFPGAEntitlementRequest struct {
ApiService *FPGAEntitlementsAPIService
// contains filtered or unexported fields
}
func (ApiUpdateFPGAEntitlementRequest) AcceptVersion ¶ added in v1.57.0
func (r ApiUpdateFPGAEntitlementRequest) AcceptVersion(acceptVersion string) ApiUpdateFPGAEntitlementRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiUpdateFPGAEntitlementRequest) Execute ¶ added in v1.57.0
func (r ApiUpdateFPGAEntitlementRequest) Execute() (*FPGAEntitlementItem, *http.Response, error)
func (ApiUpdateFPGAEntitlementRequest) FPGAEntitlementItem ¶ added in v1.57.0
func (r ApiUpdateFPGAEntitlementRequest) FPGAEntitlementItem(fPGAEntitlementItem FPGAEntitlementItem) ApiUpdateFPGAEntitlementRequest
func (ApiUpdateFPGAEntitlementRequest) IfMatch ¶ added in v1.57.0
func (r ApiUpdateFPGAEntitlementRequest) IfMatch(ifMatch string) ApiUpdateFPGAEntitlementRequest
Conditional Requests: This is required in order to perform an update of a resource. The value of this header should be the `ETag` of the resource when read (before being subsequently modified by the client).
type ApiUpdateFpgaRequest ¶ added in v1.44.0
type ApiUpdateFpgaRequest struct {
ApiService *FPGAsAPIService
// contains filtered or unexported fields
}
func (ApiUpdateFpgaRequest) AcceptVersion ¶ added in v1.44.0
func (r ApiUpdateFpgaRequest) AcceptVersion(acceptVersion string) ApiUpdateFpgaRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiUpdateFpgaRequest) Execute ¶ added in v1.44.0
func (r ApiUpdateFpgaRequest) Execute() (*FPGAItem, *http.Response, error)
func (ApiUpdateFpgaRequest) FPGAItem ¶ added in v1.44.0
func (r ApiUpdateFpgaRequest) FPGAItem(fPGAItem FPGAItem) ApiUpdateFpgaRequest
An FPGA to update.
func (ApiUpdateFpgaRequest) IfMatch ¶ added in v1.44.0
func (r ApiUpdateFpgaRequest) IfMatch(ifMatch string) ApiUpdateFpgaRequest
Conditional Requests: This is required in order to perform an update of a resource. The value of this header should be the `ETag` of the resource when read (before being subsequently modified by the client).
type ApiUpdateUserRequest ¶ added in v1.78.0
type ApiUpdateUserRequest struct {
ApiService *AuthenticationAPIService
// contains filtered or unexported fields
}
func (ApiUpdateUserRequest) AcceptVersion ¶ added in v1.78.0
func (r ApiUpdateUserRequest) AcceptVersion(acceptVersion string) ApiUpdateUserRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiUpdateUserRequest) Execute ¶ added in v1.78.0
func (r ApiUpdateUserRequest) Execute() (*UserItem, *http.Response, error)
func (ApiUpdateUserRequest) IfMatch ¶ added in v1.78.0
func (r ApiUpdateUserRequest) IfMatch(ifMatch string) ApiUpdateUserRequest
Conditional Requests: This is required in order to perform an update of a resource. The value of this header should be the `ETag` of the resource when read (before being subsequently modified by the client).
func (ApiUpdateUserRequest) UserItem ¶ added in v1.78.0
func (r ApiUpdateUserRequest) UserItem(userItem UserItem) ApiUpdateUserRequest
Updated data for the user.
type ApiUploadFpgaJobArtefactRequest ¶ added in v1.44.0
type ApiUploadFpgaJobArtefactRequest struct {
ApiService *FPGAJobsAPIService
// contains filtered or unexported fields
}
func (ApiUploadFpgaJobArtefactRequest) AcceptVersion ¶ added in v1.44.0
func (r ApiUploadFpgaJobArtefactRequest) AcceptVersion(acceptVersion string) ApiUploadFpgaJobArtefactRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiUploadFpgaJobArtefactRequest) Content ¶ added in v1.44.0
func (r ApiUploadFpgaJobArtefactRequest) Content(content *os.File) ApiUploadFpgaJobArtefactRequest
artefact content
func (ApiUploadFpgaJobArtefactRequest) ContentMediaType ¶ added in v1.44.0
func (r ApiUploadFpgaJobArtefactRequest) ContentMediaType(contentMediaType string) ApiUploadFpgaJobArtefactRequest
Media type of the artefact according to https://www.iana.org/assignments/media-types/media-types.xhtml Technically redundant, but can be used by JSON Schema tools that may not be aware of the OpenAPI context.
func (ApiUploadFpgaJobArtefactRequest) Execute ¶ added in v1.44.0
func (r ApiUploadFpgaJobArtefactRequest) Execute() (*ArtefactManagerItem, *http.Response, error)
func (ApiUploadFpgaJobArtefactRequest) Hash ¶ added in v1.44.0
func (r ApiUploadFpgaJobArtefactRequest) Hash(hash string) ApiUploadFpgaJobArtefactRequest
Hash of the artefact (sha256) for network resilience
func (ApiUploadFpgaJobArtefactRequest) IfMatch ¶ added in v1.44.0
func (r ApiUploadFpgaJobArtefactRequest) IfMatch(ifMatch string) ApiUploadFpgaJobArtefactRequest
Conditional Requests: This is required in order to perform an update of a resource. The value of this header should be the `ETag` of the resource when read (before being subsequently modified by the client).
func (ApiUploadFpgaJobArtefactRequest) Size ¶ added in v1.44.0
func (r ApiUploadFpgaJobArtefactRequest) Size(size int64) ApiUploadFpgaJobArtefactRequest
size in bytes of this artefact. Technically redundant, but can be used by JSON Schema tools that may not be aware of the OpenAPI context.
func (ApiUploadFpgaJobArtefactRequest) Title ¶ added in v1.44.0
func (r ApiUploadFpgaJobArtefactRequest) Title(title string) ApiUploadFpgaJobArtefactRequest
Optional human readable name of the artefact.
type ApiUploadPayloadRequest ¶ added in v1.44.0
type ApiUploadPayloadRequest struct {
ApiService *FPGAPayloadsAPIService
// contains filtered or unexported fields
}
func (ApiUploadPayloadRequest) AcceptVersion ¶ added in v1.44.0
func (r ApiUploadPayloadRequest) AcceptVersion(acceptVersion string) ApiUploadPayloadRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiUploadPayloadRequest) Execute ¶ added in v1.44.0
func (r ApiUploadPayloadRequest) Execute() (*http.Response, error)
func (ApiUploadPayloadRequest) TusResumable ¶ added in v1.44.0
func (r ApiUploadPayloadRequest) TusResumable(tusResumable string) ApiUploadPayloadRequest
Version of the Tus protocol being used.
func (ApiUploadPayloadRequest) UploadChecksum ¶ added in v1.71.0
func (r ApiUploadPayloadRequest) UploadChecksum(uploadChecksum string) ApiUploadPayloadRequest
Information about the checksum of the current body payload.
func (ApiUploadPayloadRequest) UploadOffset ¶ added in v1.44.0
func (r ApiUploadPayloadRequest) UploadOffset(uploadOffset int64) ApiUploadPayloadRequest
The byte offset within a resource.
type ApiUploadVhtInstanceArtefactRequest ¶
type ApiUploadVhtInstanceArtefactRequest struct {
ApiService *VirtualHardwareTargetInstanceAPIService
// contains filtered or unexported fields
}
func (ApiUploadVhtInstanceArtefactRequest) AcceptVersion ¶
func (r ApiUploadVhtInstanceArtefactRequest) AcceptVersion(acceptVersion string) ApiUploadVhtInstanceArtefactRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiUploadVhtInstanceArtefactRequest) Content ¶
func (r ApiUploadVhtInstanceArtefactRequest) Content(content *os.File) ApiUploadVhtInstanceArtefactRequest
artefact content
func (ApiUploadVhtInstanceArtefactRequest) ContentMediaType ¶
func (r ApiUploadVhtInstanceArtefactRequest) ContentMediaType(contentMediaType string) ApiUploadVhtInstanceArtefactRequest
Media type of the artefact according to https://www.iana.org/assignments/media-types/media-types.xhtml Technically redundant, but can be used by JSON Schema tools that may not be aware of the OpenAPI context.
func (ApiUploadVhtInstanceArtefactRequest) Execute ¶
func (r ApiUploadVhtInstanceArtefactRequest) Execute() (*ArtefactManagerItem, *http.Response, error)
func (ApiUploadVhtInstanceArtefactRequest) Hash ¶
func (r ApiUploadVhtInstanceArtefactRequest) Hash(hash string) ApiUploadVhtInstanceArtefactRequest
Hash of the artefact (sha256) for network resilience
func (ApiUploadVhtInstanceArtefactRequest) IfMatch ¶
func (r ApiUploadVhtInstanceArtefactRequest) IfMatch(ifMatch string) ApiUploadVhtInstanceArtefactRequest
Conditional Requests: This is required in order to perform an update of a resource. The value of this header should be the `ETag` of the resource when read (before being subsequently modified by the client).
func (ApiUploadVhtInstanceArtefactRequest) Size ¶
func (r ApiUploadVhtInstanceArtefactRequest) Size(size int64) ApiUploadVhtInstanceArtefactRequest
size in bytes of this artefact. Technically redundant, but can be used by JSON Schema tools that may not be aware of the OpenAPI context.
func (ApiUploadVhtInstanceArtefactRequest) Title ¶
func (r ApiUploadVhtInstanceArtefactRequest) Title(title string) ApiUploadVhtInstanceArtefactRequest
Optional human readable name of the artefact.
type ApiUploadWorkspaceArchiveContentRequest ¶
type ApiUploadWorkspaceArchiveContentRequest struct {
ApiService *WorkspaceAPIService
// contains filtered or unexported fields
}
func (ApiUploadWorkspaceArchiveContentRequest) AcceptVersion ¶
func (r ApiUploadWorkspaceArchiveContentRequest) AcceptVersion(acceptVersion string) ApiUploadWorkspaceArchiveContentRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiUploadWorkspaceArchiveContentRequest) Content ¶
func (r ApiUploadWorkspaceArchiveContentRequest) Content(content *os.File) ApiUploadWorkspaceArchiveContentRequest
artefact content
func (ApiUploadWorkspaceArchiveContentRequest) ContentMediaType ¶
func (r ApiUploadWorkspaceArchiveContentRequest) ContentMediaType(contentMediaType string) ApiUploadWorkspaceArchiveContentRequest
Media type of the artefact according to https://www.iana.org/assignments/media-types/media-types.xhtml Technically redundant, but can be used by JSON Schema tools that may not be aware of the OpenAPI context.
func (ApiUploadWorkspaceArchiveContentRequest) Execute ¶
func (r ApiUploadWorkspaceArchiveContentRequest) Execute() (*ArtefactManagerItem, *http.Response, error)
func (ApiUploadWorkspaceArchiveContentRequest) Hash ¶
func (r ApiUploadWorkspaceArchiveContentRequest) Hash(hash string) ApiUploadWorkspaceArchiveContentRequest
Hash of the artefact (sha256) for network resilience
func (ApiUploadWorkspaceArchiveContentRequest) IfMatch ¶
func (r ApiUploadWorkspaceArchiveContentRequest) IfMatch(ifMatch string) ApiUploadWorkspaceArchiveContentRequest
Conditional Requests: This is required in order to perform an update of a resource. The value of this header should be the `ETag` of the resource when read (before being subsequently modified by the client).
func (ApiUploadWorkspaceArchiveContentRequest) Size ¶
func (r ApiUploadWorkspaceArchiveContentRequest) Size(size int64) ApiUploadWorkspaceArchiveContentRequest
size in bytes of this artefact. Technically redundant, but can be used by JSON Schema tools that may not be aware of the OpenAPI context.
func (ApiUploadWorkspaceArchiveContentRequest) Title ¶
func (r ApiUploadWorkspaceArchiveContentRequest) Title(title string) ApiUploadWorkspaceArchiveContentRequest
Optional human readable name of the artefact.
func (ApiUploadWorkspaceArchiveContentRequest) TusResumable ¶ added in v1.80.0
func (r ApiUploadWorkspaceArchiveContentRequest) TusResumable(tusResumable string) ApiUploadWorkspaceArchiveContentRequest
Version of the Tus protocol being used.
type ApiUploadWorkspaceIncrementalChunkRequest ¶ added in v1.71.0
type ApiUploadWorkspaceIncrementalChunkRequest struct {
ApiService *WorkspaceAPIService
// contains filtered or unexported fields
}
func (ApiUploadWorkspaceIncrementalChunkRequest) AcceptVersion ¶ added in v1.71.0
func (r ApiUploadWorkspaceIncrementalChunkRequest) AcceptVersion(acceptVersion string) ApiUploadWorkspaceIncrementalChunkRequest
Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning.
func (ApiUploadWorkspaceIncrementalChunkRequest) Body ¶ added in v1.81.0
func (r ApiUploadWorkspaceIncrementalChunkRequest) Body(body *os.File) ApiUploadWorkspaceIncrementalChunkRequest
func (ApiUploadWorkspaceIncrementalChunkRequest) Execute ¶ added in v1.71.0
func (r ApiUploadWorkspaceIncrementalChunkRequest) Execute() (*http.Response, error)
func (ApiUploadWorkspaceIncrementalChunkRequest) TusResumable ¶ added in v1.71.0
func (r ApiUploadWorkspaceIncrementalChunkRequest) TusResumable(tusResumable string) ApiUploadWorkspaceIncrementalChunkRequest
Version of the Tus protocol being used.
func (ApiUploadWorkspaceIncrementalChunkRequest) UploadChecksum ¶ added in v1.71.0
func (r ApiUploadWorkspaceIncrementalChunkRequest) UploadChecksum(uploadChecksum string) ApiUploadWorkspaceIncrementalChunkRequest
Information about the checksum of the current body payload.
func (ApiUploadWorkspaceIncrementalChunkRequest) UploadOffset ¶ added in v1.71.0
func (r ApiUploadWorkspaceIncrementalChunkRequest) UploadOffset(uploadOffset int64) ApiUploadWorkspaceIncrementalChunkRequest
The byte offset within a resource.
type ArtefactManagerCollection ¶
type ArtefactManagerCollection struct {
Embedded *EmbeddedArtefactManagerItems `json:"_embedded,omitempty"`
Links NullableHalCollectionLinks `json:"_links"`
Metadata NullablePagingMetadata `json:"_metadata"`
// ID of the Collection.
Name string `json:"name" validate:"regexp=[a-zA-Z0-9\\\\-\\"._~%!$&\\\\'(){}\\\\[£<>|\\\\]*+,;=:@]+"`
// Human readable title of the collection.
Title string `json:"title"`
}
ArtefactManagerCollection This collection resource follows the common pattern of linking to contained resources. Optionally, rather than linking to other resources, it can embed then into the collection to reduce the number of round trips to the server (at the expense of caching). In file system terms, it is similar to a directory but only contains links to (or embeds) a single type of resource.
func NewArtefactManagerCollection ¶
func NewArtefactManagerCollection(links NullableHalCollectionLinks, metadata NullablePagingMetadata, name string, title string) *ArtefactManagerCollection
NewArtefactManagerCollection instantiates a new ArtefactManagerCollection 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 NewArtefactManagerCollectionWithDefaults ¶
func NewArtefactManagerCollectionWithDefaults() *ArtefactManagerCollection
NewArtefactManagerCollectionWithDefaults instantiates a new ArtefactManagerCollection 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 (*ArtefactManagerCollection) FetchLinks ¶ added in v1.25.0
func (o *ArtefactManagerCollection) FetchLinks() (links any, err error)
FetchLinks returns the resource links if present
func (*ArtefactManagerCollection) FetchName ¶ added in v1.25.0
func (o *ArtefactManagerCollection) FetchName() (string, error)
FetchName returns the resource name if present, or else an error
func (*ArtefactManagerCollection) FetchTitle ¶ added in v1.25.0
func (o *ArtefactManagerCollection) FetchTitle() (string, error)
FetchTitle returns the resource title if present, or else an error
func (*ArtefactManagerCollection) FetchType ¶ added in v1.25.0
func (o *ArtefactManagerCollection) FetchType() string
FetchType returns the resource type
func (*ArtefactManagerCollection) GetEmbedded ¶
func (o *ArtefactManagerCollection) GetEmbedded() EmbeddedArtefactManagerItems
GetEmbedded returns the Embedded field value if set, zero value otherwise.
func (*ArtefactManagerCollection) GetEmbeddedOk ¶
func (o *ArtefactManagerCollection) GetEmbeddedOk() (*EmbeddedArtefactManagerItems, bool)
GetEmbeddedOk returns a tuple with the Embedded field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ArtefactManagerCollection) GetItemCount ¶ added in v1.25.0
func (o *ArtefactManagerCollection) GetItemCount() (count int64, err error)
func (*ArtefactManagerCollection) GetItemIterator ¶ added in v1.25.0
func (o *ArtefactManagerCollection) GetItemIterator() (IIterator, error)
func (*ArtefactManagerCollection) GetLinks ¶
func (o *ArtefactManagerCollection) GetLinks() HalCollectionLinks
GetLinks returns the Links field value If the value is explicit nil, the zero value for HalCollectionLinks will be returned
func (*ArtefactManagerCollection) GetLinksOk ¶
func (o *ArtefactManagerCollection) GetLinksOk() (*HalCollectionLinks, bool)
GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ArtefactManagerCollection) GetMetadata ¶
func (o *ArtefactManagerCollection) GetMetadata() PagingMetadata
GetMetadata returns the Metadata field value If the value is explicit nil, the zero value for PagingMetadata will be returned
func (*ArtefactManagerCollection) GetMetadataOk ¶
func (o *ArtefactManagerCollection) GetMetadataOk() (*PagingMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ArtefactManagerCollection) GetName ¶
func (o *ArtefactManagerCollection) GetName() string
GetName returns the Name field value
func (*ArtefactManagerCollection) GetNameOk ¶
func (o *ArtefactManagerCollection) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ArtefactManagerCollection) GetTitle ¶
func (o *ArtefactManagerCollection) GetTitle() string
GetTitle returns the Title field value
func (*ArtefactManagerCollection) GetTitleOk ¶
func (o *ArtefactManagerCollection) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (*ArtefactManagerCollection) HasEmbedded ¶
func (o *ArtefactManagerCollection) HasEmbedded() bool
HasEmbedded returns a boolean if a field has been set.
func (*ArtefactManagerCollection) HasNext ¶ added in v1.25.0
func (o *ArtefactManagerCollection) HasNext() bool
func (ArtefactManagerCollection) MarshalJSON ¶
func (o ArtefactManagerCollection) MarshalJSON() ([]byte, error)
func (*ArtefactManagerCollection) SetEmbedded ¶
func (o *ArtefactManagerCollection) SetEmbedded(v EmbeddedArtefactManagerItems)
SetEmbedded gets a reference to the given EmbeddedArtefactManagerItems and assigns it to the Embedded field.
func (*ArtefactManagerCollection) SetLinks ¶
func (o *ArtefactManagerCollection) SetLinks(v HalCollectionLinks)
SetLinks sets field value
func (*ArtefactManagerCollection) SetMetadata ¶
func (o *ArtefactManagerCollection) SetMetadata(v PagingMetadata)
SetMetadata sets field value
func (*ArtefactManagerCollection) SetName ¶
func (o *ArtefactManagerCollection) SetName(v string)
SetName sets field value
func (*ArtefactManagerCollection) SetTitle ¶
func (o *ArtefactManagerCollection) SetTitle(v string)
SetTitle sets field value
func (ArtefactManagerCollection) ToMap ¶ added in v1.22.0
func (o ArtefactManagerCollection) ToMap() (map[string]interface{}, error)
func (*ArtefactManagerCollection) UnmarshalJSON ¶ added in v1.22.0
func (o *ArtefactManagerCollection) UnmarshalJSON(data []byte) (err error)
type ArtefactManagerItem ¶
type ArtefactManagerItem struct {
Links NullableArtefactManagerLinks `json:"_links"`
Metadata NullableCommonMetadata `json:"_metadata"`
// Category the artefact belongs to.
Category NullableString `json:"category"`
// Media type of the artefact according to https://www.iana.org/assignments/media-types/media-types.xhtml
ContentMediaType string `json:"contentMediaType"`
// Description of what the artefact is.
Description string `json:"description"`
// Extra metadata to include for artefacts.
ExtraMetadata *map[string]string `json:"extraMetadata,omitempty"`
// Hash of the artefact (sha256)
Hash NullableString `json:"hash"`
// Whether the artefact is required or not for a workflow.
Mandatory NullableBool `json:"mandatory,omitempty"`
// Maximum size in bytes accepted for this artefact.
MaxSize int64 `json:"maxSize"`
// ID of the artefact as set by the system.
Name string `json:"name" validate:"regexp=[a-zA-Z0-9\\\\-\\"._~%!$&\\\\'(){}\\\\[£<>|\\\\]*+,;=:@]+"`
// Size in bytes of this artefact.
Size *int64 `json:"size,omitempty"`
// Optional human readable name of the artefact.
Title NullableString `json:"title,omitempty"`
}
ArtefactManagerItem artefact controller resource
func NewArtefactManagerItem ¶
func NewArtefactManagerItem(links NullableArtefactManagerLinks, metadata NullableCommonMetadata, category NullableString, contentMediaType string, description string, hash NullableString, maxSize int64, name string) *ArtefactManagerItem
NewArtefactManagerItem instantiates a new ArtefactManagerItem 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 NewArtefactManagerItemWithDefaults ¶
func NewArtefactManagerItemWithDefaults() *ArtefactManagerItem
NewArtefactManagerItemWithDefaults instantiates a new ArtefactManagerItem 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 (*ArtefactManagerItem) FetchLinks ¶ added in v1.25.0
func (o *ArtefactManagerItem) FetchLinks() (links any, err error)
FetchLinks returns the resource links if present
func (*ArtefactManagerItem) FetchName ¶ added in v1.25.0
func (o *ArtefactManagerItem) FetchName() (string, error)
FetchName returns the resource name if present, or else an error
func (*ArtefactManagerItem) FetchTitle ¶ added in v1.25.0
func (o *ArtefactManagerItem) FetchTitle() (string, error)
FetchTitle returns the resource title if present, or else an error
func (*ArtefactManagerItem) FetchType ¶ added in v1.25.0
func (o *ArtefactManagerItem) FetchType() string
FetchType returns the resource type
func (*ArtefactManagerItem) GetCategory ¶
func (o *ArtefactManagerItem) GetCategory() string
GetCategory returns the Category field value If the value is explicit nil, the zero value for string will be returned
func (*ArtefactManagerItem) GetCategoryOk ¶
func (o *ArtefactManagerItem) GetCategoryOk() (*string, bool)
GetCategoryOk returns a tuple with the Category field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ArtefactManagerItem) GetContentMediaType ¶
func (o *ArtefactManagerItem) GetContentMediaType() string
GetContentMediaType returns the ContentMediaType field value
func (*ArtefactManagerItem) GetContentMediaTypeOk ¶
func (o *ArtefactManagerItem) GetContentMediaTypeOk() (*string, bool)
GetContentMediaTypeOk returns a tuple with the ContentMediaType field value and a boolean to check if the value has been set.
func (*ArtefactManagerItem) GetDescription ¶
func (o *ArtefactManagerItem) GetDescription() string
GetDescription returns the Description field value
func (*ArtefactManagerItem) GetDescriptionOk ¶
func (o *ArtefactManagerItem) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*ArtefactManagerItem) GetExtraMetadata ¶ added in v1.22.0
func (o *ArtefactManagerItem) GetExtraMetadata() map[string]string
GetExtraMetadata returns the ExtraMetadata field value if set, zero value otherwise.
func (*ArtefactManagerItem) GetExtraMetadataOk ¶ added in v1.22.0
func (o *ArtefactManagerItem) GetExtraMetadataOk() (*map[string]string, bool)
GetExtraMetadataOk returns a tuple with the ExtraMetadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ArtefactManagerItem) GetHash ¶
func (o *ArtefactManagerItem) GetHash() string
GetHash returns the Hash field value If the value is explicit nil, the zero value for string will be returned
func (*ArtefactManagerItem) GetHashOk ¶
func (o *ArtefactManagerItem) GetHashOk() (*string, bool)
GetHashOk returns a tuple with the Hash field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ArtefactManagerItem) GetLinks ¶
func (o *ArtefactManagerItem) GetLinks() ArtefactManagerLinks
GetLinks returns the Links field value If the value is explicit nil, the zero value for ArtefactManagerLinks will be returned
func (*ArtefactManagerItem) GetLinksOk ¶
func (o *ArtefactManagerItem) GetLinksOk() (*ArtefactManagerLinks, bool)
GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ArtefactManagerItem) GetMandatory ¶
func (o *ArtefactManagerItem) GetMandatory() bool
GetMandatory returns the Mandatory field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ArtefactManagerItem) GetMandatoryOk ¶
func (o *ArtefactManagerItem) GetMandatoryOk() (*bool, bool)
GetMandatoryOk returns a tuple with the Mandatory field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ArtefactManagerItem) GetMaxSize ¶
func (o *ArtefactManagerItem) GetMaxSize() int64
GetMaxSize returns the MaxSize field value
func (*ArtefactManagerItem) GetMaxSizeOk ¶
func (o *ArtefactManagerItem) GetMaxSizeOk() (*int64, bool)
GetMaxSizeOk returns a tuple with the MaxSize field value and a boolean to check if the value has been set.
func (*ArtefactManagerItem) GetMetadata ¶
func (o *ArtefactManagerItem) GetMetadata() CommonMetadata
GetMetadata returns the Metadata field value If the value is explicit nil, the zero value for CommonMetadata will be returned
func (*ArtefactManagerItem) GetMetadataOk ¶
func (o *ArtefactManagerItem) GetMetadataOk() (*CommonMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ArtefactManagerItem) GetName ¶
func (o *ArtefactManagerItem) GetName() string
GetName returns the Name field value
func (*ArtefactManagerItem) GetNameOk ¶
func (o *ArtefactManagerItem) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ArtefactManagerItem) GetSize ¶
func (o *ArtefactManagerItem) GetSize() int64
GetSize returns the Size field value if set, zero value otherwise.
func (*ArtefactManagerItem) GetSizeOk ¶
func (o *ArtefactManagerItem) GetSizeOk() (*int64, bool)
GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ArtefactManagerItem) GetTitle ¶
func (o *ArtefactManagerItem) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ArtefactManagerItem) GetTitleOk ¶
func (o *ArtefactManagerItem) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ArtefactManagerItem) HasExtraMetadata ¶ added in v1.22.0
func (o *ArtefactManagerItem) HasExtraMetadata() bool
HasExtraMetadata returns a boolean if a field has been set.
func (*ArtefactManagerItem) HasMandatory ¶
func (o *ArtefactManagerItem) HasMandatory() bool
HasMandatory returns a boolean if a field has been set.
func (*ArtefactManagerItem) HasSize ¶
func (o *ArtefactManagerItem) HasSize() bool
HasSize returns a boolean if a field has been set.
func (*ArtefactManagerItem) HasTitle ¶
func (o *ArtefactManagerItem) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (ArtefactManagerItem) MarshalJSON ¶
func (o ArtefactManagerItem) MarshalJSON() ([]byte, error)
func (*ArtefactManagerItem) SetCategory ¶
func (o *ArtefactManagerItem) SetCategory(v string)
SetCategory sets field value
func (*ArtefactManagerItem) SetContentMediaType ¶
func (o *ArtefactManagerItem) SetContentMediaType(v string)
SetContentMediaType sets field value
func (*ArtefactManagerItem) SetDescription ¶
func (o *ArtefactManagerItem) SetDescription(v string)
SetDescription sets field value
func (*ArtefactManagerItem) SetExtraMetadata ¶ added in v1.22.0
func (o *ArtefactManagerItem) SetExtraMetadata(v map[string]string)
SetExtraMetadata gets a reference to the given map[string]string and assigns it to the ExtraMetadata field.
func (*ArtefactManagerItem) SetHash ¶
func (o *ArtefactManagerItem) SetHash(v string)
SetHash sets field value
func (*ArtefactManagerItem) SetLinks ¶
func (o *ArtefactManagerItem) SetLinks(v ArtefactManagerLinks)
SetLinks sets field value
func (*ArtefactManagerItem) SetMandatory ¶
func (o *ArtefactManagerItem) SetMandatory(v bool)
SetMandatory gets a reference to the given NullableBool and assigns it to the Mandatory field.
func (*ArtefactManagerItem) SetMandatoryNil ¶
func (o *ArtefactManagerItem) SetMandatoryNil()
SetMandatoryNil sets the value for Mandatory to be an explicit nil
func (*ArtefactManagerItem) SetMaxSize ¶
func (o *ArtefactManagerItem) SetMaxSize(v int64)
SetMaxSize sets field value
func (*ArtefactManagerItem) SetMetadata ¶
func (o *ArtefactManagerItem) SetMetadata(v CommonMetadata)
SetMetadata sets field value
func (*ArtefactManagerItem) SetName ¶
func (o *ArtefactManagerItem) SetName(v string)
SetName sets field value
func (*ArtefactManagerItem) SetSize ¶
func (o *ArtefactManagerItem) SetSize(v int64)
SetSize gets a reference to the given int64 and assigns it to the Size field.
func (*ArtefactManagerItem) SetTitle ¶
func (o *ArtefactManagerItem) SetTitle(v string)
SetTitle gets a reference to the given NullableString and assigns it to the Title field.
func (*ArtefactManagerItem) SetTitleNil ¶
func (o *ArtefactManagerItem) SetTitleNil()
SetTitleNil sets the value for Title to be an explicit nil
func (ArtefactManagerItem) ToMap ¶ added in v1.22.0
func (o ArtefactManagerItem) ToMap() (map[string]interface{}, error)
func (*ArtefactManagerItem) UnmarshalJSON ¶ added in v1.22.0
func (o *ArtefactManagerItem) UnmarshalJSON(data []byte) (err error)
func (*ArtefactManagerItem) UnsetMandatory ¶
func (o *ArtefactManagerItem) UnsetMandatory()
UnsetMandatory ensures that no value is present for Mandatory, not even an explicit nil
func (*ArtefactManagerItem) UnsetTitle ¶
func (o *ArtefactManagerItem) UnsetTitle()
UnsetTitle ensures that no value is present for Title, not even an explicit nil
type ArtefactManagerIterator ¶ added in v1.25.0
type ArtefactManagerIterator struct {
// contains filtered or unexported fields
}
ArtefactManagerIterator defines an iterator over a collection.
func (*ArtefactManagerIterator) GetNext ¶ added in v1.25.0
func (m *ArtefactManagerIterator) GetNext() (item any, err error)
func (*ArtefactManagerIterator) HasNext ¶ added in v1.25.0
func (m *ArtefactManagerIterator) HasNext() bool
type ArtefactManagerLinks ¶
type ArtefactManagerLinks struct {
Clear *HalLinkData `json:"clear,omitempty"`
Collection *HalLinkData `json:"collection,omitempty"`
Download *HalLinkData `json:"download,omitempty"`
Related HalLinkData `json:"related"`
Self HalLinkData `json:"self"`
Upload *HalLinkData `json:"upload,omitempty"`
}
ArtefactManagerLinks links to manage artefacts Note: the links for actions on artefacts (i.e. upload, download, clear) should have in their title the title specified by the user for the artefact when uploading it.
func NewArtefactManagerLinks ¶
func NewArtefactManagerLinks(related HalLinkData, self HalLinkData) *ArtefactManagerLinks
NewArtefactManagerLinks instantiates a new ArtefactManagerLinks 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 NewArtefactManagerLinksWithDefaults ¶
func NewArtefactManagerLinksWithDefaults() *ArtefactManagerLinks
NewArtefactManagerLinksWithDefaults instantiates a new ArtefactManagerLinks 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 (*ArtefactManagerLinks) GetClear ¶
func (o *ArtefactManagerLinks) GetClear() HalLinkData
GetClear returns the Clear field value if set, zero value otherwise.
func (*ArtefactManagerLinks) GetClearOk ¶
func (o *ArtefactManagerLinks) GetClearOk() (*HalLinkData, bool)
GetClearOk returns a tuple with the Clear field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ArtefactManagerLinks) GetCollection ¶
func (o *ArtefactManagerLinks) GetCollection() HalLinkData
GetCollection returns the Collection field value if set, zero value otherwise.
func (*ArtefactManagerLinks) GetCollectionOk ¶
func (o *ArtefactManagerLinks) GetCollectionOk() (*HalLinkData, bool)
GetCollectionOk returns a tuple with the Collection field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ArtefactManagerLinks) GetDownload ¶
func (o *ArtefactManagerLinks) GetDownload() HalLinkData
GetDownload returns the Download field value if set, zero value otherwise.
func (*ArtefactManagerLinks) GetDownloadOk ¶
func (o *ArtefactManagerLinks) GetDownloadOk() (*HalLinkData, bool)
GetDownloadOk returns a tuple with the Download field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ArtefactManagerLinks) GetRelated ¶
func (o *ArtefactManagerLinks) GetRelated() HalLinkData
GetRelated returns the Related field value
func (*ArtefactManagerLinks) GetRelatedOk ¶
func (o *ArtefactManagerLinks) GetRelatedOk() (*HalLinkData, bool)
GetRelatedOk returns a tuple with the Related field value and a boolean to check if the value has been set.
func (*ArtefactManagerLinks) GetSelf ¶
func (o *ArtefactManagerLinks) GetSelf() HalLinkData
GetSelf returns the Self field value
func (*ArtefactManagerLinks) GetSelfOk ¶
func (o *ArtefactManagerLinks) GetSelfOk() (*HalLinkData, bool)
GetSelfOk returns a tuple with the Self field value and a boolean to check if the value has been set.
func (*ArtefactManagerLinks) GetUpload ¶
func (o *ArtefactManagerLinks) GetUpload() HalLinkData
GetUpload returns the Upload field value if set, zero value otherwise.
func (*ArtefactManagerLinks) GetUploadOk ¶
func (o *ArtefactManagerLinks) GetUploadOk() (*HalLinkData, bool)
GetUploadOk returns a tuple with the Upload field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ArtefactManagerLinks) HasClear ¶
func (o *ArtefactManagerLinks) HasClear() bool
HasClear returns a boolean if a field has been set.
func (*ArtefactManagerLinks) HasCollection ¶
func (o *ArtefactManagerLinks) HasCollection() bool
HasCollection returns a boolean if a field has been set.
func (*ArtefactManagerLinks) HasDownload ¶
func (o *ArtefactManagerLinks) HasDownload() bool
HasDownload returns a boolean if a field has been set.
func (*ArtefactManagerLinks) HasUpload ¶
func (o *ArtefactManagerLinks) HasUpload() bool
HasUpload returns a boolean if a field has been set.
func (ArtefactManagerLinks) MarshalJSON ¶
func (o ArtefactManagerLinks) MarshalJSON() ([]byte, error)
func (*ArtefactManagerLinks) SetClear ¶
func (o *ArtefactManagerLinks) SetClear(v HalLinkData)
SetClear gets a reference to the given HalLinkData and assigns it to the Clear field.
func (*ArtefactManagerLinks) SetCollection ¶
func (o *ArtefactManagerLinks) SetCollection(v HalLinkData)
SetCollection gets a reference to the given HalLinkData and assigns it to the Collection field.
func (*ArtefactManagerLinks) SetDownload ¶
func (o *ArtefactManagerLinks) SetDownload(v HalLinkData)
SetDownload gets a reference to the given HalLinkData and assigns it to the Download field.
func (*ArtefactManagerLinks) SetRelated ¶
func (o *ArtefactManagerLinks) SetRelated(v HalLinkData)
SetRelated sets field value
func (*ArtefactManagerLinks) SetSelf ¶
func (o *ArtefactManagerLinks) SetSelf(v HalLinkData)
SetSelf sets field value
func (*ArtefactManagerLinks) SetUpload ¶
func (o *ArtefactManagerLinks) SetUpload(v HalLinkData)
SetUpload gets a reference to the given HalLinkData and assigns it to the Upload field.
func (ArtefactManagerLinks) ToMap ¶ added in v1.22.0
func (o ArtefactManagerLinks) ToMap() (map[string]interface{}, error)
func (*ArtefactManagerLinks) UnmarshalJSON ¶ added in v1.22.0
func (o *ArtefactManagerLinks) UnmarshalJSON(data []byte) (err error)
type AuthenticationAPIService ¶ added in v1.38.0
type AuthenticationAPIService service
AuthenticationAPIService AuthenticationAPI service
func (*AuthenticationAPIService) DeleteUser ¶ added in v1.78.0
func (a *AuthenticationAPIService) DeleteUser(ctx context.Context, userName string) ApiDeleteUserRequest
DeleteUser Delete a user.
Delete a specific user.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userName The identifier of the user. @return ApiDeleteUserRequest
func (*AuthenticationAPIService) DeleteUserExecute ¶ added in v1.78.0
func (a *AuthenticationAPIService) DeleteUserExecute(r ApiDeleteUserRequest) (*http.Response, error)
Execute executes the request
func (*AuthenticationAPIService) FollowUsersLink ¶ added in v1.57.0
func (a *AuthenticationAPIService) FollowUsersLink(r *ApiListUsersRequest, link string) (*UserCollection, *http.Response, error)
Follows a collection link. This function is based on the `ListUsersExecute` function, with one key difference: instead of using a fixed endpoint path, `localVarPath` is defined as the base URL + the `link` provided in the arguments.
func (*AuthenticationAPIService) GetMe ¶ added in v1.38.0
func (a *AuthenticationAPIService) GetMe(ctx context.Context) ApiGetMeRequest
GetMe Get my user information
Return user data associated with the authenticated user
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetMeRequest
func (*AuthenticationAPIService) GetMeExecute ¶ added in v1.38.0
func (a *AuthenticationAPIService) GetMeExecute(r ApiGetMeRequest) (*UserItem, *http.Response, error)
Execute executes the request
@return UserItem
func (*AuthenticationAPIService) GetMyAccountSummary ¶ added in v1.96.0
func (a *AuthenticationAPIService) GetMyAccountSummary(ctx context.Context) ApiGetMyAccountSummaryRequest
GetMyAccountSummary Get the account summary for the current authenticated caller
Returns minimal account details for the authentication method sent in the request. This endpoint supports any account type (e.g. service account, user).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetMyAccountSummaryRequest
func (*AuthenticationAPIService) GetMyAccountSummaryExecute ¶ added in v1.96.0
func (a *AuthenticationAPIService) GetMyAccountSummaryExecute(r ApiGetMyAccountSummaryRequest) (*AccountSummaryItem, *http.Response, error)
Execute executes the request
@return AccountSummaryItem
func (*AuthenticationAPIService) GetUser ¶ added in v1.38.0
func (a *AuthenticationAPIService) GetUser(ctx context.Context, userName string) ApiGetUserRequest
GetUser Get user information
Return user data associated with the specified user item.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userName The identifier of the user. @return ApiGetUserRequest
func (*AuthenticationAPIService) GetUserExecute ¶ added in v1.38.0
func (a *AuthenticationAPIService) GetUserExecute(r ApiGetUserRequest) (*UserItem, *http.Response, error)
Execute executes the request
@return UserItem
func (*AuthenticationAPIService) InviteUser ¶ added in v1.57.0
func (a *AuthenticationAPIService) InviteUser(ctx context.Context) ApiInviteUserRequest
InviteUser Invite a user.
Invites a particular user so they can be added to groups before they exist.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiInviteUserRequest
func (*AuthenticationAPIService) InviteUserExecute ¶ added in v1.57.0
func (a *AuthenticationAPIService) InviteUserExecute(r ApiInviteUserRequest) (*UserItem, *http.Response, error)
Execute executes the request
@return UserItem
func (*AuthenticationAPIService) ListUsers ¶ added in v1.57.0
func (a *AuthenticationAPIService) ListUsers(ctx context.Context) ApiListUsersRequest
ListUsers List all users
This returns a collection resource that lists all users.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListUsersRequest
func (*AuthenticationAPIService) ListUsersExecute ¶ added in v1.57.0
func (a *AuthenticationAPIService) ListUsersExecute(r ApiListUsersRequest) (*UserCollection, *http.Response, error)
Execute executes the request
@return UserCollection
func (*AuthenticationAPIService) TokenIntrospect ¶ added in v1.57.0
func (a *AuthenticationAPIService) TokenIntrospect(ctx context.Context) ApiTokenIntrospectRequest
TokenIntrospect Introspect a token.
Introspect a token and provide information about it. (https://www.rfc-editor.org/rfc/rfc7662)
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiTokenIntrospectRequest
func (*AuthenticationAPIService) TokenIntrospectExecute ¶ added in v1.57.0
func (a *AuthenticationAPIService) TokenIntrospectExecute(r ApiTokenIntrospectRequest) (*TokenIntrospectionResponseItem, *http.Response, error)
Execute executes the request
@return TokenIntrospectionResponseItem
func (*AuthenticationAPIService) UpdateUser ¶ added in v1.78.0
func (a *AuthenticationAPIService) UpdateUser(ctx context.Context, userName string) ApiUpdateUserRequest
UpdateUser Update a user.
Update data for a specific user.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userName The identifier of the user. @return ApiUpdateUserRequest
func (*AuthenticationAPIService) UpdateUserExecute ¶ added in v1.78.0
func (a *AuthenticationAPIService) UpdateUserExecute(r ApiUpdateUserRequest) (*UserItem, *http.Response, error)
Execute executes the request
@return UserItem
type AuthorizationAPIService ¶ added in v1.45.0
type AuthorizationAPIService service
AuthorizationAPIService AuthorizationAPI service
func (*AuthorizationAPIService) CheckEntitlements ¶ added in v1.54.0
func (a *AuthorizationAPIService) CheckEntitlements(ctx context.Context) ApiCheckEntitlementsRequest
CheckEntitlements Check permissions on a resource.
Check the operations a user is allowed to perform on a resource.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCheckEntitlementsRequest
func (*AuthorizationAPIService) CheckEntitlementsExecute ¶ added in v1.54.0
func (a *AuthorizationAPIService) CheckEntitlementsExecute(r ApiCheckEntitlementsRequest) (*PermissionItem, *http.Response, error)
Execute executes the request
@return PermissionItem
func (*AuthorizationAPIService) ListEntitlements ¶ added in v1.67.0
func (a *AuthorizationAPIService) ListEntitlements(ctx context.Context) ApiListEntitlementsRequest
ListEntitlements List permissions on instances of a resource type.
List the operations a user is allowed to perform on individual instances of a specified resource type.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListEntitlementsRequest
func (*AuthorizationAPIService) ListEntitlementsExecute ¶ added in v1.67.0
func (a *AuthorizationAPIService) ListEntitlementsExecute(r ApiListEntitlementsRequest) (*EntitlementsListFeedItem, *http.Response, error)
Execute executes the request
@return EntitlementsListFeedItem
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 BuildJobCollection ¶
type BuildJobCollection struct {
Embedded *EmbeddedBuildJobItems `json:"_embedded,omitempty"`
Links NullableHalCollectionLinks `json:"_links"`
Metadata NullablePagingMetadata `json:"_metadata"`
// ID of the Collection.
Name string `json:"name" validate:"regexp=[a-zA-Z0-9\\\\-\\"._~%!$&\\\\'(){}\\\\[£<>|\\\\]*+,;=:@]+"`
// Human readable title of the collection.
Title string `json:"title"`
}
BuildJobCollection This collection resource follows the common pattern of linking to contained resources. Optionally, rather than linking to other resources, it can embed then into the collection to reduce the number of round trips to the server (at the expense of caching). In file system terms, it is similar to a directory but only contains links to (or embeds) a single type of resource.
func NewBuildJobCollection ¶
func NewBuildJobCollection(links NullableHalCollectionLinks, metadata NullablePagingMetadata, name string, title string) *BuildJobCollection
NewBuildJobCollection instantiates a new BuildJobCollection 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 NewBuildJobCollectionWithDefaults ¶
func NewBuildJobCollectionWithDefaults() *BuildJobCollection
NewBuildJobCollectionWithDefaults instantiates a new BuildJobCollection 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 (*BuildJobCollection) FetchLinks ¶ added in v1.21.0
func (o *BuildJobCollection) FetchLinks() (links any, err error)
FetchLinks returns the resource links if present
func (*BuildJobCollection) FetchName ¶ added in v1.21.0
func (o *BuildJobCollection) FetchName() (string, error)
FetchName returns the resource name if present, or else an error
func (*BuildJobCollection) FetchTitle ¶ added in v1.21.0
func (o *BuildJobCollection) FetchTitle() (string, error)
FetchTitle returns the resource title if present, or else an error
func (*BuildJobCollection) FetchType ¶ added in v1.21.0
func (o *BuildJobCollection) FetchType() string
FetchType returns the resource type
func (*BuildJobCollection) GetEmbedded ¶
func (o *BuildJobCollection) GetEmbedded() EmbeddedBuildJobItems
GetEmbedded returns the Embedded field value if set, zero value otherwise.
func (*BuildJobCollection) GetEmbeddedOk ¶
func (o *BuildJobCollection) GetEmbeddedOk() (*EmbeddedBuildJobItems, bool)
GetEmbeddedOk returns a tuple with the Embedded field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BuildJobCollection) GetItemCount ¶ added in v1.21.0
func (o *BuildJobCollection) GetItemCount() (count int64, err error)
func (*BuildJobCollection) GetItemIterator ¶ added in v1.21.0
func (o *BuildJobCollection) GetItemIterator() (IIterator, error)
func (*BuildJobCollection) GetLinks ¶
func (o *BuildJobCollection) GetLinks() HalCollectionLinks
GetLinks returns the Links field value If the value is explicit nil, the zero value for HalCollectionLinks will be returned
func (*BuildJobCollection) GetLinksOk ¶
func (o *BuildJobCollection) GetLinksOk() (*HalCollectionLinks, bool)
GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BuildJobCollection) GetMetadata ¶
func (o *BuildJobCollection) GetMetadata() PagingMetadata
GetMetadata returns the Metadata field value If the value is explicit nil, the zero value for PagingMetadata will be returned
func (*BuildJobCollection) GetMetadataOk ¶
func (o *BuildJobCollection) GetMetadataOk() (*PagingMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BuildJobCollection) GetName ¶
func (o *BuildJobCollection) GetName() string
GetName returns the Name field value
func (*BuildJobCollection) GetNameOk ¶
func (o *BuildJobCollection) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*BuildJobCollection) GetTitle ¶
func (o *BuildJobCollection) GetTitle() string
GetTitle returns the Title field value
func (*BuildJobCollection) GetTitleOk ¶
func (o *BuildJobCollection) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (*BuildJobCollection) HasEmbedded ¶
func (o *BuildJobCollection) HasEmbedded() bool
HasEmbedded returns a boolean if a field has been set.
func (*BuildJobCollection) HasNext ¶ added in v1.21.0
func (o *BuildJobCollection) HasNext() bool
func (BuildJobCollection) MarshalJSON ¶
func (o BuildJobCollection) MarshalJSON() ([]byte, error)
func (*BuildJobCollection) SetEmbedded ¶
func (o *BuildJobCollection) SetEmbedded(v EmbeddedBuildJobItems)
SetEmbedded gets a reference to the given EmbeddedBuildJobItems and assigns it to the Embedded field.
func (*BuildJobCollection) SetLinks ¶
func (o *BuildJobCollection) SetLinks(v HalCollectionLinks)
SetLinks sets field value
func (*BuildJobCollection) SetMetadata ¶
func (o *BuildJobCollection) SetMetadata(v PagingMetadata)
SetMetadata sets field value
func (*BuildJobCollection) SetName ¶
func (o *BuildJobCollection) SetName(v string)
SetName sets field value
func (*BuildJobCollection) SetTitle ¶
func (o *BuildJobCollection) SetTitle(v string)
SetTitle sets field value
func (BuildJobCollection) ToMap ¶ added in v1.22.0
func (o BuildJobCollection) ToMap() (map[string]interface{}, error)
func (*BuildJobCollection) UnmarshalJSON ¶ added in v1.22.0
func (o *BuildJobCollection) UnmarshalJSON(data []byte) (err error)
type BuildJobItem ¶
type BuildJobItem struct {
Links NullableBuildJobItemLinks `json:"_links"`
Metadata NullableCommonMetadata `json:"_metadata"`
// The number of steps that have been completed so far. Please note: - This value also includes additional service orchestration steps, that are outside the core process, so may differ from the job progress indicated within job messages. - This value will only be available after the job has been started.
BuildStepsCompleted NullableInt32 `json:"buildStepsCompleted"`
// The total number of steps that will need to be performed to complete the job. Please note: - This value also includes additional service orchestration steps, that are outside the core process, so may differ from the job progress indicated within job messages. - This value will only be available after the job has been started.
BuildStepsTotal NullableInt32 `json:"buildStepsTotal"`
// The maximum time (in seconds) that the build will be allowed to run. After the timeout has expired the build will be aborted and reported as a failure. The timeout does not include any time the request spent being queued, waiting for the build to be started.
BuildTimeout *int32 `json:"buildTimeout,omitempty"`
// Whether to run a clean build.
CleanBuild *bool `json:"cleanBuild,omitempty"`
// Build context for jobs that require it.
Context NullableString `json:"context,omitempty"`
// True when the job has completed (this does not necessarily indicate success).
Done bool `json:"done"`
// True if there was an error in the service while attempting the job.
Error bool `json:"error"`
// True if the job failed (this should be used in conjunction with the `done` property).
Failure bool `json:"failure"`
// Unique ID of the Build Job.
Name string `json:"name"`
// The priority of a job: * A 'normal' job has the lowest priority * A 'jump' job will jump the queue * A 'MAWS' job is a job that should supercede all others, e.g. terminating a managed service immediately Note: not all jobs will allow different priority levels and it will depend on the type of job requested to accept or take into account this information
Priority *string `json:"priority,omitempty"`
// CMSIS project to build or being built.
Project string `json:"project"`
// True if job is currently queued and waiting to be processed. Otherwise, the job is either currently being processed or ended.
Queued bool `json:"queued"`
// A summary status of the job. Note: this value should not be relied upon to determine whether a job has completed, succeeded or failed as this list may change as state machine evolves. Use resource appropriate flags instead.
Status string `json:"status"`
// True if the job was successful (this should be used in conjunction with the `done` property).
Success bool `json:"success"`
// True if job has been cancelled or an order to halt it has been received.
Suspended bool `json:"suspended"`
// Optional human readable name of the CMSIS build job.
Title NullableString `json:"title,omitempty"`
// Workspace name where the CMSIS project is present. If not set, the default user's workspace will be used.
Workspace NullableString `json:"workspace,omitempty"`
}
BuildJobItem This resource allows a Build Job to be configured when it is created, such as defining the project to build. When the build job is read, it will include the current status of the build and links to other available resources, such as build messages and build artefacts.
func NewBuildJobItem ¶
func NewBuildJobItem(links NullableBuildJobItemLinks, metadata NullableCommonMetadata, buildStepsCompleted NullableInt32, buildStepsTotal NullableInt32, done bool, error_ bool, failure bool, name string, project string, queued bool, status string, success bool, suspended bool) *BuildJobItem
NewBuildJobItem instantiates a new BuildJobItem 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 NewBuildJobItemWithDefaults ¶
func NewBuildJobItemWithDefaults() *BuildJobItem
NewBuildJobItemWithDefaults instantiates a new BuildJobItem 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 (*BuildJobItem) FetchLinks ¶
func (o *BuildJobItem) FetchLinks() (links any, err error)
FetchLinks returns the resource links if present
func (*BuildJobItem) FetchName ¶
func (o *BuildJobItem) FetchName() (string, error)
FetchName returns the resource name if present, or else an error
func (*BuildJobItem) FetchTitle ¶
func (o *BuildJobItem) FetchTitle() (string, error)
FetchTitle returns the resource title if present, or else an error
func (*BuildJobItem) FetchType ¶
func (o *BuildJobItem) FetchType() string
FetchType returns the resource type
func (*BuildJobItem) GetBuildStepsCompleted ¶
func (o *BuildJobItem) GetBuildStepsCompleted() int32
GetBuildStepsCompleted returns the BuildStepsCompleted field value If the value is explicit nil, the zero value for int32 will be returned
func (*BuildJobItem) GetBuildStepsCompletedOk ¶
func (o *BuildJobItem) GetBuildStepsCompletedOk() (*int32, bool)
GetBuildStepsCompletedOk returns a tuple with the BuildStepsCompleted field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BuildJobItem) GetBuildStepsTotal ¶
func (o *BuildJobItem) GetBuildStepsTotal() int32
GetBuildStepsTotal returns the BuildStepsTotal field value If the value is explicit nil, the zero value for int32 will be returned
func (*BuildJobItem) GetBuildStepsTotalOk ¶
func (o *BuildJobItem) GetBuildStepsTotalOk() (*int32, bool)
GetBuildStepsTotalOk returns a tuple with the BuildStepsTotal field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BuildJobItem) GetBuildTimeout ¶
func (o *BuildJobItem) GetBuildTimeout() int32
GetBuildTimeout returns the BuildTimeout field value if set, zero value otherwise.
func (*BuildJobItem) GetBuildTimeoutOk ¶
func (o *BuildJobItem) GetBuildTimeoutOk() (*int32, bool)
GetBuildTimeoutOk returns a tuple with the BuildTimeout field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BuildJobItem) GetCleanBuild ¶
func (o *BuildJobItem) GetCleanBuild() bool
GetCleanBuild returns the CleanBuild field value if set, zero value otherwise.
func (*BuildJobItem) GetCleanBuildOk ¶
func (o *BuildJobItem) GetCleanBuildOk() (*bool, bool)
GetCleanBuildOk returns a tuple with the CleanBuild field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BuildJobItem) GetContext ¶ added in v1.22.0
func (o *BuildJobItem) GetContext() string
GetContext returns the Context field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BuildJobItem) GetContextOk ¶ added in v1.22.0
func (o *BuildJobItem) GetContextOk() (*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. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BuildJobItem) GetDone ¶
func (o *BuildJobItem) GetDone() bool
GetDone returns the Done field value
func (*BuildJobItem) GetDoneOk ¶
func (o *BuildJobItem) GetDoneOk() (*bool, bool)
GetDoneOk returns a tuple with the Done field value and a boolean to check if the value has been set.
func (*BuildJobItem) GetError ¶
func (o *BuildJobItem) GetError() bool
GetError returns the Error field value
func (*BuildJobItem) GetErrorOk ¶
func (o *BuildJobItem) GetErrorOk() (*bool, bool)
GetErrorOk returns a tuple with the Error field value and a boolean to check if the value has been set.
func (*BuildJobItem) GetFailure ¶
func (o *BuildJobItem) GetFailure() bool
GetFailure returns the Failure field value
func (*BuildJobItem) GetFailureOk ¶
func (o *BuildJobItem) GetFailureOk() (*bool, bool)
GetFailureOk returns a tuple with the Failure field value and a boolean to check if the value has been set.
func (*BuildJobItem) GetLinks ¶
func (o *BuildJobItem) GetLinks() BuildJobItemLinks
GetLinks returns the Links field value If the value is explicit nil, the zero value for BuildJobItemLinks will be returned
func (*BuildJobItem) GetLinksOk ¶
func (o *BuildJobItem) GetLinksOk() (*BuildJobItemLinks, bool)
GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BuildJobItem) GetMetadata ¶
func (o *BuildJobItem) GetMetadata() CommonMetadata
GetMetadata returns the Metadata field value If the value is explicit nil, the zero value for CommonMetadata will be returned
func (*BuildJobItem) GetMetadataOk ¶
func (o *BuildJobItem) GetMetadataOk() (*CommonMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BuildJobItem) GetName ¶
func (o *BuildJobItem) GetName() string
GetName returns the Name field value
func (*BuildJobItem) GetNameOk ¶
func (o *BuildJobItem) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*BuildJobItem) GetPriority ¶ added in v1.57.0
func (o *BuildJobItem) GetPriority() string
GetPriority returns the Priority field value if set, zero value otherwise.
func (*BuildJobItem) GetPriorityOk ¶ added in v1.57.0
func (o *BuildJobItem) GetPriorityOk() (*string, bool)
GetPriorityOk returns a tuple with the Priority field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BuildJobItem) GetProject ¶
func (o *BuildJobItem) GetProject() string
GetProject returns the Project field value
func (*BuildJobItem) GetProjectOk ¶
func (o *BuildJobItem) GetProjectOk() (*string, bool)
GetProjectOk returns a tuple with the Project field value and a boolean to check if the value has been set.
func (*BuildJobItem) GetQueued ¶
func (o *BuildJobItem) GetQueued() bool
GetQueued returns the Queued field value
func (*BuildJobItem) GetQueuedOk ¶
func (o *BuildJobItem) GetQueuedOk() (*bool, bool)
GetQueuedOk returns a tuple with the Queued field value and a boolean to check if the value has been set.
func (*BuildJobItem) GetStatus ¶
func (o *BuildJobItem) GetStatus() string
GetStatus returns the Status field value
func (*BuildJobItem) GetStatusOk ¶
func (o *BuildJobItem) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*BuildJobItem) GetSuccess ¶
func (o *BuildJobItem) GetSuccess() bool
GetSuccess returns the Success field value
func (*BuildJobItem) GetSuccessOk ¶
func (o *BuildJobItem) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value and a boolean to check if the value has been set.
func (*BuildJobItem) GetSuspended ¶ added in v1.69.0
func (o *BuildJobItem) GetSuspended() bool
GetSuspended returns the Suspended field value
func (*BuildJobItem) GetSuspendedOk ¶ added in v1.69.0
func (o *BuildJobItem) GetSuspendedOk() (*bool, bool)
GetSuspendedOk returns a tuple with the Suspended field value and a boolean to check if the value has been set.
func (*BuildJobItem) GetTitle ¶
func (o *BuildJobItem) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BuildJobItem) GetTitleOk ¶
func (o *BuildJobItem) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BuildJobItem) GetWorkspace ¶
func (o *BuildJobItem) GetWorkspace() string
GetWorkspace returns the Workspace field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BuildJobItem) GetWorkspaceOk ¶
func (o *BuildJobItem) GetWorkspaceOk() (*string, bool)
GetWorkspaceOk returns a tuple with the Workspace field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BuildJobItem) HasArtefacts ¶ added in v1.32.0
func (o *BuildJobItem) HasArtefacts() (available bool)
HasArtefacts specifies whether artefacts are available for this job.
func (*BuildJobItem) HasBuildTimeout ¶
func (o *BuildJobItem) HasBuildTimeout() bool
HasBuildTimeout returns a boolean if a field has been set.
func (*BuildJobItem) HasCleanBuild ¶
func (o *BuildJobItem) HasCleanBuild() bool
HasCleanBuild returns a boolean if a field has been set.
func (*BuildJobItem) HasContext ¶ added in v1.22.0
func (o *BuildJobItem) HasContext() bool
HasContext returns a boolean if a field has been set.
func (*BuildJobItem) HasMessages ¶ added in v1.32.0
func (o *BuildJobItem) HasMessages() (available bool)
============================================================================================ This extends BuildJobItem definitions ============================================================================================ HasMessages specifies whether messages are available for this job.
func (*BuildJobItem) HasPriority ¶ added in v1.57.0
func (o *BuildJobItem) HasPriority() bool
HasPriority returns a boolean if a field has been set.
func (*BuildJobItem) HasTitle ¶
func (o *BuildJobItem) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*BuildJobItem) HasWorkspace ¶
func (o *BuildJobItem) HasWorkspace() bool
HasWorkspace returns a boolean if a field has been set.
func (BuildJobItem) MarshalJSON ¶
func (o BuildJobItem) MarshalJSON() ([]byte, error)
func (*BuildJobItem) SetBuildStepsCompleted ¶
func (o *BuildJobItem) SetBuildStepsCompleted(v int32)
SetBuildStepsCompleted sets field value
func (*BuildJobItem) SetBuildStepsTotal ¶
func (o *BuildJobItem) SetBuildStepsTotal(v int32)
SetBuildStepsTotal sets field value
func (*BuildJobItem) SetBuildTimeout ¶
func (o *BuildJobItem) SetBuildTimeout(v int32)
SetBuildTimeout gets a reference to the given int32 and assigns it to the BuildTimeout field.
func (*BuildJobItem) SetCleanBuild ¶
func (o *BuildJobItem) SetCleanBuild(v bool)
SetCleanBuild gets a reference to the given bool and assigns it to the CleanBuild field.
func (*BuildJobItem) SetContext ¶ added in v1.22.0
func (o *BuildJobItem) SetContext(v string)
SetContext gets a reference to the given NullableString and assigns it to the Context field.
func (*BuildJobItem) SetContextNil ¶ added in v1.22.0
func (o *BuildJobItem) SetContextNil()
SetContextNil sets the value for Context to be an explicit nil
func (*BuildJobItem) SetFailure ¶
func (o *BuildJobItem) SetFailure(v bool)
SetFailure sets field value
func (*BuildJobItem) SetLinks ¶
func (o *BuildJobItem) SetLinks(v BuildJobItemLinks)
SetLinks sets field value
func (*BuildJobItem) SetMetadata ¶
func (o *BuildJobItem) SetMetadata(v CommonMetadata)
SetMetadata sets field value
func (*BuildJobItem) SetPriority ¶ added in v1.57.0
func (o *BuildJobItem) SetPriority(v string)
SetPriority gets a reference to the given string and assigns it to the Priority field.
func (*BuildJobItem) SetProject ¶
func (o *BuildJobItem) SetProject(v string)
SetProject sets field value
func (*BuildJobItem) SetQueued ¶
func (o *BuildJobItem) SetQueued(v bool)
SetQueued sets field value
func (*BuildJobItem) SetStatus ¶
func (o *BuildJobItem) SetStatus(v string)
SetStatus sets field value
func (*BuildJobItem) SetSuccess ¶
func (o *BuildJobItem) SetSuccess(v bool)
SetSuccess sets field value
func (*BuildJobItem) SetSuspended ¶ added in v1.69.0
func (o *BuildJobItem) SetSuspended(v bool)
SetSuspended sets field value
func (*BuildJobItem) SetTitle ¶
func (o *BuildJobItem) SetTitle(v string)
SetTitle gets a reference to the given NullableString and assigns it to the Title field.
func (*BuildJobItem) SetTitleNil ¶
func (o *BuildJobItem) SetTitleNil()
SetTitleNil sets the value for Title to be an explicit nil
func (*BuildJobItem) SetWorkspace ¶
func (o *BuildJobItem) SetWorkspace(v string)
SetWorkspace gets a reference to the given NullableString and assigns it to the Workspace field.
func (*BuildJobItem) SetWorkspaceNil ¶
func (o *BuildJobItem) SetWorkspaceNil()
SetWorkspaceNil sets the value for Workspace to be an explicit nil
func (BuildJobItem) ToMap ¶ added in v1.22.0
func (o BuildJobItem) ToMap() (map[string]interface{}, error)
func (*BuildJobItem) UnmarshalJSON ¶ added in v1.22.0
func (o *BuildJobItem) UnmarshalJSON(data []byte) (err error)
func (*BuildJobItem) UnsetContext ¶ added in v1.22.0
func (o *BuildJobItem) UnsetContext()
UnsetContext ensures that no value is present for Context, not even an explicit nil
func (*BuildJobItem) UnsetTitle ¶
func (o *BuildJobItem) UnsetTitle()
UnsetTitle ensures that no value is present for Title, not even an explicit nil
func (*BuildJobItem) UnsetWorkspace ¶
func (o *BuildJobItem) UnsetWorkspace()
UnsetWorkspace ensures that no value is present for Workspace, not even an explicit nil
type BuildJobItemLinks ¶
type BuildJobItemLinks struct {
Artefacts *HalLinkData `json:"artefacts,omitempty"`
Cancel *HalLinkData `json:"cancel,omitempty"`
Collection *HalLinkData `json:"collection,omitempty"`
Delete *HalLinkData `json:"delete,omitempty"`
Describedby *HalLinkData `json:"describedby,omitempty"`
Details *HalLinkData `json:"details,omitempty"`
Outputs *HalLinkData `json:"outputs,omitempty"`
Related HalLinkData `json:"related"`
Retain *HalLinkData `json:"retain,omitempty"`
Self HalLinkData `json:"self"`
}
BuildJobItemLinks The `related` link indicates the builder being used for the build job. The `details` links to a resource that provides details of build progress (build messages). The `artefacts` links to a collection which will contain downloadable build products (if any). This endpoint is being deprecated. The `outputs` links to a collection which will contain objects with links to downloadable build products (if any). This is preferred over the `artefacts` endpoint whilst both exist. The `describedby` links to a resource that provides information about the project's workspace.
func NewBuildJobItemLinks ¶
func NewBuildJobItemLinks(related HalLinkData, self HalLinkData) *BuildJobItemLinks
NewBuildJobItemLinks instantiates a new BuildJobItemLinks 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 NewBuildJobItemLinksWithDefaults ¶
func NewBuildJobItemLinksWithDefaults() *BuildJobItemLinks
NewBuildJobItemLinksWithDefaults instantiates a new BuildJobItemLinks 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 (*BuildJobItemLinks) GetArtefacts ¶
func (o *BuildJobItemLinks) GetArtefacts() HalLinkData
GetArtefacts returns the Artefacts field value if set, zero value otherwise.
func (*BuildJobItemLinks) GetArtefactsOk ¶
func (o *BuildJobItemLinks) GetArtefactsOk() (*HalLinkData, bool)
GetArtefactsOk returns a tuple with the Artefacts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BuildJobItemLinks) GetCancel ¶
func (o *BuildJobItemLinks) GetCancel() HalLinkData
GetCancel returns the Cancel field value if set, zero value otherwise.
func (*BuildJobItemLinks) GetCancelOk ¶
func (o *BuildJobItemLinks) GetCancelOk() (*HalLinkData, bool)
GetCancelOk returns a tuple with the Cancel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BuildJobItemLinks) GetCollection ¶ added in v1.22.0
func (o *BuildJobItemLinks) GetCollection() HalLinkData
GetCollection returns the Collection field value if set, zero value otherwise.
func (*BuildJobItemLinks) GetCollectionOk ¶ added in v1.22.0
func (o *BuildJobItemLinks) GetCollectionOk() (*HalLinkData, bool)
GetCollectionOk returns a tuple with the Collection field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BuildJobItemLinks) GetDelete ¶
func (o *BuildJobItemLinks) GetDelete() HalLinkData
GetDelete returns the Delete field value if set, zero value otherwise.
func (*BuildJobItemLinks) GetDeleteOk ¶
func (o *BuildJobItemLinks) GetDeleteOk() (*HalLinkData, bool)
GetDeleteOk returns a tuple with the Delete field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BuildJobItemLinks) GetDescribedby ¶
func (o *BuildJobItemLinks) GetDescribedby() HalLinkData
GetDescribedby returns the Describedby field value if set, zero value otherwise.
func (*BuildJobItemLinks) GetDescribedbyOk ¶
func (o *BuildJobItemLinks) GetDescribedbyOk() (*HalLinkData, bool)
GetDescribedbyOk returns a tuple with the Describedby field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BuildJobItemLinks) GetDetails ¶
func (o *BuildJobItemLinks) GetDetails() HalLinkData
GetDetails returns the Details field value if set, zero value otherwise.
func (*BuildJobItemLinks) GetDetailsOk ¶
func (o *BuildJobItemLinks) GetDetailsOk() (*HalLinkData, bool)
GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BuildJobItemLinks) GetOutputs ¶ added in v1.22.0
func (o *BuildJobItemLinks) GetOutputs() HalLinkData
GetOutputs returns the Outputs field value if set, zero value otherwise.
func (*BuildJobItemLinks) GetOutputsOk ¶ added in v1.22.0
func (o *BuildJobItemLinks) GetOutputsOk() (*HalLinkData, bool)
GetOutputsOk returns a tuple with the Outputs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BuildJobItemLinks) GetRelated ¶
func (o *BuildJobItemLinks) GetRelated() HalLinkData
GetRelated returns the Related field value
func (*BuildJobItemLinks) GetRelatedOk ¶
func (o *BuildJobItemLinks) GetRelatedOk() (*HalLinkData, bool)
GetRelatedOk returns a tuple with the Related field value and a boolean to check if the value has been set.
func (*BuildJobItemLinks) GetRetain ¶
func (o *BuildJobItemLinks) GetRetain() HalLinkData
GetRetain returns the Retain field value if set, zero value otherwise.
func (*BuildJobItemLinks) GetRetainOk ¶
func (o *BuildJobItemLinks) GetRetainOk() (*HalLinkData, bool)
GetRetainOk returns a tuple with the Retain field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BuildJobItemLinks) GetSelf ¶
func (o *BuildJobItemLinks) GetSelf() HalLinkData
GetSelf returns the Self field value
func (*BuildJobItemLinks) GetSelfOk ¶
func (o *BuildJobItemLinks) GetSelfOk() (*HalLinkData, bool)
GetSelfOk returns a tuple with the Self field value and a boolean to check if the value has been set.
func (*BuildJobItemLinks) HasArtefacts ¶
func (o *BuildJobItemLinks) HasArtefacts() bool
HasArtefacts returns a boolean if a field has been set.
func (*BuildJobItemLinks) HasCancel ¶
func (o *BuildJobItemLinks) HasCancel() bool
HasCancel returns a boolean if a field has been set.
func (*BuildJobItemLinks) HasCollection ¶ added in v1.22.0
func (o *BuildJobItemLinks) HasCollection() bool
HasCollection returns a boolean if a field has been set.
func (*BuildJobItemLinks) HasDelete ¶
func (o *BuildJobItemLinks) HasDelete() bool
HasDelete returns a boolean if a field has been set.
func (*BuildJobItemLinks) HasDescribedby ¶
func (o *BuildJobItemLinks) HasDescribedby() bool
HasDescribedby returns a boolean if a field has been set.
func (*BuildJobItemLinks) HasDetails ¶
func (o *BuildJobItemLinks) HasDetails() bool
HasDetails returns a boolean if a field has been set.
func (*BuildJobItemLinks) HasOutputs ¶ added in v1.22.0
func (o *BuildJobItemLinks) HasOutputs() bool
HasOutputs returns a boolean if a field has been set.
func (*BuildJobItemLinks) HasRetain ¶
func (o *BuildJobItemLinks) HasRetain() bool
HasRetain returns a boolean if a field has been set.
func (BuildJobItemLinks) MarshalJSON ¶
func (o BuildJobItemLinks) MarshalJSON() ([]byte, error)
func (*BuildJobItemLinks) SetArtefacts ¶
func (o *BuildJobItemLinks) SetArtefacts(v HalLinkData)
SetArtefacts gets a reference to the given HalLinkData and assigns it to the Artefacts field.
func (*BuildJobItemLinks) SetCancel ¶
func (o *BuildJobItemLinks) SetCancel(v HalLinkData)
SetCancel gets a reference to the given HalLinkData and assigns it to the Cancel field.
func (*BuildJobItemLinks) SetCollection ¶ added in v1.22.0
func (o *BuildJobItemLinks) SetCollection(v HalLinkData)
SetCollection gets a reference to the given HalLinkData and assigns it to the Collection field.
func (*BuildJobItemLinks) SetDelete ¶
func (o *BuildJobItemLinks) SetDelete(v HalLinkData)
SetDelete gets a reference to the given HalLinkData and assigns it to the Delete field.
func (*BuildJobItemLinks) SetDescribedby ¶
func (o *BuildJobItemLinks) SetDescribedby(v HalLinkData)
SetDescribedby gets a reference to the given HalLinkData and assigns it to the Describedby field.
func (*BuildJobItemLinks) SetDetails ¶
func (o *BuildJobItemLinks) SetDetails(v HalLinkData)
SetDetails gets a reference to the given HalLinkData and assigns it to the Details field.
func (*BuildJobItemLinks) SetOutputs ¶ added in v1.22.0
func (o *BuildJobItemLinks) SetOutputs(v HalLinkData)
SetOutputs gets a reference to the given HalLinkData and assigns it to the Outputs field.
func (*BuildJobItemLinks) SetRelated ¶
func (o *BuildJobItemLinks) SetRelated(v HalLinkData)
SetRelated sets field value
func (*BuildJobItemLinks) SetRetain ¶
func (o *BuildJobItemLinks) SetRetain(v HalLinkData)
SetRetain gets a reference to the given HalLinkData and assigns it to the Retain field.
func (*BuildJobItemLinks) SetSelf ¶
func (o *BuildJobItemLinks) SetSelf(v HalLinkData)
SetSelf sets field value
func (BuildJobItemLinks) ToMap ¶ added in v1.22.0
func (o BuildJobItemLinks) ToMap() (map[string]interface{}, error)
func (*BuildJobItemLinks) UnmarshalJSON ¶ added in v1.22.0
func (o *BuildJobItemLinks) UnmarshalJSON(data []byte) (err error)
type BuildJobIterator ¶ added in v1.21.0
type BuildJobIterator struct {
// contains filtered or unexported fields
}
BuildJobIterator defines an iterator over a collection.
func (*BuildJobIterator) GetNext ¶ added in v1.21.0
func (m *BuildJobIterator) GetNext() (item any, err error)
func (*BuildJobIterator) HasNext ¶ added in v1.21.0
func (m *BuildJobIterator) HasNext() bool
type BuildJobsAPIService ¶ added in v1.22.0
type BuildJobsAPIService service
BuildJobsAPIService BuildJobsAPI service
func (*BuildJobsAPIService) CancelBuildJob ¶ added in v1.22.0
func (a *BuildJobsAPIService) CancelBuildJob(ctx context.Context, jobName string) ApiCancelBuildJobRequest
CancelBuildJob Cancel a Build Job
This will cancel a build job that is in progress. All messages associated with the build will be retained.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param jobName Unique ID of the Build Job. @return ApiCancelBuildJobRequest
func (*BuildJobsAPIService) CancelBuildJobExecute ¶ added in v1.22.0
func (a *BuildJobsAPIService) CancelBuildJobExecute(r ApiCancelBuildJobRequest) (*BuildJobItem, *http.Response, error)
Execute executes the request
@return BuildJobItem
func (*BuildJobsAPIService) DeleteBuildJob ¶ added in v1.22.0
func (a *BuildJobsAPIService) DeleteBuildJob(ctx context.Context, jobName string) ApiDeleteBuildJobRequest
DeleteBuildJob Delete a Build Job
Deletes a build job along with all artefacts and messages associated with it. Deleting a build job is only possible if it has already completed or been cancelled.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param jobName Unique ID of the Build Job. @return ApiDeleteBuildJobRequest
func (*BuildJobsAPIService) DeleteBuildJobExecute ¶ added in v1.22.0
func (a *BuildJobsAPIService) DeleteBuildJobExecute(r ApiDeleteBuildJobRequest) (*http.Response, error)
Execute executes the request
func (*BuildJobsAPIService) FollowBuildJobLink ¶ added in v1.22.1
func (a *BuildJobsAPIService) FollowBuildJobLink(r *ApiListBuildJobRequest, link string) (*BuildJobCollection, *http.Response, error)
Follows a collection link. This function is based on the `ListBuildJobExecute` function, with one key difference: instead of using a fixed endpoint path, `localVarPath` is defined as the base URL + the `link` provided in the arguments.
func (*BuildJobsAPIService) FollowBuildOutputManagersLink ¶ added in v1.46.0
func (a *BuildJobsAPIService) FollowBuildOutputManagersLink(r *ApiListBuildOutputManagersRequest, link string) (*ArtefactManagerCollection, *http.Response, error)
Follows a collection link. This function is based on the `ListBuildOutputManagersExecute` function, with one key difference: instead of using a fixed endpoint path, `localVarPath` is defined as the base URL + the `link` provided in the arguments.
func (*BuildJobsAPIService) FollowGetBuildMessagesLink ¶ added in v1.46.0
func (a *BuildJobsAPIService) FollowGetBuildMessagesLink(r *ApiGetBuildMessagesRequest, link string) (*BuildMessageItem, *http.Response, error)
Follows a collection link. This function is based on the `GetBuildMessagesExecute` function, with one key difference: instead of using a fixed endpoint path, `localVarPath` is defined as the base URL + the `link` provided in the arguments.
func (*BuildJobsAPIService) GetBuildArtefact ¶ added in v1.22.0
func (a *BuildJobsAPIService) GetBuildArtefact(ctx context.Context, artefactName string, jobName string) ApiGetBuildArtefactRequest
GetBuildArtefact Download the named Build Artefact for the given Build Job.
An artefact represents a product of a job.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param artefactName Unique ID of a Job Artefact. @param jobName Unique ID of the Build Job. @return ApiGetBuildArtefactRequest
Deprecated
func (*BuildJobsAPIService) GetBuildArtefactExecute ¶ added in v1.22.0
func (a *BuildJobsAPIService) GetBuildArtefactExecute(r ApiGetBuildArtefactRequest) (*os.File, *http.Response, error)
Execute executes the request
@return *os.File
Deprecated
func (*BuildJobsAPIService) GetBuildJob ¶ added in v1.22.0
func (a *BuildJobsAPIService) GetBuildJob(ctx context.Context, jobName string) ApiGetBuildJobRequest
GetBuildJob Return status of a Build Job.
A build job represents the status of a build process (compilation and linking) being executed by a builder.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param jobName Unique ID of the Build Job. @return ApiGetBuildJobRequest
func (*BuildJobsAPIService) GetBuildJobArtefactManager ¶ added in v1.22.0
func (a *BuildJobsAPIService) GetBuildJobArtefactManager(ctx context.Context, artefactName string, jobName string) ApiGetBuildJobArtefactManagerRequest
GetBuildJobArtefactManager Get the corresponding Build Job artefact manager.
An output represents a product/artefact of the build process such as a binary file. The managers enable their download.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param artefactName Unique ID of a Job Artefact. @param jobName Unique ID of the Build Job. @return ApiGetBuildJobArtefactManagerRequest
func (*BuildJobsAPIService) GetBuildJobArtefactManagerExecute ¶ added in v1.22.0
func (a *BuildJobsAPIService) GetBuildJobArtefactManagerExecute(r ApiGetBuildJobArtefactManagerRequest) (*ArtefactManagerItem, *http.Response, error)
Execute executes the request
@return ArtefactManagerItem
func (*BuildJobsAPIService) GetBuildJobExecute ¶ added in v1.22.0
func (a *BuildJobsAPIService) GetBuildJobExecute(r ApiGetBuildJobRequest) (*BuildJobItem, *http.Response, error)
Execute executes the request
@return BuildJobItem
func (*BuildJobsAPIService) GetBuildMessages ¶ added in v1.22.0
func (a *BuildJobsAPIService) GetBuildMessages(ctx context.Context, jobName string) ApiGetBuildMessagesRequest
GetBuildMessages Build Message Feed.
Retrieve and page through the build messages for a given build.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param jobName Unique ID of the Build Job. @return ApiGetBuildMessagesRequest
func (*BuildJobsAPIService) GetBuildMessagesExecute ¶ added in v1.22.0
func (a *BuildJobsAPIService) GetBuildMessagesExecute(r ApiGetBuildMessagesRequest) (*BuildMessageItem, *http.Response, error)
Execute executes the request
@return BuildMessageItem
func (*BuildJobsAPIService) GetBuildOutputArtefact ¶ added in v1.22.0
func (a *BuildJobsAPIService) GetBuildOutputArtefact(ctx context.Context, artefactName string, jobName string) ApiGetBuildOutputArtefactRequest
GetBuildOutputArtefact Download the build artefact for the given build job.
An artefact represents a product of a job.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param artefactName Unique ID of a Job Artefact. @param jobName Unique ID of the Build Job. @return ApiGetBuildOutputArtefactRequest
func (*BuildJobsAPIService) GetBuildOutputArtefactExecute ¶ added in v1.22.0
func (a *BuildJobsAPIService) GetBuildOutputArtefactExecute(r ApiGetBuildOutputArtefactRequest) (*os.File, *http.Response, error)
Execute executes the request
@return *os.File
func (*BuildJobsAPIService) ListBuildArtefacts ¶ added in v1.22.0
func (a *BuildJobsAPIService) ListBuildArtefacts(ctx context.Context, jobName string) ApiListBuildArtefactsRequest
ListBuildArtefacts List all the available Build Artefacts for the given Build Job.
An artefact represents a product of the build process such as a binary file.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param jobName Unique ID of the Build Job. @return ApiListBuildArtefactsRequest
Deprecated
func (*BuildJobsAPIService) ListBuildArtefactsExecute ¶ added in v1.22.0
func (a *BuildJobsAPIService) ListBuildArtefactsExecute(r ApiListBuildArtefactsRequest) (*SimpleCollection, *http.Response, error)
Execute executes the request
@return SimpleCollection
Deprecated
func (*BuildJobsAPIService) ListBuildJob ¶ added in v1.22.0
func (a *BuildJobsAPIService) ListBuildJob(ctx context.Context) ApiListBuildJobRequest
ListBuildJob List all Build Jobs.
This returns a collection resource that lists all in progress or recently completed build jobs. The build jobs for all builders are in the same collection.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListBuildJobRequest
func (*BuildJobsAPIService) ListBuildJobExecute ¶ added in v1.22.0
func (a *BuildJobsAPIService) ListBuildJobExecute(r ApiListBuildJobRequest) (*BuildJobCollection, *http.Response, error)
Execute executes the request
@return BuildJobCollection
func (*BuildJobsAPIService) ListBuildOutputManagers ¶ added in v1.22.0
func (a *BuildJobsAPIService) ListBuildOutputManagers(ctx context.Context, jobName string) ApiListBuildOutputManagersRequest
ListBuildOutputManagers List all the available managers of Build Artefacts for the given Build Job.
An output represents a product/artefact of the build process such as a binary file. The managers enable their download and provide metadata about the artefacts.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param jobName Unique ID of the Build Job. @return ApiListBuildOutputManagersRequest
func (*BuildJobsAPIService) ListBuildOutputManagersExecute ¶ added in v1.22.0
func (a *BuildJobsAPIService) ListBuildOutputManagersExecute(r ApiListBuildOutputManagersRequest) (*ArtefactManagerCollection, *http.Response, error)
Execute executes the request
@return ArtefactManagerCollection
func (*BuildJobsAPIService) RetainBuildJob ¶ added in v1.22.0
func (a *BuildJobsAPIService) RetainBuildJob(ctx context.Context, jobName string) ApiRetainBuildJobRequest
RetainBuildJob Update how long a build job will be retained before automatic deletion.
Set the time at which the job and all associated resources such as generated artefacts and messages will be removed from the system.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param jobName Unique ID of the Build Job. @return ApiRetainBuildJobRequest
func (*BuildJobsAPIService) RetainBuildJobExecute ¶ added in v1.22.0
func (a *BuildJobsAPIService) RetainBuildJobExecute(r ApiRetainBuildJobRequest) (*BuildJobItem, *http.Response, error)
Execute executes the request
@return BuildJobItem
type BuildMessageItem ¶
type BuildMessageItem struct {
Links NullableHalFeedLinks `json:"_links"`
Metadata NullablePagingMetadata `json:"_metadata"`
// A list of build messages.
Messages []MessageObject `json:"messages"`
// ID of the Build Notification item.
Name string `json:"name"`
// Human readable name of the Build Notification item.
Title *string `json:"title,omitempty"`
}
BuildMessageItem struct for BuildMessageItem
func NewBuildMessageItem ¶
func NewBuildMessageItem(links NullableHalFeedLinks, metadata NullablePagingMetadata, messages []MessageObject, name string) *BuildMessageItem
NewBuildMessageItem instantiates a new BuildMessageItem 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 NewBuildMessageItemWithDefaults ¶
func NewBuildMessageItemWithDefaults() *BuildMessageItem
NewBuildMessageItemWithDefaults instantiates a new BuildMessageItem 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 (*BuildMessageItem) FetchLinks ¶ added in v1.17.0
func (o *BuildMessageItem) FetchLinks() (links any, err error)
FetchLinks returns the resource links if present
func (*BuildMessageItem) FetchName ¶ added in v1.17.0
func (o *BuildMessageItem) FetchName() (string, error)
FetchName returns the resource name if present, or else an error
func (*BuildMessageItem) FetchTitle ¶ added in v1.17.0
func (o *BuildMessageItem) FetchTitle() (string, error)
FetchTitle returns the resource title if present, or else an error
func (*BuildMessageItem) FetchType ¶ added in v1.17.0
func (o *BuildMessageItem) FetchType() string
FetchType returns the resource type
func (*BuildMessageItem) GetItemCount ¶ added in v1.17.0
func (o *BuildMessageItem) GetItemCount() (count int64, err error)
func (*BuildMessageItem) GetItemIterator ¶ added in v1.17.0
func (o *BuildMessageItem) GetItemIterator() (IIterator, error)
func (*BuildMessageItem) GetLinks ¶
func (o *BuildMessageItem) GetLinks() HalFeedLinks
GetLinks returns the Links field value If the value is explicit nil, the zero value for HalFeedLinks will be returned
func (*BuildMessageItem) GetLinksOk ¶
func (o *BuildMessageItem) GetLinksOk() (*HalFeedLinks, bool)
GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BuildMessageItem) GetMessages ¶
func (o *BuildMessageItem) GetMessages() []MessageObject
GetMessages returns the Messages field value If the value is explicit nil, the zero value for []MessageObject will be returned
func (*BuildMessageItem) GetMessagesOk ¶
func (o *BuildMessageItem) GetMessagesOk() ([]MessageObject, bool)
GetMessagesOk returns a tuple with the Messages field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BuildMessageItem) GetMetadata ¶
func (o *BuildMessageItem) GetMetadata() PagingMetadata
GetMetadata returns the Metadata field value If the value is explicit nil, the zero value for PagingMetadata will be returned
func (*BuildMessageItem) GetMetadataOk ¶
func (o *BuildMessageItem) GetMetadataOk() (*PagingMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BuildMessageItem) GetName ¶
func (o *BuildMessageItem) GetName() string
GetName returns the Name field value
func (*BuildMessageItem) GetNameOk ¶
func (o *BuildMessageItem) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*BuildMessageItem) GetTitle ¶
func (o *BuildMessageItem) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*BuildMessageItem) GetTitleOk ¶
func (o *BuildMessageItem) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BuildMessageItem) HasFuture ¶ added in v1.17.0
func (o *BuildMessageItem) HasFuture() bool
func (*BuildMessageItem) HasNext ¶ added in v1.17.0
func (o *BuildMessageItem) HasNext() bool
func (*BuildMessageItem) HasTitle ¶
func (o *BuildMessageItem) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (BuildMessageItem) MarshalJSON ¶
func (o BuildMessageItem) MarshalJSON() ([]byte, error)
func (*BuildMessageItem) SetLinks ¶
func (o *BuildMessageItem) SetLinks(v HalFeedLinks)
SetLinks sets field value
func (*BuildMessageItem) SetMessages ¶
func (o *BuildMessageItem) SetMessages(v []MessageObject)
SetMessages sets field value
func (*BuildMessageItem) SetMetadata ¶
func (o *BuildMessageItem) SetMetadata(v PagingMetadata)
SetMetadata sets field value
func (*BuildMessageItem) SetName ¶
func (o *BuildMessageItem) SetName(v string)
SetName sets field value
func (*BuildMessageItem) SetTitle ¶
func (o *BuildMessageItem) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (BuildMessageItem) ToMap ¶ added in v1.22.0
func (o BuildMessageItem) ToMap() (map[string]interface{}, error)
func (*BuildMessageItem) UnmarshalJSON ¶ added in v1.22.0
func (o *BuildMessageItem) UnmarshalJSON(data []byte) (err error)
type BuildToolTypes ¶
type BuildToolTypes string
BuildToolTypes The type of build system that will be used to build the project. * `CMSIS_CBUILD` - CMSIS <a href=\"https://github.com/Open-CMSIS-Pack/cbuild\">cbuild</a> for cprj or <a href=\"https://github.com/Open-CMSIS-Pack/devtools/blob/main/tools/projmgr/docs/Manual/Overview.md\">csolution projects</a> projects * `CMAKE` - Default <a href=\"https://cmake.org/\">CMake</a> * `CMAKE_NINJA` - <a href=\"https://cmake.org/\">CMake</a> using the generator for <a href=\"https://cmake.org/cmake/help/latest/generator/Ninja.html\">Ninja</a> and building with <a href=\"https://ninja-build.org/\">Ninja</a> * `CMAKE_MAKE` - <a href=\"https://cmake.org/\">CMake</a> using the generator for <a href=\"https://cmake.org/cmake/help/latest/generator/Unix%20Makefiles.html\">Unix Make</a> and building with <a href=\"https://www.gnu.org/software/make/\">GNU Make</a> * `GENERIC_BUILDER` - for a bespoke builder
const ( CMAKE BuildToolTypes = "CMAKE" CMAKE_MAKE BuildToolTypes = "CMAKE_MAKE" CMAKE_NINJA BuildToolTypes = "CMAKE_NINJA" CMSIS_CBUILD BuildToolTypes = "CMSIS_CBUILD" GENERIC_BUILDER BuildToolTypes = "GENERIC_BUILDER" )
List of BuildToolTypes
func NewBuildToolTypesFromValue ¶
func NewBuildToolTypesFromValue(v string) (*BuildToolTypes, error)
NewBuildToolTypesFromValue returns a pointer to a valid BuildToolTypes for the value passed as argument, or an error if the value passed is not allowed by the enum
func (BuildToolTypes) IsValid ¶
func (v BuildToolTypes) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (BuildToolTypes) Ptr ¶
func (v BuildToolTypes) Ptr() *BuildToolTypes
Ptr returns reference to BuildToolTypes value
func (*BuildToolTypes) UnmarshalJSON ¶
func (v *BuildToolTypes) UnmarshalJSON(src []byte) error
type CMSISBuildersAPIService ¶ added in v1.22.0
type CMSISBuildersAPIService service
CMSISBuildersAPIService CMSISBuildersAPI service
func (*CMSISBuildersAPIService) FollowCmsisBuildersLink ¶ added in v1.46.0
func (a *CMSISBuildersAPIService) FollowCmsisBuildersLink(r *ApiListCmsisBuildersRequest, link string) (*CmsisBuilderCollection, *http.Response, error)
Follows a collection link. This function is based on the `ListCmsisBuildersExecute` function, with one key difference: instead of using a fixed endpoint path, `localVarPath` is defined as the base URL + the `link` provided in the arguments.
func (*CMSISBuildersAPIService) GetCmsisBuilder ¶ added in v1.22.0
func (a *CMSISBuildersAPIService) GetCmsisBuilder(ctx context.Context, builderName string) ApiGetCmsisBuilderRequest
GetCmsisBuilder Return details of specific CMSIS Builders.
A CMSIS Builder is a combination of a specific set of CMSIS-Build tools and a specific toolchain, which can be used to build a CMSIS project.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param builderName The ID of the CMSIS Builder. @return ApiGetCmsisBuilderRequest
func (*CMSISBuildersAPIService) GetCmsisBuilderExecute ¶ added in v1.22.0
func (a *CMSISBuildersAPIService) GetCmsisBuilderExecute(r ApiGetCmsisBuilderRequest) (*CmsisBuilderItem, *http.Response, error)
Execute executes the request
@return CmsisBuilderItem
func (*CMSISBuildersAPIService) ListCmsisBuilders ¶ added in v1.22.0
func (a *CMSISBuildersAPIService) ListCmsisBuilders(ctx context.Context) ApiListCmsisBuildersRequest
ListCmsisBuilders List available CMSIS Builders.
This returns a collection resource that lists all of the CMSIS-Builders supported by the build service. Each builder listed represents a specific combination of the following:
CMSIS-Build tool version
Toolchain type e.g. GCC/AC6
Toolchain version.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListCmsisBuildersRequest
func (*CMSISBuildersAPIService) ListCmsisBuildersExecute ¶ added in v1.22.0
func (a *CMSISBuildersAPIService) ListCmsisBuildersExecute(r ApiListCmsisBuildersRequest) (*CmsisBuilderCollection, *http.Response, error)
Execute executes the request
@return CmsisBuilderCollection
func (*CMSISBuildersAPIService) StartCmsisBuild ¶ added in v1.22.0
func (a *CMSISBuildersAPIService) StartCmsisBuild(ctx context.Context, builderName string) ApiStartCmsisBuildRequest
StartCmsisBuild Initiate a build using the specified CMSIS Builder.
Initiate a build using the specified CMSIS Builder.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param builderName The ID of the CMSIS Builder. @return ApiStartCmsisBuildRequest
func (*CMSISBuildersAPIService) StartCmsisBuildExecute ¶ added in v1.22.0
func (a *CMSISBuildersAPIService) StartCmsisBuildExecute(r ApiStartCmsisBuildRequest) (*BuildJobItem, *http.Response, error)
Execute executes the request
@return BuildJobItem
type CMSISIntellisenseBuildersAPIService ¶ added in v1.22.0
type CMSISIntellisenseBuildersAPIService service
CMSISIntellisenseBuildersAPIService CMSISIntellisenseBuildersAPI service
func (*CMSISIntellisenseBuildersAPIService) FollowCmsisIntellisenseLink ¶ added in v1.46.0
func (a *CMSISIntellisenseBuildersAPIService) FollowCmsisIntellisenseLink(r *ApiListCmsisIntellisenseRequest, link string) (*CmsisIntellisenseCollection, *http.Response, error)
Follows a collection link. This function is based on the `ListCmsisIntellisenseExecute` function, with one key difference: instead of using a fixed endpoint path, `localVarPath` is defined as the base URL + the `link` provided in the arguments.
func (*CMSISIntellisenseBuildersAPIService) GetCmsisIntellisense ¶ added in v1.22.0
func (a *CMSISIntellisenseBuildersAPIService) GetCmsisIntellisense(ctx context.Context, builderName string) ApiGetCmsisIntellisenseRequest
GetCmsisIntellisense Return details of specific CMSIS Intellisense Builders.
A CMSIS Intellisense Builder is a combination of a specific set of CMSIS-Build tools and a specific toolchain, which can be used to build a CMSIS project.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param builderName The ID of the CMSIS Intellisense Builder. @return ApiGetCmsisIntellisenseRequest
func (*CMSISIntellisenseBuildersAPIService) GetCmsisIntellisenseExecute ¶ added in v1.22.0
func (a *CMSISIntellisenseBuildersAPIService) GetCmsisIntellisenseExecute(r ApiGetCmsisIntellisenseRequest) (*CmsisIntellisenseItem, *http.Response, error)
Execute executes the request
@return CmsisIntellisenseItem
func (*CMSISIntellisenseBuildersAPIService) ListCmsisIntellisense ¶ added in v1.22.0
func (a *CMSISIntellisenseBuildersAPIService) ListCmsisIntellisense(ctx context.Context) ApiListCmsisIntellisenseRequest
ListCmsisIntellisense List available CMSIS Intellisense Builders.
This returns a collection resource that lists all of the CMSIS Intellisense Builders supported by the build service. Each builder listed represents a specific combination of the following:
CMSIS-Build tool version
Toolchain type e.g. GCC/AC6
Toolchain version.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListCmsisIntellisenseRequest
func (*CMSISIntellisenseBuildersAPIService) ListCmsisIntellisenseExecute ¶ added in v1.22.0
func (a *CMSISIntellisenseBuildersAPIService) ListCmsisIntellisenseExecute(r ApiListCmsisIntellisenseRequest) (*CmsisIntellisenseCollection, *http.Response, error)
Execute executes the request
@return CmsisIntellisenseCollection
func (*CMSISIntellisenseBuildersAPIService) StartCmsisIntellisense ¶ added in v1.22.0
func (a *CMSISIntellisenseBuildersAPIService) StartCmsisIntellisense(ctx context.Context, builderName string) ApiStartCmsisIntellisenseRequest
StartCmsisIntellisense Initiate a compilation database generation using the specified CMSIS Intellisense Builder.
Initiate a compilation database generation using the specified CMSIS Intellisense Builder.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param builderName The ID of the CMSIS Intellisense Builder. @return ApiStartCmsisIntellisenseRequest
func (*CMSISIntellisenseBuildersAPIService) StartCmsisIntellisenseExecute ¶ added in v1.22.0
func (a *CMSISIntellisenseBuildersAPIService) StartCmsisIntellisenseExecute(r ApiStartCmsisIntellisenseRequest) (*IntellisenseJobItem, *http.Response, error)
Execute executes the request
@return IntellisenseJobItem
type CmsisBuilderCollection ¶
type CmsisBuilderCollection struct {
Embedded *EmbeddedCmsisBuilderItems `json:"_embedded,omitempty"`
Links NullableHalCollectionLinks `json:"_links"`
Metadata NullablePagingMetadata `json:"_metadata"`
// ID of the Collection.
Name string `json:"name" validate:"regexp=[a-zA-Z0-9\\\\-\\"._~%!$&\\\\'(){}\\\\[£<>|\\\\]*+,;=:@]+"`
// Human readable title of the collection.
Title string `json:"title"`
}
CmsisBuilderCollection This collection resource follows the common pattern of linking to contained resources. Optionally, rather than linking to other resources, it can embed then into the collection to reduce the number of round trips to the server (at the expense of caching). In file system terms, it is similar to a directory but only contains links to (or embeds) a single type of resource.
func NewCmsisBuilderCollection ¶
func NewCmsisBuilderCollection(links NullableHalCollectionLinks, metadata NullablePagingMetadata, name string, title string) *CmsisBuilderCollection
NewCmsisBuilderCollection instantiates a new CmsisBuilderCollection 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 NewCmsisBuilderCollectionWithDefaults ¶
func NewCmsisBuilderCollectionWithDefaults() *CmsisBuilderCollection
NewCmsisBuilderCollectionWithDefaults instantiates a new CmsisBuilderCollection 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 (*CmsisBuilderCollection) FetchLinks ¶ added in v1.17.0
func (o *CmsisBuilderCollection) FetchLinks() (links any, err error)
FetchLinks returns the resource links if present
func (*CmsisBuilderCollection) FetchName ¶ added in v1.17.0
func (o *CmsisBuilderCollection) FetchName() (string, error)
FetchName returns the resource name if present, or else an error
func (*CmsisBuilderCollection) FetchTitle ¶ added in v1.17.0
func (o *CmsisBuilderCollection) FetchTitle() (string, error)
FetchTitle returns the resource title if present, or else an error
func (*CmsisBuilderCollection) FetchType ¶ added in v1.17.0
func (o *CmsisBuilderCollection) FetchType() string
FetchType returns the resource type
func (*CmsisBuilderCollection) GetEmbedded ¶
func (o *CmsisBuilderCollection) GetEmbedded() EmbeddedCmsisBuilderItems
GetEmbedded returns the Embedded field value if set, zero value otherwise.
func (*CmsisBuilderCollection) GetEmbeddedOk ¶
func (o *CmsisBuilderCollection) GetEmbeddedOk() (*EmbeddedCmsisBuilderItems, bool)
GetEmbeddedOk returns a tuple with the Embedded field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CmsisBuilderCollection) GetItemCount ¶ added in v1.17.0
func (o *CmsisBuilderCollection) GetItemCount() (count int64, err error)
func (*CmsisBuilderCollection) GetItemIterator ¶ added in v1.17.0
func (o *CmsisBuilderCollection) GetItemIterator() (IIterator, error)
func (*CmsisBuilderCollection) GetLinks ¶
func (o *CmsisBuilderCollection) GetLinks() HalCollectionLinks
GetLinks returns the Links field value If the value is explicit nil, the zero value for HalCollectionLinks will be returned
func (*CmsisBuilderCollection) GetLinksOk ¶
func (o *CmsisBuilderCollection) GetLinksOk() (*HalCollectionLinks, bool)
GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CmsisBuilderCollection) GetMetadata ¶
func (o *CmsisBuilderCollection) GetMetadata() PagingMetadata
GetMetadata returns the Metadata field value If the value is explicit nil, the zero value for PagingMetadata will be returned
func (*CmsisBuilderCollection) GetMetadataOk ¶
func (o *CmsisBuilderCollection) GetMetadataOk() (*PagingMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CmsisBuilderCollection) GetName ¶
func (o *CmsisBuilderCollection) GetName() string
GetName returns the Name field value
func (*CmsisBuilderCollection) GetNameOk ¶
func (o *CmsisBuilderCollection) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CmsisBuilderCollection) GetTitle ¶
func (o *CmsisBuilderCollection) GetTitle() string
GetTitle returns the Title field value
func (*CmsisBuilderCollection) GetTitleOk ¶
func (o *CmsisBuilderCollection) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (*CmsisBuilderCollection) HasEmbedded ¶
func (o *CmsisBuilderCollection) HasEmbedded() bool
HasEmbedded returns a boolean if a field has been set.
func (*CmsisBuilderCollection) HasNext ¶ added in v1.17.0
func (o *CmsisBuilderCollection) HasNext() bool
func (CmsisBuilderCollection) MarshalJSON ¶
func (o CmsisBuilderCollection) MarshalJSON() ([]byte, error)
func (*CmsisBuilderCollection) SetEmbedded ¶
func (o *CmsisBuilderCollection) SetEmbedded(v EmbeddedCmsisBuilderItems)
SetEmbedded gets a reference to the given EmbeddedCmsisBuilderItems and assigns it to the Embedded field.
func (*CmsisBuilderCollection) SetLinks ¶
func (o *CmsisBuilderCollection) SetLinks(v HalCollectionLinks)
SetLinks sets field value
func (*CmsisBuilderCollection) SetMetadata ¶
func (o *CmsisBuilderCollection) SetMetadata(v PagingMetadata)
SetMetadata sets field value
func (*CmsisBuilderCollection) SetName ¶
func (o *CmsisBuilderCollection) SetName(v string)
SetName sets field value
func (*CmsisBuilderCollection) SetTitle ¶
func (o *CmsisBuilderCollection) SetTitle(v string)
SetTitle sets field value
func (CmsisBuilderCollection) ToMap ¶ added in v1.22.0
func (o CmsisBuilderCollection) ToMap() (map[string]interface{}, error)
func (*CmsisBuilderCollection) UnmarshalJSON ¶ added in v1.22.0
func (o *CmsisBuilderCollection) UnmarshalJSON(data []byte) (err error)
type CmsisBuilderItem ¶
type CmsisBuilderItem struct {
Links NullableCmsisBuilderItemLinks `json:"_links"`
Metadata NullableCommonMetadata `json:"_metadata"`
BuildToolsType BuildToolTypes `json:"buildToolsType"`
// Version of the build tools in use, as specified by the tools creators.
BuildToolsVersion string `json:"buildToolsVersion"`
// True if this CMSIS Builder is scheduled to be removed from the service.
Deprecated bool `json:"deprecated"`
DeprecationInfo *DeprecationInfo `json:"deprecationInfo,omitempty"`
// Unique ID of the CMSIS builder.
Name string `json:"name"`
// Human readable name of the CMSIS builder.
Title string `json:"title"`
ToolchainType ToolchainTypes `json:"toolchainType"`
// The version of the toolchain in use as specified by the toolchain supplier.
ToolchainVersion string `json:"toolchainVersion"`
}
CmsisBuilderItem struct for CmsisBuilderItem
func NewCmsisBuilderItem ¶
func NewCmsisBuilderItem(links NullableCmsisBuilderItemLinks, metadata NullableCommonMetadata, buildToolsType BuildToolTypes, buildToolsVersion string, deprecated bool, name string, title string, toolchainType ToolchainTypes, toolchainVersion string) *CmsisBuilderItem
NewCmsisBuilderItem instantiates a new CmsisBuilderItem 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 NewCmsisBuilderItemWithDefaults ¶
func NewCmsisBuilderItemWithDefaults() *CmsisBuilderItem
NewCmsisBuilderItemWithDefaults instantiates a new CmsisBuilderItem 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 (*CmsisBuilderItem) FetchLinks ¶
func (o *CmsisBuilderItem) FetchLinks() (links any, err error)
FetchLinks returns the resource links if present
func (*CmsisBuilderItem) FetchName ¶
func (o *CmsisBuilderItem) FetchName() (string, error)
FetchName returns the resource name if present, or else an error
func (*CmsisBuilderItem) FetchTitle ¶
func (o *CmsisBuilderItem) FetchTitle() (string, error)
FetchTitle returns the resource title if present, or else an error
func (*CmsisBuilderItem) FetchType ¶
func (o *CmsisBuilderItem) FetchType() string
FetchType returns the resource type
func (*CmsisBuilderItem) GetBuildToolsType ¶
func (o *CmsisBuilderItem) GetBuildToolsType() BuildToolTypes
GetBuildToolsType returns the BuildToolsType field value
func (*CmsisBuilderItem) GetBuildToolsTypeOk ¶
func (o *CmsisBuilderItem) GetBuildToolsTypeOk() (*BuildToolTypes, bool)
GetBuildToolsTypeOk returns a tuple with the BuildToolsType field value and a boolean to check if the value has been set.
func (*CmsisBuilderItem) GetBuildToolsVersion ¶
func (o *CmsisBuilderItem) GetBuildToolsVersion() string
GetBuildToolsVersion returns the BuildToolsVersion field value
func (*CmsisBuilderItem) GetBuildToolsVersionOk ¶
func (o *CmsisBuilderItem) GetBuildToolsVersionOk() (*string, bool)
GetBuildToolsVersionOk returns a tuple with the BuildToolsVersion field value and a boolean to check if the value has been set.
func (*CmsisBuilderItem) GetDeprecated ¶
func (o *CmsisBuilderItem) GetDeprecated() bool
GetDeprecated returns the Deprecated field value
func (*CmsisBuilderItem) GetDeprecatedOk ¶
func (o *CmsisBuilderItem) GetDeprecatedOk() (*bool, bool)
GetDeprecatedOk returns a tuple with the Deprecated field value and a boolean to check if the value has been set.
func (*CmsisBuilderItem) GetDeprecationInfo ¶
func (o *CmsisBuilderItem) GetDeprecationInfo() DeprecationInfo
GetDeprecationInfo returns the DeprecationInfo field value if set, zero value otherwise.
func (*CmsisBuilderItem) GetDeprecationInfoOk ¶
func (o *CmsisBuilderItem) GetDeprecationInfoOk() (*DeprecationInfo, bool)
GetDeprecationInfoOk returns a tuple with the DeprecationInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CmsisBuilderItem) GetLinks ¶
func (o *CmsisBuilderItem) GetLinks() CmsisBuilderItemLinks
GetLinks returns the Links field value If the value is explicit nil, the zero value for CmsisBuilderItemLinks will be returned
func (*CmsisBuilderItem) GetLinksOk ¶
func (o *CmsisBuilderItem) GetLinksOk() (*CmsisBuilderItemLinks, bool)
GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CmsisBuilderItem) GetMetadata ¶
func (o *CmsisBuilderItem) GetMetadata() CommonMetadata
GetMetadata returns the Metadata field value If the value is explicit nil, the zero value for CommonMetadata will be returned
func (*CmsisBuilderItem) GetMetadataOk ¶
func (o *CmsisBuilderItem) GetMetadataOk() (*CommonMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CmsisBuilderItem) GetName ¶
func (o *CmsisBuilderItem) GetName() string
GetName returns the Name field value
func (*CmsisBuilderItem) GetNameOk ¶
func (o *CmsisBuilderItem) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CmsisBuilderItem) GetTitle ¶
func (o *CmsisBuilderItem) GetTitle() string
GetTitle returns the Title field value
func (*CmsisBuilderItem) GetTitleOk ¶
func (o *CmsisBuilderItem) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (*CmsisBuilderItem) GetToolchainType ¶
func (o *CmsisBuilderItem) GetToolchainType() ToolchainTypes
GetToolchainType returns the ToolchainType field value
func (*CmsisBuilderItem) GetToolchainTypeOk ¶
func (o *CmsisBuilderItem) GetToolchainTypeOk() (*ToolchainTypes, bool)
GetToolchainTypeOk returns a tuple with the ToolchainType field value and a boolean to check if the value has been set.
func (*CmsisBuilderItem) GetToolchainVersion ¶
func (o *CmsisBuilderItem) GetToolchainVersion() string
GetToolchainVersion returns the ToolchainVersion field value
func (*CmsisBuilderItem) GetToolchainVersionOk ¶
func (o *CmsisBuilderItem) GetToolchainVersionOk() (*string, bool)
GetToolchainVersionOk returns a tuple with the ToolchainVersion field value and a boolean to check if the value has been set.
func (*CmsisBuilderItem) HasDeprecationInfo ¶
func (o *CmsisBuilderItem) HasDeprecationInfo() bool
HasDeprecationInfo returns a boolean if a field has been set.
func (CmsisBuilderItem) MarshalJSON ¶
func (o CmsisBuilderItem) MarshalJSON() ([]byte, error)
func (*CmsisBuilderItem) SetBuildToolsType ¶
func (o *CmsisBuilderItem) SetBuildToolsType(v BuildToolTypes)
SetBuildToolsType sets field value
func (*CmsisBuilderItem) SetBuildToolsVersion ¶
func (o *CmsisBuilderItem) SetBuildToolsVersion(v string)
SetBuildToolsVersion sets field value
func (*CmsisBuilderItem) SetDeprecated ¶
func (o *CmsisBuilderItem) SetDeprecated(v bool)
SetDeprecated sets field value
func (*CmsisBuilderItem) SetDeprecationInfo ¶
func (o *CmsisBuilderItem) SetDeprecationInfo(v DeprecationInfo)
SetDeprecationInfo gets a reference to the given DeprecationInfo and assigns it to the DeprecationInfo field.
func (*CmsisBuilderItem) SetLinks ¶
func (o *CmsisBuilderItem) SetLinks(v CmsisBuilderItemLinks)
SetLinks sets field value
func (*CmsisBuilderItem) SetMetadata ¶
func (o *CmsisBuilderItem) SetMetadata(v CommonMetadata)
SetMetadata sets field value
func (*CmsisBuilderItem) SetName ¶
func (o *CmsisBuilderItem) SetName(v string)
SetName sets field value
func (*CmsisBuilderItem) SetTitle ¶
func (o *CmsisBuilderItem) SetTitle(v string)
SetTitle sets field value
func (*CmsisBuilderItem) SetToolchainType ¶
func (o *CmsisBuilderItem) SetToolchainType(v ToolchainTypes)
SetToolchainType sets field value
func (*CmsisBuilderItem) SetToolchainVersion ¶
func (o *CmsisBuilderItem) SetToolchainVersion(v string)
SetToolchainVersion sets field value
func (CmsisBuilderItem) ToMap ¶ added in v1.22.0
func (o CmsisBuilderItem) ToMap() (map[string]interface{}, error)
func (*CmsisBuilderItem) UnmarshalJSON ¶ added in v1.22.0
func (o *CmsisBuilderItem) UnmarshalJSON(data []byte) (err error)
type CmsisBuilderItemLinks ¶
type CmsisBuilderItemLinks struct {
Collection *HalLinkData `json:"collection,omitempty"`
Create *HalLinkData `json:"create,omitempty"`
Self HalLinkData `json:"self"`
}
CmsisBuilderItemLinks The `create` link (if present) provides the URI where this build can be used to build a CMSIS project.
func NewCmsisBuilderItemLinks ¶
func NewCmsisBuilderItemLinks(self HalLinkData) *CmsisBuilderItemLinks
NewCmsisBuilderItemLinks instantiates a new CmsisBuilderItemLinks 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 NewCmsisBuilderItemLinksWithDefaults ¶
func NewCmsisBuilderItemLinksWithDefaults() *CmsisBuilderItemLinks
NewCmsisBuilderItemLinksWithDefaults instantiates a new CmsisBuilderItemLinks 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 (*CmsisBuilderItemLinks) GetCollection ¶ added in v1.22.0
func (o *CmsisBuilderItemLinks) GetCollection() HalLinkData
GetCollection returns the Collection field value if set, zero value otherwise.
func (*CmsisBuilderItemLinks) GetCollectionOk ¶ added in v1.22.0
func (o *CmsisBuilderItemLinks) GetCollectionOk() (*HalLinkData, bool)
GetCollectionOk returns a tuple with the Collection field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CmsisBuilderItemLinks) GetCreate ¶
func (o *CmsisBuilderItemLinks) GetCreate() HalLinkData
GetCreate returns the Create field value if set, zero value otherwise.
func (*CmsisBuilderItemLinks) GetCreateOk ¶
func (o *CmsisBuilderItemLinks) GetCreateOk() (*HalLinkData, bool)
GetCreateOk returns a tuple with the Create field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CmsisBuilderItemLinks) GetSelf ¶
func (o *CmsisBuilderItemLinks) GetSelf() HalLinkData
GetSelf returns the Self field value
func (*CmsisBuilderItemLinks) GetSelfOk ¶
func (o *CmsisBuilderItemLinks) GetSelfOk() (*HalLinkData, bool)
GetSelfOk returns a tuple with the Self field value and a boolean to check if the value has been set.
func (*CmsisBuilderItemLinks) HasCollection ¶ added in v1.22.0
func (o *CmsisBuilderItemLinks) HasCollection() bool
HasCollection returns a boolean if a field has been set.
func (*CmsisBuilderItemLinks) HasCreate ¶
func (o *CmsisBuilderItemLinks) HasCreate() bool
HasCreate returns a boolean if a field has been set.
func (CmsisBuilderItemLinks) MarshalJSON ¶
func (o CmsisBuilderItemLinks) MarshalJSON() ([]byte, error)
func (*CmsisBuilderItemLinks) SetCollection ¶ added in v1.22.0
func (o *CmsisBuilderItemLinks) SetCollection(v HalLinkData)
SetCollection gets a reference to the given HalLinkData and assigns it to the Collection field.
func (*CmsisBuilderItemLinks) SetCreate ¶
func (o *CmsisBuilderItemLinks) SetCreate(v HalLinkData)
SetCreate gets a reference to the given HalLinkData and assigns it to the Create field.
func (*CmsisBuilderItemLinks) SetSelf ¶
func (o *CmsisBuilderItemLinks) SetSelf(v HalLinkData)
SetSelf sets field value
func (CmsisBuilderItemLinks) ToMap ¶ added in v1.22.0
func (o CmsisBuilderItemLinks) ToMap() (map[string]interface{}, error)
func (*CmsisBuilderItemLinks) UnmarshalJSON ¶ added in v1.22.0
func (o *CmsisBuilderItemLinks) UnmarshalJSON(data []byte) (err error)
type CmsisBuilderIterator ¶ added in v1.25.0
type CmsisBuilderIterator struct {
// contains filtered or unexported fields
}
CmsisBuilderIterator defines an iterator over a collection.
func (*CmsisBuilderIterator) GetNext ¶ added in v1.25.0
func (m *CmsisBuilderIterator) GetNext() (item any, err error)
func (*CmsisBuilderIterator) HasNext ¶ added in v1.25.0
func (m *CmsisBuilderIterator) HasNext() bool
type CmsisIntellisenseCollection ¶
type CmsisIntellisenseCollection struct {
Embedded *EmbeddedCmsisIntellisenseItems `json:"_embedded,omitempty"`
Links NullableHalCollectionLinks `json:"_links"`
Metadata NullablePagingMetadata `json:"_metadata"`
// ID of the Collection.
Name string `json:"name" validate:"regexp=[a-zA-Z0-9\\\\-\\"._~%!$&\\\\'(){}\\\\[£<>|\\\\]*+,;=:@]+"`
// Human readable title of the collection.
Title string `json:"title"`
}
CmsisIntellisenseCollection This collection resource follows the common pattern of linking to contained resources. Optionally, rather than linking to other resources, it can embed then into the collection to reduce the number of round trips to the server (at the expense of caching). In file system terms, it is similar to a directory but only contains links to (or embeds) a single type of resource.
func NewCmsisIntellisenseCollection ¶
func NewCmsisIntellisenseCollection(links NullableHalCollectionLinks, metadata NullablePagingMetadata, name string, title string) *CmsisIntellisenseCollection
NewCmsisIntellisenseCollection instantiates a new CmsisIntellisenseCollection 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 NewCmsisIntellisenseCollectionWithDefaults ¶
func NewCmsisIntellisenseCollectionWithDefaults() *CmsisIntellisenseCollection
NewCmsisIntellisenseCollectionWithDefaults instantiates a new CmsisIntellisenseCollection 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 (*CmsisIntellisenseCollection) FetchLinks ¶ added in v1.25.0
func (o *CmsisIntellisenseCollection) FetchLinks() (links any, err error)
FetchLinks returns the resource links if present
func (*CmsisIntellisenseCollection) FetchName ¶ added in v1.25.0
func (o *CmsisIntellisenseCollection) FetchName() (string, error)
FetchName returns the resource name if present, or else an error
func (*CmsisIntellisenseCollection) FetchTitle ¶ added in v1.25.0
func (o *CmsisIntellisenseCollection) FetchTitle() (string, error)
FetchTitle returns the resource title if present, or else an error
func (*CmsisIntellisenseCollection) FetchType ¶ added in v1.25.0
func (o *CmsisIntellisenseCollection) FetchType() string
FetchType returns the resource type
func (*CmsisIntellisenseCollection) GetEmbedded ¶
func (o *CmsisIntellisenseCollection) GetEmbedded() EmbeddedCmsisIntellisenseItems
GetEmbedded returns the Embedded field value if set, zero value otherwise.
func (*CmsisIntellisenseCollection) GetEmbeddedOk ¶
func (o *CmsisIntellisenseCollection) GetEmbeddedOk() (*EmbeddedCmsisIntellisenseItems, bool)
GetEmbeddedOk returns a tuple with the Embedded field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CmsisIntellisenseCollection) GetItemCount ¶ added in v1.25.0
func (o *CmsisIntellisenseCollection) GetItemCount() (count int64, err error)
func (*CmsisIntellisenseCollection) GetItemIterator ¶ added in v1.25.0
func (o *CmsisIntellisenseCollection) GetItemIterator() (IIterator, error)
func (*CmsisIntellisenseCollection) GetLinks ¶
func (o *CmsisIntellisenseCollection) GetLinks() HalCollectionLinks
GetLinks returns the Links field value If the value is explicit nil, the zero value for HalCollectionLinks will be returned
func (*CmsisIntellisenseCollection) GetLinksOk ¶
func (o *CmsisIntellisenseCollection) GetLinksOk() (*HalCollectionLinks, bool)
GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CmsisIntellisenseCollection) GetMetadata ¶
func (o *CmsisIntellisenseCollection) GetMetadata() PagingMetadata
GetMetadata returns the Metadata field value If the value is explicit nil, the zero value for PagingMetadata will be returned
func (*CmsisIntellisenseCollection) GetMetadataOk ¶
func (o *CmsisIntellisenseCollection) GetMetadataOk() (*PagingMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CmsisIntellisenseCollection) GetName ¶
func (o *CmsisIntellisenseCollection) GetName() string
GetName returns the Name field value
func (*CmsisIntellisenseCollection) GetNameOk ¶
func (o *CmsisIntellisenseCollection) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CmsisIntellisenseCollection) GetTitle ¶
func (o *CmsisIntellisenseCollection) GetTitle() string
GetTitle returns the Title field value
func (*CmsisIntellisenseCollection) GetTitleOk ¶
func (o *CmsisIntellisenseCollection) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (*CmsisIntellisenseCollection) HasEmbedded ¶
func (o *CmsisIntellisenseCollection) HasEmbedded() bool
HasEmbedded returns a boolean if a field has been set.
func (*CmsisIntellisenseCollection) HasNext ¶ added in v1.25.0
func (o *CmsisIntellisenseCollection) HasNext() bool
func (CmsisIntellisenseCollection) MarshalJSON ¶
func (o CmsisIntellisenseCollection) MarshalJSON() ([]byte, error)
func (*CmsisIntellisenseCollection) SetEmbedded ¶
func (o *CmsisIntellisenseCollection) SetEmbedded(v EmbeddedCmsisIntellisenseItems)
SetEmbedded gets a reference to the given EmbeddedCmsisIntellisenseItems and assigns it to the Embedded field.
func (*CmsisIntellisenseCollection) SetLinks ¶
func (o *CmsisIntellisenseCollection) SetLinks(v HalCollectionLinks)
SetLinks sets field value
func (*CmsisIntellisenseCollection) SetMetadata ¶
func (o *CmsisIntellisenseCollection) SetMetadata(v PagingMetadata)
SetMetadata sets field value
func (*CmsisIntellisenseCollection) SetName ¶
func (o *CmsisIntellisenseCollection) SetName(v string)
SetName sets field value
func (*CmsisIntellisenseCollection) SetTitle ¶
func (o *CmsisIntellisenseCollection) SetTitle(v string)
SetTitle sets field value
func (CmsisIntellisenseCollection) ToMap ¶ added in v1.22.0
func (o CmsisIntellisenseCollection) ToMap() (map[string]interface{}, error)
func (*CmsisIntellisenseCollection) UnmarshalJSON ¶ added in v1.22.0
func (o *CmsisIntellisenseCollection) UnmarshalJSON(data []byte) (err error)
type CmsisIntellisenseItem ¶
type CmsisIntellisenseItem struct {
Links NullableCmsisIntellisenseItemLinks `json:"_links"`
Metadata NullableCommonMetadata `json:"_metadata"`
BuildToolsType BuildToolTypes `json:"buildToolsType"`
// Version of the build tools in use, as specified by the tools creators.
BuildToolsVersion string `json:"buildToolsVersion"`
// True if this CMSIS Builder is scheduled to be removed from the service.
Deprecated bool `json:"deprecated"`
DeprecationInfo *DeprecationInfo `json:"deprecationInfo,omitempty"`
// Unique ID of the CMSIS builder.
Name string `json:"name"`
// Human readable name of the CMSIS builder.
Title string `json:"title"`
ToolchainType ToolchainTypes `json:"toolchainType"`
// The version of the toolchain in use as specified by the toolchain supplier.
ToolchainVersion string `json:"toolchainVersion"`
}
CmsisIntellisenseItem struct for CmsisIntellisenseItem
func NewCmsisIntellisenseItem ¶
func NewCmsisIntellisenseItem(links NullableCmsisIntellisenseItemLinks, metadata NullableCommonMetadata, buildToolsType BuildToolTypes, buildToolsVersion string, deprecated bool, name string, title string, toolchainType ToolchainTypes, toolchainVersion string) *CmsisIntellisenseItem
NewCmsisIntellisenseItem instantiates a new CmsisIntellisenseItem 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 NewCmsisIntellisenseItemWithDefaults ¶
func NewCmsisIntellisenseItemWithDefaults() *CmsisIntellisenseItem
NewCmsisIntellisenseItemWithDefaults instantiates a new CmsisIntellisenseItem 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 (*CmsisIntellisenseItem) FetchLinks ¶ added in v1.25.0
func (o *CmsisIntellisenseItem) FetchLinks() (links any, err error)
FetchLinks returns the resource links if present
func (*CmsisIntellisenseItem) FetchName ¶ added in v1.25.0
func (o *CmsisIntellisenseItem) FetchName() (string, error)
FetchName returns the resource name if present, or else an error
func (*CmsisIntellisenseItem) FetchTitle ¶ added in v1.25.0
func (o *CmsisIntellisenseItem) FetchTitle() (string, error)
FetchTitle returns the resource title if present, or else an error
func (*CmsisIntellisenseItem) FetchType ¶ added in v1.25.0
func (o *CmsisIntellisenseItem) FetchType() string
FetchType returns the resource type
func (*CmsisIntellisenseItem) GetBuildToolsType ¶
func (o *CmsisIntellisenseItem) GetBuildToolsType() BuildToolTypes
GetBuildToolsType returns the BuildToolsType field value
func (*CmsisIntellisenseItem) GetBuildToolsTypeOk ¶
func (o *CmsisIntellisenseItem) GetBuildToolsTypeOk() (*BuildToolTypes, bool)
GetBuildToolsTypeOk returns a tuple with the BuildToolsType field value and a boolean to check if the value has been set.
func (*CmsisIntellisenseItem) GetBuildToolsVersion ¶
func (o *CmsisIntellisenseItem) GetBuildToolsVersion() string
GetBuildToolsVersion returns the BuildToolsVersion field value
func (*CmsisIntellisenseItem) GetBuildToolsVersionOk ¶
func (o *CmsisIntellisenseItem) GetBuildToolsVersionOk() (*string, bool)
GetBuildToolsVersionOk returns a tuple with the BuildToolsVersion field value and a boolean to check if the value has been set.
func (*CmsisIntellisenseItem) GetDeprecated ¶
func (o *CmsisIntellisenseItem) GetDeprecated() bool
GetDeprecated returns the Deprecated field value
func (*CmsisIntellisenseItem) GetDeprecatedOk ¶
func (o *CmsisIntellisenseItem) GetDeprecatedOk() (*bool, bool)
GetDeprecatedOk returns a tuple with the Deprecated field value and a boolean to check if the value has been set.
func (*CmsisIntellisenseItem) GetDeprecationInfo ¶
func (o *CmsisIntellisenseItem) GetDeprecationInfo() DeprecationInfo
GetDeprecationInfo returns the DeprecationInfo field value if set, zero value otherwise.
func (*CmsisIntellisenseItem) GetDeprecationInfoOk ¶
func (o *CmsisIntellisenseItem) GetDeprecationInfoOk() (*DeprecationInfo, bool)
GetDeprecationInfoOk returns a tuple with the DeprecationInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CmsisIntellisenseItem) GetLinks ¶
func (o *CmsisIntellisenseItem) GetLinks() CmsisIntellisenseItemLinks
GetLinks returns the Links field value If the value is explicit nil, the zero value for CmsisIntellisenseItemLinks will be returned
func (*CmsisIntellisenseItem) GetLinksOk ¶
func (o *CmsisIntellisenseItem) GetLinksOk() (*CmsisIntellisenseItemLinks, bool)
GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CmsisIntellisenseItem) GetMetadata ¶
func (o *CmsisIntellisenseItem) GetMetadata() CommonMetadata
GetMetadata returns the Metadata field value If the value is explicit nil, the zero value for CommonMetadata will be returned
func (*CmsisIntellisenseItem) GetMetadataOk ¶
func (o *CmsisIntellisenseItem) GetMetadataOk() (*CommonMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CmsisIntellisenseItem) GetName ¶
func (o *CmsisIntellisenseItem) GetName() string
GetName returns the Name field value
func (*CmsisIntellisenseItem) GetNameOk ¶
func (o *CmsisIntellisenseItem) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CmsisIntellisenseItem) GetTitle ¶
func (o *CmsisIntellisenseItem) GetTitle() string
GetTitle returns the Title field value
func (*CmsisIntellisenseItem) GetTitleOk ¶
func (o *CmsisIntellisenseItem) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (*CmsisIntellisenseItem) GetToolchainType ¶
func (o *CmsisIntellisenseItem) GetToolchainType() ToolchainTypes
GetToolchainType returns the ToolchainType field value
func (*CmsisIntellisenseItem) GetToolchainTypeOk ¶
func (o *CmsisIntellisenseItem) GetToolchainTypeOk() (*ToolchainTypes, bool)
GetToolchainTypeOk returns a tuple with the ToolchainType field value and a boolean to check if the value has been set.
func (*CmsisIntellisenseItem) GetToolchainVersion ¶
func (o *CmsisIntellisenseItem) GetToolchainVersion() string
GetToolchainVersion returns the ToolchainVersion field value
func (*CmsisIntellisenseItem) GetToolchainVersionOk ¶
func (o *CmsisIntellisenseItem) GetToolchainVersionOk() (*string, bool)
GetToolchainVersionOk returns a tuple with the ToolchainVersion field value and a boolean to check if the value has been set.
func (*CmsisIntellisenseItem) HasDeprecationInfo ¶
func (o *CmsisIntellisenseItem) HasDeprecationInfo() bool
HasDeprecationInfo returns a boolean if a field has been set.
func (CmsisIntellisenseItem) MarshalJSON ¶
func (o CmsisIntellisenseItem) MarshalJSON() ([]byte, error)
func (*CmsisIntellisenseItem) SetBuildToolsType ¶
func (o *CmsisIntellisenseItem) SetBuildToolsType(v BuildToolTypes)
SetBuildToolsType sets field value
func (*CmsisIntellisenseItem) SetBuildToolsVersion ¶
func (o *CmsisIntellisenseItem) SetBuildToolsVersion(v string)
SetBuildToolsVersion sets field value
func (*CmsisIntellisenseItem) SetDeprecated ¶
func (o *CmsisIntellisenseItem) SetDeprecated(v bool)
SetDeprecated sets field value
func (*CmsisIntellisenseItem) SetDeprecationInfo ¶
func (o *CmsisIntellisenseItem) SetDeprecationInfo(v DeprecationInfo)
SetDeprecationInfo gets a reference to the given DeprecationInfo and assigns it to the DeprecationInfo field.
func (*CmsisIntellisenseItem) SetLinks ¶
func (o *CmsisIntellisenseItem) SetLinks(v CmsisIntellisenseItemLinks)
SetLinks sets field value
func (*CmsisIntellisenseItem) SetMetadata ¶
func (o *CmsisIntellisenseItem) SetMetadata(v CommonMetadata)
SetMetadata sets field value
func (*CmsisIntellisenseItem) SetName ¶
func (o *CmsisIntellisenseItem) SetName(v string)
SetName sets field value
func (*CmsisIntellisenseItem) SetTitle ¶
func (o *CmsisIntellisenseItem) SetTitle(v string)
SetTitle sets field value
func (*CmsisIntellisenseItem) SetToolchainType ¶
func (o *CmsisIntellisenseItem) SetToolchainType(v ToolchainTypes)
SetToolchainType sets field value
func (*CmsisIntellisenseItem) SetToolchainVersion ¶
func (o *CmsisIntellisenseItem) SetToolchainVersion(v string)
SetToolchainVersion sets field value
func (CmsisIntellisenseItem) ToMap ¶ added in v1.22.0
func (o CmsisIntellisenseItem) ToMap() (map[string]interface{}, error)
func (*CmsisIntellisenseItem) UnmarshalJSON ¶ added in v1.22.0
func (o *CmsisIntellisenseItem) UnmarshalJSON(data []byte) (err error)
type CmsisIntellisenseItemLinks ¶
type CmsisIntellisenseItemLinks struct {
Collection *HalLinkData `json:"collection,omitempty"`
Create *HalLinkData `json:"create,omitempty"`
Self HalLinkData `json:"self"`
}
CmsisIntellisenseItemLinks The `create` link (if present) provides the URI where this build can be used to generate a CMSIS compilation database.
func NewCmsisIntellisenseItemLinks ¶
func NewCmsisIntellisenseItemLinks(self HalLinkData) *CmsisIntellisenseItemLinks
NewCmsisIntellisenseItemLinks instantiates a new CmsisIntellisenseItemLinks 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 NewCmsisIntellisenseItemLinksWithDefaults ¶
func NewCmsisIntellisenseItemLinksWithDefaults() *CmsisIntellisenseItemLinks
NewCmsisIntellisenseItemLinksWithDefaults instantiates a new CmsisIntellisenseItemLinks 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 (*CmsisIntellisenseItemLinks) GetCollection ¶ added in v1.22.0
func (o *CmsisIntellisenseItemLinks) GetCollection() HalLinkData
GetCollection returns the Collection field value if set, zero value otherwise.
func (*CmsisIntellisenseItemLinks) GetCollectionOk ¶ added in v1.22.0
func (o *CmsisIntellisenseItemLinks) GetCollectionOk() (*HalLinkData, bool)
GetCollectionOk returns a tuple with the Collection field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CmsisIntellisenseItemLinks) GetCreate ¶
func (o *CmsisIntellisenseItemLinks) GetCreate() HalLinkData
GetCreate returns the Create field value if set, zero value otherwise.
func (*CmsisIntellisenseItemLinks) GetCreateOk ¶
func (o *CmsisIntellisenseItemLinks) GetCreateOk() (*HalLinkData, bool)
GetCreateOk returns a tuple with the Create field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CmsisIntellisenseItemLinks) GetSelf ¶
func (o *CmsisIntellisenseItemLinks) GetSelf() HalLinkData
GetSelf returns the Self field value
func (*CmsisIntellisenseItemLinks) GetSelfOk ¶
func (o *CmsisIntellisenseItemLinks) GetSelfOk() (*HalLinkData, bool)
GetSelfOk returns a tuple with the Self field value and a boolean to check if the value has been set.
func (*CmsisIntellisenseItemLinks) HasCollection ¶ added in v1.22.0
func (o *CmsisIntellisenseItemLinks) HasCollection() bool
HasCollection returns a boolean if a field has been set.
func (*CmsisIntellisenseItemLinks) HasCreate ¶
func (o *CmsisIntellisenseItemLinks) HasCreate() bool
HasCreate returns a boolean if a field has been set.
func (CmsisIntellisenseItemLinks) MarshalJSON ¶
func (o CmsisIntellisenseItemLinks) MarshalJSON() ([]byte, error)
func (*CmsisIntellisenseItemLinks) SetCollection ¶ added in v1.22.0
func (o *CmsisIntellisenseItemLinks) SetCollection(v HalLinkData)
SetCollection gets a reference to the given HalLinkData and assigns it to the Collection field.
func (*CmsisIntellisenseItemLinks) SetCreate ¶
func (o *CmsisIntellisenseItemLinks) SetCreate(v HalLinkData)
SetCreate gets a reference to the given HalLinkData and assigns it to the Create field.
func (*CmsisIntellisenseItemLinks) SetSelf ¶
func (o *CmsisIntellisenseItemLinks) SetSelf(v HalLinkData)
SetSelf sets field value
func (CmsisIntellisenseItemLinks) ToMap ¶ added in v1.22.0
func (o CmsisIntellisenseItemLinks) ToMap() (map[string]interface{}, error)
func (*CmsisIntellisenseItemLinks) UnmarshalJSON ¶ added in v1.22.0
func (o *CmsisIntellisenseItemLinks) UnmarshalJSON(data []byte) (err error)
type CmsisIntellisenseIterator ¶ added in v1.25.0
type CmsisIntellisenseIterator struct {
// contains filtered or unexported fields
}
CmsisIntellisenseIterator defines an iterator over a collection.
func (*CmsisIntellisenseIterator) GetNext ¶ added in v1.25.0
func (m *CmsisIntellisenseIterator) GetNext() (item any, err error)
func (*CmsisIntellisenseIterator) HasNext ¶ added in v1.25.0
func (m *CmsisIntellisenseIterator) HasNext() bool
type CollectionMetadata ¶ added in v1.26.0
type CollectionMetadata struct {
// Creation Time: UTC date and time when the resource was created. If this is a system created resource, this will be a fixed time unaffected by user actions.
Ctime time.Time `json:"ctime"`
// Expiry Time: UTC date and time when the resource will be removed automatically by the system and become unavailable.
Etime NullableTime `json:"etime,omitempty"`
// Last Modification Time: UTC date and time when the resource was last updated. For a resource that cannot be modified, this will be the same as `ctime`.
Mtime time.Time `json:"mtime"`
// Collection metadata: Total number of items present in the collection.
Total int32 `json:"total"`
}
CollectionMetadata Information present in each resource that supports listing. This information provides information about the collection resource itself.
func NewCollectionMetadata ¶ added in v1.26.0
NewCollectionMetadata instantiates a new CollectionMetadata 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 NewCollectionMetadataWithDefaults ¶ added in v1.26.0
func NewCollectionMetadataWithDefaults() *CollectionMetadata
NewCollectionMetadataWithDefaults instantiates a new CollectionMetadata 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 (*CollectionMetadata) GetCtime ¶ added in v1.26.0
func (o *CollectionMetadata) GetCtime() time.Time
GetCtime returns the Ctime field value
func (*CollectionMetadata) GetCtimeOk ¶ added in v1.26.0
func (o *CollectionMetadata) GetCtimeOk() (*time.Time, bool)
GetCtimeOk returns a tuple with the Ctime field value and a boolean to check if the value has been set.
func (*CollectionMetadata) GetEtime ¶ added in v1.26.0
func (o *CollectionMetadata) GetEtime() time.Time
GetEtime returns the Etime field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CollectionMetadata) GetEtimeOk ¶ added in v1.26.0
func (o *CollectionMetadata) GetEtimeOk() (*time.Time, bool)
GetEtimeOk returns a tuple with the Etime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CollectionMetadata) GetMtime ¶ added in v1.26.0
func (o *CollectionMetadata) GetMtime() time.Time
GetMtime returns the Mtime field value
func (*CollectionMetadata) GetMtimeOk ¶ added in v1.26.0
func (o *CollectionMetadata) GetMtimeOk() (*time.Time, bool)
GetMtimeOk returns a tuple with the Mtime field value and a boolean to check if the value has been set.
func (*CollectionMetadata) GetTotal ¶ added in v1.26.0
func (o *CollectionMetadata) GetTotal() int32
GetTotal returns the Total field value
func (*CollectionMetadata) GetTotalOk ¶ added in v1.26.0
func (o *CollectionMetadata) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (*CollectionMetadata) HasEtime ¶ added in v1.26.0
func (o *CollectionMetadata) HasEtime() bool
HasEtime returns a boolean if a field has been set.
func (CollectionMetadata) MarshalJSON ¶ added in v1.26.0
func (o CollectionMetadata) MarshalJSON() ([]byte, error)
func (*CollectionMetadata) SetCtime ¶ added in v1.26.0
func (o *CollectionMetadata) SetCtime(v time.Time)
SetCtime sets field value
func (*CollectionMetadata) SetEtime ¶ added in v1.26.0
func (o *CollectionMetadata) SetEtime(v time.Time)
SetEtime gets a reference to the given NullableTime and assigns it to the Etime field.
func (*CollectionMetadata) SetEtimeNil ¶ added in v1.26.0
func (o *CollectionMetadata) SetEtimeNil()
SetEtimeNil sets the value for Etime to be an explicit nil
func (*CollectionMetadata) SetMtime ¶ added in v1.26.0
func (o *CollectionMetadata) SetMtime(v time.Time)
SetMtime sets field value
func (*CollectionMetadata) SetTotal ¶ added in v1.26.0
func (o *CollectionMetadata) SetTotal(v int32)
SetTotal sets field value
func (CollectionMetadata) ToMap ¶ added in v1.26.0
func (o CollectionMetadata) ToMap() (map[string]interface{}, error)
func (*CollectionMetadata) UnmarshalJSON ¶ added in v1.26.0
func (o *CollectionMetadata) UnmarshalJSON(data []byte) (err error)
func (*CollectionMetadata) UnsetEtime ¶ added in v1.26.0
func (o *CollectionMetadata) UnsetEtime()
UnsetEtime ensures that no value is present for Etime, not even an explicit nil
type CommonMetadata ¶
type CommonMetadata struct {
// Creation Time: UTC date and time when the resource was created. If this is a system created resource, this will be a fixed time unaffected by user actions.
Ctime time.Time `json:"ctime"`
// Expiry Time: UTC date and time when the resource will be removed automatically by the system and become unavailable.
Etime NullableTime `json:"etime,omitempty"`
// Last Modification Time: UTC date and time when the resource was last updated. For a resource that cannot be modified, this will be the same as `ctime`.
Mtime time.Time `json:"mtime"`
}
CommonMetadata Common information present in every resource, which provides information about the resource.
func NewCommonMetadata ¶
func NewCommonMetadata(ctime time.Time, mtime time.Time) *CommonMetadata
NewCommonMetadata instantiates a new CommonMetadata 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 NewCommonMetadataWithDefaults ¶
func NewCommonMetadataWithDefaults() *CommonMetadata
NewCommonMetadataWithDefaults instantiates a new CommonMetadata 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 (*CommonMetadata) GetCtime ¶
func (o *CommonMetadata) GetCtime() time.Time
GetCtime returns the Ctime field value
func (*CommonMetadata) GetCtimeOk ¶
func (o *CommonMetadata) GetCtimeOk() (*time.Time, bool)
GetCtimeOk returns a tuple with the Ctime field value and a boolean to check if the value has been set.
func (*CommonMetadata) GetEtime ¶
func (o *CommonMetadata) GetEtime() time.Time
GetEtime returns the Etime field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CommonMetadata) GetEtimeOk ¶
func (o *CommonMetadata) GetEtimeOk() (*time.Time, bool)
GetEtimeOk returns a tuple with the Etime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CommonMetadata) GetMtime ¶
func (o *CommonMetadata) GetMtime() time.Time
GetMtime returns the Mtime field value
func (*CommonMetadata) GetMtimeOk ¶
func (o *CommonMetadata) GetMtimeOk() (*time.Time, bool)
GetMtimeOk returns a tuple with the Mtime field value and a boolean to check if the value has been set.
func (*CommonMetadata) HasEtime ¶
func (o *CommonMetadata) HasEtime() bool
HasEtime returns a boolean if a field has been set.
func (CommonMetadata) MarshalJSON ¶
func (o CommonMetadata) MarshalJSON() ([]byte, error)
func (*CommonMetadata) SetCtime ¶
func (o *CommonMetadata) SetCtime(v time.Time)
SetCtime sets field value
func (*CommonMetadata) SetEtime ¶
func (o *CommonMetadata) SetEtime(v time.Time)
SetEtime gets a reference to the given NullableTime and assigns it to the Etime field.
func (*CommonMetadata) SetEtimeNil ¶
func (o *CommonMetadata) SetEtimeNil()
SetEtimeNil sets the value for Etime to be an explicit nil
func (*CommonMetadata) SetMtime ¶
func (o *CommonMetadata) SetMtime(v time.Time)
SetMtime sets field value
func (CommonMetadata) ToMap ¶ added in v1.22.0
func (o CommonMetadata) ToMap() (map[string]interface{}, error)
func (*CommonMetadata) UnmarshalJSON ¶ added in v1.22.0
func (o *CommonMetadata) UnmarshalJSON(data []byte) (err error)
func (*CommonMetadata) UnsetEtime ¶
func (o *CommonMetadata) UnsetEtime()
UnsetEtime ensures that no value is present for Etime, not even an explicit nil
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 DeprecationInfo ¶
type DeprecationInfo struct {
// further explanation of the rationale behind the deprecation
Comment string `json:"comment"`
// time when the deprecation notice was first issued
Issued time.Time `json:"issued"`
// time when the removal will be effective
Removal time.Time `json:"removal"`
}
DeprecationInfo Additional information about the deprecation status.
func NewDeprecationInfo ¶
NewDeprecationInfo instantiates a new DeprecationInfo 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 NewDeprecationInfoWithDefaults ¶
func NewDeprecationInfoWithDefaults() *DeprecationInfo
NewDeprecationInfoWithDefaults instantiates a new DeprecationInfo 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 (*DeprecationInfo) GetComment ¶
func (o *DeprecationInfo) GetComment() string
GetComment returns the Comment field value
func (*DeprecationInfo) GetCommentOk ¶
func (o *DeprecationInfo) GetCommentOk() (*string, bool)
GetCommentOk returns a tuple with the Comment field value and a boolean to check if the value has been set.
func (*DeprecationInfo) GetIssued ¶
func (o *DeprecationInfo) GetIssued() time.Time
GetIssued returns the Issued field value
func (*DeprecationInfo) GetIssuedOk ¶
func (o *DeprecationInfo) GetIssuedOk() (*time.Time, bool)
GetIssuedOk returns a tuple with the Issued field value and a boolean to check if the value has been set.
func (*DeprecationInfo) GetRemoval ¶
func (o *DeprecationInfo) GetRemoval() time.Time
GetRemoval returns the Removal field value
func (*DeprecationInfo) GetRemovalOk ¶
func (o *DeprecationInfo) GetRemovalOk() (*time.Time, bool)
GetRemovalOk returns a tuple with the Removal field value and a boolean to check if the value has been set.
func (DeprecationInfo) MarshalJSON ¶
func (o DeprecationInfo) MarshalJSON() ([]byte, error)
func (*DeprecationInfo) SetComment ¶
func (o *DeprecationInfo) SetComment(v string)
SetComment sets field value
func (*DeprecationInfo) SetIssued ¶
func (o *DeprecationInfo) SetIssued(v time.Time)
SetIssued sets field value
func (*DeprecationInfo) SetRemoval ¶
func (o *DeprecationInfo) SetRemoval(v time.Time)
SetRemoval sets field value
func (DeprecationInfo) ToMap ¶ added in v1.22.0
func (o DeprecationInfo) ToMap() (map[string]interface{}, error)
func (*DeprecationInfo) UnmarshalJSON ¶ added in v1.22.0
func (o *DeprecationInfo) UnmarshalJSON(data []byte) (err error)
type DeprecationNoticeAPIService ¶ added in v1.22.0
type DeprecationNoticeAPIService service
DeprecationNoticeAPIService DeprecationNoticeAPI service
func (*DeprecationNoticeAPIService) GetDeprecationNotice ¶ added in v1.22.0
func (a *DeprecationNoticeAPIService) GetDeprecationNotice(ctx context.Context, operationName string) ApiGetDeprecationNoticeRequest
GetDeprecationNotice Return details of specific endpoint deprecation notice.
Get the details of a specific endpoint deprecation notice.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param operationName The name of the operation being deprecated. @return ApiGetDeprecationNoticeRequest
func (*DeprecationNoticeAPIService) GetDeprecationNoticeExecute ¶ added in v1.22.0
func (a *DeprecationNoticeAPIService) GetDeprecationNoticeExecute(r ApiGetDeprecationNoticeRequest) (*EndpointDeprecationNotice, *http.Response, error)
Execute executes the request
@return EndpointDeprecationNotice
func (*DeprecationNoticeAPIService) ListDeprecatedEndpoints ¶ added in v1.22.0
func (a *DeprecationNoticeAPIService) ListDeprecatedEndpoints(ctx context.Context) ApiListDeprecatedEndpointsRequest
ListDeprecatedEndpoints Get the endpoints that have been deprecated with some notice.
Retrieve the list of deprecated endpoints.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListDeprecatedEndpointsRequest
func (*DeprecationNoticeAPIService) ListDeprecatedEndpointsExecute ¶ added in v1.22.0
func (a *DeprecationNoticeAPIService) ListDeprecatedEndpointsExecute(r ApiListDeprecatedEndpointsRequest) (*EndpointDeprecationNoticeCollection, *http.Response, error)
Execute executes the request
@return EndpointDeprecationNoticeCollection
type EmbeddedArtefactManagerItems ¶
type EmbeddedArtefactManagerItems struct {
Item []ArtefactManagerItem `json:"item,omitempty"`
}
EmbeddedArtefactManagerItems Embedded resource use the same link relation as a dictionary key, but rather than returning a link to the resource, the resource is instead embedded into the collection resource.
func NewEmbeddedArtefactManagerItems ¶
func NewEmbeddedArtefactManagerItems() *EmbeddedArtefactManagerItems
NewEmbeddedArtefactManagerItems instantiates a new EmbeddedArtefactManagerItems 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 NewEmbeddedArtefactManagerItemsWithDefaults ¶
func NewEmbeddedArtefactManagerItemsWithDefaults() *EmbeddedArtefactManagerItems
NewEmbeddedArtefactManagerItemsWithDefaults instantiates a new EmbeddedArtefactManagerItems 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 (*EmbeddedArtefactManagerItems) GetItem ¶
func (o *EmbeddedArtefactManagerItems) GetItem() []ArtefactManagerItem
GetItem returns the Item field value if set, zero value otherwise.
func (*EmbeddedArtefactManagerItems) GetItemOk ¶
func (o *EmbeddedArtefactManagerItems) GetItemOk() ([]ArtefactManagerItem, bool)
GetItemOk returns a tuple with the Item field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EmbeddedArtefactManagerItems) HasItem ¶
func (o *EmbeddedArtefactManagerItems) HasItem() bool
HasItem returns a boolean if a field has been set.
func (EmbeddedArtefactManagerItems) MarshalJSON ¶
func (o EmbeddedArtefactManagerItems) MarshalJSON() ([]byte, error)
func (*EmbeddedArtefactManagerItems) SetItem ¶
func (o *EmbeddedArtefactManagerItems) SetItem(v []ArtefactManagerItem)
SetItem gets a reference to the given []ArtefactManagerItem and assigns it to the Item field.
func (EmbeddedArtefactManagerItems) ToMap ¶ added in v1.22.0
func (o EmbeddedArtefactManagerItems) ToMap() (map[string]interface{}, error)
type EmbeddedBuildJobItems ¶
type EmbeddedBuildJobItems struct {
Item []BuildJobItem `json:"item,omitempty"`
}
EmbeddedBuildJobItems Embedded resource use the same link relation as a dictionary key, but rather than returning a link to the resource, the resource is instead embedded into the collection resource.
func NewEmbeddedBuildJobItems ¶
func NewEmbeddedBuildJobItems() *EmbeddedBuildJobItems
NewEmbeddedBuildJobItems instantiates a new EmbeddedBuildJobItems 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 NewEmbeddedBuildJobItemsWithDefaults ¶
func NewEmbeddedBuildJobItemsWithDefaults() *EmbeddedBuildJobItems
NewEmbeddedBuildJobItemsWithDefaults instantiates a new EmbeddedBuildJobItems 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 (*EmbeddedBuildJobItems) GetItem ¶
func (o *EmbeddedBuildJobItems) GetItem() []BuildJobItem
GetItem returns the Item field value if set, zero value otherwise.
func (*EmbeddedBuildJobItems) GetItemOk ¶
func (o *EmbeddedBuildJobItems) GetItemOk() ([]BuildJobItem, bool)
GetItemOk returns a tuple with the Item field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EmbeddedBuildJobItems) HasItem ¶
func (o *EmbeddedBuildJobItems) HasItem() bool
HasItem returns a boolean if a field has been set.
func (EmbeddedBuildJobItems) MarshalJSON ¶
func (o EmbeddedBuildJobItems) MarshalJSON() ([]byte, error)
func (*EmbeddedBuildJobItems) SetItem ¶
func (o *EmbeddedBuildJobItems) SetItem(v []BuildJobItem)
SetItem gets a reference to the given []BuildJobItem and assigns it to the Item field.
func (EmbeddedBuildJobItems) ToMap ¶ added in v1.22.0
func (o EmbeddedBuildJobItems) ToMap() (map[string]interface{}, error)
type EmbeddedCmsisBuilderItems ¶
type EmbeddedCmsisBuilderItems struct {
Item []CmsisBuilderItem `json:"item,omitempty"`
}
EmbeddedCmsisBuilderItems Embedded resource use the same link relation as a dictionary key, but rather than returning a link to the resource, the resource is instead embedded into the collection resource.
func NewEmbeddedCmsisBuilderItems ¶
func NewEmbeddedCmsisBuilderItems() *EmbeddedCmsisBuilderItems
NewEmbeddedCmsisBuilderItems instantiates a new EmbeddedCmsisBuilderItems 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 NewEmbeddedCmsisBuilderItemsWithDefaults ¶
func NewEmbeddedCmsisBuilderItemsWithDefaults() *EmbeddedCmsisBuilderItems
NewEmbeddedCmsisBuilderItemsWithDefaults instantiates a new EmbeddedCmsisBuilderItems 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 (*EmbeddedCmsisBuilderItems) GetItem ¶
func (o *EmbeddedCmsisBuilderItems) GetItem() []CmsisBuilderItem
GetItem returns the Item field value if set, zero value otherwise.
func (*EmbeddedCmsisBuilderItems) GetItemOk ¶
func (o *EmbeddedCmsisBuilderItems) GetItemOk() ([]CmsisBuilderItem, bool)
GetItemOk returns a tuple with the Item field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EmbeddedCmsisBuilderItems) HasItem ¶
func (o *EmbeddedCmsisBuilderItems) HasItem() bool
HasItem returns a boolean if a field has been set.
func (EmbeddedCmsisBuilderItems) MarshalJSON ¶
func (o EmbeddedCmsisBuilderItems) MarshalJSON() ([]byte, error)
func (*EmbeddedCmsisBuilderItems) SetItem ¶
func (o *EmbeddedCmsisBuilderItems) SetItem(v []CmsisBuilderItem)
SetItem gets a reference to the given []CmsisBuilderItem and assigns it to the Item field.
func (EmbeddedCmsisBuilderItems) ToMap ¶ added in v1.22.0
func (o EmbeddedCmsisBuilderItems) ToMap() (map[string]interface{}, error)
type EmbeddedCmsisIntellisenseItems ¶
type EmbeddedCmsisIntellisenseItems struct {
Item []CmsisIntellisenseItem `json:"item,omitempty"`
}
EmbeddedCmsisIntellisenseItems Embedded resource use the same link relation as a dictionary key, but rather than returning a link to the resource, the resource is instead embedded into the collection resource.
func NewEmbeddedCmsisIntellisenseItems ¶
func NewEmbeddedCmsisIntellisenseItems() *EmbeddedCmsisIntellisenseItems
NewEmbeddedCmsisIntellisenseItems instantiates a new EmbeddedCmsisIntellisenseItems 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 NewEmbeddedCmsisIntellisenseItemsWithDefaults ¶
func NewEmbeddedCmsisIntellisenseItemsWithDefaults() *EmbeddedCmsisIntellisenseItems
NewEmbeddedCmsisIntellisenseItemsWithDefaults instantiates a new EmbeddedCmsisIntellisenseItems 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 (*EmbeddedCmsisIntellisenseItems) GetItem ¶
func (o *EmbeddedCmsisIntellisenseItems) GetItem() []CmsisIntellisenseItem
GetItem returns the Item field value if set, zero value otherwise.
func (*EmbeddedCmsisIntellisenseItems) GetItemOk ¶
func (o *EmbeddedCmsisIntellisenseItems) GetItemOk() ([]CmsisIntellisenseItem, bool)
GetItemOk returns a tuple with the Item field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EmbeddedCmsisIntellisenseItems) HasItem ¶
func (o *EmbeddedCmsisIntellisenseItems) HasItem() bool
HasItem returns a boolean if a field has been set.
func (EmbeddedCmsisIntellisenseItems) MarshalJSON ¶
func (o EmbeddedCmsisIntellisenseItems) MarshalJSON() ([]byte, error)
func (*EmbeddedCmsisIntellisenseItems) SetItem ¶
func (o *EmbeddedCmsisIntellisenseItems) SetItem(v []CmsisIntellisenseItem)
SetItem gets a reference to the given []CmsisIntellisenseItem and assigns it to the Item field.
func (EmbeddedCmsisIntellisenseItems) ToMap ¶ added in v1.22.0
func (o EmbeddedCmsisIntellisenseItems) ToMap() (map[string]interface{}, error)
type EmbeddedEndpointDeprecationNoticeItems ¶ added in v1.22.0
type EmbeddedEndpointDeprecationNoticeItems struct {
Item []EndpointDeprecationNotice `json:"item,omitempty"`
}
EmbeddedEndpointDeprecationNoticeItems Embedded resource use the same link relation as a dictionary key, but rather than returning a link to the resource, the resource is instead embedded into the collection resource.
func NewEmbeddedEndpointDeprecationNoticeItems ¶ added in v1.22.0
func NewEmbeddedEndpointDeprecationNoticeItems() *EmbeddedEndpointDeprecationNoticeItems
NewEmbeddedEndpointDeprecationNoticeItems instantiates a new EmbeddedEndpointDeprecationNoticeItems 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 NewEmbeddedEndpointDeprecationNoticeItemsWithDefaults ¶ added in v1.22.0
func NewEmbeddedEndpointDeprecationNoticeItemsWithDefaults() *EmbeddedEndpointDeprecationNoticeItems
NewEmbeddedEndpointDeprecationNoticeItemsWithDefaults instantiates a new EmbeddedEndpointDeprecationNoticeItems 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 (*EmbeddedEndpointDeprecationNoticeItems) GetItem ¶ added in v1.22.0
func (o *EmbeddedEndpointDeprecationNoticeItems) GetItem() []EndpointDeprecationNotice
GetItem returns the Item field value if set, zero value otherwise.
func (*EmbeddedEndpointDeprecationNoticeItems) GetItemOk ¶ added in v1.22.0
func (o *EmbeddedEndpointDeprecationNoticeItems) GetItemOk() ([]EndpointDeprecationNotice, bool)
GetItemOk returns a tuple with the Item field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EmbeddedEndpointDeprecationNoticeItems) HasItem ¶ added in v1.22.0
func (o *EmbeddedEndpointDeprecationNoticeItems) HasItem() bool
HasItem returns a boolean if a field has been set.
func (EmbeddedEndpointDeprecationNoticeItems) MarshalJSON ¶ added in v1.22.0
func (o EmbeddedEndpointDeprecationNoticeItems) MarshalJSON() ([]byte, error)
func (*EmbeddedEndpointDeprecationNoticeItems) SetItem ¶ added in v1.22.0
func (o *EmbeddedEndpointDeprecationNoticeItems) SetItem(v []EndpointDeprecationNotice)
SetItem gets a reference to the given []EndpointDeprecationNotice and assigns it to the Item field.
func (EmbeddedEndpointDeprecationNoticeItems) ToMap ¶ added in v1.22.0
func (o EmbeddedEndpointDeprecationNoticeItems) ToMap() (map[string]interface{}, error)
type EmbeddedFPGAAdminItem ¶ added in v1.57.0
type EmbeddedFPGAAdminItem struct {
Item []FPGAAdminItem `json:"item,omitempty"`
}
EmbeddedFPGAAdminItem Embedded resource use the same link relation as a dictionary key, but rather than returning a link to the resource, the resource is instead embedded into the collection resource.
func NewEmbeddedFPGAAdminItem ¶ added in v1.57.0
func NewEmbeddedFPGAAdminItem() *EmbeddedFPGAAdminItem
NewEmbeddedFPGAAdminItem instantiates a new EmbeddedFPGAAdminItem 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 NewEmbeddedFPGAAdminItemWithDefaults ¶ added in v1.57.0
func NewEmbeddedFPGAAdminItemWithDefaults() *EmbeddedFPGAAdminItem
NewEmbeddedFPGAAdminItemWithDefaults instantiates a new EmbeddedFPGAAdminItem 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 (*EmbeddedFPGAAdminItem) GetItem ¶ added in v1.57.0
func (o *EmbeddedFPGAAdminItem) GetItem() []FPGAAdminItem
GetItem returns the Item field value if set, zero value otherwise.
func (*EmbeddedFPGAAdminItem) GetItemOk ¶ added in v1.57.0
func (o *EmbeddedFPGAAdminItem) GetItemOk() ([]FPGAAdminItem, bool)
GetItemOk returns a tuple with the Item field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EmbeddedFPGAAdminItem) HasItem ¶ added in v1.57.0
func (o *EmbeddedFPGAAdminItem) HasItem() bool
HasItem returns a boolean if a field has been set.
func (EmbeddedFPGAAdminItem) MarshalJSON ¶ added in v1.57.0
func (o EmbeddedFPGAAdminItem) MarshalJSON() ([]byte, error)
func (*EmbeddedFPGAAdminItem) SetItem ¶ added in v1.57.0
func (o *EmbeddedFPGAAdminItem) SetItem(v []FPGAAdminItem)
SetItem gets a reference to the given []FPGAAdminItem and assigns it to the Item field.
func (EmbeddedFPGAAdminItem) ToMap ¶ added in v1.57.0
func (o EmbeddedFPGAAdminItem) ToMap() (map[string]interface{}, error)
type EmbeddedFPGAConnectionItems ¶ added in v1.44.0
type EmbeddedFPGAConnectionItems struct {
Item []FPGAConnectionItem `json:"item,omitempty"`
}
EmbeddedFPGAConnectionItems Embedded resource use the same link relation as a dictionary key, but rather than returning a link to the resource, the resource is instead embedded into the collection resource.
func NewEmbeddedFPGAConnectionItems ¶ added in v1.44.0
func NewEmbeddedFPGAConnectionItems() *EmbeddedFPGAConnectionItems
NewEmbeddedFPGAConnectionItems instantiates a new EmbeddedFPGAConnectionItems 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 NewEmbeddedFPGAConnectionItemsWithDefaults ¶ added in v1.44.0
func NewEmbeddedFPGAConnectionItemsWithDefaults() *EmbeddedFPGAConnectionItems
NewEmbeddedFPGAConnectionItemsWithDefaults instantiates a new EmbeddedFPGAConnectionItems 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 (*EmbeddedFPGAConnectionItems) GetItem ¶ added in v1.44.0
func (o *EmbeddedFPGAConnectionItems) GetItem() []FPGAConnectionItem
GetItem returns the Item field value if set, zero value otherwise.
func (*EmbeddedFPGAConnectionItems) GetItemOk ¶ added in v1.44.0
func (o *EmbeddedFPGAConnectionItems) GetItemOk() ([]FPGAConnectionItem, bool)
GetItemOk returns a tuple with the Item field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EmbeddedFPGAConnectionItems) HasItem ¶ added in v1.44.0
func (o *EmbeddedFPGAConnectionItems) HasItem() bool
HasItem returns a boolean if a field has been set.
func (EmbeddedFPGAConnectionItems) MarshalJSON ¶ added in v1.44.0
func (o EmbeddedFPGAConnectionItems) MarshalJSON() ([]byte, error)
func (*EmbeddedFPGAConnectionItems) SetItem ¶ added in v1.44.0
func (o *EmbeddedFPGAConnectionItems) SetItem(v []FPGAConnectionItem)
SetItem gets a reference to the given []FPGAConnectionItem and assigns it to the Item field.
func (EmbeddedFPGAConnectionItems) ToMap ¶ added in v1.44.0
func (o EmbeddedFPGAConnectionItems) ToMap() (map[string]interface{}, error)
type EmbeddedFPGAItems ¶ added in v1.44.0
type EmbeddedFPGAItems struct {
Item []FPGAItem `json:"item,omitempty"`
}
EmbeddedFPGAItems Embedded resource use the same link relation as a dictionary key, but rather than returning a link to the resource, the resource is instead embedded into the collection resource.
func NewEmbeddedFPGAItems ¶ added in v1.44.0
func NewEmbeddedFPGAItems() *EmbeddedFPGAItems
NewEmbeddedFPGAItems instantiates a new EmbeddedFPGAItems 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 NewEmbeddedFPGAItemsWithDefaults ¶ added in v1.44.0
func NewEmbeddedFPGAItemsWithDefaults() *EmbeddedFPGAItems
NewEmbeddedFPGAItemsWithDefaults instantiates a new EmbeddedFPGAItems 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 (*EmbeddedFPGAItems) GetItem ¶ added in v1.44.0
func (o *EmbeddedFPGAItems) GetItem() []FPGAItem
GetItem returns the Item field value if set, zero value otherwise.
func (*EmbeddedFPGAItems) GetItemOk ¶ added in v1.44.0
func (o *EmbeddedFPGAItems) GetItemOk() ([]FPGAItem, bool)
GetItemOk returns a tuple with the Item field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EmbeddedFPGAItems) HasItem ¶ added in v1.44.0
func (o *EmbeddedFPGAItems) HasItem() bool
HasItem returns a boolean if a field has been set.
func (EmbeddedFPGAItems) MarshalJSON ¶ added in v1.44.0
func (o EmbeddedFPGAItems) MarshalJSON() ([]byte, error)
func (*EmbeddedFPGAItems) SetItem ¶ added in v1.44.0
func (o *EmbeddedFPGAItems) SetItem(v []FPGAItem)
SetItem gets a reference to the given []FPGAItem and assigns it to the Item field.
func (EmbeddedFPGAItems) ToMap ¶ added in v1.44.0
func (o EmbeddedFPGAItems) ToMap() (map[string]interface{}, error)
type EmbeddedFPGAJobItems ¶ added in v1.44.0
type EmbeddedFPGAJobItems struct {
Item []FPGAJobItem `json:"item,omitempty"`
}
EmbeddedFPGAJobItems Embedded resource use the same link relation as a dictionary key, but rather than returning a link to the resource, the resource is instead embedded into the collection resource.
func NewEmbeddedFPGAJobItems ¶ added in v1.44.0
func NewEmbeddedFPGAJobItems() *EmbeddedFPGAJobItems
NewEmbeddedFPGAJobItems instantiates a new EmbeddedFPGAJobItems 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 NewEmbeddedFPGAJobItemsWithDefaults ¶ added in v1.44.0
func NewEmbeddedFPGAJobItemsWithDefaults() *EmbeddedFPGAJobItems
NewEmbeddedFPGAJobItemsWithDefaults instantiates a new EmbeddedFPGAJobItems 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 (*EmbeddedFPGAJobItems) GetItem ¶ added in v1.44.0
func (o *EmbeddedFPGAJobItems) GetItem() []FPGAJobItem
GetItem returns the Item field value if set, zero value otherwise.
func (*EmbeddedFPGAJobItems) GetItemOk ¶ added in v1.44.0
func (o *EmbeddedFPGAJobItems) GetItemOk() ([]FPGAJobItem, bool)
GetItemOk returns a tuple with the Item field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EmbeddedFPGAJobItems) HasItem ¶ added in v1.44.0
func (o *EmbeddedFPGAJobItems) HasItem() bool
HasItem returns a boolean if a field has been set.
func (EmbeddedFPGAJobItems) MarshalJSON ¶ added in v1.44.0
func (o EmbeddedFPGAJobItems) MarshalJSON() ([]byte, error)
func (*EmbeddedFPGAJobItems) SetItem ¶ added in v1.44.0
func (o *EmbeddedFPGAJobItems) SetItem(v []FPGAJobItem)
SetItem gets a reference to the given []FPGAJobItem and assigns it to the Item field.
func (EmbeddedFPGAJobItems) ToMap ¶ added in v1.44.0
func (o EmbeddedFPGAJobItems) ToMap() (map[string]interface{}, error)
type EmbeddedFPGAPayloadItems ¶ added in v1.44.0
type EmbeddedFPGAPayloadItems struct {
Item []FPGAPayloadItem `json:"item,omitempty"`
}
EmbeddedFPGAPayloadItems Embedded resource use the same link relation as a dictionary key, but rather than returning a link to the resource, the resource is instead embedded into the collection resource.
func NewEmbeddedFPGAPayloadItems ¶ added in v1.44.0
func NewEmbeddedFPGAPayloadItems() *EmbeddedFPGAPayloadItems
NewEmbeddedFPGAPayloadItems instantiates a new EmbeddedFPGAPayloadItems 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 NewEmbeddedFPGAPayloadItemsWithDefaults ¶ added in v1.44.0
func NewEmbeddedFPGAPayloadItemsWithDefaults() *EmbeddedFPGAPayloadItems
NewEmbeddedFPGAPayloadItemsWithDefaults instantiates a new EmbeddedFPGAPayloadItems 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 (*EmbeddedFPGAPayloadItems) GetItem ¶ added in v1.44.0
func (o *EmbeddedFPGAPayloadItems) GetItem() []FPGAPayloadItem
GetItem returns the Item field value if set, zero value otherwise.
func (*EmbeddedFPGAPayloadItems) GetItemOk ¶ added in v1.44.0
func (o *EmbeddedFPGAPayloadItems) GetItemOk() ([]FPGAPayloadItem, bool)
GetItemOk returns a tuple with the Item field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EmbeddedFPGAPayloadItems) HasItem ¶ added in v1.44.0
func (o *EmbeddedFPGAPayloadItems) HasItem() bool
HasItem returns a boolean if a field has been set.
func (EmbeddedFPGAPayloadItems) MarshalJSON ¶ added in v1.44.0
func (o EmbeddedFPGAPayloadItems) MarshalJSON() ([]byte, error)
func (*EmbeddedFPGAPayloadItems) SetItem ¶ added in v1.44.0
func (o *EmbeddedFPGAPayloadItems) SetItem(v []FPGAPayloadItem)
SetItem gets a reference to the given []FPGAPayloadItem and assigns it to the Item field.
func (EmbeddedFPGAPayloadItems) ToMap ¶ added in v1.44.0
func (o EmbeddedFPGAPayloadItems) ToMap() (map[string]interface{}, error)
type EmbeddedGenericWorkJobItems ¶ added in v1.26.0
type EmbeddedGenericWorkJobItems struct {
Item []GenericWorkJobItem `json:"item,omitempty"`
}
EmbeddedGenericWorkJobItems Embedded resource use the same link relation as a dictionary key, but rather than returning a link to the resource, the resource is instead embedded into the collection resource.
func NewEmbeddedGenericWorkJobItems ¶ added in v1.26.0
func NewEmbeddedGenericWorkJobItems() *EmbeddedGenericWorkJobItems
NewEmbeddedGenericWorkJobItems instantiates a new EmbeddedGenericWorkJobItems 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 NewEmbeddedGenericWorkJobItemsWithDefaults ¶ added in v1.26.0
func NewEmbeddedGenericWorkJobItemsWithDefaults() *EmbeddedGenericWorkJobItems
NewEmbeddedGenericWorkJobItemsWithDefaults instantiates a new EmbeddedGenericWorkJobItems 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 (*EmbeddedGenericWorkJobItems) GetItem ¶ added in v1.26.0
func (o *EmbeddedGenericWorkJobItems) GetItem() []GenericWorkJobItem
GetItem returns the Item field value if set, zero value otherwise.
func (*EmbeddedGenericWorkJobItems) GetItemOk ¶ added in v1.26.0
func (o *EmbeddedGenericWorkJobItems) GetItemOk() ([]GenericWorkJobItem, bool)
GetItemOk returns a tuple with the Item field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EmbeddedGenericWorkJobItems) HasItem ¶ added in v1.26.0
func (o *EmbeddedGenericWorkJobItems) HasItem() bool
HasItem returns a boolean if a field has been set.
func (EmbeddedGenericWorkJobItems) MarshalJSON ¶ added in v1.26.0
func (o EmbeddedGenericWorkJobItems) MarshalJSON() ([]byte, error)
func (*EmbeddedGenericWorkJobItems) SetItem ¶ added in v1.26.0
func (o *EmbeddedGenericWorkJobItems) SetItem(v []GenericWorkJobItem)
SetItem gets a reference to the given []GenericWorkJobItem and assigns it to the Item field.
func (EmbeddedGenericWorkJobItems) ToMap ¶ added in v1.26.0
func (o EmbeddedGenericWorkJobItems) ToMap() (map[string]interface{}, error)
type EmbeddedGenericWorkerItems ¶ added in v1.26.0
type EmbeddedGenericWorkerItems struct {
Item []GenericWorkerItem `json:"item,omitempty"`
}
EmbeddedGenericWorkerItems Embedded resource use the same link relation as a dictionary key, but rather than returning a link to the resource, the resource is instead embedded into the collection resource.
func NewEmbeddedGenericWorkerItems ¶ added in v1.26.0
func NewEmbeddedGenericWorkerItems() *EmbeddedGenericWorkerItems
NewEmbeddedGenericWorkerItems instantiates a new EmbeddedGenericWorkerItems 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 NewEmbeddedGenericWorkerItemsWithDefaults ¶ added in v1.26.0
func NewEmbeddedGenericWorkerItemsWithDefaults() *EmbeddedGenericWorkerItems
NewEmbeddedGenericWorkerItemsWithDefaults instantiates a new EmbeddedGenericWorkerItems 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 (*EmbeddedGenericWorkerItems) GetItem ¶ added in v1.26.0
func (o *EmbeddedGenericWorkerItems) GetItem() []GenericWorkerItem
GetItem returns the Item field value if set, zero value otherwise.
func (*EmbeddedGenericWorkerItems) GetItemOk ¶ added in v1.26.0
func (o *EmbeddedGenericWorkerItems) GetItemOk() ([]GenericWorkerItem, bool)
GetItemOk returns a tuple with the Item field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EmbeddedGenericWorkerItems) HasItem ¶ added in v1.26.0
func (o *EmbeddedGenericWorkerItems) HasItem() bool
HasItem returns a boolean if a field has been set.
func (EmbeddedGenericWorkerItems) MarshalJSON ¶ added in v1.26.0
func (o EmbeddedGenericWorkerItems) MarshalJSON() ([]byte, error)
func (*EmbeddedGenericWorkerItems) SetItem ¶ added in v1.26.0
func (o *EmbeddedGenericWorkerItems) SetItem(v []GenericWorkerItem)
SetItem gets a reference to the given []GenericWorkerItem and assigns it to the Item field.
func (EmbeddedGenericWorkerItems) ToMap ¶ added in v1.26.0
func (o EmbeddedGenericWorkerItems) ToMap() (map[string]interface{}, error)
type EmbeddedIntellisenseJobItems ¶
type EmbeddedIntellisenseJobItems struct {
Item []IntellisenseJobItem `json:"item,omitempty"`
}
EmbeddedIntellisenseJobItems Embedded resource use the same link relation as a dictionary key, but rather than returning a link to the resource, the resource is instead embedded into the collection resource.
func NewEmbeddedIntellisenseJobItems ¶
func NewEmbeddedIntellisenseJobItems() *EmbeddedIntellisenseJobItems
NewEmbeddedIntellisenseJobItems instantiates a new EmbeddedIntellisenseJobItems 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 NewEmbeddedIntellisenseJobItemsWithDefaults ¶
func NewEmbeddedIntellisenseJobItemsWithDefaults() *EmbeddedIntellisenseJobItems
NewEmbeddedIntellisenseJobItemsWithDefaults instantiates a new EmbeddedIntellisenseJobItems 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 (*EmbeddedIntellisenseJobItems) GetItem ¶
func (o *EmbeddedIntellisenseJobItems) GetItem() []IntellisenseJobItem
GetItem returns the Item field value if set, zero value otherwise.
func (*EmbeddedIntellisenseJobItems) GetItemOk ¶
func (o *EmbeddedIntellisenseJobItems) GetItemOk() ([]IntellisenseJobItem, bool)
GetItemOk returns a tuple with the Item field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EmbeddedIntellisenseJobItems) HasItem ¶
func (o *EmbeddedIntellisenseJobItems) HasItem() bool
HasItem returns a boolean if a field has been set.
func (EmbeddedIntellisenseJobItems) MarshalJSON ¶
func (o EmbeddedIntellisenseJobItems) MarshalJSON() ([]byte, error)
func (*EmbeddedIntellisenseJobItems) SetItem ¶
func (o *EmbeddedIntellisenseJobItems) SetItem(v []IntellisenseJobItem)
SetItem gets a reference to the given []IntellisenseJobItem and assigns it to the Item field.
func (EmbeddedIntellisenseJobItems) ToMap ¶ added in v1.22.0
func (o EmbeddedIntellisenseJobItems) ToMap() (map[string]interface{}, error)
type EmbeddedPATItem ¶ added in v1.26.0
type EmbeddedPATItem struct {
Item []PATItem `json:"item,omitempty"`
}
EmbeddedPATItem Embedded resource use the same link relation as a dictionary key, but rather than returning a link to the resource, the resource is instead embedded into the collection resource.
func NewEmbeddedPATItem ¶ added in v1.26.0
func NewEmbeddedPATItem() *EmbeddedPATItem
NewEmbeddedPATItem instantiates a new EmbeddedPATItem 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 NewEmbeddedPATItemWithDefaults ¶ added in v1.26.0
func NewEmbeddedPATItemWithDefaults() *EmbeddedPATItem
NewEmbeddedPATItemWithDefaults instantiates a new EmbeddedPATItem 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 (*EmbeddedPATItem) GetItem ¶ added in v1.26.0
func (o *EmbeddedPATItem) GetItem() []PATItem
GetItem returns the Item field value if set, zero value otherwise.
func (*EmbeddedPATItem) GetItemOk ¶ added in v1.26.0
func (o *EmbeddedPATItem) GetItemOk() ([]PATItem, bool)
GetItemOk returns a tuple with the Item field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EmbeddedPATItem) HasItem ¶ added in v1.26.0
func (o *EmbeddedPATItem) HasItem() bool
HasItem returns a boolean if a field has been set.
func (EmbeddedPATItem) MarshalJSON ¶ added in v1.26.0
func (o EmbeddedPATItem) MarshalJSON() ([]byte, error)
func (*EmbeddedPATItem) SetItem ¶ added in v1.26.0
func (o *EmbeddedPATItem) SetItem(v []PATItem)
SetItem gets a reference to the given []PATItem and assigns it to the Item field.
func (EmbeddedPATItem) ToMap ¶ added in v1.26.0
func (o EmbeddedPATItem) ToMap() (map[string]interface{}, error)
type EmbeddedServiceAccessTokenItem ¶ added in v1.84.0
type EmbeddedServiceAccessTokenItem struct {
Item []ServiceAccessTokenItem `json:"item,omitempty"`
}
EmbeddedServiceAccessTokenItem Embedded resource use the same link relation as a dictionary key, but rather than returning a link to the resource, the resource is instead embedded into the collection resource.
func NewEmbeddedServiceAccessTokenItem ¶ added in v1.84.0
func NewEmbeddedServiceAccessTokenItem() *EmbeddedServiceAccessTokenItem
NewEmbeddedServiceAccessTokenItem instantiates a new EmbeddedServiceAccessTokenItem 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 NewEmbeddedServiceAccessTokenItemWithDefaults ¶ added in v1.84.0
func NewEmbeddedServiceAccessTokenItemWithDefaults() *EmbeddedServiceAccessTokenItem
NewEmbeddedServiceAccessTokenItemWithDefaults instantiates a new EmbeddedServiceAccessTokenItem 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 (*EmbeddedServiceAccessTokenItem) GetItem ¶ added in v1.84.0
func (o *EmbeddedServiceAccessTokenItem) GetItem() []ServiceAccessTokenItem
GetItem returns the Item field value if set, zero value otherwise.
func (*EmbeddedServiceAccessTokenItem) GetItemOk ¶ added in v1.84.0
func (o *EmbeddedServiceAccessTokenItem) GetItemOk() ([]ServiceAccessTokenItem, bool)
GetItemOk returns a tuple with the Item field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EmbeddedServiceAccessTokenItem) HasItem ¶ added in v1.84.0
func (o *EmbeddedServiceAccessTokenItem) HasItem() bool
HasItem returns a boolean if a field has been set.
func (EmbeddedServiceAccessTokenItem) MarshalJSON ¶ added in v1.84.0
func (o EmbeddedServiceAccessTokenItem) MarshalJSON() ([]byte, error)
func (*EmbeddedServiceAccessTokenItem) SetItem ¶ added in v1.84.0
func (o *EmbeddedServiceAccessTokenItem) SetItem(v []ServiceAccessTokenItem)
SetItem gets a reference to the given []ServiceAccessTokenItem and assigns it to the Item field.
func (EmbeddedServiceAccessTokenItem) ToMap ¶ added in v1.84.0
func (o EmbeddedServiceAccessTokenItem) ToMap() (map[string]interface{}, error)
type EmbeddedServiceAccountItem ¶ added in v1.77.0
type EmbeddedServiceAccountItem struct {
Item []ServiceAccountItem `json:"item,omitempty"`
}
EmbeddedServiceAccountItem Embedded resource use the same link relation as a dictionary key, but rather than returning a link to the resource, the resource is instead embedded into the collection resource.
func NewEmbeddedServiceAccountItem ¶ added in v1.77.0
func NewEmbeddedServiceAccountItem() *EmbeddedServiceAccountItem
NewEmbeddedServiceAccountItem instantiates a new EmbeddedServiceAccountItem 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 NewEmbeddedServiceAccountItemWithDefaults ¶ added in v1.77.0
func NewEmbeddedServiceAccountItemWithDefaults() *EmbeddedServiceAccountItem
NewEmbeddedServiceAccountItemWithDefaults instantiates a new EmbeddedServiceAccountItem 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 (*EmbeddedServiceAccountItem) GetItem ¶ added in v1.77.0
func (o *EmbeddedServiceAccountItem) GetItem() []ServiceAccountItem
GetItem returns the Item field value if set, zero value otherwise.
func (*EmbeddedServiceAccountItem) GetItemOk ¶ added in v1.77.0
func (o *EmbeddedServiceAccountItem) GetItemOk() ([]ServiceAccountItem, bool)
GetItemOk returns a tuple with the Item field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EmbeddedServiceAccountItem) HasItem ¶ added in v1.77.0
func (o *EmbeddedServiceAccountItem) HasItem() bool
HasItem returns a boolean if a field has been set.
func (EmbeddedServiceAccountItem) MarshalJSON ¶ added in v1.77.0
func (o EmbeddedServiceAccountItem) MarshalJSON() ([]byte, error)
func (*EmbeddedServiceAccountItem) SetItem ¶ added in v1.77.0
func (o *EmbeddedServiceAccountItem) SetItem(v []ServiceAccountItem)
SetItem gets a reference to the given []ServiceAccountItem and assigns it to the Item field.
func (EmbeddedServiceAccountItem) ToMap ¶ added in v1.77.0
func (o EmbeddedServiceAccountItem) ToMap() (map[string]interface{}, error)
type EmbeddedUserItem ¶ added in v1.57.0
type EmbeddedUserItem struct {
Item []UserItem `json:"item,omitempty"`
}
EmbeddedUserItem Embedded resource use the same link relation as a dictionary key, but rather than returning a link to the resource, the resource is instead embedded into the collection resource.
func NewEmbeddedUserItem ¶ added in v1.57.0
func NewEmbeddedUserItem() *EmbeddedUserItem
NewEmbeddedUserItem instantiates a new EmbeddedUserItem 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 NewEmbeddedUserItemWithDefaults ¶ added in v1.57.0
func NewEmbeddedUserItemWithDefaults() *EmbeddedUserItem
NewEmbeddedUserItemWithDefaults instantiates a new EmbeddedUserItem 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 (*EmbeddedUserItem) GetItem ¶ added in v1.57.0
func (o *EmbeddedUserItem) GetItem() []UserItem
GetItem returns the Item field value if set, zero value otherwise.
func (*EmbeddedUserItem) GetItemOk ¶ added in v1.57.0
func (o *EmbeddedUserItem) GetItemOk() ([]UserItem, bool)
GetItemOk returns a tuple with the Item field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EmbeddedUserItem) HasItem ¶ added in v1.57.0
func (o *EmbeddedUserItem) HasItem() bool
HasItem returns a boolean if a field has been set.
func (EmbeddedUserItem) MarshalJSON ¶ added in v1.57.0
func (o EmbeddedUserItem) MarshalJSON() ([]byte, error)
func (*EmbeddedUserItem) SetItem ¶ added in v1.57.0
func (o *EmbeddedUserItem) SetItem(v []UserItem)
SetItem gets a reference to the given []UserItem and assigns it to the Item field.
func (EmbeddedUserItem) ToMap ¶ added in v1.57.0
func (o EmbeddedUserItem) ToMap() (map[string]interface{}, error)
type EmbeddedVendorItems ¶
type EmbeddedVendorItems struct {
Item []VendorItem `json:"item,omitempty"`
}
EmbeddedVendorItems Embedded resource use the same link relation as a dictionary key, but rather than returning a link to the resource, the resource is instead embedded into the collection resource.
func NewEmbeddedVendorItems ¶
func NewEmbeddedVendorItems() *EmbeddedVendorItems
NewEmbeddedVendorItems instantiates a new EmbeddedVendorItems 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 NewEmbeddedVendorItemsWithDefaults ¶
func NewEmbeddedVendorItemsWithDefaults() *EmbeddedVendorItems
NewEmbeddedVendorItemsWithDefaults instantiates a new EmbeddedVendorItems 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 (*EmbeddedVendorItems) GetItem ¶
func (o *EmbeddedVendorItems) GetItem() []VendorItem
GetItem returns the Item field value if set, zero value otherwise.
func (*EmbeddedVendorItems) GetItemOk ¶
func (o *EmbeddedVendorItems) GetItemOk() ([]VendorItem, bool)
GetItemOk returns a tuple with the Item field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EmbeddedVendorItems) HasItem ¶
func (o *EmbeddedVendorItems) HasItem() bool
HasItem returns a boolean if a field has been set.
func (EmbeddedVendorItems) MarshalJSON ¶
func (o EmbeddedVendorItems) MarshalJSON() ([]byte, error)
func (*EmbeddedVendorItems) SetItem ¶
func (o *EmbeddedVendorItems) SetItem(v []VendorItem)
SetItem gets a reference to the given []VendorItem and assigns it to the Item field.
func (EmbeddedVendorItems) ToMap ¶ added in v1.22.0
func (o EmbeddedVendorItems) ToMap() (map[string]interface{}, error)
type EmbeddedVhtInstanceItems ¶
type EmbeddedVhtInstanceItems struct {
Item []VhtInstanceItem `json:"item,omitempty"`
}
EmbeddedVhtInstanceItems Embedded resource use the same link relation as a dictionary key, but rather than returning a link to the resource, the resource is instead embedded into the collection resource.
func NewEmbeddedVhtInstanceItems ¶
func NewEmbeddedVhtInstanceItems() *EmbeddedVhtInstanceItems
NewEmbeddedVhtInstanceItems instantiates a new EmbeddedVhtInstanceItems 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 NewEmbeddedVhtInstanceItemsWithDefaults ¶
func NewEmbeddedVhtInstanceItemsWithDefaults() *EmbeddedVhtInstanceItems
NewEmbeddedVhtInstanceItemsWithDefaults instantiates a new EmbeddedVhtInstanceItems 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 (*EmbeddedVhtInstanceItems) GetItem ¶
func (o *EmbeddedVhtInstanceItems) GetItem() []VhtInstanceItem
GetItem returns the Item field value if set, zero value otherwise.
func (*EmbeddedVhtInstanceItems) GetItemOk ¶
func (o *EmbeddedVhtInstanceItems) GetItemOk() ([]VhtInstanceItem, bool)
GetItemOk returns a tuple with the Item field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EmbeddedVhtInstanceItems) HasItem ¶
func (o *EmbeddedVhtInstanceItems) HasItem() bool
HasItem returns a boolean if a field has been set.
func (EmbeddedVhtInstanceItems) MarshalJSON ¶
func (o EmbeddedVhtInstanceItems) MarshalJSON() ([]byte, error)
func (*EmbeddedVhtInstanceItems) SetItem ¶
func (o *EmbeddedVhtInstanceItems) SetItem(v []VhtInstanceItem)
SetItem gets a reference to the given []VhtInstanceItem and assigns it to the Item field.
func (EmbeddedVhtInstanceItems) ToMap ¶ added in v1.22.0
func (o EmbeddedVhtInstanceItems) ToMap() (map[string]interface{}, error)
type EmbeddedVhtItems ¶
type EmbeddedVhtItems struct {
Item []VhtItem `json:"item,omitempty"`
}
EmbeddedVhtItems Embedded resource use the same link relation as a dictionary key, but rather than returning a link to the resource, the resource is instead embedded into the collection resource.
func NewEmbeddedVhtItems ¶
func NewEmbeddedVhtItems() *EmbeddedVhtItems
NewEmbeddedVhtItems instantiates a new EmbeddedVhtItems 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 NewEmbeddedVhtItemsWithDefaults ¶
func NewEmbeddedVhtItemsWithDefaults() *EmbeddedVhtItems
NewEmbeddedVhtItemsWithDefaults instantiates a new EmbeddedVhtItems 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 (*EmbeddedVhtItems) GetItem ¶
func (o *EmbeddedVhtItems) GetItem() []VhtItem
GetItem returns the Item field value if set, zero value otherwise.
func (*EmbeddedVhtItems) GetItemOk ¶
func (o *EmbeddedVhtItems) GetItemOk() ([]VhtItem, bool)
GetItemOk returns a tuple with the Item field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EmbeddedVhtItems) HasItem ¶
func (o *EmbeddedVhtItems) HasItem() bool
HasItem returns a boolean if a field has been set.
func (EmbeddedVhtItems) MarshalJSON ¶
func (o EmbeddedVhtItems) MarshalJSON() ([]byte, error)
func (*EmbeddedVhtItems) SetItem ¶
func (o *EmbeddedVhtItems) SetItem(v []VhtItem)
SetItem gets a reference to the given []VhtItem and assigns it to the Item field.
func (EmbeddedVhtItems) ToMap ¶ added in v1.22.0
func (o EmbeddedVhtItems) ToMap() (map[string]interface{}, error)
type EmbeddedVhtRunJobItems ¶
type EmbeddedVhtRunJobItems struct {
Item []VhtRunJobItem `json:"item,omitempty"`
}
EmbeddedVhtRunJobItems Embedded resource use the same link relation as a dictionary key, but rather than returning a link to the resource, the resource is instead embedded into the collection resource.
func NewEmbeddedVhtRunJobItems ¶
func NewEmbeddedVhtRunJobItems() *EmbeddedVhtRunJobItems
NewEmbeddedVhtRunJobItems instantiates a new EmbeddedVhtRunJobItems 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 NewEmbeddedVhtRunJobItemsWithDefaults ¶
func NewEmbeddedVhtRunJobItemsWithDefaults() *EmbeddedVhtRunJobItems
NewEmbeddedVhtRunJobItemsWithDefaults instantiates a new EmbeddedVhtRunJobItems 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 (*EmbeddedVhtRunJobItems) GetItem ¶
func (o *EmbeddedVhtRunJobItems) GetItem() []VhtRunJobItem
GetItem returns the Item field value if set, zero value otherwise.
func (*EmbeddedVhtRunJobItems) GetItemOk ¶
func (o *EmbeddedVhtRunJobItems) GetItemOk() ([]VhtRunJobItem, bool)
GetItemOk returns a tuple with the Item field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EmbeddedVhtRunJobItems) HasItem ¶
func (o *EmbeddedVhtRunJobItems) HasItem() bool
HasItem returns a boolean if a field has been set.
func (EmbeddedVhtRunJobItems) MarshalJSON ¶
func (o EmbeddedVhtRunJobItems) MarshalJSON() ([]byte, error)
func (*EmbeddedVhtRunJobItems) SetItem ¶
func (o *EmbeddedVhtRunJobItems) SetItem(v []VhtRunJobItem)
SetItem gets a reference to the given []VhtRunJobItem and assigns it to the Item field.
func (EmbeddedVhtRunJobItems) ToMap ¶ added in v1.22.0
func (o EmbeddedVhtRunJobItems) ToMap() (map[string]interface{}, error)
type EmbeddedWorkspaceItems ¶
type EmbeddedWorkspaceItems struct {
Item []WorkspaceItem `json:"item,omitempty"`
}
EmbeddedWorkspaceItems Embedded resource use the same link relation as a dictionary key, but rather than returning a link to the resource, the resource is instead embedded into the collection resource.
func NewEmbeddedWorkspaceItems ¶
func NewEmbeddedWorkspaceItems() *EmbeddedWorkspaceItems
NewEmbeddedWorkspaceItems instantiates a new EmbeddedWorkspaceItems 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 NewEmbeddedWorkspaceItemsWithDefaults ¶
func NewEmbeddedWorkspaceItemsWithDefaults() *EmbeddedWorkspaceItems
NewEmbeddedWorkspaceItemsWithDefaults instantiates a new EmbeddedWorkspaceItems 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 (*EmbeddedWorkspaceItems) GetItem ¶
func (o *EmbeddedWorkspaceItems) GetItem() []WorkspaceItem
GetItem returns the Item field value if set, zero value otherwise.
func (*EmbeddedWorkspaceItems) GetItemOk ¶
func (o *EmbeddedWorkspaceItems) GetItemOk() ([]WorkspaceItem, bool)
GetItemOk returns a tuple with the Item field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EmbeddedWorkspaceItems) HasItem ¶
func (o *EmbeddedWorkspaceItems) HasItem() bool
HasItem returns a boolean if a field has been set.
func (EmbeddedWorkspaceItems) MarshalJSON ¶
func (o EmbeddedWorkspaceItems) MarshalJSON() ([]byte, error)
func (*EmbeddedWorkspaceItems) SetItem ¶
func (o *EmbeddedWorkspaceItems) SetItem(v []WorkspaceItem)
SetItem gets a reference to the given []WorkspaceItem and assigns it to the Item field.
func (EmbeddedWorkspaceItems) ToMap ¶ added in v1.22.0
func (o EmbeddedWorkspaceItems) ToMap() (map[string]interface{}, error)
type EmbeddedWorkspaceSourceItems ¶
type EmbeddedWorkspaceSourceItems struct {
Item []WorkspaceSourceItem `json:"item,omitempty"`
}
EmbeddedWorkspaceSourceItems Embedded resource use the same link relation as a dictionary key, but rather than returning a link to the resource, the resource is instead embedded into the collection resource.
func NewEmbeddedWorkspaceSourceItems ¶
func NewEmbeddedWorkspaceSourceItems() *EmbeddedWorkspaceSourceItems
NewEmbeddedWorkspaceSourceItems instantiates a new EmbeddedWorkspaceSourceItems 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 NewEmbeddedWorkspaceSourceItemsWithDefaults ¶
func NewEmbeddedWorkspaceSourceItemsWithDefaults() *EmbeddedWorkspaceSourceItems
NewEmbeddedWorkspaceSourceItemsWithDefaults instantiates a new EmbeddedWorkspaceSourceItems 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 (*EmbeddedWorkspaceSourceItems) GetItem ¶
func (o *EmbeddedWorkspaceSourceItems) GetItem() []WorkspaceSourceItem
GetItem returns the Item field value if set, zero value otherwise.
func (*EmbeddedWorkspaceSourceItems) GetItemOk ¶
func (o *EmbeddedWorkspaceSourceItems) GetItemOk() ([]WorkspaceSourceItem, bool)
GetItemOk returns a tuple with the Item field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EmbeddedWorkspaceSourceItems) HasItem ¶
func (o *EmbeddedWorkspaceSourceItems) HasItem() bool
HasItem returns a boolean if a field has been set.
func (EmbeddedWorkspaceSourceItems) MarshalJSON ¶
func (o EmbeddedWorkspaceSourceItems) MarshalJSON() ([]byte, error)
func (*EmbeddedWorkspaceSourceItems) SetItem ¶
func (o *EmbeddedWorkspaceSourceItems) SetItem(v []WorkspaceSourceItem)
SetItem gets a reference to the given []WorkspaceSourceItem and assigns it to the Item field.
func (EmbeddedWorkspaceSourceItems) ToMap ¶ added in v1.22.0
func (o EmbeddedWorkspaceSourceItems) ToMap() (map[string]interface{}, error)
type EndpointDeprecationNotice ¶ added in v1.22.0
type EndpointDeprecationNotice struct {
Links NullableEndpointDeprecationNoticeLinks `json:"_links"`
Metadata NullableCommonMetadata `json:"_metadata"`
Deprecation DeprecationInfo `json:"deprecation"`
Endpoint HalLinkData `json:"endpoint"`
Replacement *HalLinkData `json:"replacement,omitempty"`
}
EndpointDeprecationNotice A notice of deprecation for an endpoint
func NewEndpointDeprecationNotice ¶ added in v1.22.0
func NewEndpointDeprecationNotice(links NullableEndpointDeprecationNoticeLinks, metadata NullableCommonMetadata, deprecation DeprecationInfo, endpoint HalLinkData) *EndpointDeprecationNotice
NewEndpointDeprecationNotice instantiates a new EndpointDeprecationNotice 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 NewEndpointDeprecationNoticeWithDefaults ¶ added in v1.22.0
func NewEndpointDeprecationNoticeWithDefaults() *EndpointDeprecationNotice
NewEndpointDeprecationNoticeWithDefaults instantiates a new EndpointDeprecationNotice 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 (*EndpointDeprecationNotice) GetDeprecation ¶ added in v1.22.0
func (o *EndpointDeprecationNotice) GetDeprecation() DeprecationInfo
GetDeprecation returns the Deprecation field value
func (*EndpointDeprecationNotice) GetDeprecationOk ¶ added in v1.22.0
func (o *EndpointDeprecationNotice) GetDeprecationOk() (*DeprecationInfo, bool)
GetDeprecationOk returns a tuple with the Deprecation field value and a boolean to check if the value has been set.
func (*EndpointDeprecationNotice) GetEndpoint ¶ added in v1.22.0
func (o *EndpointDeprecationNotice) GetEndpoint() HalLinkData
GetEndpoint returns the Endpoint field value
func (*EndpointDeprecationNotice) GetEndpointOk ¶ added in v1.22.0
func (o *EndpointDeprecationNotice) GetEndpointOk() (*HalLinkData, bool)
GetEndpointOk returns a tuple with the Endpoint field value and a boolean to check if the value has been set.
func (*EndpointDeprecationNotice) GetLinks ¶ added in v1.22.0
func (o *EndpointDeprecationNotice) GetLinks() EndpointDeprecationNoticeLinks
GetLinks returns the Links field value If the value is explicit nil, the zero value for EndpointDeprecationNoticeLinks will be returned
func (*EndpointDeprecationNotice) GetLinksOk ¶ added in v1.22.0
func (o *EndpointDeprecationNotice) GetLinksOk() (*EndpointDeprecationNoticeLinks, bool)
GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*EndpointDeprecationNotice) GetMetadata ¶ added in v1.22.0
func (o *EndpointDeprecationNotice) GetMetadata() CommonMetadata
GetMetadata returns the Metadata field value If the value is explicit nil, the zero value for CommonMetadata will be returned
func (*EndpointDeprecationNotice) GetMetadataOk ¶ added in v1.22.0
func (o *EndpointDeprecationNotice) GetMetadataOk() (*CommonMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*EndpointDeprecationNotice) GetReplacement ¶ added in v1.22.0
func (o *EndpointDeprecationNotice) GetReplacement() HalLinkData
GetReplacement returns the Replacement field value if set, zero value otherwise.
func (*EndpointDeprecationNotice) GetReplacementOk ¶ added in v1.22.0
func (o *EndpointDeprecationNotice) GetReplacementOk() (*HalLinkData, bool)
GetReplacementOk returns a tuple with the Replacement field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EndpointDeprecationNotice) HasReplacement ¶ added in v1.22.0
func (o *EndpointDeprecationNotice) HasReplacement() bool
HasReplacement returns a boolean if a field has been set.
func (EndpointDeprecationNotice) MarshalJSON ¶ added in v1.22.0
func (o EndpointDeprecationNotice) MarshalJSON() ([]byte, error)
func (*EndpointDeprecationNotice) SetDeprecation ¶ added in v1.22.0
func (o *EndpointDeprecationNotice) SetDeprecation(v DeprecationInfo)
SetDeprecation sets field value
func (*EndpointDeprecationNotice) SetEndpoint ¶ added in v1.22.0
func (o *EndpointDeprecationNotice) SetEndpoint(v HalLinkData)
SetEndpoint sets field value
func (*EndpointDeprecationNotice) SetLinks ¶ added in v1.22.0
func (o *EndpointDeprecationNotice) SetLinks(v EndpointDeprecationNoticeLinks)
SetLinks sets field value
func (*EndpointDeprecationNotice) SetMetadata ¶ added in v1.22.0
func (o *EndpointDeprecationNotice) SetMetadata(v CommonMetadata)
SetMetadata sets field value
func (*EndpointDeprecationNotice) SetReplacement ¶ added in v1.22.0
func (o *EndpointDeprecationNotice) SetReplacement(v HalLinkData)
SetReplacement gets a reference to the given HalLinkData and assigns it to the Replacement field.
func (EndpointDeprecationNotice) ToMap ¶ added in v1.22.0
func (o EndpointDeprecationNotice) ToMap() (map[string]interface{}, error)
func (*EndpointDeprecationNotice) UnmarshalJSON ¶ added in v1.22.0
func (o *EndpointDeprecationNotice) UnmarshalJSON(data []byte) (err error)
type EndpointDeprecationNoticeCollection ¶ added in v1.22.0
type EndpointDeprecationNoticeCollection struct {
Embedded *EmbeddedEndpointDeprecationNoticeItems `json:"_embedded,omitempty"`
Links NullableHalSimpleCollectionLinks `json:"_links"`
Metadata NullablePagingMetadata `json:"_metadata"`
// ID of the Collection.
Name string `json:"name" validate:"regexp=[a-zA-Z0-9\\\\-\\"._~%!$&\\\\'(){}\\\\[£<>|\\\\]*+,;=:@]+"`
// Human readable title of the collection.
Title string `json:"title"`
}
EndpointDeprecationNoticeCollection This collection resource follows the common pattern of linking to contained resources. Optionally, rather than linking to other resources, it can embed then into the collection to reduce the number of round trips to the server (at the expense of caching). In file system terms, it is similar to a directory but only contains links to (or embeds) a single type of resource.
func NewEndpointDeprecationNoticeCollection ¶ added in v1.22.0
func NewEndpointDeprecationNoticeCollection(links NullableHalSimpleCollectionLinks, metadata NullablePagingMetadata, name string, title string) *EndpointDeprecationNoticeCollection
NewEndpointDeprecationNoticeCollection instantiates a new EndpointDeprecationNoticeCollection 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 NewEndpointDeprecationNoticeCollectionWithDefaults ¶ added in v1.22.0
func NewEndpointDeprecationNoticeCollectionWithDefaults() *EndpointDeprecationNoticeCollection
NewEndpointDeprecationNoticeCollectionWithDefaults instantiates a new EndpointDeprecationNoticeCollection 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 (*EndpointDeprecationNoticeCollection) GetEmbedded ¶ added in v1.22.0
func (o *EndpointDeprecationNoticeCollection) GetEmbedded() EmbeddedEndpointDeprecationNoticeItems
GetEmbedded returns the Embedded field value if set, zero value otherwise.
func (*EndpointDeprecationNoticeCollection) GetEmbeddedOk ¶ added in v1.22.0
func (o *EndpointDeprecationNoticeCollection) GetEmbeddedOk() (*EmbeddedEndpointDeprecationNoticeItems, bool)
GetEmbeddedOk returns a tuple with the Embedded field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EndpointDeprecationNoticeCollection) GetLinks ¶ added in v1.22.0
func (o *EndpointDeprecationNoticeCollection) GetLinks() HalSimpleCollectionLinks
GetLinks returns the Links field value If the value is explicit nil, the zero value for HalSimpleCollectionLinks will be returned
func (*EndpointDeprecationNoticeCollection) GetLinksOk ¶ added in v1.22.0
func (o *EndpointDeprecationNoticeCollection) GetLinksOk() (*HalSimpleCollectionLinks, bool)
GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*EndpointDeprecationNoticeCollection) GetMetadata ¶ added in v1.22.0
func (o *EndpointDeprecationNoticeCollection) GetMetadata() PagingMetadata
GetMetadata returns the Metadata field value If the value is explicit nil, the zero value for PagingMetadata will be returned
func (*EndpointDeprecationNoticeCollection) GetMetadataOk ¶ added in v1.22.0
func (o *EndpointDeprecationNoticeCollection) GetMetadataOk() (*PagingMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*EndpointDeprecationNoticeCollection) GetName ¶ added in v1.22.0
func (o *EndpointDeprecationNoticeCollection) GetName() string
GetName returns the Name field value
func (*EndpointDeprecationNoticeCollection) GetNameOk ¶ added in v1.22.0
func (o *EndpointDeprecationNoticeCollection) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*EndpointDeprecationNoticeCollection) GetTitle ¶ added in v1.22.0
func (o *EndpointDeprecationNoticeCollection) GetTitle() string
GetTitle returns the Title field value
func (*EndpointDeprecationNoticeCollection) GetTitleOk ¶ added in v1.22.0
func (o *EndpointDeprecationNoticeCollection) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (*EndpointDeprecationNoticeCollection) HasEmbedded ¶ added in v1.22.0
func (o *EndpointDeprecationNoticeCollection) HasEmbedded() bool
HasEmbedded returns a boolean if a field has been set.
func (EndpointDeprecationNoticeCollection) MarshalJSON ¶ added in v1.22.0
func (o EndpointDeprecationNoticeCollection) MarshalJSON() ([]byte, error)
func (*EndpointDeprecationNoticeCollection) SetEmbedded ¶ added in v1.22.0
func (o *EndpointDeprecationNoticeCollection) SetEmbedded(v EmbeddedEndpointDeprecationNoticeItems)
SetEmbedded gets a reference to the given EmbeddedEndpointDeprecationNoticeItems and assigns it to the Embedded field.
func (*EndpointDeprecationNoticeCollection) SetLinks ¶ added in v1.22.0
func (o *EndpointDeprecationNoticeCollection) SetLinks(v HalSimpleCollectionLinks)
SetLinks sets field value
func (*EndpointDeprecationNoticeCollection) SetMetadata ¶ added in v1.22.0
func (o *EndpointDeprecationNoticeCollection) SetMetadata(v PagingMetadata)
SetMetadata sets field value
func (*EndpointDeprecationNoticeCollection) SetName ¶ added in v1.22.0
func (o *EndpointDeprecationNoticeCollection) SetName(v string)
SetName sets field value
func (*EndpointDeprecationNoticeCollection) SetTitle ¶ added in v1.22.0
func (o *EndpointDeprecationNoticeCollection) SetTitle(v string)
SetTitle sets field value
func (EndpointDeprecationNoticeCollection) ToMap ¶ added in v1.22.0
func (o EndpointDeprecationNoticeCollection) ToMap() (map[string]interface{}, error)
func (*EndpointDeprecationNoticeCollection) UnmarshalJSON ¶ added in v1.22.0
func (o *EndpointDeprecationNoticeCollection) UnmarshalJSON(data []byte) (err error)
type EndpointDeprecationNoticeLinks ¶ added in v1.22.0
type EndpointDeprecationNoticeLinks struct {
Collection *HalLinkData `json:"collection,omitempty"`
Self HalLinkData `json:"self"`
}
EndpointDeprecationNoticeLinks The `collection` link corresponds to the collection containing this notice
func NewEndpointDeprecationNoticeLinks ¶ added in v1.22.0
func NewEndpointDeprecationNoticeLinks(self HalLinkData) *EndpointDeprecationNoticeLinks
NewEndpointDeprecationNoticeLinks instantiates a new EndpointDeprecationNoticeLinks 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 NewEndpointDeprecationNoticeLinksWithDefaults ¶ added in v1.22.0
func NewEndpointDeprecationNoticeLinksWithDefaults() *EndpointDeprecationNoticeLinks
NewEndpointDeprecationNoticeLinksWithDefaults instantiates a new EndpointDeprecationNoticeLinks 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 (*EndpointDeprecationNoticeLinks) GetCollection ¶ added in v1.22.0
func (o *EndpointDeprecationNoticeLinks) GetCollection() HalLinkData
GetCollection returns the Collection field value if set, zero value otherwise.
func (*EndpointDeprecationNoticeLinks) GetCollectionOk ¶ added in v1.22.0
func (o *EndpointDeprecationNoticeLinks) GetCollectionOk() (*HalLinkData, bool)
GetCollectionOk returns a tuple with the Collection field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EndpointDeprecationNoticeLinks) GetSelf ¶ added in v1.22.0
func (o *EndpointDeprecationNoticeLinks) GetSelf() HalLinkData
GetSelf returns the Self field value
func (*EndpointDeprecationNoticeLinks) GetSelfOk ¶ added in v1.22.0
func (o *EndpointDeprecationNoticeLinks) GetSelfOk() (*HalLinkData, bool)
GetSelfOk returns a tuple with the Self field value and a boolean to check if the value has been set.
func (*EndpointDeprecationNoticeLinks) HasCollection ¶ added in v1.22.0
func (o *EndpointDeprecationNoticeLinks) HasCollection() bool
HasCollection returns a boolean if a field has been set.
func (EndpointDeprecationNoticeLinks) MarshalJSON ¶ added in v1.22.0
func (o EndpointDeprecationNoticeLinks) MarshalJSON() ([]byte, error)
func (*EndpointDeprecationNoticeLinks) SetCollection ¶ added in v1.22.0
func (o *EndpointDeprecationNoticeLinks) SetCollection(v HalLinkData)
SetCollection gets a reference to the given HalLinkData and assigns it to the Collection field.
func (*EndpointDeprecationNoticeLinks) SetSelf ¶ added in v1.22.0
func (o *EndpointDeprecationNoticeLinks) SetSelf(v HalLinkData)
SetSelf sets field value
func (EndpointDeprecationNoticeLinks) ToMap ¶ added in v1.22.0
func (o EndpointDeprecationNoticeLinks) ToMap() (map[string]interface{}, error)
func (*EndpointDeprecationNoticeLinks) UnmarshalJSON ¶ added in v1.22.0
func (o *EndpointDeprecationNoticeLinks) UnmarshalJSON(data []byte) (err error)
type EntitlementsListFeedItem ¶ added in v1.67.0
type EntitlementsListFeedItem struct {
Links NullableHalFeedLinks `json:"_links"`
Metadata NullablePagingMetadata `json:"_metadata"`
// A list of resource instances and the operations a user is allowed to perform on each.
Items []InstancePermissionItem `json:"items"`
// The list of allowed CRUDL operations for a resource owner. A resource owner is usually the user who created the resource, or someone who has been given ownership responsibilities—such as managing the the lifecycle of a resource.
OwnerOperations []PermissionOperation `json:"ownerOperations,omitempty"`
}
EntitlementsListFeedItem struct for EntitlementsListFeedItem
func NewEntitlementsListFeedItem ¶ added in v1.67.0
func NewEntitlementsListFeedItem(links NullableHalFeedLinks, metadata NullablePagingMetadata, items []InstancePermissionItem) *EntitlementsListFeedItem
NewEntitlementsListFeedItem instantiates a new EntitlementsListFeedItem 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 NewEntitlementsListFeedItemWithDefaults ¶ added in v1.67.0
func NewEntitlementsListFeedItemWithDefaults() *EntitlementsListFeedItem
NewEntitlementsListFeedItemWithDefaults instantiates a new EntitlementsListFeedItem 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 (*EntitlementsListFeedItem) GetItems ¶ added in v1.67.0
func (o *EntitlementsListFeedItem) GetItems() []InstancePermissionItem
GetItems returns the Items field value If the value is explicit nil, the zero value for []InstancePermissionItem will be returned
func (*EntitlementsListFeedItem) GetItemsOk ¶ added in v1.67.0
func (o *EntitlementsListFeedItem) GetItemsOk() ([]InstancePermissionItem, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*EntitlementsListFeedItem) GetLinks ¶ added in v1.67.0
func (o *EntitlementsListFeedItem) GetLinks() HalFeedLinks
GetLinks returns the Links field value If the value is explicit nil, the zero value for HalFeedLinks will be returned
func (*EntitlementsListFeedItem) GetLinksOk ¶ added in v1.67.0
func (o *EntitlementsListFeedItem) GetLinksOk() (*HalFeedLinks, bool)
GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*EntitlementsListFeedItem) GetMetadata ¶ added in v1.67.0
func (o *EntitlementsListFeedItem) GetMetadata() PagingMetadata
GetMetadata returns the Metadata field value If the value is explicit nil, the zero value for PagingMetadata will be returned
func (*EntitlementsListFeedItem) GetMetadataOk ¶ added in v1.67.0
func (o *EntitlementsListFeedItem) GetMetadataOk() (*PagingMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*EntitlementsListFeedItem) GetOwnerOperations ¶ added in v1.67.0
func (o *EntitlementsListFeedItem) GetOwnerOperations() []PermissionOperation
GetOwnerOperations returns the OwnerOperations field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EntitlementsListFeedItem) GetOwnerOperationsOk ¶ added in v1.67.0
func (o *EntitlementsListFeedItem) GetOwnerOperationsOk() ([]PermissionOperation, bool)
GetOwnerOperationsOk returns a tuple with the OwnerOperations field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*EntitlementsListFeedItem) HasOwnerOperations ¶ added in v1.67.0
func (o *EntitlementsListFeedItem) HasOwnerOperations() bool
HasOwnerOperations returns a boolean if a field has been set.
func (EntitlementsListFeedItem) MarshalJSON ¶ added in v1.67.0
func (o EntitlementsListFeedItem) MarshalJSON() ([]byte, error)
func (*EntitlementsListFeedItem) SetItems ¶ added in v1.67.0
func (o *EntitlementsListFeedItem) SetItems(v []InstancePermissionItem)
SetItems sets field value
func (*EntitlementsListFeedItem) SetLinks ¶ added in v1.67.0
func (o *EntitlementsListFeedItem) SetLinks(v HalFeedLinks)
SetLinks sets field value
func (*EntitlementsListFeedItem) SetMetadata ¶ added in v1.67.0
func (o *EntitlementsListFeedItem) SetMetadata(v PagingMetadata)
SetMetadata sets field value
func (*EntitlementsListFeedItem) SetOwnerOperations ¶ added in v1.67.0
func (o *EntitlementsListFeedItem) SetOwnerOperations(v []PermissionOperation)
SetOwnerOperations gets a reference to the given []PermissionOperation and assigns it to the OwnerOperations field.
func (EntitlementsListFeedItem) ToMap ¶ added in v1.67.0
func (o EntitlementsListFeedItem) ToMap() (map[string]interface{}, error)
func (*EntitlementsListFeedItem) UnmarshalJSON ¶ added in v1.67.0
func (o *EntitlementsListFeedItem) UnmarshalJSON(data []byte) (err error)
type EntitlementsListRequest ¶ added in v1.67.0
type EntitlementsListRequest struct {
// The list of CRUDL operations to check.
Operations []PermissionOperation `json:"operations,omitempty"`
// The type of resource for which permission is being checked. This should only refer to items and not collections.
ResourceType string `json:"resourceType"`
// The API token of the user requesting access. This can be a JWT or an internal access token.
Token string `json:"token"`
}
EntitlementsListRequest struct for EntitlementsListRequest
func NewEntitlementsListRequest ¶ added in v1.67.0
func NewEntitlementsListRequest(resourceType string, token string) *EntitlementsListRequest
NewEntitlementsListRequest instantiates a new EntitlementsListRequest 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 NewEntitlementsListRequestWithDefaults ¶ added in v1.67.0
func NewEntitlementsListRequestWithDefaults() *EntitlementsListRequest
NewEntitlementsListRequestWithDefaults instantiates a new EntitlementsListRequest 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 (*EntitlementsListRequest) GetOperations ¶ added in v1.67.0
func (o *EntitlementsListRequest) GetOperations() []PermissionOperation
GetOperations returns the Operations field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EntitlementsListRequest) GetOperationsOk ¶ added in v1.67.0
func (o *EntitlementsListRequest) GetOperationsOk() ([]PermissionOperation, bool)
GetOperationsOk returns a tuple with the Operations field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*EntitlementsListRequest) GetResourceType ¶ added in v1.67.0
func (o *EntitlementsListRequest) GetResourceType() string
GetResourceType returns the ResourceType field value
func (*EntitlementsListRequest) GetResourceTypeOk ¶ added in v1.67.0
func (o *EntitlementsListRequest) GetResourceTypeOk() (*string, bool)
GetResourceTypeOk returns a tuple with the ResourceType field value and a boolean to check if the value has been set.
func (*EntitlementsListRequest) GetToken ¶ added in v1.67.0
func (o *EntitlementsListRequest) GetToken() string
GetToken returns the Token field value
func (*EntitlementsListRequest) GetTokenOk ¶ added in v1.67.0
func (o *EntitlementsListRequest) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field value and a boolean to check if the value has been set.
func (*EntitlementsListRequest) HasOperations ¶ added in v1.67.0
func (o *EntitlementsListRequest) HasOperations() bool
HasOperations returns a boolean if a field has been set.
func (EntitlementsListRequest) MarshalJSON ¶ added in v1.67.0
func (o EntitlementsListRequest) MarshalJSON() ([]byte, error)
func (*EntitlementsListRequest) SetOperations ¶ added in v1.67.0
func (o *EntitlementsListRequest) SetOperations(v []PermissionOperation)
SetOperations gets a reference to the given []PermissionOperation and assigns it to the Operations field.
func (*EntitlementsListRequest) SetResourceType ¶ added in v1.67.0
func (o *EntitlementsListRequest) SetResourceType(v string)
SetResourceType sets field value
func (*EntitlementsListRequest) SetToken ¶ added in v1.67.0
func (o *EntitlementsListRequest) SetToken(v string)
SetToken sets field value
func (EntitlementsListRequest) ToMap ¶ added in v1.67.0
func (o EntitlementsListRequest) ToMap() (map[string]interface{}, error)
func (*EntitlementsListRequest) UnmarshalJSON ¶ added in v1.67.0
func (o *EntitlementsListRequest) UnmarshalJSON(data []byte) (err error)
type ErrorResponse ¶
type ErrorResponse struct {
// Fields in the request that failed validation [Optional].
Fields []FieldObject `json:"fields,omitempty"`
// HTTP Status Code
HttpStatusCode int32 `json:"httpStatusCode"`
// A human readable message, which should provide an explanation and possible corrective actions.
Message string `json:"message"`
// Request ID that could be used to identify the error in logs.
RequestId string `json:"requestId"`
}
ErrorResponse struct for ErrorResponse
func NewErrorResponse ¶
func NewErrorResponse(httpStatusCode int32, message string, requestId string) *ErrorResponse
NewErrorResponse instantiates a new ErrorResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewErrorResponseWithDefaults ¶
func NewErrorResponseWithDefaults() *ErrorResponse
NewErrorResponseWithDefaults instantiates a new ErrorResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ErrorResponse) GetFields ¶
func (o *ErrorResponse) GetFields() []FieldObject
GetFields returns the Fields field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ErrorResponse) GetFieldsOk ¶
func (o *ErrorResponse) GetFieldsOk() ([]FieldObject, bool)
GetFieldsOk returns a tuple with the Fields field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ErrorResponse) GetHttpStatusCode ¶
func (o *ErrorResponse) GetHttpStatusCode() int32
GetHttpStatusCode returns the HttpStatusCode field value
func (*ErrorResponse) GetHttpStatusCodeOk ¶
func (o *ErrorResponse) GetHttpStatusCodeOk() (*int32, bool)
GetHttpStatusCodeOk returns a tuple with the HttpStatusCode field value and a boolean to check if the value has been set.
func (*ErrorResponse) GetMessage ¶
func (o *ErrorResponse) GetMessage() string
GetMessage returns the Message field value
func (*ErrorResponse) GetMessageOk ¶
func (o *ErrorResponse) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (*ErrorResponse) GetRequestId ¶
func (o *ErrorResponse) GetRequestId() string
GetRequestId returns the RequestId field value
func (*ErrorResponse) GetRequestIdOk ¶
func (o *ErrorResponse) GetRequestIdOk() (*string, bool)
GetRequestIdOk returns a tuple with the RequestId field value and a boolean to check if the value has been set.
func (*ErrorResponse) HasFields ¶
func (o *ErrorResponse) HasFields() bool
HasFields returns a boolean if a field has been set.
func (ErrorResponse) MarshalJSON ¶
func (o ErrorResponse) MarshalJSON() ([]byte, error)
func (*ErrorResponse) SetFields ¶
func (o *ErrorResponse) SetFields(v []FieldObject)
SetFields gets a reference to the given []FieldObject and assigns it to the Fields field.
func (*ErrorResponse) SetHttpStatusCode ¶
func (o *ErrorResponse) SetHttpStatusCode(v int32)
SetHttpStatusCode sets field value
func (*ErrorResponse) SetMessage ¶
func (o *ErrorResponse) SetMessage(v string)
SetMessage sets field value
func (*ErrorResponse) SetRequestId ¶
func (o *ErrorResponse) SetRequestId(v string)
SetRequestId sets field value
func (ErrorResponse) ToMap ¶ added in v1.22.0
func (o ErrorResponse) ToMap() (map[string]interface{}, error)
func (*ErrorResponse) UnmarshalJSON ¶ added in v1.22.0
func (o *ErrorResponse) UnmarshalJSON(data []byte) (err error)
type FPGAAPIService ¶ added in v1.62.0
type FPGAAPIService service
FPGAAPIService FPGAAPI service
func (*FPGAAPIService) SunsetFpga ¶ added in v1.62.0
func (a *FPGAAPIService) SunsetFpga(ctx context.Context, fpgaName string) ApiSunsetFpgaRequest
SunsetFpga Initiate the sunsetting of the FPGA as part of a decommission
Initiate the sunsetting of the FPGA which will result on a full decommissioning
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param fpgaName Unique ID of an FPGA. @return ApiSunsetFpgaRequest
func (*FPGAAPIService) SunsetFpgaExecute ¶ added in v1.62.0
func (a *FPGAAPIService) SunsetFpgaExecute(r ApiSunsetFpgaRequest) (*FPGAJobItem, *http.Response, error)
Execute executes the request
@return FPGAJobItem
type FPGAAdminAPIService ¶ added in v1.57.0
type FPGAAdminAPIService service
FPGAAdminAPIService FPGAAdminAPI service
func (*FPGAAdminAPIService) AddFPGAAdmin ¶ added in v1.57.0
func (a *FPGAAdminAPIService) AddFPGAAdmin(ctx context.Context) ApiAddFPGAAdminRequest
AddFPGAAdmin Add a user to the FPGA admin group
Adds a user to the FPGA admin group to allow management of the FPGA system
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiAddFPGAAdminRequest
func (*FPGAAdminAPIService) AddFPGAAdminExecute ¶ added in v1.57.0
func (a *FPGAAdminAPIService) AddFPGAAdminExecute(r ApiAddFPGAAdminRequest) (*FPGAAdminItem, *http.Response, error)
Execute executes the request
@return FPGAAdminItem
func (*FPGAAdminAPIService) ListFPGAAdmins ¶ added in v1.57.0
func (a *FPGAAdminAPIService) ListFPGAAdmins(ctx context.Context) ApiListFPGAAdminsRequest
ListFPGAAdmins List all the members of the FPGA admin group
This returns a collection of all the users that are permitted to manage the FPGA system.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListFPGAAdminsRequest
func (*FPGAAdminAPIService) ListFPGAAdminsExecute ¶ added in v1.57.0
func (a *FPGAAdminAPIService) ListFPGAAdminsExecute(r ApiListFPGAAdminsRequest) (*FPGAAdminCollection, *http.Response, error)
Execute executes the request
@return FPGAAdminCollection
func (*FPGAAdminAPIService) RemoveFPGAAdmin ¶ added in v1.57.0
func (a *FPGAAdminAPIService) RemoveFPGAAdmin(ctx context.Context, fpgaAdminName string) ApiRemoveFPGAAdminRequest
RemoveFPGAAdmin Remove a user from the FPGA admin group
Remove a user from the FPGA admin group to prevent anymore management of the FPGA system.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param fpgaAdminName Unique user ID a member of the FPGA admin group. @return ApiRemoveFPGAAdminRequest
func (*FPGAAdminAPIService) RemoveFPGAAdminExecute ¶ added in v1.57.0
func (a *FPGAAdminAPIService) RemoveFPGAAdminExecute(r ApiRemoveFPGAAdminRequest) (*http.Response, error)
Execute executes the request
type FPGAAdminCollection ¶ added in v1.57.0
type FPGAAdminCollection struct {
Embedded *EmbeddedFPGAAdminItem `json:"_embedded,omitempty"`
Links NullableHalCollectionLinks `json:"_links"`
Metadata NullablePagingMetadata `json:"_metadata"`
// ID of the Collection.
Name string `json:"name" validate:"regexp=[a-zA-Z0-9\\\\-\\"._~%!$&\\\\'(){}\\\\[£<>|\\\\]*+,;=:@]+"`
// Human readable title of the collection.
Title string `json:"title"`
}
FPGAAdminCollection This collection resource follows the common pattern of linking to contained resources. Optionally, rather than linking to other resources, it can embed then into the collection to reduce the number of round trips to the server (at the expense of caching). In file system terms, it is similar to a directory but only contains links to (or embeds) a single type of resource.
func NewFPGAAdminCollection ¶ added in v1.57.0
func NewFPGAAdminCollection(links NullableHalCollectionLinks, metadata NullablePagingMetadata, name string, title string) *FPGAAdminCollection
NewFPGAAdminCollection instantiates a new FPGAAdminCollection 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 NewFPGAAdminCollectionWithDefaults ¶ added in v1.57.0
func NewFPGAAdminCollectionWithDefaults() *FPGAAdminCollection
NewFPGAAdminCollectionWithDefaults instantiates a new FPGAAdminCollection 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 (*FPGAAdminCollection) FetchLinks ¶ added in v1.57.0
func (o *FPGAAdminCollection) FetchLinks() (links any, err error)
FetchLinks returns the resource links if present
func (*FPGAAdminCollection) FetchName ¶ added in v1.57.0
func (o *FPGAAdminCollection) FetchName() (string, error)
FetchName returns the resource name if present, or else an error
func (*FPGAAdminCollection) FetchTitle ¶ added in v1.57.0
func (o *FPGAAdminCollection) FetchTitle() (string, error)
FetchTitle returns the resource title if present, or else an error
func (*FPGAAdminCollection) FetchType ¶ added in v1.57.0
func (o *FPGAAdminCollection) FetchType() string
FetchType returns the resource type
func (*FPGAAdminCollection) GetEmbedded ¶ added in v1.57.0
func (o *FPGAAdminCollection) GetEmbedded() EmbeddedFPGAAdminItem
GetEmbedded returns the Embedded field value if set, zero value otherwise.
func (*FPGAAdminCollection) GetEmbeddedOk ¶ added in v1.57.0
func (o *FPGAAdminCollection) GetEmbeddedOk() (*EmbeddedFPGAAdminItem, bool)
GetEmbeddedOk returns a tuple with the Embedded field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FPGAAdminCollection) GetItemCount ¶ added in v1.57.0
func (o *FPGAAdminCollection) GetItemCount() (count int64, err error)
func (*FPGAAdminCollection) GetItemIterator ¶ added in v1.57.0
func (o *FPGAAdminCollection) GetItemIterator() (IIterator, error)
func (*FPGAAdminCollection) GetLinks ¶ added in v1.57.0
func (o *FPGAAdminCollection) GetLinks() HalCollectionLinks
GetLinks returns the Links field value If the value is explicit nil, the zero value for HalCollectionLinks will be returned
func (*FPGAAdminCollection) GetLinksOk ¶ added in v1.57.0
func (o *FPGAAdminCollection) GetLinksOk() (*HalCollectionLinks, bool)
GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*FPGAAdminCollection) GetMetadata ¶ added in v1.57.0
func (o *FPGAAdminCollection) GetMetadata() PagingMetadata
GetMetadata returns the Metadata field value If the value is explicit nil, the zero value for PagingMetadata will be returned
func (*FPGAAdminCollection) GetMetadataOk ¶ added in v1.57.0
func (o *FPGAAdminCollection) GetMetadataOk() (*PagingMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*FPGAAdminCollection) GetName ¶ added in v1.57.0
func (o *FPGAAdminCollection) GetName() string
GetName returns the Name field value
func (*FPGAAdminCollection) GetNameOk ¶ added in v1.57.0
func (o *FPGAAdminCollection) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*FPGAAdminCollection) GetTitle ¶ added in v1.57.0
func (o *FPGAAdminCollection) GetTitle() string
GetTitle returns the Title field value
func (*FPGAAdminCollection) GetTitleOk ¶ added in v1.57.0
func (o *FPGAAdminCollection) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (*FPGAAdminCollection) HasEmbedded ¶ added in v1.57.0
func (o *FPGAAdminCollection) HasEmbedded() bool
HasEmbedded returns a boolean if a field has been set.
func (*FPGAAdminCollection) HasNext ¶ added in v1.57.0
func (o *FPGAAdminCollection) HasNext() bool
func (FPGAAdminCollection) MarshalJSON ¶ added in v1.57.0
func (o FPGAAdminCollection) MarshalJSON() ([]byte, error)
func (*FPGAAdminCollection) SetEmbedded ¶ added in v1.57.0
func (o *FPGAAdminCollection) SetEmbedded(v EmbeddedFPGAAdminItem)
SetEmbedded gets a reference to the given EmbeddedFPGAAdminItem and assigns it to the Embedded field.
func (*FPGAAdminCollection) SetLinks ¶ added in v1.57.0
func (o *FPGAAdminCollection) SetLinks(v HalCollectionLinks)
SetLinks sets field value
func (*FPGAAdminCollection) SetMetadata ¶ added in v1.57.0
func (o *FPGAAdminCollection) SetMetadata(v PagingMetadata)
SetMetadata sets field value
func (*FPGAAdminCollection) SetName ¶ added in v1.57.0
func (o *FPGAAdminCollection) SetName(v string)
SetName sets field value
func (*FPGAAdminCollection) SetTitle ¶ added in v1.57.0
func (o *FPGAAdminCollection) SetTitle(v string)
SetTitle sets field value
func (FPGAAdminCollection) ToMap ¶ added in v1.57.0
func (o FPGAAdminCollection) ToMap() (map[string]interface{}, error)
func (*FPGAAdminCollection) UnmarshalJSON ¶ added in v1.57.0
func (o *FPGAAdminCollection) UnmarshalJSON(data []byte) (err error)
type FPGAAdminItem ¶ added in v1.57.0
type FPGAAdminItem struct {
Links NullableFPGAAdminItemLinks `json:"_links"`
Metadata NullableCommonMetadata `json:"_metadata"`
// The unique identifier of the user
Name string `json:"name"`
// Optional human-readable name of the FPGA admin member.
Title NullableString `json:"title,omitempty"`
}
FPGAAdminItem struct for FPGAAdminItem
func NewFPGAAdminItem ¶ added in v1.57.0
func NewFPGAAdminItem(links NullableFPGAAdminItemLinks, metadata NullableCommonMetadata, name string) *FPGAAdminItem
NewFPGAAdminItem instantiates a new FPGAAdminItem 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 NewFPGAAdminItemWithDefaults ¶ added in v1.57.0
func NewFPGAAdminItemWithDefaults() *FPGAAdminItem
NewFPGAAdminItemWithDefaults instantiates a new FPGAAdminItem 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 (*FPGAAdminItem) FetchLinks ¶ added in v1.57.0
func (o *FPGAAdminItem) FetchLinks() (links any, err error)
FetchLinks returns the resource links if present
func (*FPGAAdminItem) FetchName ¶ added in v1.57.0
func (o *FPGAAdminItem) FetchName() (string, error)
FetchName returns the resource name if present, or else an error
func (*FPGAAdminItem) FetchTitle ¶ added in v1.57.0
func (o *FPGAAdminItem) FetchTitle() (string, error)
FetchTitle returns the resource title if present, or else an error
func (*FPGAAdminItem) FetchType ¶ added in v1.57.0
func (o *FPGAAdminItem) FetchType() string
FetchType returns the resource type
func (*FPGAAdminItem) GetLinks ¶ added in v1.57.0
func (o *FPGAAdminItem) GetLinks() FPGAAdminItemLinks
GetLinks returns the Links field value If the value is explicit nil, the zero value for FPGAAdminItemLinks will be returned
func (*FPGAAdminItem) GetLinksOk ¶ added in v1.57.0
func (o *FPGAAdminItem) GetLinksOk() (*FPGAAdminItemLinks, bool)
GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*FPGAAdminItem) GetMetadata ¶ added in v1.57.0
func (o *FPGAAdminItem) GetMetadata() CommonMetadata
GetMetadata returns the Metadata field value If the value is explicit nil, the zero value for CommonMetadata will be returned
func (*FPGAAdminItem) GetMetadataOk ¶ added in v1.57.0
func (o *FPGAAdminItem) GetMetadataOk() (*CommonMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*FPGAAdminItem) GetName ¶ added in v1.57.0
func (o *FPGAAdminItem) GetName() string
GetName returns the Name field value
func (*FPGAAdminItem) GetNameOk ¶ added in v1.57.0
func (o *FPGAAdminItem) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*FPGAAdminItem) GetTitle ¶ added in v1.57.0
func (o *FPGAAdminItem) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise (both if not set or set to explicit null).
func (*FPGAAdminItem) GetTitleOk ¶ added in v1.57.0
func (o *FPGAAdminItem) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*FPGAAdminItem) HasTitle ¶ added in v1.57.0
func (o *FPGAAdminItem) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (FPGAAdminItem) MarshalJSON ¶ added in v1.57.0
func (o FPGAAdminItem) MarshalJSON() ([]byte, error)
func (*FPGAAdminItem) SetLinks ¶ added in v1.57.0
func (o *FPGAAdminItem) SetLinks(v FPGAAdminItemLinks)
SetLinks sets field value
func (*FPGAAdminItem) SetMetadata ¶ added in v1.57.0
func (o *FPGAAdminItem) SetMetadata(v CommonMetadata)
SetMetadata sets field value
func (*FPGAAdminItem) SetName ¶ added in v1.57.0
func (o *FPGAAdminItem) SetName(v string)
SetName sets field value
func (*FPGAAdminItem) SetTitle ¶ added in v1.57.0
func (o *FPGAAdminItem) SetTitle(v string)
SetTitle gets a reference to the given NullableString and assigns it to the Title field.
func (*FPGAAdminItem) SetTitleNil ¶ added in v1.57.0
func (o *FPGAAdminItem) SetTitleNil()
SetTitleNil sets the value for Title to be an explicit nil
func (FPGAAdminItem) ToMap ¶ added in v1.57.0
func (o FPGAAdminItem) ToMap() (map[string]interface{}, error)
func (*FPGAAdminItem) UnmarshalJSON ¶ added in v1.57.0
func (o *FPGAAdminItem) UnmarshalJSON(data []byte) (err error)
func (*FPGAAdminItem) UnsetTitle ¶ added in v1.57.0
func (o *FPGAAdminItem) UnsetTitle()
UnsetTitle ensures that no value is present for Title, not even an explicit nil
type FPGAAdminItemLinks ¶ added in v1.57.0
type FPGAAdminItemLinks struct {
Self HalLinkData `json:"self"`
}
FPGAAdminItemLinks The `self` link can be used to get this resource.
func NewFPGAAdminItemLinks ¶ added in v1.57.0
func NewFPGAAdminItemLinks(self HalLinkData) *FPGAAdminItemLinks
NewFPGAAdminItemLinks instantiates a new FPGAAdminItemLinks 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 NewFPGAAdminItemLinksWithDefaults ¶ added in v1.57.0
func NewFPGAAdminItemLinksWithDefaults() *FPGAAdminItemLinks
NewFPGAAdminItemLinksWithDefaults instantiates a new FPGAAdminItemLinks 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 (*FPGAAdminItemLinks) GetSelf ¶ added in v1.57.0
func (o *FPGAAdminItemLinks) GetSelf() HalLinkData
GetSelf returns the Self field value
func (*FPGAAdminItemLinks) GetSelfOk ¶ added in v1.57.0
func (o *FPGAAdminItemLinks) GetSelfOk() (*HalLinkData, bool)
GetSelfOk returns a tuple with the Self field value and a boolean to check if the value has been set.
func (FPGAAdminItemLinks) MarshalJSON ¶ added in v1.57.0
func (o FPGAAdminItemLinks) MarshalJSON() ([]byte, error)
func (*FPGAAdminItemLinks) SetSelf ¶ added in v1.57.0
func (o *FPGAAdminItemLinks) SetSelf(v HalLinkData)
SetSelf sets field value
func (FPGAAdminItemLinks) ToMap ¶ added in v1.57.0
func (o FPGAAdminItemLinks) ToMap() (map[string]interface{}, error)
func (*FPGAAdminItemLinks) UnmarshalJSON ¶ added in v1.57.0
func (o *FPGAAdminItemLinks) UnmarshalJSON(data []byte) (err error)
type FPGAAdminIterator ¶ added in v1.57.0
type FPGAAdminIterator struct {
// contains filtered or unexported fields
}
FPGAAdminIterator defines an iterator over a collection.
func (*FPGAAdminIterator) GetNext ¶ added in v1.57.0
func (m *FPGAAdminIterator) GetNext() (item any, err error)
func (*FPGAAdminIterator) HasNext ¶ added in v1.57.0
func (m *FPGAAdminIterator) HasNext() bool
type FPGACollection ¶ added in v1.44.0
type FPGACollection struct {
Embedded *EmbeddedFPGAItems `json:"_embedded,omitempty"`
Links NullableFPGACollectionLinks `json:"_links"`
Metadata NullablePagingMetadata `json:"_metadata"`
// ID of the Collection.
Name string `json:"name" validate:"regexp=[a-zA-Z0-9\\\\-\\"._~%!$&\\\\'(){}\\\\[£<>|\\\\]*+,;=:@]+"`
// Human readable title of the collection.
Title string `json:"title"`
}
FPGACollection This collection resource follows the common pattern of linking to contained resources. Optionally, rather than linking to other resources, it can embed then into the collection to reduce the number of round trips to the server (at the expense of caching). In file system terms, it is similar to a directory but only contains links to (or embeds) a single type of resource.
func NewFPGACollection ¶ added in v1.44.0
func NewFPGACollection(links NullableFPGACollectionLinks, metadata NullablePagingMetadata, name string, title string) *FPGACollection
NewFPGACollection instantiates a new FPGACollection 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 NewFPGACollectionWithDefaults ¶ added in v1.44.0
func NewFPGACollectionWithDefaults() *FPGACollection
NewFPGACollectionWithDefaults instantiates a new FPGACollection 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 (*FPGACollection) FetchLinks ¶ added in v1.44.0
func (o *FPGACollection) FetchLinks() (links any, err error)
FetchLinks returns the resource links if present
func (*FPGACollection) FetchName ¶ added in v1.44.0
func (o *FPGACollection) FetchName() (string, error)
FetchName returns the resource name if present, or else an error
func (*FPGACollection) FetchTitle ¶ added in v1.44.0
func (o *FPGACollection) FetchTitle() (string, error)
FetchTitle returns the resource title if present, or else an error
func (*FPGACollection) FetchType ¶ added in v1.44.0
func (o *FPGACollection) FetchType() string
FetchType returns the resource type
func (*FPGACollection) GetEmbedded ¶ added in v1.44.0
func (o *FPGACollection) GetEmbedded() EmbeddedFPGAItems
GetEmbedded returns the Embedded field value if set, zero value otherwise.
func (*FPGACollection) GetEmbeddedOk ¶ added in v1.44.0
func (o *FPGACollection) GetEmbeddedOk() (*EmbeddedFPGAItems, bool)
GetEmbeddedOk returns a tuple with the Embedded field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FPGACollection) GetItemCount ¶ added in v1.44.0
func (o *FPGACollection) GetItemCount() (count int64, err error)
func (*FPGACollection) GetItemIterator ¶ added in v1.44.0
func (o *FPGACollection) GetItemIterator() (IIterator, error)
func (*FPGACollection) GetLinks ¶ added in v1.44.0
func (o *FPGACollection) GetLinks() FPGACollectionLinks
GetLinks returns the Links field value If the value is explicit nil, the zero value for FPGACollectionLinks will be returned
func (*FPGACollection) GetLinksOk ¶ added in v1.44.0
func (o *FPGACollection) GetLinksOk() (*FPGACollectionLinks, bool)
GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*FPGACollection) GetMetadata ¶ added in v1.44.0
func (o *FPGACollection) GetMetadata() PagingMetadata
GetMetadata returns the Metadata field value If the value is explicit nil, the zero value for PagingMetadata will be returned
func (*FPGACollection) GetMetadataOk ¶ added in v1.44.0
func (o *FPGACollection) GetMetadataOk() (*PagingMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*FPGACollection) GetName ¶ added in v1.44.0
func (o *FPGACollection) GetName() string
GetName returns the Name field value
func (*FPGACollection) GetNameOk ¶ added in v1.44.0
func (o *FPGACollection) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*FPGACollection) GetTitle ¶ added in v1.44.0
func (o *FPGACollection) GetTitle() string
GetTitle returns the Title field value
func (*FPGACollection) GetTitleOk ¶ added in v1.44.0
func (o *FPGACollection) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (*FPGACollection) HasEmbedded ¶ added in v1.44.0
func (o *FPGACollection) HasEmbedded() bool
HasEmbedded returns a boolean if a field has been set.
func (*FPGACollection) HasNext ¶ added in v1.44.0
func (o *FPGACollection) HasNext() bool
func (FPGACollection) MarshalJSON ¶ added in v1.44.0
func (o FPGACollection) MarshalJSON() ([]byte, error)
func (*FPGACollection) SetEmbedded ¶ added in v1.44.0
func (o *FPGACollection) SetEmbedded(v EmbeddedFPGAItems)
SetEmbedded gets a reference to the given EmbeddedFPGAItems and assigns it to the Embedded field.
func (*FPGACollection) SetLinks ¶ added in v1.44.0
func (o *FPGACollection) SetLinks(v FPGACollectionLinks)
SetLinks sets field value
func (*FPGACollection) SetMetadata ¶ added in v1.44.0
func (o *FPGACollection) SetMetadata(v PagingMetadata)
SetMetadata sets field value
func (*FPGACollection) SetName ¶ added in v1.44.0
func (o *FPGACollection) SetName(v string)
SetName sets field value
func (*FPGACollection) SetTitle ¶ added in v1.44.0
func (o *FPGACollection) SetTitle(v string)
SetTitle sets field value
func (FPGACollection) ToMap ¶ added in v1.44.0
func (o FPGACollection) ToMap() (map[string]interface{}, error)
func (*FPGACollection) UnmarshalJSON ¶ added in v1.44.0
func (o *FPGACollection) UnmarshalJSON(data []byte) (err error)
type FPGACollectionLinks ¶ added in v1.45.0
type FPGACollectionLinks struct {
Alternate *HalLinkData `json:"alternate,omitempty"`
Create *HalLinkData `json:"create,omitempty"`
Embedded *HalLinkData `json:"embedded,omitempty"`
First *HalLinkData `json:"first,omitempty"`
Item []HalLinkData `json:"item,omitempty"`
Last *HalLinkData `json:"last,omitempty"`
Next *HalLinkData `json:"next,omitempty"`
Prev *HalLinkData `json:"prev,omitempty"`
Self HalLinkData `json:"self"`
Simple *HalLinkData `json:"simple,omitempty"`
}
FPGACollectionLinks These hypermedia links inside a collection resource allow contained resources to be discovered and for large collections to be paged through. - The `item` link relation contains a list of resources contained in the collection. If there is a `next` or `previous` link present then not all the resources in the collection are currently being shown. - The `first` link points to the first page of a feed resource, this will not be be present if the entire resource has been returned in the current page. - The `last` link points to the last page of a feed resource, this will not be be present if the entire resource has been returned in the current page. - The `prev` link points to the previous page in the resource, this will not be present if the current page is the first (or only page) page. - The `next` link points to the next page in the resource, this will not be present if the current page is the last (or only page) page. - The `simple` link relation will be present in embedded representations to retrieve a non embedded representation of the current context. - The `alternate` link relation is a simple templated URI to allow page selection by a client. - The `embedded` link relation is an embedded representation of the current (non-embedded context). - The `create` link provides the URI where an FPGA can be provisioned
func NewFPGACollectionLinks ¶ added in v1.45.0
func NewFPGACollectionLinks(self HalLinkData) *FPGACollectionLinks
NewFPGACollectionLinks instantiates a new FPGACollectionLinks 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 NewFPGACollectionLinksWithDefaults ¶ added in v1.45.0
func NewFPGACollectionLinksWithDefaults() *FPGACollectionLinks
NewFPGACollectionLinksWithDefaults instantiates a new FPGACollectionLinks 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 (*FPGACollectionLinks) GetAlternate ¶ added in v1.45.0
func (o *FPGACollectionLinks) GetAlternate() HalLinkData
GetAlternate returns the Alternate field value if set, zero value otherwise.
func (*FPGACollectionLinks) GetAlternateOk ¶ added in v1.45.0
func (o *FPGACollectionLinks) GetAlternateOk() (*HalLinkData, bool)
GetAlternateOk returns a tuple with the Alternate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FPGACollectionLinks) GetCreate ¶ added in v1.45.0
func (o *FPGACollectionLinks) GetCreate() HalLinkData
GetCreate returns the Create field value if set, zero value otherwise.
func (*FPGACollectionLinks) GetCreateOk ¶ added in v1.45.0
func (o *FPGACollectionLinks) GetCreateOk() (*HalLinkData, bool)
GetCreateOk returns a tuple with the Create field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FPGACollectionLinks) GetEmbedded ¶ added in v1.45.0
func (o *FPGACollectionLinks) GetEmbedded() HalLinkData
GetEmbedded returns the Embedded field value if set, zero value otherwise.
func (*FPGACollectionLinks) GetEmbeddedOk ¶ added in v1.45.0
func (o *FPGACollectionLinks) GetEmbeddedOk() (*HalLinkData, bool)
GetEmbeddedOk returns a tuple with the Embedded field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FPGACollectionLinks) GetFirst ¶ added in v1.45.0
func (o *FPGACollectionLinks) GetFirst() HalLinkData
GetFirst returns the First field value if set, zero value otherwise.
func (*FPGACollectionLinks) GetFirstOk ¶ added in v1.45.0
func (o *FPGACollectionLinks) GetFirstOk() (*HalLinkData, bool)
GetFirstOk returns a tuple with the First field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FPGACollectionLinks) GetItem ¶ added in v1.45.0
func (o *FPGACollectionLinks) GetItem() []HalLinkData
GetItem returns the Item field value if set, zero value otherwise.
func (*FPGACollectionLinks) GetItemOk ¶ added in v1.45.0
func (o *FPGACollectionLinks) GetItemOk() ([]HalLinkData, bool)
GetItemOk returns a tuple with the Item field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FPGACollectionLinks) GetLast ¶ added in v1.45.0
func (o *FPGACollectionLinks) GetLast() HalLinkData
GetLast returns the Last field value if set, zero value otherwise.
func (*FPGACollectionLinks) GetLastOk ¶ added in v1.45.0
func (o *FPGACollectionLinks) GetLastOk() (*HalLinkData, bool)
GetLastOk returns a tuple with the Last field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FPGACollectionLinks) GetNext ¶ added in v1.45.0
func (o *FPGACollectionLinks) GetNext() HalLinkData
GetNext returns the Next field value if set, zero value otherwise.
func (*FPGACollectionLinks) GetNextOk ¶ added in v1.45.0
func (o *FPGACollectionLinks) GetNextOk() (*HalLinkData, bool)
GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FPGACollectionLinks) GetPrev ¶ added in v1.45.0
func (o *FPGACollectionLinks) GetPrev() HalLinkData
GetPrev returns the Prev field value if set, zero value otherwise.
func (*FPGACollectionLinks) GetPrevOk ¶ added in v1.45.0
func (o *FPGACollectionLinks) GetPrevOk() (*HalLinkData, 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 (*FPGACollectionLinks) GetSelf ¶ added in v1.45.0
func (o *FPGACollectionLinks) GetSelf() HalLinkData
GetSelf returns the Self field value
func (*FPGACollectionLinks) GetSelfOk ¶ added in v1.45.0
func (o *FPGACollectionLinks) GetSelfOk() (*HalLinkData, bool)
GetSelfOk returns a tuple with the Self field value and a boolean to check if the value has been set.
func (*FPGACollectionLinks) GetSimple ¶ added in v1.45.0
func (o *FPGACollectionLinks) GetSimple() HalLinkData
GetSimple returns the Simple field value if set, zero value otherwise.
func (*FPGACollectionLinks) GetSimpleOk ¶ added in v1.45.0
func (o *FPGACollectionLinks) GetSimpleOk() (*HalLinkData, bool)
GetSimpleOk returns a tuple with the Simple field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FPGACollectionLinks) HasAlternate ¶ added in v1.45.0
func (o *FPGACollectionLinks) HasAlternate() bool
HasAlternate returns a boolean if a field has been set.
func (*FPGACollectionLinks) HasCreate ¶ added in v1.45.0
func (o *FPGACollectionLinks) HasCreate() bool
HasCreate returns a boolean if a field has been set.
func (*FPGACollectionLinks) HasEmbedded ¶ added in v1.45.0
func (o *FPGACollectionLinks) HasEmbedded() bool
HasEmbedded returns a boolean if a field has been set.
func (*FPGACollectionLinks) HasFirst ¶ added in v1.45.0
func (o *FPGACollectionLinks) HasFirst() bool
HasFirst returns a boolean if a field has been set.
func (*FPGACollectionLinks) HasItem ¶ added in v1.45.0
func (o *FPGACollectionLinks) HasItem() bool
HasItem returns a boolean if a field has been set.
func (*FPGACollectionLinks) HasLast ¶ added in v1.45.0
func (o *FPGACollectionLinks) HasLast() bool
HasLast returns a boolean if a field has been set.
func (*FPGACollectionLinks) HasNext ¶ added in v1.45.0
func (o *FPGACollectionLinks) HasNext() bool
HasNext returns a boolean if a field has been set.
func (*FPGACollectionLinks) HasPrev ¶ added in v1.45.0
func (o *FPGACollectionLinks) HasPrev() bool
HasPrev returns a boolean if a field has been set.
func (*FPGACollectionLinks) HasSimple ¶ added in v1.45.0
func (o *FPGACollectionLinks) HasSimple() bool
HasSimple returns a boolean if a field has been set.
func (FPGACollectionLinks) MarshalJSON ¶ added in v1.45.0
func (o FPGACollectionLinks) MarshalJSON() ([]byte, error)
func (*FPGACollectionLinks) SetAlternate ¶ added in v1.45.0
func (o *FPGACollectionLinks) SetAlternate(v HalLinkData)
SetAlternate gets a reference to the given HalLinkData and assigns it to the Alternate field.
func (*FPGACollectionLinks) SetCreate ¶ added in v1.45.0
func (o *FPGACollectionLinks) SetCreate(v HalLinkData)
SetCreate gets a reference to the given HalLinkData and assigns it to the Create field.
func (*FPGACollectionLinks) SetEmbedded ¶ added in v1.45.0
func (o *FPGACollectionLinks) SetEmbedded(v HalLinkData)
SetEmbedded gets a reference to the given HalLinkData and assigns it to the Embedded field.
func (*FPGACollectionLinks) SetFirst ¶ added in v1.45.0
func (o *FPGACollectionLinks) SetFirst(v HalLinkData)
SetFirst gets a reference to the given HalLinkData and assigns it to the First field.
func (*FPGACollectionLinks) SetItem ¶ added in v1.45.0
func (o *FPGACollectionLinks) SetItem(v []HalLinkData)
SetItem gets a reference to the given []HalLinkData and assigns it to the Item field.
func (*FPGACollectionLinks) SetLast ¶ added in v1.45.0
func (o *FPGACollectionLinks) SetLast(v HalLinkData)
SetLast gets a reference to the given HalLinkData and assigns it to the Last field.
func (*FPGACollectionLinks) SetNext ¶ added in v1.45.0
func (o *FPGACollectionLinks) SetNext(v HalLinkData)
SetNext gets a reference to the given HalLinkData and assigns it to the Next field.
func (*FPGACollectionLinks) SetPrev ¶ added in v1.45.0
func (o *FPGACollectionLinks) SetPrev(v HalLinkData)
SetPrev gets a reference to the given HalLinkData and assigns it to the Prev field.
func (*FPGACollectionLinks) SetSelf ¶ added in v1.45.0
func (o *FPGACollectionLinks) SetSelf(v HalLinkData)
SetSelf sets field value
func (*FPGACollectionLinks) SetSimple ¶ added in v1.45.0
func (o *FPGACollectionLinks) SetSimple(v HalLinkData)
SetSimple gets a reference to the given HalLinkData and assigns it to the Simple field.
func (FPGACollectionLinks) ToMap ¶ added in v1.45.0
func (o FPGACollectionLinks) ToMap() (map[string]interface{}, error)
func (*FPGACollectionLinks) UnmarshalJSON ¶ added in v1.45.0
func (o *FPGACollectionLinks) UnmarshalJSON(data []byte) (err error)
type FPGAConnectionAPIService ¶ added in v1.44.0
type FPGAConnectionAPIService service
FPGAConnectionAPIService FPGAConnectionAPI service
func (*FPGAConnectionAPIService) FollowFpgaConnectionsLink ¶ added in v1.46.0
func (a *FPGAConnectionAPIService) FollowFpgaConnectionsLink(r *ApiListFpgaConnectionsRequest, link string) (*FPGAConnectionCollection, *http.Response, error)
Follows a collection link. This function is based on the `ListFpgaConnectionsExecute` function, with one key difference: instead of using a fixed endpoint path, `localVarPath` is defined as the base URL + the `link` provided in the arguments.
func (*FPGAConnectionAPIService) GetFpgaConnection ¶ added in v1.44.0
func (a *FPGAConnectionAPIService) GetFpgaConnection(ctx context.Context, fpgaName string) ApiGetFpgaConnectionRequest
GetFpgaConnection Get connection information
Return information about a particular connection
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param fpgaName The FPGA to initiate an interactive session with @return ApiGetFpgaConnectionRequest
func (*FPGAConnectionAPIService) GetFpgaConnectionExecute ¶ added in v1.44.0
func (a *FPGAConnectionAPIService) GetFpgaConnectionExecute(r ApiGetFpgaConnectionRequest) (*FPGAConnectionItem, *http.Response, error)
Execute executes the request
@return FPGAConnectionItem
func (*FPGAConnectionAPIService) ListFpgaConnections ¶ added in v1.44.0
func (a *FPGAConnectionAPIService) ListFpgaConnections(ctx context.Context) ApiListFpgaConnectionsRequest
ListFpgaConnections List available FPGA connections.
This returns a collection resource that lists all of the FPGA connections.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListFpgaConnectionsRequest
func (*FPGAConnectionAPIService) ListFpgaConnectionsExecute ¶ added in v1.44.0
func (a *FPGAConnectionAPIService) ListFpgaConnectionsExecute(r ApiListFpgaConnectionsRequest) (*FPGAConnectionCollection, *http.Response, error)
Execute executes the request
@return FPGAConnectionCollection
func (*FPGAConnectionAPIService) StartFpgaConnection ¶ added in v1.44.0
func (a *FPGAConnectionAPIService) StartFpgaConnection(ctx context.Context, fpgaName string, jobName string) ApiStartFpgaConnectionRequest
StartFpgaConnection starts a websocket connection
A websocket handshake response
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param fpgaName The FPGA to initiate an interactive session with @param jobName The interactive job this connection is associated with @return ApiStartFpgaConnectionRequest
func (*FPGAConnectionAPIService) StartFpgaConnectionExecute ¶ added in v1.44.0
func (a *FPGAConnectionAPIService) StartFpgaConnectionExecute(r ApiStartFpgaConnectionRequest) (*os.File, *http.Response, error)
Execute executes the request
@return *os.File
func (*FPGAConnectionAPIService) StartFpgaConnectionRegardlessOfJob ¶ added in v1.90.0
func (a *FPGAConnectionAPIService) StartFpgaConnectionRegardlessOfJob(ctx context.Context, fpgaName string) ApiStartFpgaConnectionRegardlessOfJobRequest
StartFpgaConnectionRegardlessOfJob starts a websocket connection
A websocket handshake response
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param fpgaName The FPGA to initiate an interactive session with @return ApiStartFpgaConnectionRegardlessOfJobRequest
func (*FPGAConnectionAPIService) StartFpgaConnectionRegardlessOfJobExecute ¶ added in v1.90.0
func (a *FPGAConnectionAPIService) StartFpgaConnectionRegardlessOfJobExecute(r ApiStartFpgaConnectionRegardlessOfJobRequest) (*os.File, *http.Response, error)
Execute executes the request
@return *os.File
func (*FPGAConnectionAPIService) TerminateFpgaConnection ¶ added in v1.44.0
func (a *FPGAConnectionAPIService) TerminateFpgaConnection(ctx context.Context, fpgaName string) ApiTerminateFpgaConnectionRequest
TerminateFpgaConnection Terminates all websocket connections to the application running on the FPGA
This will terminate all websocket connections to the application running on the FPGA
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param fpgaName The FPGA to initiate an interactive session with @return ApiTerminateFpgaConnectionRequest
func (*FPGAConnectionAPIService) TerminateFpgaConnectionExecute ¶ added in v1.44.0
func (a *FPGAConnectionAPIService) TerminateFpgaConnectionExecute(r ApiTerminateFpgaConnectionRequest) (*FPGAConnectionItem, *http.Response, error)
Execute executes the request
@return FPGAConnectionItem
type FPGAConnectionCollection ¶ added in v1.44.0
type FPGAConnectionCollection struct {
Embedded *EmbeddedFPGAConnectionItems `json:"_embedded,omitempty"`
Links NullableHalCollectionLinks `json:"_links"`
Metadata NullablePagingMetadata `json:"_metadata"`
// ID of the Collection.
Name string `json:"name" validate:"regexp=[a-zA-Z0-9\\\\-\\"._~%!$&\\\\'(){}\\\\[£<>|\\\\]*+,;=:@]+"`
// Human readable title of the collection.
Title string `json:"title"`
}
FPGAConnectionCollection This collection resource follows the common pattern of linking to contained resources. Optionally, rather than linking to other resources, it can embed then into the collection to reduce the number of round trips to the server (at the expense of caching). In file system terms, it is similar to a directory but only contains links to (or embeds) a single type of resource.
func NewFPGAConnectionCollection ¶ added in v1.44.0
func NewFPGAConnectionCollection(links NullableHalCollectionLinks, metadata NullablePagingMetadata, name string, title string) *FPGAConnectionCollection
NewFPGAConnectionCollection instantiates a new FPGAConnectionCollection 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 NewFPGAConnectionCollectionWithDefaults ¶ added in v1.44.0
func NewFPGAConnectionCollectionWithDefaults() *FPGAConnectionCollection
NewFPGAConnectionCollectionWithDefaults instantiates a new FPGAConnectionCollection 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 (*FPGAConnectionCollection) FetchLinks ¶ added in v1.44.0
func (o *FPGAConnectionCollection) FetchLinks() (links any, err error)
FetchLinks returns the resource links if present
func (*FPGAConnectionCollection) FetchName ¶ added in v1.44.0
func (o *FPGAConnectionCollection) FetchName() (string, error)
FetchName returns the resource name if present, or else an error
func (*FPGAConnectionCollection) FetchTitle ¶ added in v1.44.0
func (o *FPGAConnectionCollection) FetchTitle() (string, error)
FetchTitle returns the resource title if present, or else an error
func (*FPGAConnectionCollection) FetchType ¶ added in v1.44.0
func (o *FPGAConnectionCollection) FetchType() string
FetchType returns the resource type
func (*FPGAConnectionCollection) GetEmbedded ¶ added in v1.44.0
func (o *FPGAConnectionCollection) GetEmbedded() EmbeddedFPGAConnectionItems
GetEmbedded returns the Embedded field value if set, zero value otherwise.
func (*FPGAConnectionCollection) GetEmbeddedOk ¶ added in v1.44.0
func (o *FPGAConnectionCollection) GetEmbeddedOk() (*EmbeddedFPGAConnectionItems, bool)
GetEmbeddedOk returns a tuple with the Embedded field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FPGAConnectionCollection) GetItemCount ¶ added in v1.44.0
func (o *FPGAConnectionCollection) GetItemCount() (count int64, err error)
func (*FPGAConnectionCollection) GetItemIterator ¶ added in v1.44.0
func (o *FPGAConnectionCollection) GetItemIterator() (IIterator, error)
func (*FPGAConnectionCollection) GetLinks ¶ added in v1.44.0
func (o *FPGAConnectionCollection) GetLinks() HalCollectionLinks
GetLinks returns the Links field value If the value is explicit nil, the zero value for HalCollectionLinks will be returned
func (*FPGAConnectionCollection) GetLinksOk ¶ added in v1.44.0
func (o *FPGAConnectionCollection) GetLinksOk() (*HalCollectionLinks, bool)
GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*FPGAConnectionCollection) GetMetadata ¶ added in v1.44.0
func (o *FPGAConnectionCollection) GetMetadata() PagingMetadata
GetMetadata returns the Metadata field value If the value is explicit nil, the zero value for PagingMetadata will be returned
func (*FPGAConnectionCollection) GetMetadataOk ¶ added in v1.44.0
func (o *FPGAConnectionCollection) GetMetadataOk() (*PagingMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*FPGAConnectionCollection) GetName ¶ added in v1.44.0
func (o *FPGAConnectionCollection) GetName() string
GetName returns the Name field value
func (*FPGAConnectionCollection) GetNameOk ¶ added in v1.44.0
func (o *FPGAConnectionCollection) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*FPGAConnectionCollection) GetTitle ¶ added in v1.44.0
func (o *FPGAConnectionCollection) GetTitle() string
GetTitle returns the Title field value
func (*FPGAConnectionCollection) GetTitleOk ¶ added in v1.44.0
func (o *FPGAConnectionCollection) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (*FPGAConnectionCollection) HasEmbedded ¶ added in v1.44.0
func (o *FPGAConnectionCollection) HasEmbedded() bool
HasEmbedded returns a boolean if a field has been set.
func (*FPGAConnectionCollection) HasNext ¶ added in v1.44.0
func (o *FPGAConnectionCollection) HasNext() bool
func (FPGAConnectionCollection) MarshalJSON ¶ added in v1.44.0
func (o FPGAConnectionCollection) MarshalJSON() ([]byte, error)
func (*FPGAConnectionCollection) SetEmbedded ¶ added in v1.44.0
func (o *FPGAConnectionCollection) SetEmbedded(v EmbeddedFPGAConnectionItems)
SetEmbedded gets a reference to the given EmbeddedFPGAConnectionItems and assigns it to the Embedded field.
func (*FPGAConnectionCollection) SetLinks ¶ added in v1.44.0
func (o *FPGAConnectionCollection) SetLinks(v HalCollectionLinks)
SetLinks sets field value
func (*FPGAConnectionCollection) SetMetadata ¶ added in v1.44.0
func (o *FPGAConnectionCollection) SetMetadata(v PagingMetadata)
SetMetadata sets field value
func (*FPGAConnectionCollection) SetName ¶ added in v1.44.0
func (o *FPGAConnectionCollection) SetName(v string)
SetName sets field value
func (*FPGAConnectionCollection) SetTitle ¶ added in v1.44.0
func (o *FPGAConnectionCollection) SetTitle(v string)
SetTitle sets field value
func (FPGAConnectionCollection) ToMap ¶ added in v1.44.0
func (o FPGAConnectionCollection) ToMap() (map[string]interface{}, error)
func (*FPGAConnectionCollection) UnmarshalJSON ¶ added in v1.44.0
func (o *FPGAConnectionCollection) UnmarshalJSON(data []byte) (err error)
type FPGAConnectionItem ¶ added in v1.44.0
type FPGAConnectionItem struct {
Links NullableFPGAConnectionItemLinks `json:"_links"`
Metadata NullableCommonMetadata `json:"_metadata"`
// Number of current connections from this API instance using this channel.
Count *int32 `json:"count,omitempty"`
// The identifier of the FPGA connection.
Name string `json:"name"`
// Human readable description of the connection
Title *string `json:"title,omitempty"`
}
FPGAConnectionItem struct for FPGAConnectionItem
func NewFPGAConnectionItem ¶ added in v1.44.0
func NewFPGAConnectionItem(links NullableFPGAConnectionItemLinks, metadata NullableCommonMetadata, name string) *FPGAConnectionItem
NewFPGAConnectionItem instantiates a new FPGAConnectionItem 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 NewFPGAConnectionItemWithDefaults ¶ added in v1.44.0
func NewFPGAConnectionItemWithDefaults() *FPGAConnectionItem
NewFPGAConnectionItemWithDefaults instantiates a new FPGAConnectionItem 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 (*FPGAConnectionItem) FetchLinks ¶ added in v1.44.0
func (o *FPGAConnectionItem) FetchLinks() (links any, err error)
FetchLinks returns the resource links if present
func (*FPGAConnectionItem) FetchName ¶ added in v1.44.0
func (o *FPGAConnectionItem) FetchName() (string, error)
FetchName returns the resource name if present, or else an error
func (*FPGAConnectionItem) FetchTitle ¶ added in v1.44.0
func (o *FPGAConnectionItem) FetchTitle() (string, error)
FetchTitle returns the resource title if present, or else an error
func (*FPGAConnectionItem) FetchType ¶ added in v1.44.0
func (o *FPGAConnectionItem) FetchType() string
FetchType returns the resource type
func (*FPGAConnectionItem) GetCount ¶ added in v1.44.0
func (o *FPGAConnectionItem) GetCount() int32
GetCount returns the Count field value if set, zero value otherwise.
func (*FPGAConnectionItem) GetCountOk ¶ added in v1.44.0
func (o *FPGAConnectionItem) GetCountOk() (*int32, bool)
GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FPGAConnectionItem) GetLinks ¶ added in v1.44.0
func (o *FPGAConnectionItem) GetLinks() FPGAConnectionItemLinks
GetLinks returns the Links field value If the value is explicit nil, the zero value for FPGAConnectionItemLinks will be returned
func (*FPGAConnectionItem) GetLinksOk ¶ added in v1.44.0
func (o *FPGAConnectionItem) GetLinksOk() (*FPGAConnectionItemLinks, bool)
GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*FPGAConnectionItem) GetMetadata ¶ added in v1.44.0
func (o *FPGAConnectionItem) GetMetadata() CommonMetadata
GetMetadata returns the Metadata field value If the value is explicit nil, the zero value for CommonMetadata will be returned
func (*FPGAConnectionItem) GetMetadataOk ¶ added in v1.44.0
func (o *FPGAConnectionItem) GetMetadataOk() (*CommonMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*FPGAConnectionItem) GetName ¶ added in v1.44.0
func (o *FPGAConnectionItem) GetName() string
GetName returns the Name field value
func (*FPGAConnectionItem) GetNameOk ¶ added in v1.44.0
func (o *FPGAConnectionItem) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*FPGAConnectionItem) GetTitle ¶ added in v1.44.0
func (o *FPGAConnectionItem) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*FPGAConnectionItem) GetTitleOk ¶ added in v1.44.0
func (o *FPGAConnectionItem) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FPGAConnectionItem) HasCount ¶ added in v1.44.0
func (o *FPGAConnectionItem) HasCount() bool
HasCount returns a boolean if a field has been set.
func (*FPGAConnectionItem) HasTitle ¶ added in v1.44.0
func (o *FPGAConnectionItem) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (FPGAConnectionItem) MarshalJSON ¶ added in v1.44.0
func (o FPGAConnectionItem) MarshalJSON() ([]byte, error)
func (*FPGAConnectionItem) SetCount ¶ added in v1.44.0
func (o *FPGAConnectionItem) SetCount(v int32)
SetCount gets a reference to the given int32 and assigns it to the Count field.
func (*FPGAConnectionItem) SetLinks ¶ added in v1.44.0
func (o *FPGAConnectionItem) SetLinks(v FPGAConnectionItemLinks)
SetLinks sets field value
func (*FPGAConnectionItem) SetMetadata ¶ added in v1.44.0
func (o *FPGAConnectionItem) SetMetadata(v CommonMetadata)
SetMetadata sets field value
func (*FPGAConnectionItem) SetName ¶ added in v1.44.0
func (o *FPGAConnectionItem) SetName(v string)
SetName sets field value
func (*FPGAConnectionItem) SetTitle ¶ added in v1.44.0
func (o *FPGAConnectionItem) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (FPGAConnectionItem) ToMap ¶ added in v1.44.0
func (o FPGAConnectionItem) ToMap() (map[string]interface{}, error)
func (*FPGAConnectionItem) UnmarshalJSON ¶ added in v1.44.0
func (o *FPGAConnectionItem) UnmarshalJSON(data []byte) (err error)
type FPGAConnectionItemLinks ¶ added in v1.44.0
type FPGAConnectionItemLinks struct {
Connect *HalLinkData `json:"connect,omitempty"`
Related *HalLinkData `json:"related,omitempty"`
Self HalLinkData `json:"self"`
}
FPGAConnectionItemLinks The `related` link indicates the FPGA application being connected to. The `connect` link points to where to initiate the connection handshake.
func NewFPGAConnectionItemLinks ¶ added in v1.44.0
func NewFPGAConnectionItemLinks(self HalLinkData) *FPGAConnectionItemLinks
NewFPGAConnectionItemLinks instantiates a new FPGAConnectionItemLinks 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 NewFPGAConnectionItemLinksWithDefaults ¶ added in v1.44.0
func NewFPGAConnectionItemLinksWithDefaults() *FPGAConnectionItemLinks
NewFPGAConnectionItemLinksWithDefaults instantiates a new FPGAConnectionItemLinks 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 (*FPGAConnectionItemLinks) GetConnect ¶ added in v1.44.0
func (o *FPGAConnectionItemLinks) GetConnect() HalLinkData
GetConnect returns the Connect field value if set, zero value otherwise.
func (*FPGAConnectionItemLinks) GetConnectOk ¶ added in v1.44.0
func (o *FPGAConnectionItemLinks) GetConnectOk() (*HalLinkData, bool)
GetConnectOk returns a tuple with the Connect field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FPGAConnectionItemLinks) GetRelated ¶ added in v1.44.0
func (o *FPGAConnectionItemLinks) GetRelated() HalLinkData
GetRelated returns the Related field value if set, zero value otherwise.
func (*FPGAConnectionItemLinks) GetRelatedOk ¶ added in v1.44.0
func (o *FPGAConnectionItemLinks) GetRelatedOk() (*HalLinkData, bool)
GetRelatedOk returns a tuple with the Related field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FPGAConnectionItemLinks) GetSelf ¶ added in v1.44.0
func (o *FPGAConnectionItemLinks) GetSelf() HalLinkData
GetSelf returns the Self field value
func (*FPGAConnectionItemLinks) GetSelfOk ¶ added in v1.44.0
func (o *FPGAConnectionItemLinks) GetSelfOk() (*HalLinkData, bool)
GetSelfOk returns a tuple with the Self field value and a boolean to check if the value has been set.
func (*FPGAConnectionItemLinks) HasConnect ¶ added in v1.44.0
func (o *FPGAConnectionItemLinks) HasConnect() bool
HasConnect returns a boolean if a field has been set.
func (*FPGAConnectionItemLinks) HasRelated ¶ added in v1.44.0
func (o *FPGAConnectionItemLinks) HasRelated() bool
HasRelated returns a boolean if a field has been set.
func (FPGAConnectionItemLinks) MarshalJSON ¶ added in v1.44.0
func (o FPGAConnectionItemLinks) MarshalJSON() ([]byte, error)
func (*FPGAConnectionItemLinks) SetConnect ¶ added in v1.44.0
func (o *FPGAConnectionItemLinks) SetConnect(v HalLinkData)
SetConnect gets a reference to the given HalLinkData and assigns it to the Connect field.
func (*FPGAConnectionItemLinks) SetRelated ¶ added in v1.44.0
func (o *FPGAConnectionItemLinks) SetRelated(v HalLinkData)
SetRelated gets a reference to the given HalLinkData and assigns it to the Related field.
func (*FPGAConnectionItemLinks) SetSelf ¶ added in v1.44.0
func (o *FPGAConnectionItemLinks) SetSelf(v HalLinkData)
SetSelf sets field value
func (FPGAConnectionItemLinks) ToMap ¶ added in v1.44.0
func (o FPGAConnectionItemLinks) ToMap() (map[string]interface{}, error)
func (*FPGAConnectionItemLinks) UnmarshalJSON ¶ added in v1.44.0
func (o *FPGAConnectionItemLinks) UnmarshalJSON(data []byte) (err error)
type FPGAConnectionIterator ¶ added in v1.44.0
type FPGAConnectionIterator struct {
// contains filtered or unexported fields
}
FPGAConnectionIterator defines an iterator over a collection.
func (*FPGAConnectionIterator) GetNext ¶ added in v1.44.0
func (m *FPGAConnectionIterator) GetNext() (item any, err error)
func (*FPGAConnectionIterator) HasNext ¶ added in v1.44.0
func (m *FPGAConnectionIterator) HasNext() bool
type FPGAEntitlementItem ¶ added in v1.57.0
type FPGAEntitlementItem struct {
Links NullableFPGAEntitlementItemLinks `json:"_links"`
Metadata NullableCommonMetadata `json:"_metadata"`
// A list of FPGA resource identifiers that the entitlement provides access to.
Fpgas []string `json:"fpgas"`
// The unique identifier of the resource instance.
Name string `json:"name"`
// A list of Repository resource identifiers that the entitlement provides access to.
Repositories []string `json:"repositories"`
// A list of user emails permitted to access the FPGA.
Users []string `json:"users"`
}
FPGAEntitlementItem struct for FPGAEntitlementItem
func NewFPGAEntitlementItem ¶ added in v1.57.0
func NewFPGAEntitlementItem(links NullableFPGAEntitlementItemLinks, metadata NullableCommonMetadata, fpgas []string, name string, repositories []string, users []string) *FPGAEntitlementItem
NewFPGAEntitlementItem instantiates a new FPGAEntitlementItem 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 NewFPGAEntitlementItemWithDefaults ¶ added in v1.57.0
func NewFPGAEntitlementItemWithDefaults() *FPGAEntitlementItem
NewFPGAEntitlementItemWithDefaults instantiates a new FPGAEntitlementItem 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 (*FPGAEntitlementItem) GetFpgas ¶ added in v1.73.0
func (o *FPGAEntitlementItem) GetFpgas() []string
GetFpgas returns the Fpgas field value
func (*FPGAEntitlementItem) GetFpgasOk ¶ added in v1.73.0
func (o *FPGAEntitlementItem) GetFpgasOk() ([]string, bool)
GetFpgasOk returns a tuple with the Fpgas field value and a boolean to check if the value has been set.
func (*FPGAEntitlementItem) GetLinks ¶ added in v1.57.0
func (o *FPGAEntitlementItem) GetLinks() FPGAEntitlementItemLinks
GetLinks returns the Links field value If the value is explicit nil, the zero value for FPGAEntitlementItemLinks will be returned
func (*FPGAEntitlementItem) GetLinksOk ¶ added in v1.57.0
func (o *FPGAEntitlementItem) GetLinksOk() (*FPGAEntitlementItemLinks, bool)
GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*FPGAEntitlementItem) GetMetadata ¶ added in v1.57.0
func (o *FPGAEntitlementItem) GetMetadata() CommonMetadata
GetMetadata returns the Metadata field value If the value is explicit nil, the zero value for CommonMetadata will be returned
func (*FPGAEntitlementItem) GetMetadataOk ¶ added in v1.57.0
func (o *FPGAEntitlementItem) GetMetadataOk() (*CommonMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*FPGAEntitlementItem) GetName ¶ added in v1.57.0
func (o *FPGAEntitlementItem) GetName() string
GetName returns the Name field value
func (*FPGAEntitlementItem) GetNameOk ¶ added in v1.57.0
func (o *FPGAEntitlementItem) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*FPGAEntitlementItem) GetRepositories ¶ added in v1.72.0
func (o *FPGAEntitlementItem) GetRepositories() []string
GetRepositories returns the Repositories field value
func (*FPGAEntitlementItem) GetRepositoriesOk ¶ added in v1.72.0
func (o *FPGAEntitlementItem) GetRepositoriesOk() ([]string, bool)
GetRepositoriesOk returns a tuple with the Repositories field value and a boolean to check if the value has been set.
func (*FPGAEntitlementItem) GetUsers ¶ added in v1.57.0
func (o *FPGAEntitlementItem) GetUsers() []string
GetUsers returns the Users field value
func (*FPGAEntitlementItem) GetUsersOk ¶ added in v1.57.0
func (o *FPGAEntitlementItem) GetUsersOk() ([]string, bool)
GetUsersOk returns a tuple with the Users field value and a boolean to check if the value has been set.
func (FPGAEntitlementItem) MarshalJSON ¶ added in v1.57.0
func (o FPGAEntitlementItem) MarshalJSON() ([]byte, error)
func (*FPGAEntitlementItem) SetFpgas ¶ added in v1.73.0
func (o *FPGAEntitlementItem) SetFpgas(v []string)
SetFpgas sets field value
func (*FPGAEntitlementItem) SetLinks ¶ added in v1.57.0
func (o *FPGAEntitlementItem) SetLinks(v FPGAEntitlementItemLinks)
SetLinks sets field value
func (*FPGAEntitlementItem) SetMetadata ¶ added in v1.57.0
func (o *FPGAEntitlementItem) SetMetadata(v CommonMetadata)
SetMetadata sets field value
func (*FPGAEntitlementItem) SetName ¶ added in v1.57.0
func (o *FPGAEntitlementItem) SetName(v string)
SetName sets field value
func (*FPGAEntitlementItem) SetRepositories ¶ added in v1.72.0
func (o *FPGAEntitlementItem) SetRepositories(v []string)
SetRepositories sets field value
func (*FPGAEntitlementItem) SetUsers ¶ added in v1.57.0
func (o *FPGAEntitlementItem) SetUsers(v []string)
SetUsers sets field value
func (FPGAEntitlementItem) ToMap ¶ added in v1.57.0
func (o FPGAEntitlementItem) ToMap() (map[string]interface{}, error)
func (*FPGAEntitlementItem) UnmarshalJSON ¶ added in v1.57.0
func (o *FPGAEntitlementItem) UnmarshalJSON(data []byte) (err error)
type FPGAEntitlementItemLinks ¶ added in v1.57.0
type FPGAEntitlementItemLinks struct {
Self HalLinkData `json:"self"`
}
FPGAEntitlementItemLinks The `self` link can be used to get this resource.
func NewFPGAEntitlementItemLinks ¶ added in v1.57.0
func NewFPGAEntitlementItemLinks(self HalLinkData) *FPGAEntitlementItemLinks
NewFPGAEntitlementItemLinks instantiates a new FPGAEntitlementItemLinks 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 NewFPGAEntitlementItemLinksWithDefaults ¶ added in v1.57.0
func NewFPGAEntitlementItemLinksWithDefaults() *FPGAEntitlementItemLinks
NewFPGAEntitlementItemLinksWithDefaults instantiates a new FPGAEntitlementItemLinks 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 (*FPGAEntitlementItemLinks) GetSelf ¶ added in v1.57.0
func (o *FPGAEntitlementItemLinks) GetSelf() HalLinkData
GetSelf returns the Self field value
func (*FPGAEntitlementItemLinks) GetSelfOk ¶ added in v1.57.0
func (o *FPGAEntitlementItemLinks) GetSelfOk() (*HalLinkData, bool)
GetSelfOk returns a tuple with the Self field value and a boolean to check if the value has been set.
func (FPGAEntitlementItemLinks) MarshalJSON ¶ added in v1.57.0
func (o FPGAEntitlementItemLinks) MarshalJSON() ([]byte, error)
func (*FPGAEntitlementItemLinks) SetSelf ¶ added in v1.57.0
func (o *FPGAEntitlementItemLinks) SetSelf(v HalLinkData)
SetSelf sets field value
func (FPGAEntitlementItemLinks) ToMap ¶ added in v1.57.0
func (o FPGAEntitlementItemLinks) ToMap() (map[string]interface{}, error)
func (*FPGAEntitlementItemLinks) UnmarshalJSON ¶ added in v1.57.0
func (o *FPGAEntitlementItemLinks) UnmarshalJSON(data []byte) (err error)
type FPGAEntitlementsAPIService ¶ added in v1.57.0
type FPGAEntitlementsAPIService service
FPGAEntitlementsAPIService FPGAEntitlementsAPI service
func (*FPGAEntitlementsAPIService) GetFPGAEntitlement ¶ added in v1.60.0
func (a *FPGAEntitlementsAPIService) GetFPGAEntitlement(ctx context.Context, fpgaEntitlementName string) ApiGetFPGAEntitlementRequest
GetFPGAEntitlement Return details of specific FPGA entitlement.
An FPGA entitlement is a collection of permissions that enable access to resources in the FPGA service.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param fpgaEntitlementName Unique ID of the FPGA entitlement. @return ApiGetFPGAEntitlementRequest
func (*FPGAEntitlementsAPIService) GetFPGAEntitlementExecute ¶ added in v1.60.0
func (a *FPGAEntitlementsAPIService) GetFPGAEntitlementExecute(r ApiGetFPGAEntitlementRequest) (*FPGAEntitlementItem, *http.Response, error)
Execute executes the request
@return FPGAEntitlementItem
func (*FPGAEntitlementsAPIService) ListFPGAEntitlements ¶ added in v1.60.0
func (a *FPGAEntitlementsAPIService) ListFPGAEntitlements(ctx context.Context) ApiListFPGAEntitlementsRequest
ListFPGAEntitlements List all the entitlements that are managable by the FPGA admin group.
An FPGA entitlement is a collection of permissions that provide a group of users with access to components across the FPGA service.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListFPGAEntitlementsRequest
func (*FPGAEntitlementsAPIService) ListFPGAEntitlementsExecute ¶ added in v1.60.0
func (a *FPGAEntitlementsAPIService) ListFPGAEntitlementsExecute(r ApiListFPGAEntitlementsRequest) (*SimpleCollection, *http.Response, error)
Execute executes the request
@return SimpleCollection
func (*FPGAEntitlementsAPIService) RemoveFPGAEntitlement ¶ added in v1.64.0
func (a *FPGAEntitlementsAPIService) RemoveFPGAEntitlement(ctx context.Context, fpgaEntitlementName string) ApiRemoveFPGAEntitlementRequest
RemoveFPGAEntitlement Remove all the permissions associated with an FPGA entitlement
Remove all the permissions associated with an FPGA entitlement to prevent access to components of the FPGA service.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param fpgaEntitlementName Unique ID of the FPGA entitlement. @return ApiRemoveFPGAEntitlementRequest
func (*FPGAEntitlementsAPIService) RemoveFPGAEntitlementExecute ¶ added in v1.64.0
func (a *FPGAEntitlementsAPIService) RemoveFPGAEntitlementExecute(r ApiRemoveFPGAEntitlementRequest) (*http.Response, error)
Execute executes the request
func (*FPGAEntitlementsAPIService) UpdateFPGAEntitlement ¶ added in v1.57.0
func (a *FPGAEntitlementsAPIService) UpdateFPGAEntitlement(ctx context.Context) ApiUpdateFPGAEntitlementRequest
UpdateFPGAEntitlement Update an FPGA entitlement that defines which users are permitted to interact with an FPGA.
Update an FPGA entitlement that defines which users are permitted to interact with an FPGA.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiUpdateFPGAEntitlementRequest
func (*FPGAEntitlementsAPIService) UpdateFPGAEntitlementExecute ¶ added in v1.57.0
func (a *FPGAEntitlementsAPIService) UpdateFPGAEntitlementExecute(r ApiUpdateFPGAEntitlementRequest) (*FPGAEntitlementItem, *http.Response, error)
Execute executes the request
@return FPGAEntitlementItem
type FPGAItem ¶ added in v1.44.0
type FPGAItem struct {
Links NullableFPGAItemLinks `json:"_links"`
Metadata NullableCommonMetadata `json:"_metadata"`
// A list of repositories accessible from the FPGA host
AccessibleRepositories []string `json:"accessibleRepositories,omitempty"`
// Hybrid RSA AES encoded token for the agent managing this specific FPGA host
AgentAuthToken *string `json:"agentAuthToken,omitempty"`
// The name of the host machine where the agent controlling this FPGA is running
AgentHost *string `json:"agentHost,omitempty"`
// The port of the host machine where the agent controlling this FPGA is running
AgentPort *string `json:"agentPort,omitempty"`
// True if this FPGA is currently busy running a job. If this case, the `current` link should be accessible to give more details about the on-going job.
Busy bool `json:"busy"`
// True if this FPGA is scheduled to be removed from the service.
Deprecated bool `json:"deprecated"`
DeprecationInfo *DeprecationInfo `json:"deprecationInfo,omitempty"`
// Description of the FPGA configuration
Description string `json:"description"`
// A list of entitlement groups the FPGA is associated with.
EntitlementGroups []string `json:"entitlementGroups,omitempty"`
// Extra metadata describing FPGAs.
ExtraMetadata *map[string]string `json:"extraMetadata,omitempty"`
// Unique ID of this FPGA
Name string `json:"name"`
// A list of UART connections that will be read from during a job
ReadUARTConnections []FPGAUARTConnection `json:"readUARTConnections,omitempty"`
// True if this FPGA is ready to accept jobs to run.
Ready bool `json:"ready"`
Repositories *FPGAPayloadRepositories `json:"repositories,omitempty"`
// A list of targets supported for this FPGA
SupportedTargets []FPGATarget `json:"supported_targets"`
// Human readable name of the FPGA.
Title string `json:"title"`
// Hybrid RSA AES encoded worker authorisation token to use for authorising with the boundary controller
WorkerAuthToken *string `json:"workerAuthToken,omitempty"`
WriteUARTConnection *FPGAUARTConnection `json:"writeUARTConnection,omitempty"`
}
FPGAItem struct for FPGAItem
func NewFPGAItem ¶ added in v1.44.0
func NewFPGAItem(links NullableFPGAItemLinks, metadata NullableCommonMetadata, busy bool, deprecated bool, description string, name string, ready bool, supportedTargets []FPGATarget, title string) *FPGAItem
NewFPGAItem instantiates a new FPGAItem 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 NewFPGAItemWithDefaults ¶ added in v1.44.0
func NewFPGAItemWithDefaults() *FPGAItem
NewFPGAItemWithDefaults instantiates a new FPGAItem 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 (*FPGAItem) FetchLinks ¶ added in v1.44.0
FetchLinks returns the resource links if present
func (*FPGAItem) FetchName ¶ added in v1.44.0
FetchName returns the resource name if present, or else an error
func (*FPGAItem) FetchTitle ¶ added in v1.44.0
FetchTitle returns the resource title if present, or else an error
func (*FPGAItem) GetAccessibleRepositories ¶ added in v1.54.0
GetAccessibleRepositories returns the AccessibleRepositories field value if set, zero value otherwise.
func (*FPGAItem) GetAccessibleRepositoriesOk ¶ added in v1.54.0
GetAccessibleRepositoriesOk returns a tuple with the AccessibleRepositories field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FPGAItem) GetAgentAuthToken ¶ added in v1.44.0
GetAgentAuthToken returns the AgentAuthToken field value if set, zero value otherwise.