operations

package
v0.7.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 9, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bundle added in v0.7.0

type Bundle struct {
	Content  []byte `multipartForm:"content"`
	FileName string `multipartForm:"name=bundle"`
}

func (*Bundle) GetContent added in v0.7.0

func (o *Bundle) GetContent() []byte

func (*Bundle) GetFileName added in v0.7.0

func (o *Bundle) GetFileName() string

type CreateDatabaseUsingSSHRequest

type CreateDatabaseUsingSSHRequest struct {
	Referer     *string `header:"style=simple,explode=false,name=Referer"`
	RequestBody *string `request:"mediaType=*/*"`
}

func (*CreateDatabaseUsingSSHRequest) GetReferer

func (o *CreateDatabaseUsingSSHRequest) GetReferer() *string

func (*CreateDatabaseUsingSSHRequest) GetRequestBody

func (o *CreateDatabaseUsingSSHRequest) GetRequestBody() *string

type CreateDatabaseUsingSSHResponse

type CreateDatabaseUsingSSHResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateDatabaseUsingSSHResponse) GetContentType

func (o *CreateDatabaseUsingSSHResponse) GetContentType() string

func (*CreateDatabaseUsingSSHResponse) GetRawResponse

func (o *CreateDatabaseUsingSSHResponse) GetRawResponse() *http.Response

func (*CreateDatabaseUsingSSHResponse) GetStatusCode

func (o *CreateDatabaseUsingSSHResponse) GetStatusCode() int

type DeleteAPIV1AnnotationLayerAnnotationLayerIDAnnotationAnnotationIDRequest

type DeleteAPIV1AnnotationLayerAnnotationLayerIDAnnotationAnnotationIDRequest struct {
	AnnotationID      string  `pathParam:"style=simple,explode=false,name=AnnotationID"`
	AnnotationLayerID string  `pathParam:"style=simple,explode=false,name=AnnotationLayerID"`
	Referer           *string `header:"style=simple,explode=false,name=Referer"`
}

func (*DeleteAPIV1AnnotationLayerAnnotationLayerIDAnnotationAnnotationIDRequest) GetAnnotationID

func (*DeleteAPIV1AnnotationLayerAnnotationLayerIDAnnotationAnnotationIDRequest) GetAnnotationLayerID

func (*DeleteAPIV1AnnotationLayerAnnotationLayerIDAnnotationAnnotationIDRequest) GetReferer

type DeleteAPIV1AnnotationLayerAnnotationLayerIDAnnotationAnnotationIDResponse

type DeleteAPIV1AnnotationLayerAnnotationLayerIDAnnotationAnnotationIDResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteAPIV1AnnotationLayerAnnotationLayerIDAnnotationAnnotationIDResponse) GetContentType

func (*DeleteAPIV1AnnotationLayerAnnotationLayerIDAnnotationAnnotationIDResponse) GetRawResponse

func (*DeleteAPIV1AnnotationLayerAnnotationLayerIDAnnotationAnnotationIDResponse) GetStatusCode

type DeleteAPIV1AnnotationLayerAnnotationLayerIDAnnotationRequest

type DeleteAPIV1AnnotationLayerAnnotationLayerIDAnnotationRequest struct {
	AnnotationLayerID string  `pathParam:"style=simple,explode=false,name=AnnotationLayerID"`
	Referer           *string `header:"style=simple,explode=false,name=Referer"`
	// Comma separated list of Annotation IDs.
	Q *string `queryParam:"style=form,explode=true,name=q"`
}

func (*DeleteAPIV1AnnotationLayerAnnotationLayerIDAnnotationRequest) GetAnnotationLayerID

func (*DeleteAPIV1AnnotationLayerAnnotationLayerIDAnnotationRequest) GetQ

func (*DeleteAPIV1AnnotationLayerAnnotationLayerIDAnnotationRequest) GetReferer

type DeleteAPIV1AnnotationLayerAnnotationLayerIDAnnotationResponse

type DeleteAPIV1AnnotationLayerAnnotationLayerIDAnnotationResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteAPIV1AnnotationLayerAnnotationLayerIDAnnotationResponse) GetContentType

func (*DeleteAPIV1AnnotationLayerAnnotationLayerIDAnnotationResponse) GetRawResponse

func (*DeleteAPIV1AnnotationLayerAnnotationLayerIDAnnotationResponse) GetStatusCode

type DeleteAPIV1AnnotationLayerAnnotationLayerIDRequest

type DeleteAPIV1AnnotationLayerAnnotationLayerIDRequest struct {
	AnnotationLayerID string  `pathParam:"style=simple,explode=false,name=AnnotationLayerID"`
	Referer           *string `header:"style=simple,explode=false,name=Referer"`
}

func (*DeleteAPIV1AnnotationLayerAnnotationLayerIDRequest) GetAnnotationLayerID

func (*DeleteAPIV1AnnotationLayerAnnotationLayerIDRequest) GetReferer

type DeleteAPIV1AnnotationLayerAnnotationLayerIDResponse

type DeleteAPIV1AnnotationLayerAnnotationLayerIDResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteAPIV1AnnotationLayerAnnotationLayerIDResponse) GetContentType

func (*DeleteAPIV1AnnotationLayerAnnotationLayerIDResponse) GetRawResponse

func (*DeleteAPIV1AnnotationLayerAnnotationLayerIDResponse) GetStatusCode

type DeleteAPIV1AnnotationLayerRequest

type DeleteAPIV1AnnotationLayerRequest struct {
	Referer *string `header:"style=simple,explode=false,name=Referer"`
	// Comma separated list of Annotation Layer IDs.
	Q *string `queryParam:"style=form,explode=true,name=q"`
}

func (*DeleteAPIV1AnnotationLayerRequest) GetQ

func (*DeleteAPIV1AnnotationLayerRequest) GetReferer

func (o *DeleteAPIV1AnnotationLayerRequest) GetReferer() *string

type DeleteAPIV1AnnotationLayerResponse

type DeleteAPIV1AnnotationLayerResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteAPIV1AnnotationLayerResponse) GetContentType

func (o *DeleteAPIV1AnnotationLayerResponse) GetContentType() string

func (*DeleteAPIV1AnnotationLayerResponse) GetRawResponse

func (o *DeleteAPIV1AnnotationLayerResponse) GetRawResponse() *http.Response

func (*DeleteAPIV1AnnotationLayerResponse) GetStatusCode

func (o *DeleteAPIV1AnnotationLayerResponse) GetStatusCode() int

type DeleteAPIV1ChartChartIDRequest

type DeleteAPIV1ChartChartIDRequest struct {
	ChartID string  `pathParam:"style=simple,explode=false,name=ChartID"`
	Referer *string `header:"style=simple,explode=false,name=Referer"`
}

func (*DeleteAPIV1ChartChartIDRequest) GetChartID

func (o *DeleteAPIV1ChartChartIDRequest) GetChartID() string

func (*DeleteAPIV1ChartChartIDRequest) GetReferer

func (o *DeleteAPIV1ChartChartIDRequest) GetReferer() *string

type DeleteAPIV1ChartChartIDResponse

type DeleteAPIV1ChartChartIDResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteAPIV1ChartChartIDResponse) GetContentType

func (o *DeleteAPIV1ChartChartIDResponse) GetContentType() string

func (*DeleteAPIV1ChartChartIDResponse) GetRawResponse

func (o *DeleteAPIV1ChartChartIDResponse) GetRawResponse() *http.Response

func (*DeleteAPIV1ChartChartIDResponse) GetStatusCode

func (o *DeleteAPIV1ChartChartIDResponse) GetStatusCode() int

type DeleteAPIV1DashboardDashboardIDRequest

type DeleteAPIV1DashboardDashboardIDRequest struct {
	DashboardID string  `pathParam:"style=simple,explode=false,name=DashboardID"`
	Referer     *string `header:"style=simple,explode=false,name=Referer"`
}

func (*DeleteAPIV1DashboardDashboardIDRequest) GetDashboardID

func (o *DeleteAPIV1DashboardDashboardIDRequest) GetDashboardID() string

func (*DeleteAPIV1DashboardDashboardIDRequest) GetReferer

type DeleteAPIV1DashboardDashboardIDResponse

type DeleteAPIV1DashboardDashboardIDResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteAPIV1DashboardDashboardIDResponse) GetContentType

func (o *DeleteAPIV1DashboardDashboardIDResponse) GetContentType() string

func (*DeleteAPIV1DashboardDashboardIDResponse) GetRawResponse

func (*DeleteAPIV1DashboardDashboardIDResponse) GetStatusCode

func (o *DeleteAPIV1DashboardDashboardIDResponse) GetStatusCode() int

type DeleteAPIV1DatasetDatasetIDRequest

type DeleteAPIV1DatasetDatasetIDRequest struct {
	DatasetID string `pathParam:"style=simple,explode=false,name=DatasetID"`
}

func (*DeleteAPIV1DatasetDatasetIDRequest) GetDatasetID

func (o *DeleteAPIV1DatasetDatasetIDRequest) GetDatasetID() string

type DeleteAPIV1DatasetDatasetIDResponse

type DeleteAPIV1DatasetDatasetIDResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteAPIV1DatasetDatasetIDResponse) GetContentType

func (o *DeleteAPIV1DatasetDatasetIDResponse) GetContentType() string

func (*DeleteAPIV1DatasetDatasetIDResponse) GetRawResponse

func (o *DeleteAPIV1DatasetDatasetIDResponse) GetRawResponse() *http.Response

func (*DeleteAPIV1DatasetDatasetIDResponse) GetStatusCode

func (o *DeleteAPIV1DatasetDatasetIDResponse) GetStatusCode() int

type DeleteV1TeamsTeamSlugInvitesInviteIDRequest

type DeleteV1TeamsTeamSlugInvitesInviteIDRequest struct {
	InviteID string `pathParam:"style=simple,explode=false,name=InviteID"`
	TeamSlug string `pathParam:"style=simple,explode=false,name=TeamSlug"`
}

func (*DeleteV1TeamsTeamSlugInvitesInviteIDRequest) GetInviteID

func (*DeleteV1TeamsTeamSlugInvitesInviteIDRequest) GetTeamSlug

type DeleteV1TeamsTeamSlugInvitesInviteIDResponse

type DeleteV1TeamsTeamSlugInvitesInviteIDResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteV1TeamsTeamSlugInvitesInviteIDResponse) GetContentType

func (*DeleteV1TeamsTeamSlugInvitesInviteIDResponse) GetRawResponse

func (*DeleteV1TeamsTeamSlugInvitesInviteIDResponse) GetStatusCode

type DeleteV1TeamsTeamSlugMembershipsUserIDRequest

type DeleteV1TeamsTeamSlugMembershipsUserIDRequest struct {
	TeamSlug string `pathParam:"style=simple,explode=false,name=TeamSlug"`
	UserID   string `pathParam:"style=simple,explode=false,name=UserID"`
}

func (*DeleteV1TeamsTeamSlugMembershipsUserIDRequest) GetTeamSlug

func (*DeleteV1TeamsTeamSlugMembershipsUserIDRequest) GetUserID

type DeleteV1TeamsTeamSlugMembershipsUserIDResponse

type DeleteV1TeamsTeamSlugMembershipsUserIDResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteV1TeamsTeamSlugMembershipsUserIDResponse) GetContentType

func (*DeleteV1TeamsTeamSlugMembershipsUserIDResponse) GetRawResponse

func (*DeleteV1TeamsTeamSlugMembershipsUserIDResponse) GetStatusCode

type DeleteV1TeamsTeamSlugPermissionsPermissionNameGranteesRequest

type DeleteV1TeamsTeamSlugPermissionsPermissionNameGranteesRequest struct {
	PermissionName string  `pathParam:"style=simple,explode=false,name=PermissionName"`
	TeamSlug       string  `pathParam:"style=simple,explode=false,name=TeamSlug"`
	Referer        *string `header:"style=simple,explode=false,name=referer"`
}

func (*DeleteV1TeamsTeamSlugPermissionsPermissionNameGranteesRequest) GetPermissionName

func (*DeleteV1TeamsTeamSlugPermissionsPermissionNameGranteesRequest) GetReferer

func (*DeleteV1TeamsTeamSlugPermissionsPermissionNameGranteesRequest) GetTeamSlug

type DeleteV1TeamsTeamSlugPermissionsPermissionNameGranteesResponse

type DeleteV1TeamsTeamSlugPermissionsPermissionNameGranteesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteV1TeamsTeamSlugPermissionsPermissionNameGranteesResponse) GetContentType

func (*DeleteV1TeamsTeamSlugPermissionsPermissionNameGranteesResponse) GetRawResponse

func (*DeleteV1TeamsTeamSlugPermissionsPermissionNameGranteesResponse) GetStatusCode

type DeleteV1TeamsTeamSlugPermissionsPermissionNameRequest

type DeleteV1TeamsTeamSlugPermissionsPermissionNameRequest struct {
	PermissionName string `pathParam:"style=simple,explode=false,name=PermissionName"`
	TeamSlug       string `pathParam:"style=simple,explode=false,name=TeamSlug"`
}

func (*DeleteV1TeamsTeamSlugPermissionsPermissionNameRequest) GetPermissionName

func (*DeleteV1TeamsTeamSlugPermissionsPermissionNameRequest) GetTeamSlug

type DeleteV1TeamsTeamSlugPermissionsPermissionNameResponse

type DeleteV1TeamsTeamSlugPermissionsPermissionNameResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteV1TeamsTeamSlugPermissionsPermissionNameResponse) GetContentType

func (*DeleteV1TeamsTeamSlugPermissionsPermissionNameResponse) GetRawResponse

func (*DeleteV1TeamsTeamSlugPermissionsPermissionNameResponse) GetStatusCode

type FormData added in v0.7.0

type FormData struct {
	Content  []byte `multipartForm:"content"`
	FileName string `multipartForm:"name=formData"`
}

func (*FormData) GetContent added in v0.7.0

func (o *FormData) GetContent() []byte

func (*FormData) GetFileName added in v0.7.0

func (o *FormData) GetFileName() string

type GetAPIV1AnnotationLayerAnnotationLayerIDAnnotationAnnotationIDRequest

type GetAPIV1AnnotationLayerAnnotationLayerIDAnnotationAnnotationIDRequest struct {
	AnnotationID      string  `pathParam:"style=simple,explode=false,name=AnnotationID"`
	AnnotationLayerID string  `pathParam:"style=simple,explode=false,name=AnnotationLayerID"`
	Referer           *string `header:"style=simple,explode=false,name=Referer"`
}

func (*GetAPIV1AnnotationLayerAnnotationLayerIDAnnotationAnnotationIDRequest) GetAnnotationID

func (*GetAPIV1AnnotationLayerAnnotationLayerIDAnnotationAnnotationIDRequest) GetAnnotationLayerID

func (*GetAPIV1AnnotationLayerAnnotationLayerIDAnnotationAnnotationIDRequest) GetReferer

type GetAPIV1AnnotationLayerAnnotationLayerIDAnnotationAnnotationIDResponse

type GetAPIV1AnnotationLayerAnnotationLayerIDAnnotationAnnotationIDResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetAPIV1AnnotationLayerAnnotationLayerIDAnnotationAnnotationIDResponse) GetContentType

func (*GetAPIV1AnnotationLayerAnnotationLayerIDAnnotationAnnotationIDResponse) GetRawResponse

func (*GetAPIV1AnnotationLayerAnnotationLayerIDAnnotationAnnotationIDResponse) GetStatusCode

type GetAPIV1AnnotationLayerAnnotationLayerIDAnnotationRequest

type GetAPIV1AnnotationLayerAnnotationLayerIDAnnotationRequest struct {
	AnnotationLayerID string `pathParam:"style=simple,explode=false,name=AnnotationLayerID"`
}

func (*GetAPIV1AnnotationLayerAnnotationLayerIDAnnotationRequest) GetAnnotationLayerID

type GetAPIV1AnnotationLayerAnnotationLayerIDAnnotationResponse

type GetAPIV1AnnotationLayerAnnotationLayerIDAnnotationResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetAPIV1AnnotationLayerAnnotationLayerIDAnnotationResponse) GetContentType

func (*GetAPIV1AnnotationLayerAnnotationLayerIDAnnotationResponse) GetRawResponse

func (*GetAPIV1AnnotationLayerAnnotationLayerIDAnnotationResponse) GetStatusCode

type GetAPIV1AnnotationLayerAnnotationLayerIDRequest

type GetAPIV1AnnotationLayerAnnotationLayerIDRequest struct {
	AnnotationLayerID string `pathParam:"style=simple,explode=false,name=AnnotationLayerID"`
}

func (*GetAPIV1AnnotationLayerAnnotationLayerIDRequest) GetAnnotationLayerID

func (o *GetAPIV1AnnotationLayerAnnotationLayerIDRequest) GetAnnotationLayerID() string

type GetAPIV1AnnotationLayerAnnotationLayerIDResponse

type GetAPIV1AnnotationLayerAnnotationLayerIDResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetAPIV1AnnotationLayerAnnotationLayerIDResponse) GetContentType

func (*GetAPIV1AnnotationLayerAnnotationLayerIDResponse) GetRawResponse

func (*GetAPIV1AnnotationLayerAnnotationLayerIDResponse) GetStatusCode

type GetAPIV1AnnotationLayerResponse

type GetAPIV1AnnotationLayerResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetAPIV1AnnotationLayerResponse) GetContentType

func (o *GetAPIV1AnnotationLayerResponse) GetContentType() string

func (*GetAPIV1AnnotationLayerResponse) GetRawResponse

func (o *GetAPIV1AnnotationLayerResponse) GetRawResponse() *http.Response

func (*GetAPIV1AnnotationLayerResponse) GetStatusCode

func (o *GetAPIV1AnnotationLayerResponse) GetStatusCode() int

type GetAPIV1AssetsExportRequest

type GetAPIV1AssetsExportRequest struct {
}

type GetAPIV1AssetsExportResponse

type GetAPIV1AssetsExportResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetAPIV1AssetsExportResponse) GetContentType

func (o *GetAPIV1AssetsExportResponse) GetContentType() string

func (*GetAPIV1AssetsExportResponse) GetRawResponse

func (o *GetAPIV1AssetsExportResponse) GetRawResponse() *http.Response

func (*GetAPIV1AssetsExportResponse) GetStatusCode

func (o *GetAPIV1AssetsExportResponse) GetStatusCode() int

type GetAPIV1ChartChartIDCacheScreenshotRequest

type GetAPIV1ChartChartIDCacheScreenshotRequest struct {
	ChartID string `pathParam:"style=simple,explode=false,name=ChartID"`
}

func (*GetAPIV1ChartChartIDCacheScreenshotRequest) GetChartID

type GetAPIV1ChartChartIDCacheScreenshotResponse

type GetAPIV1ChartChartIDCacheScreenshotResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetAPIV1ChartChartIDCacheScreenshotResponse) GetContentType

func (*GetAPIV1ChartChartIDCacheScreenshotResponse) GetRawResponse

func (*GetAPIV1ChartChartIDCacheScreenshotResponse) GetStatusCode

type GetAPIV1ChartChartIDDataRequest

type GetAPIV1ChartChartIDDataRequest struct {
	ChartID string `pathParam:"style=simple,explode=false,name=ChartID"`
}

func (*GetAPIV1ChartChartIDDataRequest) GetChartID

func (o *GetAPIV1ChartChartIDDataRequest) GetChartID() string

type GetAPIV1ChartChartIDDataResponse

type GetAPIV1ChartChartIDDataResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetAPIV1ChartChartIDDataResponse) GetContentType

func (o *GetAPIV1ChartChartIDDataResponse) GetContentType() string

func (*GetAPIV1ChartChartIDDataResponse) GetRawResponse

func (o *GetAPIV1ChartChartIDDataResponse) GetRawResponse() *http.Response

func (*GetAPIV1ChartChartIDDataResponse) GetStatusCode

func (o *GetAPIV1ChartChartIDDataResponse) GetStatusCode() int

type GetAPIV1ChartChartIDRequest

type GetAPIV1ChartChartIDRequest struct {
	ChartID string `pathParam:"style=simple,explode=false,name=ChartID"`
}

func (*GetAPIV1ChartChartIDRequest) GetChartID

func (o *GetAPIV1ChartChartIDRequest) GetChartID() string

type GetAPIV1ChartChartIDResponse

type GetAPIV1ChartChartIDResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetAPIV1ChartChartIDResponse) GetContentType

func (o *GetAPIV1ChartChartIDResponse) GetContentType() string

func (*GetAPIV1ChartChartIDResponse) GetRawResponse

func (o *GetAPIV1ChartChartIDResponse) GetRawResponse() *http.Response

func (*GetAPIV1ChartChartIDResponse) GetStatusCode

func (o *GetAPIV1ChartChartIDResponse) GetStatusCode() int

type GetAPIV1ChartExportRequest

type GetAPIV1ChartExportRequest struct {
	Referer *string `header:"style=simple,explode=false,name=Referer"`
	// Comma separated list of Chart IDs.
	Q *string `queryParam:"style=form,explode=true,name=q"`
}

func (*GetAPIV1ChartExportRequest) GetQ

func (*GetAPIV1ChartExportRequest) GetReferer

func (o *GetAPIV1ChartExportRequest) GetReferer() *string

type GetAPIV1ChartExportResponse

type GetAPIV1ChartExportResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetAPIV1ChartExportResponse) GetContentType

func (o *GetAPIV1ChartExportResponse) GetContentType() string

func (*GetAPIV1ChartExportResponse) GetRawResponse

func (o *GetAPIV1ChartExportResponse) GetRawResponse() *http.Response

func (*GetAPIV1ChartExportResponse) GetStatusCode

func (o *GetAPIV1ChartExportResponse) GetStatusCode() int

type GetAPIV1ChartRelatedOwnersRequest

type GetAPIV1ChartRelatedOwnersRequest struct {
}

type GetAPIV1ChartRelatedOwnersResponse

type GetAPIV1ChartRelatedOwnersResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetAPIV1ChartRelatedOwnersResponse) GetContentType

func (o *GetAPIV1ChartRelatedOwnersResponse) GetContentType() string

func (*GetAPIV1ChartRelatedOwnersResponse) GetRawResponse

func (o *GetAPIV1ChartRelatedOwnersResponse) GetRawResponse() *http.Response

func (*GetAPIV1ChartRelatedOwnersResponse) GetStatusCode

func (o *GetAPIV1ChartRelatedOwnersResponse) GetStatusCode() int

type GetAPIV1ChartRequest

type GetAPIV1ChartRequest struct {
}

type GetAPIV1ChartResponse

type GetAPIV1ChartResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetAPIV1ChartResponse) GetContentType

func (o *GetAPIV1ChartResponse) GetContentType() string

func (*GetAPIV1ChartResponse) GetRawResponse

func (o *GetAPIV1ChartResponse) GetRawResponse() *http.Response

func (*GetAPIV1ChartResponse) GetStatusCode

func (o *GetAPIV1ChartResponse) GetStatusCode() int

type GetAPIV1DashboardDashboardIDChartsRequest

type GetAPIV1DashboardDashboardIDChartsRequest struct {
	DashboardID string `pathParam:"style=simple,explode=false,name=DashboardID"`
}

func (*GetAPIV1DashboardDashboardIDChartsRequest) GetDashboardID

type GetAPIV1DashboardDashboardIDChartsResponse

type GetAPIV1DashboardDashboardIDChartsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetAPIV1DashboardDashboardIDChartsResponse) GetContentType

func (*GetAPIV1DashboardDashboardIDChartsResponse) GetRawResponse

func (*GetAPIV1DashboardDashboardIDChartsResponse) GetStatusCode

type GetAPIV1DashboardDashboardIDDatasetsRequest

type GetAPIV1DashboardDashboardIDDatasetsRequest struct {
	DashboardID string `pathParam:"style=simple,explode=false,name=DashboardID"`
}

func (*GetAPIV1DashboardDashboardIDDatasetsRequest) GetDashboardID

type GetAPIV1DashboardDashboardIDDatasetsResponse

type GetAPIV1DashboardDashboardIDDatasetsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetAPIV1DashboardDashboardIDDatasetsResponse) GetContentType

func (*GetAPIV1DashboardDashboardIDDatasetsResponse) GetRawResponse

func (*GetAPIV1DashboardDashboardIDDatasetsResponse) GetStatusCode

type GetAPIV1DashboardDashboardIDRequest

type GetAPIV1DashboardDashboardIDRequest struct {
	DashboardID string `pathParam:"style=simple,explode=false,name=DashboardID"`
}

func (*GetAPIV1DashboardDashboardIDRequest) GetDashboardID

func (o *GetAPIV1DashboardDashboardIDRequest) GetDashboardID() string

type GetAPIV1DashboardDashboardIDResponse

type GetAPIV1DashboardDashboardIDResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetAPIV1DashboardDashboardIDResponse) GetContentType

func (o *GetAPIV1DashboardDashboardIDResponse) GetContentType() string

func (*GetAPIV1DashboardDashboardIDResponse) GetRawResponse

func (o *GetAPIV1DashboardDashboardIDResponse) GetRawResponse() *http.Response

func (*GetAPIV1DashboardDashboardIDResponse) GetStatusCode

func (o *GetAPIV1DashboardDashboardIDResponse) GetStatusCode() int

type GetAPIV1DashboardExportRequest

type GetAPIV1DashboardExportRequest struct {
	// Comma separated list of Dashboard IDs.
	Q *string `queryParam:"style=form,explode=true,name=q"`
}

func (*GetAPIV1DashboardExportRequest) GetQ

type GetAPIV1DashboardExportResponse

type GetAPIV1DashboardExportResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetAPIV1DashboardExportResponse) GetContentType

func (o *GetAPIV1DashboardExportResponse) GetContentType() string

func (*GetAPIV1DashboardExportResponse) GetRawResponse

func (o *GetAPIV1DashboardExportResponse) GetRawResponse() *http.Response

func (*GetAPIV1DashboardExportResponse) GetStatusCode

func (o *GetAPIV1DashboardExportResponse) GetStatusCode() int

type GetAPIV1DashboardInfoRequest

type GetAPIV1DashboardInfoRequest struct {
}

type GetAPIV1DashboardInfoResponse

type GetAPIV1DashboardInfoResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetAPIV1DashboardInfoResponse) GetContentType

func (o *GetAPIV1DashboardInfoResponse) GetContentType() string

func (*GetAPIV1DashboardInfoResponse) GetRawResponse

func (o *GetAPIV1DashboardInfoResponse) GetRawResponse() *http.Response

func (*GetAPIV1DashboardInfoResponse) GetStatusCode

func (o *GetAPIV1DashboardInfoResponse) GetStatusCode() int

type GetAPIV1DashboardRequest

type GetAPIV1DashboardRequest struct {
}

type GetAPIV1DashboardResponse

type GetAPIV1DashboardResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetAPIV1DashboardResponse) GetContentType

func (o *GetAPIV1DashboardResponse) GetContentType() string

func (*GetAPIV1DashboardResponse) GetRawResponse

func (o *GetAPIV1DashboardResponse) GetRawResponse() *http.Response

func (*GetAPIV1DashboardResponse) GetStatusCode

func (o *GetAPIV1DashboardResponse) GetStatusCode() int

type GetAPIV1DatabaseDatabaseIDConnectionRequest

type GetAPIV1DatabaseDatabaseIDConnectionRequest struct {
	DatabaseID string `pathParam:"style=simple,explode=false,name=DatabaseID"`
}

func (*GetAPIV1DatabaseDatabaseIDConnectionRequest) GetDatabaseID

type GetAPIV1DatabaseDatabaseIDConnectionResponse

type GetAPIV1DatabaseDatabaseIDConnectionResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetAPIV1DatabaseDatabaseIDConnectionResponse) GetContentType

func (*GetAPIV1DatabaseDatabaseIDConnectionResponse) GetRawResponse

func (*GetAPIV1DatabaseDatabaseIDConnectionResponse) GetStatusCode

type GetAPIV1DatabaseDatabaseIDRequest

type GetAPIV1DatabaseDatabaseIDRequest struct {
	DatabaseID string `pathParam:"style=simple,explode=false,name=DatabaseID"`
}

func (*GetAPIV1DatabaseDatabaseIDRequest) GetDatabaseID

func (o *GetAPIV1DatabaseDatabaseIDRequest) GetDatabaseID() string

type GetAPIV1DatabaseDatabaseIDResponse

type GetAPIV1DatabaseDatabaseIDResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetAPIV1DatabaseDatabaseIDResponse) GetContentType

func (o *GetAPIV1DatabaseDatabaseIDResponse) GetContentType() string

func (*GetAPIV1DatabaseDatabaseIDResponse) GetRawResponse

func (o *GetAPIV1DatabaseDatabaseIDResponse) GetRawResponse() *http.Response

func (*GetAPIV1DatabaseDatabaseIDResponse) GetStatusCode

func (o *GetAPIV1DatabaseDatabaseIDResponse) GetStatusCode() int

type GetAPIV1DatabaseExportRequest

type GetAPIV1DatabaseExportRequest struct {
	// Comma separated list of database connection IDs.
	Q *string `queryParam:"style=form,explode=true,name=q"`
}

func (*GetAPIV1DatabaseExportRequest) GetQ

type GetAPIV1DatabaseExportResponse

type GetAPIV1DatabaseExportResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetAPIV1DatabaseExportResponse) GetContentType

func (o *GetAPIV1DatabaseExportResponse) GetContentType() string

func (*GetAPIV1DatabaseExportResponse) GetRawResponse

func (o *GetAPIV1DatabaseExportResponse) GetRawResponse() *http.Response

func (*GetAPIV1DatabaseExportResponse) GetStatusCode

func (o *GetAPIV1DatabaseExportResponse) GetStatusCode() int

type GetAPIV1DatabaseRequest

type GetAPIV1DatabaseRequest struct {
}

type GetAPIV1DatabaseResponse

type GetAPIV1DatabaseResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetAPIV1DatabaseResponse) GetContentType

func (o *GetAPIV1DatabaseResponse) GetContentType() string

func (*GetAPIV1DatabaseResponse) GetRawResponse

func (o *GetAPIV1DatabaseResponse) GetRawResponse() *http.Response

func (*GetAPIV1DatabaseResponse) GetStatusCode

func (o *GetAPIV1DatabaseResponse) GetStatusCode() int

type GetAPIV1DatasetDatasetIDRequest

type GetAPIV1DatasetDatasetIDRequest struct {
	DatasetID string `pathParam:"style=simple,explode=false,name=DatasetID"`
}

func (*GetAPIV1DatasetDatasetIDRequest) GetDatasetID

func (o *GetAPIV1DatasetDatasetIDRequest) GetDatasetID() string

type GetAPIV1DatasetDatasetIDResponse

type GetAPIV1DatasetDatasetIDResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetAPIV1DatasetDatasetIDResponse) GetContentType

func (o *GetAPIV1DatasetDatasetIDResponse) GetContentType() string

func (*GetAPIV1DatasetDatasetIDResponse) GetRawResponse

func (o *GetAPIV1DatasetDatasetIDResponse) GetRawResponse() *http.Response

func (*GetAPIV1DatasetDatasetIDResponse) GetStatusCode

func (o *GetAPIV1DatasetDatasetIDResponse) GetStatusCode() int

type GetAPIV1DatasetExportRequest

type GetAPIV1DatasetExportRequest struct {
	// Comma separated list of Dataset IDs.
	Q *string `queryParam:"style=form,explode=true,name=q"`
}

func (*GetAPIV1DatasetExportRequest) GetQ

type GetAPIV1DatasetExportResponse

type GetAPIV1DatasetExportResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetAPIV1DatasetExportResponse) GetContentType

func (o *GetAPIV1DatasetExportResponse) GetContentType() string

func (*GetAPIV1DatasetExportResponse) GetRawResponse

func (o *GetAPIV1DatasetExportResponse) GetRawResponse() *http.Response

func (*GetAPIV1DatasetExportResponse) GetStatusCode

func (o *GetAPIV1DatasetExportResponse) GetStatusCode() int

type GetAPIV1DatasetRelatedOwnersRequest

type GetAPIV1DatasetRelatedOwnersRequest struct {
}

type GetAPIV1DatasetRelatedOwnersResponse

type GetAPIV1DatasetRelatedOwnersResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetAPIV1DatasetRelatedOwnersResponse) GetContentType

func (o *GetAPIV1DatasetRelatedOwnersResponse) GetContentType() string

func (*GetAPIV1DatasetRelatedOwnersResponse) GetRawResponse

func (o *GetAPIV1DatasetRelatedOwnersResponse) GetRawResponse() *http.Response

func (*GetAPIV1DatasetRelatedOwnersResponse) GetStatusCode

func (o *GetAPIV1DatasetRelatedOwnersResponse) GetStatusCode() int

type GetAPIV1DatasetRequest

type GetAPIV1DatasetRequest struct {
}

type GetAPIV1DatasetResponse

type GetAPIV1DatasetResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetAPIV1DatasetResponse) GetContentType

func (o *GetAPIV1DatasetResponse) GetContentType() string

func (*GetAPIV1DatasetResponse) GetRawResponse

func (o *GetAPIV1DatasetResponse) GetRawResponse() *http.Response

func (*GetAPIV1DatasetResponse) GetStatusCode

func (o *GetAPIV1DatasetResponse) GetStatusCode() int

type GetAPIV1QueryResponse

type GetAPIV1QueryResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetAPIV1QueryResponse) GetContentType

func (o *GetAPIV1QueryResponse) GetContentType() string

func (*GetAPIV1QueryResponse) GetRawResponse

func (o *GetAPIV1QueryResponse) GetRawResponse() *http.Response

func (*GetAPIV1QueryResponse) GetStatusCode

func (o *GetAPIV1QueryResponse) GetStatusCode() int

type GetAPIV1ReportAlertIDORReportIDRequest

type GetAPIV1ReportAlertIDORReportIDRequest struct {
}

type GetAPIV1ReportAlertIDORReportIDResponse

type GetAPIV1ReportAlertIDORReportIDResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetAPIV1ReportAlertIDORReportIDResponse) GetContentType

func (o *GetAPIV1ReportAlertIDORReportIDResponse) GetContentType() string

func (*GetAPIV1ReportAlertIDORReportIDResponse) GetRawResponse

func (*GetAPIV1ReportAlertIDORReportIDResponse) GetStatusCode

func (o *GetAPIV1ReportAlertIDORReportIDResponse) GetStatusCode() int

type GetAPIV1ReportInfoRequest

type GetAPIV1ReportInfoRequest struct {
}

type GetAPIV1ReportInfoResponse

type GetAPIV1ReportInfoResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetAPIV1ReportInfoResponse) GetContentType

func (o *GetAPIV1ReportInfoResponse) GetContentType() string

func (*GetAPIV1ReportInfoResponse) GetRawResponse

func (o *GetAPIV1ReportInfoResponse) GetRawResponse() *http.Response

func (*GetAPIV1ReportInfoResponse) GetStatusCode

func (o *GetAPIV1ReportInfoResponse) GetStatusCode() int

type GetAPIV1ReportRequest

type GetAPIV1ReportRequest struct {
	// Used to filter results to include only `Reports`.
	// Pagination and page size  are also controlled by this parameter (max page size = 100).
	Q *string `queryParam:"style=form,explode=true,name=q"`
}

func (*GetAPIV1ReportRequest) GetQ

func (o *GetAPIV1ReportRequest) GetQ() *string

type GetAPIV1ReportResponse

type GetAPIV1ReportResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetAPIV1ReportResponse) GetContentType

func (o *GetAPIV1ReportResponse) GetContentType() string

func (*GetAPIV1ReportResponse) GetRawResponse

func (o *GetAPIV1ReportResponse) GetRawResponse() *http.Response

func (*GetAPIV1ReportResponse) GetStatusCode

func (o *GetAPIV1ReportResponse) GetStatusCode() int

type GetV1TeamsRequest

type GetV1TeamsRequest struct {
}

type GetV1TeamsResponse

type GetV1TeamsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetV1TeamsResponse) GetContentType

func (o *GetV1TeamsResponse) GetContentType() string

func (*GetV1TeamsResponse) GetRawResponse

func (o *GetV1TeamsResponse) GetRawResponse() *http.Response

func (*GetV1TeamsResponse) GetStatusCode

func (o *GetV1TeamsResponse) GetStatusCode() int

type GetV1TeamsTeamSlugInvitesRequest

type GetV1TeamsTeamSlugInvitesRequest struct {
	TeamSlug string `pathParam:"style=simple,explode=false,name=TeamSlug"`
}

func (*GetV1TeamsTeamSlugInvitesRequest) GetTeamSlug

func (o *GetV1TeamsTeamSlugInvitesRequest) GetTeamSlug() string

type GetV1TeamsTeamSlugInvitesResponse

type GetV1TeamsTeamSlugInvitesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetV1TeamsTeamSlugInvitesResponse) GetContentType

func (o *GetV1TeamsTeamSlugInvitesResponse) GetContentType() string

func (*GetV1TeamsTeamSlugInvitesResponse) GetRawResponse

func (o *GetV1TeamsTeamSlugInvitesResponse) GetRawResponse() *http.Response

func (*GetV1TeamsTeamSlugInvitesResponse) GetStatusCode

func (o *GetV1TeamsTeamSlugInvitesResponse) GetStatusCode() int

type GetV1TeamsTeamSlugMembershipsRequest

type GetV1TeamsTeamSlugMembershipsRequest struct {
	TeamSlug string `pathParam:"style=simple,explode=false,name=TeamSlug"`
}

func (*GetV1TeamsTeamSlugMembershipsRequest) GetTeamSlug

type GetV1TeamsTeamSlugMembershipsResponse

type GetV1TeamsTeamSlugMembershipsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetV1TeamsTeamSlugMembershipsResponse) GetContentType

func (o *GetV1TeamsTeamSlugMembershipsResponse) GetContentType() string

func (*GetV1TeamsTeamSlugMembershipsResponse) GetRawResponse

func (*GetV1TeamsTeamSlugMembershipsResponse) GetStatusCode

func (o *GetV1TeamsTeamSlugMembershipsResponse) GetStatusCode() int

type GetV1TeamsTeamSlugPermissionsRequest

type GetV1TeamsTeamSlugPermissionsRequest struct {
	TeamSlug string `pathParam:"style=simple,explode=false,name=TeamSlug"`
}

func (*GetV1TeamsTeamSlugPermissionsRequest) GetTeamSlug

type GetV1TeamsTeamSlugPermissionsResourcesRequest

type GetV1TeamsTeamSlugPermissionsResourcesRequest struct {
	TeamSlug string `pathParam:"style=simple,explode=false,name=TeamSlug"`
}

func (*GetV1TeamsTeamSlugPermissionsResourcesRequest) GetTeamSlug

type GetV1TeamsTeamSlugPermissionsResourcesResponse

type GetV1TeamsTeamSlugPermissionsResourcesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetV1TeamsTeamSlugPermissionsResourcesResponse) GetContentType

func (*GetV1TeamsTeamSlugPermissionsResourcesResponse) GetRawResponse

func (*GetV1TeamsTeamSlugPermissionsResourcesResponse) GetStatusCode

type GetV1TeamsTeamSlugPermissionsResponse

type GetV1TeamsTeamSlugPermissionsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetV1TeamsTeamSlugPermissionsResponse) GetContentType

func (o *GetV1TeamsTeamSlugPermissionsResponse) GetContentType() string

func (*GetV1TeamsTeamSlugPermissionsResponse) GetRawResponse

func (*GetV1TeamsTeamSlugPermissionsResponse) GetStatusCode

func (o *GetV1TeamsTeamSlugPermissionsResponse) GetStatusCode() int

type GetV1TeamsTeamSlugWorkspacesRequest

type GetV1TeamsTeamSlugWorkspacesRequest struct {
	TeamSlug string `pathParam:"style=simple,explode=false,name=TeamSlug"`
}

func (*GetV1TeamsTeamSlugWorkspacesRequest) GetTeamSlug

type GetV1TeamsTeamSlugWorkspacesResponse

type GetV1TeamsTeamSlugWorkspacesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetV1TeamsTeamSlugWorkspacesResponse) GetContentType

func (o *GetV1TeamsTeamSlugWorkspacesResponse) GetContentType() string

func (*GetV1TeamsTeamSlugWorkspacesResponse) GetRawResponse

func (o *GetV1TeamsTeamSlugWorkspacesResponse) GetRawResponse() *http.Response

func (*GetV1TeamsTeamSlugWorkspacesResponse) GetStatusCode

func (o *GetV1TeamsTeamSlugWorkspacesResponse) GetStatusCode() int

type GetV1TeamsTeamSlugWorkspacesWorkspaceIDMembershipsRequest

type GetV1TeamsTeamSlugWorkspacesWorkspaceIDMembershipsRequest struct {
	TeamSlug    string `pathParam:"style=simple,explode=false,name=TeamSlug"`
	WorkspaceID string `pathParam:"style=simple,explode=false,name=WorkspaceID"`
}

func (*GetV1TeamsTeamSlugWorkspacesWorkspaceIDMembershipsRequest) GetTeamSlug

func (*GetV1TeamsTeamSlugWorkspacesWorkspaceIDMembershipsRequest) GetWorkspaceID

type GetV1TeamsTeamSlugWorkspacesWorkspaceIDMembershipsResponse

type GetV1TeamsTeamSlugWorkspacesWorkspaceIDMembershipsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetV1TeamsTeamSlugWorkspacesWorkspaceIDMembershipsResponse) GetContentType

func (*GetV1TeamsTeamSlugWorkspacesWorkspaceIDMembershipsResponse) GetRawResponse

func (*GetV1TeamsTeamSlugWorkspacesWorkspaceIDMembershipsResponse) GetStatusCode

type PatchV1TeamsTeamSlugMembershipsUserIDRequest

type PatchV1TeamsTeamSlugMembershipsUserIDRequest struct {
	RequestBody *PatchV1TeamsTeamSlugMembershipsUserIDRequestBody `request:"mediaType=application/json"`
	TeamSlug    string                                            `pathParam:"style=simple,explode=false,name=TeamSlug"`
	UserID      string                                            `pathParam:"style=simple,explode=false,name=UserID"`
}

func (*PatchV1TeamsTeamSlugMembershipsUserIDRequest) GetRequestBody

func (*PatchV1TeamsTeamSlugMembershipsUserIDRequest) GetTeamSlug

func (*PatchV1TeamsTeamSlugMembershipsUserIDRequest) GetUserID

type PatchV1TeamsTeamSlugMembershipsUserIDRequestBody

type PatchV1TeamsTeamSlugMembershipsUserIDRequestBody struct {
}

type PatchV1TeamsTeamSlugMembershipsUserIDResponse

type PatchV1TeamsTeamSlugMembershipsUserIDResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PatchV1TeamsTeamSlugMembershipsUserIDResponse) GetContentType

func (*PatchV1TeamsTeamSlugMembershipsUserIDResponse) GetRawResponse

func (*PatchV1TeamsTeamSlugMembershipsUserIDResponse) GetStatusCode

type PatchV1TeamsTeamSlugPermissionsPermissionNameRequest

type PatchV1TeamsTeamSlugPermissionsPermissionNameRequest struct {
	PermissionName string                                                    `pathParam:"style=simple,explode=false,name=PermissionName"`
	RequestBody    *PatchV1TeamsTeamSlugPermissionsPermissionNameRequestBody `request:"mediaType=application/json"`
	TeamSlug       string                                                    `pathParam:"style=simple,explode=false,name=TeamSlug"`
}

func (*PatchV1TeamsTeamSlugPermissionsPermissionNameRequest) GetPermissionName

func (*PatchV1TeamsTeamSlugPermissionsPermissionNameRequest) GetRequestBody

func (*PatchV1TeamsTeamSlugPermissionsPermissionNameRequest) GetTeamSlug

type PatchV1TeamsTeamSlugPermissionsPermissionNameRequestBody

type PatchV1TeamsTeamSlugPermissionsPermissionNameRequestBody struct {
}

type PatchV1TeamsTeamSlugPermissionsPermissionNameResponse

type PatchV1TeamsTeamSlugPermissionsPermissionNameResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PatchV1TeamsTeamSlugPermissionsPermissionNameResponse) GetContentType

func (*PatchV1TeamsTeamSlugPermissionsPermissionNameResponse) GetRawResponse

func (*PatchV1TeamsTeamSlugPermissionsPermissionNameResponse) GetStatusCode

type PostAPIV1AnnotationLayerAnnotationLayerIDAnnotationRequest

type PostAPIV1AnnotationLayerAnnotationLayerIDAnnotationRequest struct {
	AnnotationLayerID string                                                          `pathParam:"style=simple,explode=false,name=AnnotationLayerID"`
	Referer           *string                                                         `header:"style=simple,explode=false,name=Referer"`
	RequestBody       *PostAPIV1AnnotationLayerAnnotationLayerIDAnnotationRequestBody `request:"mediaType=application/json"`
}

func (*PostAPIV1AnnotationLayerAnnotationLayerIDAnnotationRequest) GetAnnotationLayerID

func (*PostAPIV1AnnotationLayerAnnotationLayerIDAnnotationRequest) GetReferer

func (*PostAPIV1AnnotationLayerAnnotationLayerIDAnnotationRequest) GetRequestBody

type PostAPIV1AnnotationLayerAnnotationLayerIDAnnotationRequestBody

type PostAPIV1AnnotationLayerAnnotationLayerIDAnnotationRequestBody struct {
}

type PostAPIV1AnnotationLayerAnnotationLayerIDAnnotationResponse

type PostAPIV1AnnotationLayerAnnotationLayerIDAnnotationResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PostAPIV1AnnotationLayerAnnotationLayerIDAnnotationResponse) GetContentType

func (*PostAPIV1AnnotationLayerAnnotationLayerIDAnnotationResponse) GetRawResponse

func (*PostAPIV1AnnotationLayerAnnotationLayerIDAnnotationResponse) GetStatusCode

type PostAPIV1AnnotationLayerRequest

type PostAPIV1AnnotationLayerRequest struct {
	Referer     *string                              `header:"style=simple,explode=false,name=Referer"`
	RequestBody *PostAPIV1AnnotationLayerRequestBody `request:"mediaType=application/json"`
}

func (*PostAPIV1AnnotationLayerRequest) GetReferer

func (o *PostAPIV1AnnotationLayerRequest) GetReferer() *string

func (*PostAPIV1AnnotationLayerRequest) GetRequestBody

type PostAPIV1AnnotationLayerRequestBody

type PostAPIV1AnnotationLayerRequestBody struct {
}

type PostAPIV1AnnotationLayerResponse

type PostAPIV1AnnotationLayerResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PostAPIV1AnnotationLayerResponse) GetContentType

func (o *PostAPIV1AnnotationLayerResponse) GetContentType() string

func (*PostAPIV1AnnotationLayerResponse) GetRawResponse

func (o *PostAPIV1AnnotationLayerResponse) GetRawResponse() *http.Response

func (*PostAPIV1AnnotationLayerResponse) GetStatusCode

func (o *PostAPIV1AnnotationLayerResponse) GetStatusCode() int

type PostAPIV1AssetsImportRequest

type PostAPIV1AssetsImportRequest struct {
	RequestBody *PostAPIV1AssetsImportRequestBody `request:"mediaType=multipart/form-data"`
}

func (*PostAPIV1AssetsImportRequest) GetRequestBody

type PostAPIV1AssetsImportRequestBody

type PostAPIV1AssetsImportRequestBody struct {
	Bundle    *Bundle `multipartForm:"file"`
	Passwords *string `multipartForm:"name=passwords"`
}

func (*PostAPIV1AssetsImportRequestBody) GetBundle

func (o *PostAPIV1AssetsImportRequestBody) GetBundle() *Bundle

func (*PostAPIV1AssetsImportRequestBody) GetPasswords

func (o *PostAPIV1AssetsImportRequestBody) GetPasswords() *string

type PostAPIV1AssetsImportResponse

type PostAPIV1AssetsImportResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PostAPIV1AssetsImportResponse) GetContentType

func (o *PostAPIV1AssetsImportResponse) GetContentType() string

func (*PostAPIV1AssetsImportResponse) GetRawResponse

func (o *PostAPIV1AssetsImportResponse) GetRawResponse() *http.Response

func (*PostAPIV1AssetsImportResponse) GetStatusCode

func (o *PostAPIV1AssetsImportResponse) GetStatusCode() int

type PostAPIV1ChartDataRequest

type PostAPIV1ChartDataRequest struct {
	RequestBody *PostAPIV1ChartDataRequestBody `request:"mediaType=application/json"`
	// Flag to force refresh data.
	Force *string `queryParam:"style=form,explode=true,name=force"`
	// ID of the Chart to be refreshed.
	SliceID *string `queryParam:"style=form,explode=true,name=slice_id"`
}

func (*PostAPIV1ChartDataRequest) GetForce

func (o *PostAPIV1ChartDataRequest) GetForce() *string

func (*PostAPIV1ChartDataRequest) GetRequestBody

func (*PostAPIV1ChartDataRequest) GetSliceID

func (o *PostAPIV1ChartDataRequest) GetSliceID() *string

type PostAPIV1ChartDataRequestBody

type PostAPIV1ChartDataRequestBody struct {
}

type PostAPIV1ChartDataResponse

type PostAPIV1ChartDataResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PostAPIV1ChartDataResponse) GetContentType

func (o *PostAPIV1ChartDataResponse) GetContentType() string

func (*PostAPIV1ChartDataResponse) GetRawResponse

func (o *PostAPIV1ChartDataResponse) GetRawResponse() *http.Response

func (*PostAPIV1ChartDataResponse) GetStatusCode

func (o *PostAPIV1ChartDataResponse) GetStatusCode() int

type PostAPIV1ChartImportRequest

type PostAPIV1ChartImportRequest struct {
	Referer     *string                          `header:"style=simple,explode=false,name=Referer"`
	RequestBody *PostAPIV1ChartImportRequestBody `request:"mediaType=multipart/form-data"`
}

func (*PostAPIV1ChartImportRequest) GetReferer

func (o *PostAPIV1ChartImportRequest) GetReferer() *string

func (*PostAPIV1ChartImportRequest) GetRequestBody

type PostAPIV1ChartImportRequestBody

type PostAPIV1ChartImportRequestBody struct {
	FormData  *FormData `multipartForm:"file"`
	Overwrite *bool     `multipartForm:"name=overwrite"`
	Passwords *string   `multipartForm:"name=passwords"`
}

func (*PostAPIV1ChartImportRequestBody) GetFormData

func (o *PostAPIV1ChartImportRequestBody) GetFormData() *FormData

func (*PostAPIV1ChartImportRequestBody) GetOverwrite

func (o *PostAPIV1ChartImportRequestBody) GetOverwrite() *bool

func (*PostAPIV1ChartImportRequestBody) GetPasswords

func (o *PostAPIV1ChartImportRequestBody) GetPasswords() *string

type PostAPIV1ChartImportResponse

type PostAPIV1ChartImportResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PostAPIV1ChartImportResponse) GetContentType

func (o *PostAPIV1ChartImportResponse) GetContentType() string

func (*PostAPIV1ChartImportResponse) GetRawResponse

func (o *PostAPIV1ChartImportResponse) GetRawResponse() *http.Response

func (*PostAPIV1ChartImportResponse) GetStatusCode

func (o *PostAPIV1ChartImportResponse) GetStatusCode() int

type PostAPIV1ChartRequest

type PostAPIV1ChartRequest struct {
	RequestBody *PostAPIV1ChartRequestBody `request:"mediaType=application/json"`
}

func (*PostAPIV1ChartRequest) GetRequestBody

func (o *PostAPIV1ChartRequest) GetRequestBody() *PostAPIV1ChartRequestBody

type PostAPIV1ChartRequestBody

type PostAPIV1ChartRequestBody struct {
}

type PostAPIV1ChartResponse

type PostAPIV1ChartResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PostAPIV1ChartResponse) GetContentType

func (o *PostAPIV1ChartResponse) GetContentType() string

func (*PostAPIV1ChartResponse) GetRawResponse

func (o *PostAPIV1ChartResponse) GetRawResponse() *http.Response

func (*PostAPIV1ChartResponse) GetStatusCode

func (o *PostAPIV1ChartResponse) GetStatusCode() int

type PostAPIV1DashboardDashboardIDPermalinkRequest

type PostAPIV1DashboardDashboardIDPermalinkRequest struct {
	DashboardID string                                             `pathParam:"style=simple,explode=false,name=DashboardID"`
	Referer     *string                                            `header:"style=simple,explode=false,name=Referer"`
	RequestBody *PostAPIV1DashboardDashboardIDPermalinkRequestBody `request:"mediaType=application/json"`
}

func (*PostAPIV1DashboardDashboardIDPermalinkRequest) GetDashboardID

func (*PostAPIV1DashboardDashboardIDPermalinkRequest) GetReferer

func (*PostAPIV1DashboardDashboardIDPermalinkRequest) GetRequestBody

type PostAPIV1DashboardDashboardIDPermalinkRequestBody

type PostAPIV1DashboardDashboardIDPermalinkRequestBody struct {
}

type PostAPIV1DashboardDashboardIDPermalinkResponse

type PostAPIV1DashboardDashboardIDPermalinkResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PostAPIV1DashboardDashboardIDPermalinkResponse) GetContentType

func (*PostAPIV1DashboardDashboardIDPermalinkResponse) GetRawResponse

func (*PostAPIV1DashboardDashboardIDPermalinkResponse) GetStatusCode

type PostAPIV1DashboardImportFormData added in v0.7.0

type PostAPIV1DashboardImportFormData struct {
	Content  []byte `multipartForm:"content"`
	FileName string `multipartForm:"name=formData"`
}

func (*PostAPIV1DashboardImportFormData) GetContent added in v0.7.0

func (o *PostAPIV1DashboardImportFormData) GetContent() []byte

func (*PostAPIV1DashboardImportFormData) GetFileName added in v0.7.0

func (o *PostAPIV1DashboardImportFormData) GetFileName() string

type PostAPIV1DashboardImportRequest

type PostAPIV1DashboardImportRequest struct {
	Referer     *string                              `header:"style=simple,explode=false,name=Referer"`
	RequestBody *PostAPIV1DashboardImportRequestBody `request:"mediaType=multipart/form-data"`
}

func (*PostAPIV1DashboardImportRequest) GetReferer

func (o *PostAPIV1DashboardImportRequest) GetReferer() *string

func (*PostAPIV1DashboardImportRequest) GetRequestBody

type PostAPIV1DashboardImportRequestBody

type PostAPIV1DashboardImportRequestBody struct {
	FormData  *PostAPIV1DashboardImportFormData `multipartForm:"file"`
	Overwrite *bool                             `multipartForm:"name=overwrite"`
	Passwords *string                           `multipartForm:"name=passwords"`
}

func (*PostAPIV1DashboardImportRequestBody) GetFormData

func (*PostAPIV1DashboardImportRequestBody) GetOverwrite

func (o *PostAPIV1DashboardImportRequestBody) GetOverwrite() *bool

func (*PostAPIV1DashboardImportRequestBody) GetPasswords

func (o *PostAPIV1DashboardImportRequestBody) GetPasswords() *string

type PostAPIV1DashboardImportResponse

type PostAPIV1DashboardImportResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PostAPIV1DashboardImportResponse) GetContentType

func (o *PostAPIV1DashboardImportResponse) GetContentType() string

func (*PostAPIV1DashboardImportResponse) GetRawResponse

func (o *PostAPIV1DashboardImportResponse) GetRawResponse() *http.Response

func (*PostAPIV1DashboardImportResponse) GetStatusCode

func (o *PostAPIV1DashboardImportResponse) GetStatusCode() int

type PostAPIV1DashboardRequest

type PostAPIV1DashboardRequest struct {
	Referer     *string                        `header:"style=simple,explode=false,name=Referer"`
	RequestBody *PostAPIV1DashboardRequestBody `request:"mediaType=application/json"`
}

func (*PostAPIV1DashboardRequest) GetReferer

func (o *PostAPIV1DashboardRequest) GetReferer() *string

func (*PostAPIV1DashboardRequest) GetRequestBody

type PostAPIV1DashboardRequestBody

type PostAPIV1DashboardRequestBody struct {
}

type PostAPIV1DashboardResponse

type PostAPIV1DashboardResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PostAPIV1DashboardResponse) GetContentType

func (o *PostAPIV1DashboardResponse) GetContentType() string

func (*PostAPIV1DashboardResponse) GetRawResponse

func (o *PostAPIV1DashboardResponse) GetRawResponse() *http.Response

func (*PostAPIV1DashboardResponse) GetStatusCode

func (o *PostAPIV1DashboardResponse) GetStatusCode() int

type PostAPIV1DatabaseImportFormData added in v0.7.0

type PostAPIV1DatabaseImportFormData struct {
	Content  []byte `multipartForm:"content"`
	FileName string `multipartForm:"name=formData"`
}

func (*PostAPIV1DatabaseImportFormData) GetContent added in v0.7.0

func (o *PostAPIV1DatabaseImportFormData) GetContent() []byte

func (*PostAPIV1DatabaseImportFormData) GetFileName added in v0.7.0

func (o *PostAPIV1DatabaseImportFormData) GetFileName() string

type PostAPIV1DatabaseImportRequest

type PostAPIV1DatabaseImportRequest struct {
	Referer     *string                             `header:"style=simple,explode=false,name=Referer"`
	RequestBody *PostAPIV1DatabaseImportRequestBody `request:"mediaType=multipart/form-data"`
}

func (*PostAPIV1DatabaseImportRequest) GetReferer

func (o *PostAPIV1DatabaseImportRequest) GetReferer() *string

func (*PostAPIV1DatabaseImportRequest) GetRequestBody

type PostAPIV1DatabaseImportRequestBody

type PostAPIV1DatabaseImportRequestBody struct {
	FormData  *PostAPIV1DatabaseImportFormData `multipartForm:"file"`
	Overwrite *bool                            `multipartForm:"name=overwrite"`
	Passwords *string                          `multipartForm:"name=passwords"`
}

func (*PostAPIV1DatabaseImportRequestBody) GetFormData

func (*PostAPIV1DatabaseImportRequestBody) GetOverwrite

func (o *PostAPIV1DatabaseImportRequestBody) GetOverwrite() *bool

func (*PostAPIV1DatabaseImportRequestBody) GetPasswords

func (o *PostAPIV1DatabaseImportRequestBody) GetPasswords() *string

type PostAPIV1DatabaseImportResponse

type PostAPIV1DatabaseImportResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PostAPIV1DatabaseImportResponse) GetContentType

func (o *PostAPIV1DatabaseImportResponse) GetContentType() string

func (*PostAPIV1DatabaseImportResponse) GetRawResponse

func (o *PostAPIV1DatabaseImportResponse) GetRawResponse() *http.Response

func (*PostAPIV1DatabaseImportResponse) GetStatusCode

func (o *PostAPIV1DatabaseImportResponse) GetStatusCode() int

type PostAPIV1DatabaseRequest

type PostAPIV1DatabaseRequest struct {
	Referer     *string                       `header:"style=simple,explode=false,name=Referer"`
	RequestBody *PostAPIV1DatabaseRequestBody `request:"mediaType=application/json"`
}

func (*PostAPIV1DatabaseRequest) GetReferer

func (o *PostAPIV1DatabaseRequest) GetReferer() *string

func (*PostAPIV1DatabaseRequest) GetRequestBody

type PostAPIV1DatabaseRequestBody

type PostAPIV1DatabaseRequestBody struct {
}

type PostAPIV1DatabaseResponse

type PostAPIV1DatabaseResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PostAPIV1DatabaseResponse) GetContentType

func (o *PostAPIV1DatabaseResponse) GetContentType() string

func (*PostAPIV1DatabaseResponse) GetRawResponse

func (o *PostAPIV1DatabaseResponse) GetRawResponse() *http.Response

func (*PostAPIV1DatabaseResponse) GetStatusCode

func (o *PostAPIV1DatabaseResponse) GetStatusCode() int

type PostAPIV1DatasetImportFormData added in v0.7.0

type PostAPIV1DatasetImportFormData struct {
	Content  []byte `multipartForm:"content"`
	FileName string `multipartForm:"name=formData"`
}

func (*PostAPIV1DatasetImportFormData) GetContent added in v0.7.0

func (o *PostAPIV1DatasetImportFormData) GetContent() []byte

func (*PostAPIV1DatasetImportFormData) GetFileName added in v0.7.0

func (o *PostAPIV1DatasetImportFormData) GetFileName() string

type PostAPIV1DatasetImportRequest

type PostAPIV1DatasetImportRequest struct {
	Referer     *string                            `header:"style=simple,explode=false,name=Referer"`
	RequestBody *PostAPIV1DatasetImportRequestBody `request:"mediaType=multipart/form-data"`
}

func (*PostAPIV1DatasetImportRequest) GetReferer

func (o *PostAPIV1DatasetImportRequest) GetReferer() *string

func (*PostAPIV1DatasetImportRequest) GetRequestBody

type PostAPIV1DatasetImportRequestBody

type PostAPIV1DatasetImportRequestBody struct {
	FormData  *PostAPIV1DatasetImportFormData `multipartForm:"file"`
	Overwrite *bool                           `multipartForm:"name=overwrite"`
	Passwords *string                         `multipartForm:"name=passwords"`
}

func (*PostAPIV1DatasetImportRequestBody) GetFormData

func (*PostAPIV1DatasetImportRequestBody) GetOverwrite

func (o *PostAPIV1DatasetImportRequestBody) GetOverwrite() *bool

func (*PostAPIV1DatasetImportRequestBody) GetPasswords

func (o *PostAPIV1DatasetImportRequestBody) GetPasswords() *string

type PostAPIV1DatasetImportResponse

type PostAPIV1DatasetImportResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PostAPIV1DatasetImportResponse) GetContentType

func (o *PostAPIV1DatasetImportResponse) GetContentType() string

func (*PostAPIV1DatasetImportResponse) GetRawResponse

func (o *PostAPIV1DatasetImportResponse) GetRawResponse() *http.Response

func (*PostAPIV1DatasetImportResponse) GetStatusCode

func (o *PostAPIV1DatasetImportResponse) GetStatusCode() int

type PostAPIV1DatasetRequest

type PostAPIV1DatasetRequest struct {
	RequestBody *PostAPIV1DatasetRequestBody `request:"mediaType=application/json"`
}

func (*PostAPIV1DatasetRequest) GetRequestBody

type PostAPIV1DatasetRequestBody

type PostAPIV1DatasetRequestBody struct {
}

type PostAPIV1DatasetResponse

type PostAPIV1DatasetResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PostAPIV1DatasetResponse) GetContentType

func (o *PostAPIV1DatasetResponse) GetContentType() string

func (*PostAPIV1DatasetResponse) GetRawResponse

func (o *PostAPIV1DatasetResponse) GetRawResponse() *http.Response

func (*PostAPIV1DatasetResponse) GetStatusCode

func (o *PostAPIV1DatasetResponse) GetStatusCode() int

type PostAPIV1ReportRequest

type PostAPIV1ReportRequest struct {
	Referer     *string                     `header:"style=simple,explode=false,name=Referer"`
	RequestBody *PostAPIV1ReportRequestBody `request:"mediaType=application/json"`
}

func (*PostAPIV1ReportRequest) GetReferer

func (o *PostAPIV1ReportRequest) GetReferer() *string

func (*PostAPIV1ReportRequest) GetRequestBody

type PostAPIV1ReportRequestBody

type PostAPIV1ReportRequestBody struct {
}

type PostAPIV1ReportResponse

type PostAPIV1ReportResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PostAPIV1ReportResponse) GetContentType

func (o *PostAPIV1ReportResponse) GetContentType() string

func (*PostAPIV1ReportResponse) GetRawResponse

func (o *PostAPIV1ReportResponse) GetRawResponse() *http.Response

func (*PostAPIV1ReportResponse) GetStatusCode

func (o *PostAPIV1ReportResponse) GetStatusCode() int

type PostAPIV1SqllabExecuteRequest

type PostAPIV1SqllabExecuteRequest struct {
	Referer     *string                            `header:"style=simple,explode=false,name=Referer"`
	RequestBody *PostAPIV1SqllabExecuteRequestBody `request:"mediaType=application/json"`
}

func (*PostAPIV1SqllabExecuteRequest) GetReferer

func (o *PostAPIV1SqllabExecuteRequest) GetReferer() *string

func (*PostAPIV1SqllabExecuteRequest) GetRequestBody

type PostAPIV1SqllabExecuteRequestBody

type PostAPIV1SqllabExecuteRequestBody struct {
}

type PostAPIV1SqllabExecuteResponse

type PostAPIV1SqllabExecuteResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PostAPIV1SqllabExecuteResponse) GetContentType

func (o *PostAPIV1SqllabExecuteResponse) GetContentType() string

func (*PostAPIV1SqllabExecuteResponse) GetRawResponse

func (o *PostAPIV1SqllabExecuteResponse) GetRawResponse() *http.Response

func (*PostAPIV1SqllabExecuteResponse) GetStatusCode

func (o *PostAPIV1SqllabExecuteResponse) GetStatusCode() int

type PostAPIV1TeamsTeamSlugWorkspacesWorkspaceSlugGuestTokenRequest

type PostAPIV1TeamsTeamSlugWorkspacesWorkspaceSlugGuestTokenRequest struct {
	RequestBody   *PostAPIV1TeamsTeamSlugWorkspacesWorkspaceSlugGuestTokenRequestBody `request:"mediaType=application/json"`
	TeamSlug      string                                                              `pathParam:"style=simple,explode=false,name=TeamSlug"`
	WorkspaceSlug string                                                              `pathParam:"style=simple,explode=false,name=WorkspaceSlug"`
}

func (*PostAPIV1TeamsTeamSlugWorkspacesWorkspaceSlugGuestTokenRequest) GetRequestBody

func (*PostAPIV1TeamsTeamSlugWorkspacesWorkspaceSlugGuestTokenRequest) GetTeamSlug

func (*PostAPIV1TeamsTeamSlugWorkspacesWorkspaceSlugGuestTokenRequest) GetWorkspaceSlug

type PostAPIV1TeamsTeamSlugWorkspacesWorkspaceSlugGuestTokenRequestBody

type PostAPIV1TeamsTeamSlugWorkspacesWorkspaceSlugGuestTokenRequestBody struct {
}

type PostAPIV1TeamsTeamSlugWorkspacesWorkspaceSlugGuestTokenResponse

type PostAPIV1TeamsTeamSlugWorkspacesWorkspaceSlugGuestTokenResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PostAPIV1TeamsTeamSlugWorkspacesWorkspaceSlugGuestTokenResponse) GetContentType

func (*PostAPIV1TeamsTeamSlugWorkspacesWorkspaceSlugGuestTokenResponse) GetRawResponse

func (*PostAPIV1TeamsTeamSlugWorkspacesWorkspaceSlugGuestTokenResponse) GetStatusCode

type PostV1AuthRequest

type PostV1AuthRequest struct {
	RequestBody *PostV1AuthRequestBody `request:"mediaType=application/json"`
}

func (*PostV1AuthRequest) GetRequestBody

func (o *PostV1AuthRequest) GetRequestBody() *PostV1AuthRequestBody

type PostV1AuthRequestBody

type PostV1AuthRequestBody struct {
}

type PostV1AuthResponse

type PostV1AuthResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PostV1AuthResponse) GetContentType

func (o *PostV1AuthResponse) GetContentType() string

func (*PostV1AuthResponse) GetRawResponse

func (o *PostV1AuthResponse) GetRawResponse() *http.Response

func (*PostV1AuthResponse) GetStatusCode

func (o *PostV1AuthResponse) GetStatusCode() int

type PostV1TeamsTeamSlugInvitesManyRequest

type PostV1TeamsTeamSlugInvitesManyRequest struct {
	RequestBody *PostV1TeamsTeamSlugInvitesManyRequestBody `request:"mediaType=application/json"`
	TeamSlug    string                                     `pathParam:"style=simple,explode=false,name=TeamSlug"`
}

func (*PostV1TeamsTeamSlugInvitesManyRequest) GetRequestBody

func (*PostV1TeamsTeamSlugInvitesManyRequest) GetTeamSlug

type PostV1TeamsTeamSlugInvitesManyRequestBody

type PostV1TeamsTeamSlugInvitesManyRequestBody struct {
}

type PostV1TeamsTeamSlugInvitesManyResponse

type PostV1TeamsTeamSlugInvitesManyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PostV1TeamsTeamSlugInvitesManyResponse) GetContentType

func (o *PostV1TeamsTeamSlugInvitesManyResponse) GetContentType() string

func (*PostV1TeamsTeamSlugInvitesManyResponse) GetRawResponse

func (*PostV1TeamsTeamSlugInvitesManyResponse) GetStatusCode

func (o *PostV1TeamsTeamSlugInvitesManyResponse) GetStatusCode() int

type PostV1TeamsTeamSlugInvitesRequest

type PostV1TeamsTeamSlugInvitesRequest struct {
	RequestBody *PostV1TeamsTeamSlugInvitesRequestBody `request:"mediaType=application/json"`
	TeamSlug    string                                 `pathParam:"style=simple,explode=false,name=TeamSlug"`
}

func (*PostV1TeamsTeamSlugInvitesRequest) GetRequestBody

func (*PostV1TeamsTeamSlugInvitesRequest) GetTeamSlug

func (o *PostV1TeamsTeamSlugInvitesRequest) GetTeamSlug() string

type PostV1TeamsTeamSlugInvitesRequestBody

type PostV1TeamsTeamSlugInvitesRequestBody struct {
}

type PostV1TeamsTeamSlugInvitesResendInviteIDRequest

type PostV1TeamsTeamSlugInvitesResendInviteIDRequest struct {
	InviteID string `pathParam:"style=simple,explode=false,name=InviteID"`
	TeamSlug string `pathParam:"style=simple,explode=false,name=TeamSlug"`
}

func (*PostV1TeamsTeamSlugInvitesResendInviteIDRequest) GetInviteID

func (*PostV1TeamsTeamSlugInvitesResendInviteIDRequest) GetTeamSlug

type PostV1TeamsTeamSlugInvitesResendInviteIDResponse

type PostV1TeamsTeamSlugInvitesResendInviteIDResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PostV1TeamsTeamSlugInvitesResendInviteIDResponse) GetContentType

func (*PostV1TeamsTeamSlugInvitesResendInviteIDResponse) GetRawResponse

func (*PostV1TeamsTeamSlugInvitesResendInviteIDResponse) GetStatusCode

type PostV1TeamsTeamSlugInvitesResponse

type PostV1TeamsTeamSlugInvitesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PostV1TeamsTeamSlugInvitesResponse) GetContentType

func (o *PostV1TeamsTeamSlugInvitesResponse) GetContentType() string

func (*PostV1TeamsTeamSlugInvitesResponse) GetRawResponse

func (o *PostV1TeamsTeamSlugInvitesResponse) GetRawResponse() *http.Response

func (*PostV1TeamsTeamSlugInvitesResponse) GetStatusCode

func (o *PostV1TeamsTeamSlugInvitesResponse) GetStatusCode() int

type PostV1TeamsTeamSlugPermissionsPermissionNameGranteesRequest

type PostV1TeamsTeamSlugPermissionsPermissionNameGranteesRequest struct {
	PermissionName string                                                           `pathParam:"style=simple,explode=false,name=PermissionName"`
	RequestBody    *PostV1TeamsTeamSlugPermissionsPermissionNameGranteesRequestBody `request:"mediaType=application/json"`
	TeamSlug       string                                                           `pathParam:"style=simple,explode=false,name=TeamSlug"`
}

func (*PostV1TeamsTeamSlugPermissionsPermissionNameGranteesRequest) GetPermissionName

func (*PostV1TeamsTeamSlugPermissionsPermissionNameGranteesRequest) GetRequestBody

func (*PostV1TeamsTeamSlugPermissionsPermissionNameGranteesRequest) GetTeamSlug

type PostV1TeamsTeamSlugPermissionsPermissionNameGranteesRequestBody

type PostV1TeamsTeamSlugPermissionsPermissionNameGranteesRequestBody struct {
}

type PostV1TeamsTeamSlugPermissionsPermissionNameGranteesResponse

type PostV1TeamsTeamSlugPermissionsPermissionNameGranteesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PostV1TeamsTeamSlugPermissionsPermissionNameGranteesResponse) GetContentType

func (*PostV1TeamsTeamSlugPermissionsPermissionNameGranteesResponse) GetRawResponse

func (*PostV1TeamsTeamSlugPermissionsPermissionNameGranteesResponse) GetStatusCode

type PostV1TeamsTeamSlugPermissionsRequest

type PostV1TeamsTeamSlugPermissionsRequest struct {
	RequestBody *PostV1TeamsTeamSlugPermissionsRequestBody `request:"mediaType=application/json"`
	TeamSlug    string                                     `pathParam:"style=simple,explode=false,name=TeamSlug"`
}

func (*PostV1TeamsTeamSlugPermissionsRequest) GetRequestBody

func (*PostV1TeamsTeamSlugPermissionsRequest) GetTeamSlug

type PostV1TeamsTeamSlugPermissionsRequestBody

type PostV1TeamsTeamSlugPermissionsRequestBody struct {
}

type PostV1TeamsTeamSlugPermissionsResponse

type PostV1TeamsTeamSlugPermissionsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PostV1TeamsTeamSlugPermissionsResponse) GetContentType

func (o *PostV1TeamsTeamSlugPermissionsResponse) GetContentType() string

func (*PostV1TeamsTeamSlugPermissionsResponse) GetRawResponse

func (*PostV1TeamsTeamSlugPermissionsResponse) GetStatusCode

func (o *PostV1TeamsTeamSlugPermissionsResponse) GetStatusCode() int

type PostV1TeamsTeamSlugWorkspacesRequest

type PostV1TeamsTeamSlugWorkspacesRequest struct {
	RequestBody *PostV1TeamsTeamSlugWorkspacesRequestBody `request:"mediaType=application/json"`
	TeamSlug    string                                    `pathParam:"style=simple,explode=false,name=TeamSlug"`
}

func (*PostV1TeamsTeamSlugWorkspacesRequest) GetRequestBody

func (*PostV1TeamsTeamSlugWorkspacesRequest) GetTeamSlug

type PostV1TeamsTeamSlugWorkspacesRequestBody

type PostV1TeamsTeamSlugWorkspacesRequestBody struct {
}

type PostV1TeamsTeamSlugWorkspacesResponse

type PostV1TeamsTeamSlugWorkspacesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PostV1TeamsTeamSlugWorkspacesResponse) GetContentType

func (o *PostV1TeamsTeamSlugWorkspacesResponse) GetContentType() string

func (*PostV1TeamsTeamSlugWorkspacesResponse) GetRawResponse

func (*PostV1TeamsTeamSlugWorkspacesResponse) GetStatusCode

func (o *PostV1TeamsTeamSlugWorkspacesResponse) GetStatusCode() int

type PutAPIV1AnnotationLayerAnnotationLayerIDAnnotationAnnotationIDRequest

type PutAPIV1AnnotationLayerAnnotationLayerIDAnnotationAnnotationIDRequest struct {
	AnnotationID      string                                                                     `pathParam:"style=simple,explode=false,name=AnnotationID"`
	AnnotationLayerID string                                                                     `pathParam:"style=simple,explode=false,name=AnnotationLayerID"`
	Referer           *string                                                                    `header:"style=simple,explode=false,name=Referer"`
	RequestBody       *PutAPIV1AnnotationLayerAnnotationLayerIDAnnotationAnnotationIDRequestBody `request:"mediaType=application/json"`
}

func (*PutAPIV1AnnotationLayerAnnotationLayerIDAnnotationAnnotationIDRequest) GetAnnotationID

func (*PutAPIV1AnnotationLayerAnnotationLayerIDAnnotationAnnotationIDRequest) GetAnnotationLayerID

func (*PutAPIV1AnnotationLayerAnnotationLayerIDAnnotationAnnotationIDRequest) GetReferer

func (*PutAPIV1AnnotationLayerAnnotationLayerIDAnnotationAnnotationIDRequest) GetRequestBody

type PutAPIV1AnnotationLayerAnnotationLayerIDAnnotationAnnotationIDRequestBody

type PutAPIV1AnnotationLayerAnnotationLayerIDAnnotationAnnotationIDRequestBody struct {
}

type PutAPIV1AnnotationLayerAnnotationLayerIDAnnotationAnnotationIDResponse

type PutAPIV1AnnotationLayerAnnotationLayerIDAnnotationAnnotationIDResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutAPIV1AnnotationLayerAnnotationLayerIDAnnotationAnnotationIDResponse) GetContentType

func (*PutAPIV1AnnotationLayerAnnotationLayerIDAnnotationAnnotationIDResponse) GetRawResponse

func (*PutAPIV1AnnotationLayerAnnotationLayerIDAnnotationAnnotationIDResponse) GetStatusCode

type PutAPIV1AnnotationLayerAnnotationLayerIDRequest

type PutAPIV1AnnotationLayerAnnotationLayerIDRequest struct {
	AnnotationLayerID string                                               `pathParam:"style=simple,explode=false,name=AnnotationLayerID"`
	Referer           *string                                              `header:"style=simple,explode=false,name=Referer"`
	RequestBody       *PutAPIV1AnnotationLayerAnnotationLayerIDRequestBody `request:"mediaType=application/json"`
}

func (*PutAPIV1AnnotationLayerAnnotationLayerIDRequest) GetAnnotationLayerID

func (o *PutAPIV1AnnotationLayerAnnotationLayerIDRequest) GetAnnotationLayerID() string

func (*PutAPIV1AnnotationLayerAnnotationLayerIDRequest) GetReferer

func (*PutAPIV1AnnotationLayerAnnotationLayerIDRequest) GetRequestBody

type PutAPIV1AnnotationLayerAnnotationLayerIDRequestBody

type PutAPIV1AnnotationLayerAnnotationLayerIDRequestBody struct {
}

type PutAPIV1AnnotationLayerAnnotationLayerIDResponse

type PutAPIV1AnnotationLayerAnnotationLayerIDResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutAPIV1AnnotationLayerAnnotationLayerIDResponse) GetContentType

func (*PutAPIV1AnnotationLayerAnnotationLayerIDResponse) GetRawResponse

func (*PutAPIV1AnnotationLayerAnnotationLayerIDResponse) GetStatusCode

type PutAPIV1ChartChartIDRequest

type PutAPIV1ChartChartIDRequest struct {
	ChartID     string                           `pathParam:"style=simple,explode=false,name=ChartID"`
	Referer     *string                          `header:"style=simple,explode=false,name=Referer"`
	RequestBody *PutAPIV1ChartChartIDRequestBody `request:"mediaType=application/json"`
}

func (*PutAPIV1ChartChartIDRequest) GetChartID

func (o *PutAPIV1ChartChartIDRequest) GetChartID() string

func (*PutAPIV1ChartChartIDRequest) GetReferer

func (o *PutAPIV1ChartChartIDRequest) GetReferer() *string

func (*PutAPIV1ChartChartIDRequest) GetRequestBody

type PutAPIV1ChartChartIDRequestBody

type PutAPIV1ChartChartIDRequestBody struct {
}

type PutAPIV1ChartChartIDResponse

type PutAPIV1ChartChartIDResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutAPIV1ChartChartIDResponse) GetContentType

func (o *PutAPIV1ChartChartIDResponse) GetContentType() string

func (*PutAPIV1ChartChartIDResponse) GetRawResponse

func (o *PutAPIV1ChartChartIDResponse) GetRawResponse() *http.Response

func (*PutAPIV1ChartChartIDResponse) GetStatusCode

func (o *PutAPIV1ChartChartIDResponse) GetStatusCode() int

type PutAPIV1DashboardDashboardIDRequest

type PutAPIV1DashboardDashboardIDRequest struct {
	DashboardID string  `pathParam:"style=simple,explode=false,name=DashboardID"`
	Referer     *string `header:"style=simple,explode=false,name=Referer"`
	RequestBody *string `request:"mediaType=*/*"`
}

func (*PutAPIV1DashboardDashboardIDRequest) GetDashboardID

func (o *PutAPIV1DashboardDashboardIDRequest) GetDashboardID() string

func (*PutAPIV1DashboardDashboardIDRequest) GetReferer

func (*PutAPIV1DashboardDashboardIDRequest) GetRequestBody

func (o *PutAPIV1DashboardDashboardIDRequest) GetRequestBody() *string

type PutAPIV1DashboardDashboardIDResponse

type PutAPIV1DashboardDashboardIDResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutAPIV1DashboardDashboardIDResponse) GetContentType

func (o *PutAPIV1DashboardDashboardIDResponse) GetContentType() string

func (*PutAPIV1DashboardDashboardIDResponse) GetRawResponse

func (o *PutAPIV1DashboardDashboardIDResponse) GetRawResponse() *http.Response

func (*PutAPIV1DashboardDashboardIDResponse) GetStatusCode

func (o *PutAPIV1DashboardDashboardIDResponse) GetStatusCode() int

type PutAPIV1DatabaseDatabaseIDRequest

type PutAPIV1DatabaseDatabaseIDRequest struct {
	DatabaseID  string  `pathParam:"style=simple,explode=false,name=DatabaseID"`
	RequestBody *string `request:"mediaType=*/*"`
}

func (*PutAPIV1DatabaseDatabaseIDRequest) GetDatabaseID

func (o *PutAPIV1DatabaseDatabaseIDRequest) GetDatabaseID() string

func (*PutAPIV1DatabaseDatabaseIDRequest) GetRequestBody

func (o *PutAPIV1DatabaseDatabaseIDRequest) GetRequestBody() *string

type PutAPIV1DatabaseDatabaseIDResponse

type PutAPIV1DatabaseDatabaseIDResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutAPIV1DatabaseDatabaseIDResponse) GetContentType

func (o *PutAPIV1DatabaseDatabaseIDResponse) GetContentType() string

func (*PutAPIV1DatabaseDatabaseIDResponse) GetRawResponse

func (o *PutAPIV1DatabaseDatabaseIDResponse) GetRawResponse() *http.Response

func (*PutAPIV1DatabaseDatabaseIDResponse) GetStatusCode

func (o *PutAPIV1DatabaseDatabaseIDResponse) GetStatusCode() int

type PutAPIV1DatasetDatasetIDRefreshRequest

type PutAPIV1DatasetDatasetIDRefreshRequest struct {
	DatasetID   string                                      `pathParam:"style=simple,explode=false,name=DatasetID"`
	Referer     *string                                     `header:"style=simple,explode=false,name=Referer"`
	RequestBody *PutAPIV1DatasetDatasetIDRefreshRequestBody `request:"mediaType=application/json"`
}

func (*PutAPIV1DatasetDatasetIDRefreshRequest) GetDatasetID

func (*PutAPIV1DatasetDatasetIDRefreshRequest) GetReferer

func (*PutAPIV1DatasetDatasetIDRefreshRequest) GetRequestBody

type PutAPIV1DatasetDatasetIDRefreshRequestBody

type PutAPIV1DatasetDatasetIDRefreshRequestBody struct {
}

type PutAPIV1DatasetDatasetIDRefreshResponse

type PutAPIV1DatasetDatasetIDRefreshResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutAPIV1DatasetDatasetIDRefreshResponse) GetContentType

func (o *PutAPIV1DatasetDatasetIDRefreshResponse) GetContentType() string

func (*PutAPIV1DatasetDatasetIDRefreshResponse) GetRawResponse

func (*PutAPIV1DatasetDatasetIDRefreshResponse) GetStatusCode

func (o *PutAPIV1DatasetDatasetIDRefreshResponse) GetStatusCode() int

type PutAPIV1DatasetDatasetIDRequest

type PutAPIV1DatasetDatasetIDRequest struct {
	DatasetID   string                               `pathParam:"style=simple,explode=false,name=DatasetID"`
	Referer     *string                              `header:"style=simple,explode=false,name=Referer"`
	RequestBody *PutAPIV1DatasetDatasetIDRequestBody `request:"mediaType=application/json"`
}

func (*PutAPIV1DatasetDatasetIDRequest) GetDatasetID

func (o *PutAPIV1DatasetDatasetIDRequest) GetDatasetID() string

func (*PutAPIV1DatasetDatasetIDRequest) GetReferer

func (o *PutAPIV1DatasetDatasetIDRequest) GetReferer() *string

func (*PutAPIV1DatasetDatasetIDRequest) GetRequestBody

type PutAPIV1DatasetDatasetIDRequestBody

type PutAPIV1DatasetDatasetIDRequestBody struct {
}

type PutAPIV1DatasetDatasetIDResponse

type PutAPIV1DatasetDatasetIDResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutAPIV1DatasetDatasetIDResponse) GetContentType

func (o *PutAPIV1DatasetDatasetIDResponse) GetContentType() string

func (*PutAPIV1DatasetDatasetIDResponse) GetRawResponse

func (o *PutAPIV1DatasetDatasetIDResponse) GetRawResponse() *http.Response

func (*PutAPIV1DatasetDatasetIDResponse) GetStatusCode

func (o *PutAPIV1DatasetDatasetIDResponse) GetStatusCode() int

type PutAPIV1ReportAlertIDORReportIDRequest

type PutAPIV1ReportAlertIDORReportIDRequest struct {
	RequestBody *PutAPIV1ReportAlertIDORReportIDRequestBody `request:"mediaType=application/json"`
}

func (*PutAPIV1ReportAlertIDORReportIDRequest) GetRequestBody

type PutAPIV1ReportAlertIDORReportIDRequestBody

type PutAPIV1ReportAlertIDORReportIDRequestBody struct {
}

type PutAPIV1ReportAlertIDORReportIDResponse

type PutAPIV1ReportAlertIDORReportIDResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutAPIV1ReportAlertIDORReportIDResponse) GetContentType

func (o *PutAPIV1ReportAlertIDORReportIDResponse) GetContentType() string

func (*PutAPIV1ReportAlertIDORReportIDResponse) GetRawResponse

func (*PutAPIV1ReportAlertIDORReportIDResponse) GetStatusCode

func (o *PutAPIV1ReportAlertIDORReportIDResponse) GetStatusCode() int

type PutV1TeamsTeamSlugRequest

type PutV1TeamsTeamSlugRequest struct {
	RequestBody *PutV1TeamsTeamSlugRequestBody `request:"mediaType=application/json"`
	TeamSlug    string                         `pathParam:"style=simple,explode=false,name=TeamSlug"`
}

func (*PutV1TeamsTeamSlugRequest) GetRequestBody

func (*PutV1TeamsTeamSlugRequest) GetTeamSlug

func (o *PutV1TeamsTeamSlugRequest) GetTeamSlug() string

type PutV1TeamsTeamSlugRequestBody

type PutV1TeamsTeamSlugRequestBody struct {
}

type PutV1TeamsTeamSlugResponse

type PutV1TeamsTeamSlugResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutV1TeamsTeamSlugResponse) GetContentType

func (o *PutV1TeamsTeamSlugResponse) GetContentType() string

func (*PutV1TeamsTeamSlugResponse) GetRawResponse

func (o *PutV1TeamsTeamSlugResponse) GetRawResponse() *http.Response

func (*PutV1TeamsTeamSlugResponse) GetStatusCode

func (o *PutV1TeamsTeamSlugResponse) GetStatusCode() int

type PutV1TeamsTeamSlugWorkspacesWorkspaceIDMembershipRequest

type PutV1TeamsTeamSlugWorkspacesWorkspaceIDMembershipRequest struct {
	RequestBody *PutV1TeamsTeamSlugWorkspacesWorkspaceIDMembershipRequestBody `request:"mediaType=application/json"`
	TeamSlug    string                                                        `pathParam:"style=simple,explode=false,name=TeamSlug"`
	WorkspaceID string                                                        `pathParam:"style=simple,explode=false,name=WorkspaceID"`
}

func (*PutV1TeamsTeamSlugWorkspacesWorkspaceIDMembershipRequest) GetRequestBody

func (*PutV1TeamsTeamSlugWorkspacesWorkspaceIDMembershipRequest) GetTeamSlug

func (*PutV1TeamsTeamSlugWorkspacesWorkspaceIDMembershipRequest) GetWorkspaceID

type PutV1TeamsTeamSlugWorkspacesWorkspaceIDMembershipRequestBody

type PutV1TeamsTeamSlugWorkspacesWorkspaceIDMembershipRequestBody struct {
}

type PutV1TeamsTeamSlugWorkspacesWorkspaceIDMembershipResponse

type PutV1TeamsTeamSlugWorkspacesWorkspaceIDMembershipResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutV1TeamsTeamSlugWorkspacesWorkspaceIDMembershipResponse) GetContentType

func (*PutV1TeamsTeamSlugWorkspacesWorkspaceIDMembershipResponse) GetRawResponse

func (*PutV1TeamsTeamSlugWorkspacesWorkspaceIDMembershipResponse) GetStatusCode

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL