Documentation
¶
Index ¶
- type AllDashboardsBadRequest
- type AllDashboardsNotFound
- type AllDashboardsOK
- type AllDashboardsParams
- func (o *AllDashboardsParams) SetContext(ctx context.Context)
- func (o *AllDashboardsParams) SetDefaults()
- func (o *AllDashboardsParams) SetFields(fields *string)
- func (o *AllDashboardsParams) SetHTTPClient(client *http.Client)
- func (o *AllDashboardsParams) SetTimeout(timeout time.Duration)
- func (o *AllDashboardsParams) WithContext(ctx context.Context) *AllDashboardsParams
- func (o *AllDashboardsParams) WithDefaults() *AllDashboardsParams
- func (o *AllDashboardsParams) WithFields(fields *string) *AllDashboardsParams
- func (o *AllDashboardsParams) WithHTTPClient(client *http.Client) *AllDashboardsParams
- func (o *AllDashboardsParams) WithTimeout(timeout time.Duration) *AllDashboardsParams
- func (o *AllDashboardsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AllDashboardsReader
- type Client
- func (a *Client) AllDashboards(params *AllDashboardsParams, opts ...ClientOption) (*AllDashboardsOK, error)
- func (a *Client) CreateDashboard(params *CreateDashboardParams, opts ...ClientOption) (*CreateDashboardOK, error)
- func (a *Client) CreateDashboardElement(params *CreateDashboardElementParams, opts ...ClientOption) (*CreateDashboardElementOK, error)
- func (a *Client) CreateDashboardFilter(params *CreateDashboardFilterParams, opts ...ClientOption) (*CreateDashboardFilterOK, error)
- func (a *Client) CreateDashboardLayout(params *CreateDashboardLayoutParams, opts ...ClientOption) (*CreateDashboardLayoutOK, error)
- func (a *Client) Dashboard(params *DashboardParams, opts ...ClientOption) (*DashboardOK, error)
- func (a *Client) DashboardAggregateTableLookml(params *DashboardAggregateTableLookmlParams, opts ...ClientOption) (*DashboardAggregateTableLookmlOK, error)
- func (a *Client) DashboardDashboardElements(params *DashboardDashboardElementsParams, opts ...ClientOption) (*DashboardDashboardElementsOK, error)
- func (a *Client) DashboardDashboardFilters(params *DashboardDashboardFiltersParams, opts ...ClientOption) (*DashboardDashboardFiltersOK, error)
- func (a *Client) DashboardDashboardLayouts(params *DashboardDashboardLayoutsParams, opts ...ClientOption) (*DashboardDashboardLayoutsOK, error)
- func (a *Client) DashboardElement(params *DashboardElementParams, opts ...ClientOption) (*DashboardElementOK, error)
- func (a *Client) DashboardFilter(params *DashboardFilterParams, opts ...ClientOption) (*DashboardFilterOK, error)
- func (a *Client) DashboardLayout(params *DashboardLayoutParams, opts ...ClientOption) (*DashboardLayoutOK, error)
- func (a *Client) DashboardLayoutComponent(params *DashboardLayoutComponentParams, opts ...ClientOption) (*DashboardLayoutComponentOK, error)
- func (a *Client) DashboardLayoutDashboardLayoutComponents(params *DashboardLayoutDashboardLayoutComponentsParams, opts ...ClientOption) (*DashboardLayoutDashboardLayoutComponentsOK, error)
- func (a *Client) DashboardLookml(params *DashboardLookmlParams, opts ...ClientOption) (*DashboardLookmlOK, error)
- func (a *Client) DeleteDashboard(params *DeleteDashboardParams, opts ...ClientOption) (*DeleteDashboardNoContent, error)
- func (a *Client) DeleteDashboardElement(params *DeleteDashboardElementParams, opts ...ClientOption) (*DeleteDashboardElementNoContent, error)
- func (a *Client) DeleteDashboardFilter(params *DeleteDashboardFilterParams, opts ...ClientOption) (*DeleteDashboardFilterNoContent, error)
- func (a *Client) DeleteDashboardLayout(params *DeleteDashboardLayoutParams, opts ...ClientOption) (*DeleteDashboardLayoutNoContent, error)
- func (a *Client) ImportLookmlDashboard(params *ImportLookmlDashboardParams, opts ...ClientOption) (*ImportLookmlDashboardOK, *ImportLookmlDashboardCreated, error)
- func (a *Client) SearchDashboardElements(params *SearchDashboardElementsParams, opts ...ClientOption) (*SearchDashboardElementsOK, error)
- func (a *Client) SearchDashboards(params *SearchDashboardsParams, opts ...ClientOption) (*SearchDashboardsOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) SyncLookmlDashboard(params *SyncLookmlDashboardParams, opts ...ClientOption) (*SyncLookmlDashboardOK, error)
- func (a *Client) UpdateDashboard(params *UpdateDashboardParams, opts ...ClientOption) (*UpdateDashboardOK, error)
- func (a *Client) UpdateDashboardElement(params *UpdateDashboardElementParams, opts ...ClientOption) (*UpdateDashboardElementOK, error)
- func (a *Client) UpdateDashboardFilter(params *UpdateDashboardFilterParams, opts ...ClientOption) (*UpdateDashboardFilterOK, error)
- func (a *Client) UpdateDashboardLayout(params *UpdateDashboardLayoutParams, opts ...ClientOption) (*UpdateDashboardLayoutOK, error)
- func (a *Client) UpdateDashboardLayoutComponent(params *UpdateDashboardLayoutComponentParams, opts ...ClientOption) (*UpdateDashboardLayoutComponentOK, error)
- type ClientOption
- type ClientService
- type CreateDashboardBadRequest
- type CreateDashboardConflict
- type CreateDashboardElementBadRequest
- type CreateDashboardElementConflict
- type CreateDashboardElementNotFound
- type CreateDashboardElementOK
- type CreateDashboardElementParams
- func NewCreateDashboardElementParams() *CreateDashboardElementParams
- func NewCreateDashboardElementParamsWithContext(ctx context.Context) *CreateDashboardElementParams
- func NewCreateDashboardElementParamsWithHTTPClient(client *http.Client) *CreateDashboardElementParams
- func NewCreateDashboardElementParamsWithTimeout(timeout time.Duration) *CreateDashboardElementParams
- func (o *CreateDashboardElementParams) SetBody(body *models.DashboardElement)
- func (o *CreateDashboardElementParams) SetContext(ctx context.Context)
- func (o *CreateDashboardElementParams) SetDefaults()
- func (o *CreateDashboardElementParams) SetFields(fields *string)
- func (o *CreateDashboardElementParams) SetHTTPClient(client *http.Client)
- func (o *CreateDashboardElementParams) SetTimeout(timeout time.Duration)
- func (o *CreateDashboardElementParams) WithBody(body *models.DashboardElement) *CreateDashboardElementParams
- func (o *CreateDashboardElementParams) WithContext(ctx context.Context) *CreateDashboardElementParams
- func (o *CreateDashboardElementParams) WithDefaults() *CreateDashboardElementParams
- func (o *CreateDashboardElementParams) WithFields(fields *string) *CreateDashboardElementParams
- func (o *CreateDashboardElementParams) WithHTTPClient(client *http.Client) *CreateDashboardElementParams
- func (o *CreateDashboardElementParams) WithTimeout(timeout time.Duration) *CreateDashboardElementParams
- func (o *CreateDashboardElementParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateDashboardElementReader
- type CreateDashboardElementTooManyRequests
- type CreateDashboardElementUnprocessableEntity
- type CreateDashboardFilterBadRequest
- type CreateDashboardFilterConflict
- type CreateDashboardFilterNotFound
- type CreateDashboardFilterOK
- type CreateDashboardFilterParams
- func NewCreateDashboardFilterParams() *CreateDashboardFilterParams
- func NewCreateDashboardFilterParamsWithContext(ctx context.Context) *CreateDashboardFilterParams
- func NewCreateDashboardFilterParamsWithHTTPClient(client *http.Client) *CreateDashboardFilterParams
- func NewCreateDashboardFilterParamsWithTimeout(timeout time.Duration) *CreateDashboardFilterParams
- func (o *CreateDashboardFilterParams) SetBody(body *models.CreateDashboardFilter)
- func (o *CreateDashboardFilterParams) SetContext(ctx context.Context)
- func (o *CreateDashboardFilterParams) SetDefaults()
- func (o *CreateDashboardFilterParams) SetFields(fields *string)
- func (o *CreateDashboardFilterParams) SetHTTPClient(client *http.Client)
- func (o *CreateDashboardFilterParams) SetTimeout(timeout time.Duration)
- func (o *CreateDashboardFilterParams) WithBody(body *models.CreateDashboardFilter) *CreateDashboardFilterParams
- func (o *CreateDashboardFilterParams) WithContext(ctx context.Context) *CreateDashboardFilterParams
- func (o *CreateDashboardFilterParams) WithDefaults() *CreateDashboardFilterParams
- func (o *CreateDashboardFilterParams) WithFields(fields *string) *CreateDashboardFilterParams
- func (o *CreateDashboardFilterParams) WithHTTPClient(client *http.Client) *CreateDashboardFilterParams
- func (o *CreateDashboardFilterParams) WithTimeout(timeout time.Duration) *CreateDashboardFilterParams
- func (o *CreateDashboardFilterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateDashboardFilterReader
- type CreateDashboardFilterTooManyRequests
- type CreateDashboardFilterUnprocessableEntity
- type CreateDashboardLayoutBadRequest
- type CreateDashboardLayoutConflict
- type CreateDashboardLayoutNotFound
- type CreateDashboardLayoutOK
- type CreateDashboardLayoutParams
- func NewCreateDashboardLayoutParams() *CreateDashboardLayoutParams
- func NewCreateDashboardLayoutParamsWithContext(ctx context.Context) *CreateDashboardLayoutParams
- func NewCreateDashboardLayoutParamsWithHTTPClient(client *http.Client) *CreateDashboardLayoutParams
- func NewCreateDashboardLayoutParamsWithTimeout(timeout time.Duration) *CreateDashboardLayoutParams
- func (o *CreateDashboardLayoutParams) SetBody(body *models.DashboardLayout)
- func (o *CreateDashboardLayoutParams) SetContext(ctx context.Context)
- func (o *CreateDashboardLayoutParams) SetDefaults()
- func (o *CreateDashboardLayoutParams) SetFields(fields *string)
- func (o *CreateDashboardLayoutParams) SetHTTPClient(client *http.Client)
- func (o *CreateDashboardLayoutParams) SetTimeout(timeout time.Duration)
- func (o *CreateDashboardLayoutParams) WithBody(body *models.DashboardLayout) *CreateDashboardLayoutParams
- func (o *CreateDashboardLayoutParams) WithContext(ctx context.Context) *CreateDashboardLayoutParams
- func (o *CreateDashboardLayoutParams) WithDefaults() *CreateDashboardLayoutParams
- func (o *CreateDashboardLayoutParams) WithFields(fields *string) *CreateDashboardLayoutParams
- func (o *CreateDashboardLayoutParams) WithHTTPClient(client *http.Client) *CreateDashboardLayoutParams
- func (o *CreateDashboardLayoutParams) WithTimeout(timeout time.Duration) *CreateDashboardLayoutParams
- func (o *CreateDashboardLayoutParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateDashboardLayoutReader
- type CreateDashboardLayoutTooManyRequests
- type CreateDashboardLayoutUnprocessableEntity
- type CreateDashboardNotFound
- type CreateDashboardOK
- type CreateDashboardParams
- func NewCreateDashboardParams() *CreateDashboardParams
- func NewCreateDashboardParamsWithContext(ctx context.Context) *CreateDashboardParams
- func NewCreateDashboardParamsWithHTTPClient(client *http.Client) *CreateDashboardParams
- func NewCreateDashboardParamsWithTimeout(timeout time.Duration) *CreateDashboardParams
- func (o *CreateDashboardParams) SetBody(body *models.Dashboard)
- func (o *CreateDashboardParams) SetContext(ctx context.Context)
- func (o *CreateDashboardParams) SetDefaults()
- func (o *CreateDashboardParams) SetHTTPClient(client *http.Client)
- func (o *CreateDashboardParams) SetTimeout(timeout time.Duration)
- func (o *CreateDashboardParams) WithBody(body *models.Dashboard) *CreateDashboardParams
- func (o *CreateDashboardParams) WithContext(ctx context.Context) *CreateDashboardParams
- func (o *CreateDashboardParams) WithDefaults() *CreateDashboardParams
- func (o *CreateDashboardParams) WithHTTPClient(client *http.Client) *CreateDashboardParams
- func (o *CreateDashboardParams) WithTimeout(timeout time.Duration) *CreateDashboardParams
- func (o *CreateDashboardParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateDashboardReader
- type CreateDashboardTooManyRequests
- type CreateDashboardUnprocessableEntity
- type DashboardAggregateTableLookmlBadRequest
- type DashboardAggregateTableLookmlNotFound
- type DashboardAggregateTableLookmlOK
- type DashboardAggregateTableLookmlParams
- func NewDashboardAggregateTableLookmlParams() *DashboardAggregateTableLookmlParams
- func NewDashboardAggregateTableLookmlParamsWithContext(ctx context.Context) *DashboardAggregateTableLookmlParams
- func NewDashboardAggregateTableLookmlParamsWithHTTPClient(client *http.Client) *DashboardAggregateTableLookmlParams
- func NewDashboardAggregateTableLookmlParamsWithTimeout(timeout time.Duration) *DashboardAggregateTableLookmlParams
- func (o *DashboardAggregateTableLookmlParams) SetContext(ctx context.Context)
- func (o *DashboardAggregateTableLookmlParams) SetDashboardID(dashboardID string)
- func (o *DashboardAggregateTableLookmlParams) SetDefaults()
- func (o *DashboardAggregateTableLookmlParams) SetHTTPClient(client *http.Client)
- func (o *DashboardAggregateTableLookmlParams) SetTimeout(timeout time.Duration)
- func (o *DashboardAggregateTableLookmlParams) WithContext(ctx context.Context) *DashboardAggregateTableLookmlParams
- func (o *DashboardAggregateTableLookmlParams) WithDashboardID(dashboardID string) *DashboardAggregateTableLookmlParams
- func (o *DashboardAggregateTableLookmlParams) WithDefaults() *DashboardAggregateTableLookmlParams
- func (o *DashboardAggregateTableLookmlParams) WithHTTPClient(client *http.Client) *DashboardAggregateTableLookmlParams
- func (o *DashboardAggregateTableLookmlParams) WithTimeout(timeout time.Duration) *DashboardAggregateTableLookmlParams
- func (o *DashboardAggregateTableLookmlParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DashboardAggregateTableLookmlReader
- type DashboardBadRequest
- type DashboardDashboardElementsBadRequest
- type DashboardDashboardElementsNotFound
- type DashboardDashboardElementsOK
- type DashboardDashboardElementsParams
- func NewDashboardDashboardElementsParams() *DashboardDashboardElementsParams
- func NewDashboardDashboardElementsParamsWithContext(ctx context.Context) *DashboardDashboardElementsParams
- func NewDashboardDashboardElementsParamsWithHTTPClient(client *http.Client) *DashboardDashboardElementsParams
- func NewDashboardDashboardElementsParamsWithTimeout(timeout time.Duration) *DashboardDashboardElementsParams
- func (o *DashboardDashboardElementsParams) SetContext(ctx context.Context)
- func (o *DashboardDashboardElementsParams) SetDashboardID(dashboardID string)
- func (o *DashboardDashboardElementsParams) SetDefaults()
- func (o *DashboardDashboardElementsParams) SetFields(fields *string)
- func (o *DashboardDashboardElementsParams) SetHTTPClient(client *http.Client)
- func (o *DashboardDashboardElementsParams) SetTimeout(timeout time.Duration)
- func (o *DashboardDashboardElementsParams) WithContext(ctx context.Context) *DashboardDashboardElementsParams
- func (o *DashboardDashboardElementsParams) WithDashboardID(dashboardID string) *DashboardDashboardElementsParams
- func (o *DashboardDashboardElementsParams) WithDefaults() *DashboardDashboardElementsParams
- func (o *DashboardDashboardElementsParams) WithFields(fields *string) *DashboardDashboardElementsParams
- func (o *DashboardDashboardElementsParams) WithHTTPClient(client *http.Client) *DashboardDashboardElementsParams
- func (o *DashboardDashboardElementsParams) WithTimeout(timeout time.Duration) *DashboardDashboardElementsParams
- func (o *DashboardDashboardElementsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DashboardDashboardElementsReader
- type DashboardDashboardFiltersBadRequest
- type DashboardDashboardFiltersNotFound
- type DashboardDashboardFiltersOK
- type DashboardDashboardFiltersParams
- func NewDashboardDashboardFiltersParams() *DashboardDashboardFiltersParams
- func NewDashboardDashboardFiltersParamsWithContext(ctx context.Context) *DashboardDashboardFiltersParams
- func NewDashboardDashboardFiltersParamsWithHTTPClient(client *http.Client) *DashboardDashboardFiltersParams
- func NewDashboardDashboardFiltersParamsWithTimeout(timeout time.Duration) *DashboardDashboardFiltersParams
- func (o *DashboardDashboardFiltersParams) SetContext(ctx context.Context)
- func (o *DashboardDashboardFiltersParams) SetDashboardID(dashboardID string)
- func (o *DashboardDashboardFiltersParams) SetDefaults()
- func (o *DashboardDashboardFiltersParams) SetFields(fields *string)
- func (o *DashboardDashboardFiltersParams) SetHTTPClient(client *http.Client)
- func (o *DashboardDashboardFiltersParams) SetTimeout(timeout time.Duration)
- func (o *DashboardDashboardFiltersParams) WithContext(ctx context.Context) *DashboardDashboardFiltersParams
- func (o *DashboardDashboardFiltersParams) WithDashboardID(dashboardID string) *DashboardDashboardFiltersParams
- func (o *DashboardDashboardFiltersParams) WithDefaults() *DashboardDashboardFiltersParams
- func (o *DashboardDashboardFiltersParams) WithFields(fields *string) *DashboardDashboardFiltersParams
- func (o *DashboardDashboardFiltersParams) WithHTTPClient(client *http.Client) *DashboardDashboardFiltersParams
- func (o *DashboardDashboardFiltersParams) WithTimeout(timeout time.Duration) *DashboardDashboardFiltersParams
- func (o *DashboardDashboardFiltersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DashboardDashboardFiltersReader
- type DashboardDashboardLayoutsBadRequest
- type DashboardDashboardLayoutsNotFound
- type DashboardDashboardLayoutsOK
- type DashboardDashboardLayoutsParams
- func NewDashboardDashboardLayoutsParams() *DashboardDashboardLayoutsParams
- func NewDashboardDashboardLayoutsParamsWithContext(ctx context.Context) *DashboardDashboardLayoutsParams
- func NewDashboardDashboardLayoutsParamsWithHTTPClient(client *http.Client) *DashboardDashboardLayoutsParams
- func NewDashboardDashboardLayoutsParamsWithTimeout(timeout time.Duration) *DashboardDashboardLayoutsParams
- func (o *DashboardDashboardLayoutsParams) SetContext(ctx context.Context)
- func (o *DashboardDashboardLayoutsParams) SetDashboardID(dashboardID string)
- func (o *DashboardDashboardLayoutsParams) SetDefaults()
- func (o *DashboardDashboardLayoutsParams) SetFields(fields *string)
- func (o *DashboardDashboardLayoutsParams) SetHTTPClient(client *http.Client)
- func (o *DashboardDashboardLayoutsParams) SetTimeout(timeout time.Duration)
- func (o *DashboardDashboardLayoutsParams) WithContext(ctx context.Context) *DashboardDashboardLayoutsParams
- func (o *DashboardDashboardLayoutsParams) WithDashboardID(dashboardID string) *DashboardDashboardLayoutsParams
- func (o *DashboardDashboardLayoutsParams) WithDefaults() *DashboardDashboardLayoutsParams
- func (o *DashboardDashboardLayoutsParams) WithFields(fields *string) *DashboardDashboardLayoutsParams
- func (o *DashboardDashboardLayoutsParams) WithHTTPClient(client *http.Client) *DashboardDashboardLayoutsParams
- func (o *DashboardDashboardLayoutsParams) WithTimeout(timeout time.Duration) *DashboardDashboardLayoutsParams
- func (o *DashboardDashboardLayoutsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DashboardDashboardLayoutsReader
- type DashboardElementBadRequest
- type DashboardElementNotFound
- type DashboardElementOK
- type DashboardElementParams
- func NewDashboardElementParams() *DashboardElementParams
- func NewDashboardElementParamsWithContext(ctx context.Context) *DashboardElementParams
- func NewDashboardElementParamsWithHTTPClient(client *http.Client) *DashboardElementParams
- func NewDashboardElementParamsWithTimeout(timeout time.Duration) *DashboardElementParams
- func (o *DashboardElementParams) SetContext(ctx context.Context)
- func (o *DashboardElementParams) SetDashboardElementID(dashboardElementID string)
- func (o *DashboardElementParams) SetDefaults()
- func (o *DashboardElementParams) SetFields(fields *string)
- func (o *DashboardElementParams) SetHTTPClient(client *http.Client)
- func (o *DashboardElementParams) SetTimeout(timeout time.Duration)
- func (o *DashboardElementParams) WithContext(ctx context.Context) *DashboardElementParams
- func (o *DashboardElementParams) WithDashboardElementID(dashboardElementID string) *DashboardElementParams
- func (o *DashboardElementParams) WithDefaults() *DashboardElementParams
- func (o *DashboardElementParams) WithFields(fields *string) *DashboardElementParams
- func (o *DashboardElementParams) WithHTTPClient(client *http.Client) *DashboardElementParams
- func (o *DashboardElementParams) WithTimeout(timeout time.Duration) *DashboardElementParams
- func (o *DashboardElementParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DashboardElementReader
- type DashboardFilterBadRequest
- type DashboardFilterNotFound
- type DashboardFilterOK
- type DashboardFilterParams
- func NewDashboardFilterParams() *DashboardFilterParams
- func NewDashboardFilterParamsWithContext(ctx context.Context) *DashboardFilterParams
- func NewDashboardFilterParamsWithHTTPClient(client *http.Client) *DashboardFilterParams
- func NewDashboardFilterParamsWithTimeout(timeout time.Duration) *DashboardFilterParams
- func (o *DashboardFilterParams) SetContext(ctx context.Context)
- func (o *DashboardFilterParams) SetDashboardFilterID(dashboardFilterID string)
- func (o *DashboardFilterParams) SetDefaults()
- func (o *DashboardFilterParams) SetFields(fields *string)
- func (o *DashboardFilterParams) SetHTTPClient(client *http.Client)
- func (o *DashboardFilterParams) SetTimeout(timeout time.Duration)
- func (o *DashboardFilterParams) WithContext(ctx context.Context) *DashboardFilterParams
- func (o *DashboardFilterParams) WithDashboardFilterID(dashboardFilterID string) *DashboardFilterParams
- func (o *DashboardFilterParams) WithDefaults() *DashboardFilterParams
- func (o *DashboardFilterParams) WithFields(fields *string) *DashboardFilterParams
- func (o *DashboardFilterParams) WithHTTPClient(client *http.Client) *DashboardFilterParams
- func (o *DashboardFilterParams) WithTimeout(timeout time.Duration) *DashboardFilterParams
- func (o *DashboardFilterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DashboardFilterReader
- type DashboardLayoutBadRequest
- type DashboardLayoutComponentBadRequest
- type DashboardLayoutComponentNotFound
- type DashboardLayoutComponentOK
- type DashboardLayoutComponentParams
- func NewDashboardLayoutComponentParams() *DashboardLayoutComponentParams
- func NewDashboardLayoutComponentParamsWithContext(ctx context.Context) *DashboardLayoutComponentParams
- func NewDashboardLayoutComponentParamsWithHTTPClient(client *http.Client) *DashboardLayoutComponentParams
- func NewDashboardLayoutComponentParamsWithTimeout(timeout time.Duration) *DashboardLayoutComponentParams
- func (o *DashboardLayoutComponentParams) SetContext(ctx context.Context)
- func (o *DashboardLayoutComponentParams) SetDashboardLayoutComponentID(dashboardLayoutComponentID string)
- func (o *DashboardLayoutComponentParams) SetDefaults()
- func (o *DashboardLayoutComponentParams) SetFields(fields *string)
- func (o *DashboardLayoutComponentParams) SetHTTPClient(client *http.Client)
- func (o *DashboardLayoutComponentParams) SetTimeout(timeout time.Duration)
- func (o *DashboardLayoutComponentParams) WithContext(ctx context.Context) *DashboardLayoutComponentParams
- func (o *DashboardLayoutComponentParams) WithDashboardLayoutComponentID(dashboardLayoutComponentID string) *DashboardLayoutComponentParams
- func (o *DashboardLayoutComponentParams) WithDefaults() *DashboardLayoutComponentParams
- func (o *DashboardLayoutComponentParams) WithFields(fields *string) *DashboardLayoutComponentParams
- func (o *DashboardLayoutComponentParams) WithHTTPClient(client *http.Client) *DashboardLayoutComponentParams
- func (o *DashboardLayoutComponentParams) WithTimeout(timeout time.Duration) *DashboardLayoutComponentParams
- func (o *DashboardLayoutComponentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DashboardLayoutComponentReader
- type DashboardLayoutDashboardLayoutComponentsBadRequest
- type DashboardLayoutDashboardLayoutComponentsNotFound
- type DashboardLayoutDashboardLayoutComponentsOK
- type DashboardLayoutDashboardLayoutComponentsParams
- func NewDashboardLayoutDashboardLayoutComponentsParams() *DashboardLayoutDashboardLayoutComponentsParams
- func NewDashboardLayoutDashboardLayoutComponentsParamsWithContext(ctx context.Context) *DashboardLayoutDashboardLayoutComponentsParams
- func NewDashboardLayoutDashboardLayoutComponentsParamsWithHTTPClient(client *http.Client) *DashboardLayoutDashboardLayoutComponentsParams
- func NewDashboardLayoutDashboardLayoutComponentsParamsWithTimeout(timeout time.Duration) *DashboardLayoutDashboardLayoutComponentsParams
- func (o *DashboardLayoutDashboardLayoutComponentsParams) SetContext(ctx context.Context)
- func (o *DashboardLayoutDashboardLayoutComponentsParams) SetDashboardLayoutID(dashboardLayoutID string)
- func (o *DashboardLayoutDashboardLayoutComponentsParams) SetDefaults()
- func (o *DashboardLayoutDashboardLayoutComponentsParams) SetFields(fields *string)
- func (o *DashboardLayoutDashboardLayoutComponentsParams) SetHTTPClient(client *http.Client)
- func (o *DashboardLayoutDashboardLayoutComponentsParams) SetTimeout(timeout time.Duration)
- func (o *DashboardLayoutDashboardLayoutComponentsParams) WithContext(ctx context.Context) *DashboardLayoutDashboardLayoutComponentsParams
- func (o *DashboardLayoutDashboardLayoutComponentsParams) WithDashboardLayoutID(dashboardLayoutID string) *DashboardLayoutDashboardLayoutComponentsParams
- func (o *DashboardLayoutDashboardLayoutComponentsParams) WithDefaults() *DashboardLayoutDashboardLayoutComponentsParams
- func (o *DashboardLayoutDashboardLayoutComponentsParams) WithFields(fields *string) *DashboardLayoutDashboardLayoutComponentsParams
- func (o *DashboardLayoutDashboardLayoutComponentsParams) WithHTTPClient(client *http.Client) *DashboardLayoutDashboardLayoutComponentsParams
- func (o *DashboardLayoutDashboardLayoutComponentsParams) WithTimeout(timeout time.Duration) *DashboardLayoutDashboardLayoutComponentsParams
- func (o *DashboardLayoutDashboardLayoutComponentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DashboardLayoutDashboardLayoutComponentsReader
- type DashboardLayoutNotFound
- type DashboardLayoutOK
- type DashboardLayoutParams
- func NewDashboardLayoutParams() *DashboardLayoutParams
- func NewDashboardLayoutParamsWithContext(ctx context.Context) *DashboardLayoutParams
- func NewDashboardLayoutParamsWithHTTPClient(client *http.Client) *DashboardLayoutParams
- func NewDashboardLayoutParamsWithTimeout(timeout time.Duration) *DashboardLayoutParams
- func (o *DashboardLayoutParams) SetContext(ctx context.Context)
- func (o *DashboardLayoutParams) SetDashboardLayoutID(dashboardLayoutID string)
- func (o *DashboardLayoutParams) SetDefaults()
- func (o *DashboardLayoutParams) SetFields(fields *string)
- func (o *DashboardLayoutParams) SetHTTPClient(client *http.Client)
- func (o *DashboardLayoutParams) SetTimeout(timeout time.Duration)
- func (o *DashboardLayoutParams) WithContext(ctx context.Context) *DashboardLayoutParams
- func (o *DashboardLayoutParams) WithDashboardLayoutID(dashboardLayoutID string) *DashboardLayoutParams
- func (o *DashboardLayoutParams) WithDefaults() *DashboardLayoutParams
- func (o *DashboardLayoutParams) WithFields(fields *string) *DashboardLayoutParams
- func (o *DashboardLayoutParams) WithHTTPClient(client *http.Client) *DashboardLayoutParams
- func (o *DashboardLayoutParams) WithTimeout(timeout time.Duration) *DashboardLayoutParams
- func (o *DashboardLayoutParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DashboardLayoutReader
- type DashboardLookmlBadRequest
- type DashboardLookmlNotFound
- type DashboardLookmlOK
- type DashboardLookmlParams
- func NewDashboardLookmlParams() *DashboardLookmlParams
- func NewDashboardLookmlParamsWithContext(ctx context.Context) *DashboardLookmlParams
- func NewDashboardLookmlParamsWithHTTPClient(client *http.Client) *DashboardLookmlParams
- func NewDashboardLookmlParamsWithTimeout(timeout time.Duration) *DashboardLookmlParams
- func (o *DashboardLookmlParams) SetContext(ctx context.Context)
- func (o *DashboardLookmlParams) SetDashboardID(dashboardID string)
- func (o *DashboardLookmlParams) SetDefaults()
- func (o *DashboardLookmlParams) SetHTTPClient(client *http.Client)
- func (o *DashboardLookmlParams) SetTimeout(timeout time.Duration)
- func (o *DashboardLookmlParams) WithContext(ctx context.Context) *DashboardLookmlParams
- func (o *DashboardLookmlParams) WithDashboardID(dashboardID string) *DashboardLookmlParams
- func (o *DashboardLookmlParams) WithDefaults() *DashboardLookmlParams
- func (o *DashboardLookmlParams) WithHTTPClient(client *http.Client) *DashboardLookmlParams
- func (o *DashboardLookmlParams) WithTimeout(timeout time.Duration) *DashboardLookmlParams
- func (o *DashboardLookmlParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DashboardLookmlReader
- type DashboardNotFound
- type DashboardOK
- type DashboardParams
- func (o *DashboardParams) SetContext(ctx context.Context)
- func (o *DashboardParams) SetDashboardID(dashboardID string)
- func (o *DashboardParams) SetDefaults()
- func (o *DashboardParams) SetFields(fields *string)
- func (o *DashboardParams) SetHTTPClient(client *http.Client)
- func (o *DashboardParams) SetTimeout(timeout time.Duration)
- func (o *DashboardParams) WithContext(ctx context.Context) *DashboardParams
- func (o *DashboardParams) WithDashboardID(dashboardID string) *DashboardParams
- func (o *DashboardParams) WithDefaults() *DashboardParams
- func (o *DashboardParams) WithFields(fields *string) *DashboardParams
- func (o *DashboardParams) WithHTTPClient(client *http.Client) *DashboardParams
- func (o *DashboardParams) WithTimeout(timeout time.Duration) *DashboardParams
- func (o *DashboardParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DashboardReader
- type DeleteDashboardBadRequest
- type DeleteDashboardElementBadRequest
- type DeleteDashboardElementNoContent
- type DeleteDashboardElementNotFound
- type DeleteDashboardElementParams
- func NewDeleteDashboardElementParams() *DeleteDashboardElementParams
- func NewDeleteDashboardElementParamsWithContext(ctx context.Context) *DeleteDashboardElementParams
- func NewDeleteDashboardElementParamsWithHTTPClient(client *http.Client) *DeleteDashboardElementParams
- func NewDeleteDashboardElementParamsWithTimeout(timeout time.Duration) *DeleteDashboardElementParams
- func (o *DeleteDashboardElementParams) SetContext(ctx context.Context)
- func (o *DeleteDashboardElementParams) SetDashboardElementID(dashboardElementID string)
- func (o *DeleteDashboardElementParams) SetDefaults()
- func (o *DeleteDashboardElementParams) SetHTTPClient(client *http.Client)
- func (o *DeleteDashboardElementParams) SetTimeout(timeout time.Duration)
- func (o *DeleteDashboardElementParams) WithContext(ctx context.Context) *DeleteDashboardElementParams
- func (o *DeleteDashboardElementParams) WithDashboardElementID(dashboardElementID string) *DeleteDashboardElementParams
- func (o *DeleteDashboardElementParams) WithDefaults() *DeleteDashboardElementParams
- func (o *DeleteDashboardElementParams) WithHTTPClient(client *http.Client) *DeleteDashboardElementParams
- func (o *DeleteDashboardElementParams) WithTimeout(timeout time.Duration) *DeleteDashboardElementParams
- func (o *DeleteDashboardElementParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteDashboardElementReader
- type DeleteDashboardElementTooManyRequests
- type DeleteDashboardFilterBadRequest
- type DeleteDashboardFilterNoContent
- type DeleteDashboardFilterNotFound
- type DeleteDashboardFilterParams
- func NewDeleteDashboardFilterParams() *DeleteDashboardFilterParams
- func NewDeleteDashboardFilterParamsWithContext(ctx context.Context) *DeleteDashboardFilterParams
- func NewDeleteDashboardFilterParamsWithHTTPClient(client *http.Client) *DeleteDashboardFilterParams
- func NewDeleteDashboardFilterParamsWithTimeout(timeout time.Duration) *DeleteDashboardFilterParams
- func (o *DeleteDashboardFilterParams) SetContext(ctx context.Context)
- func (o *DeleteDashboardFilterParams) SetDashboardFilterID(dashboardFilterID string)
- func (o *DeleteDashboardFilterParams) SetDefaults()
- func (o *DeleteDashboardFilterParams) SetHTTPClient(client *http.Client)
- func (o *DeleteDashboardFilterParams) SetTimeout(timeout time.Duration)
- func (o *DeleteDashboardFilterParams) WithContext(ctx context.Context) *DeleteDashboardFilterParams
- func (o *DeleteDashboardFilterParams) WithDashboardFilterID(dashboardFilterID string) *DeleteDashboardFilterParams
- func (o *DeleteDashboardFilterParams) WithDefaults() *DeleteDashboardFilterParams
- func (o *DeleteDashboardFilterParams) WithHTTPClient(client *http.Client) *DeleteDashboardFilterParams
- func (o *DeleteDashboardFilterParams) WithTimeout(timeout time.Duration) *DeleteDashboardFilterParams
- func (o *DeleteDashboardFilterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteDashboardFilterReader
- type DeleteDashboardFilterTooManyRequests
- type DeleteDashboardLayoutBadRequest
- type DeleteDashboardLayoutNoContent
- type DeleteDashboardLayoutNotFound
- type DeleteDashboardLayoutParams
- func NewDeleteDashboardLayoutParams() *DeleteDashboardLayoutParams
- func NewDeleteDashboardLayoutParamsWithContext(ctx context.Context) *DeleteDashboardLayoutParams
- func NewDeleteDashboardLayoutParamsWithHTTPClient(client *http.Client) *DeleteDashboardLayoutParams
- func NewDeleteDashboardLayoutParamsWithTimeout(timeout time.Duration) *DeleteDashboardLayoutParams
- func (o *DeleteDashboardLayoutParams) SetContext(ctx context.Context)
- func (o *DeleteDashboardLayoutParams) SetDashboardLayoutID(dashboardLayoutID string)
- func (o *DeleteDashboardLayoutParams) SetDefaults()
- func (o *DeleteDashboardLayoutParams) SetHTTPClient(client *http.Client)
- func (o *DeleteDashboardLayoutParams) SetTimeout(timeout time.Duration)
- func (o *DeleteDashboardLayoutParams) WithContext(ctx context.Context) *DeleteDashboardLayoutParams
- func (o *DeleteDashboardLayoutParams) WithDashboardLayoutID(dashboardLayoutID string) *DeleteDashboardLayoutParams
- func (o *DeleteDashboardLayoutParams) WithDefaults() *DeleteDashboardLayoutParams
- func (o *DeleteDashboardLayoutParams) WithHTTPClient(client *http.Client) *DeleteDashboardLayoutParams
- func (o *DeleteDashboardLayoutParams) WithTimeout(timeout time.Duration) *DeleteDashboardLayoutParams
- func (o *DeleteDashboardLayoutParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteDashboardLayoutReader
- type DeleteDashboardLayoutTooManyRequests
- type DeleteDashboardLayoutUnprocessableEntity
- type DeleteDashboardMethodNotAllowed
- type DeleteDashboardNoContent
- type DeleteDashboardNotFound
- type DeleteDashboardParams
- func NewDeleteDashboardParams() *DeleteDashboardParams
- func NewDeleteDashboardParamsWithContext(ctx context.Context) *DeleteDashboardParams
- func NewDeleteDashboardParamsWithHTTPClient(client *http.Client) *DeleteDashboardParams
- func NewDeleteDashboardParamsWithTimeout(timeout time.Duration) *DeleteDashboardParams
- func (o *DeleteDashboardParams) SetContext(ctx context.Context)
- func (o *DeleteDashboardParams) SetDashboardID(dashboardID string)
- func (o *DeleteDashboardParams) SetDefaults()
- func (o *DeleteDashboardParams) SetHTTPClient(client *http.Client)
- func (o *DeleteDashboardParams) SetTimeout(timeout time.Duration)
- func (o *DeleteDashboardParams) WithContext(ctx context.Context) *DeleteDashboardParams
- func (o *DeleteDashboardParams) WithDashboardID(dashboardID string) *DeleteDashboardParams
- func (o *DeleteDashboardParams) WithDefaults() *DeleteDashboardParams
- func (o *DeleteDashboardParams) WithHTTPClient(client *http.Client) *DeleteDashboardParams
- func (o *DeleteDashboardParams) WithTimeout(timeout time.Duration) *DeleteDashboardParams
- func (o *DeleteDashboardParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteDashboardReader
- type DeleteDashboardTooManyRequests
- type ImportLookmlDashboardBadRequest
- type ImportLookmlDashboardConflict
- type ImportLookmlDashboardCreated
- type ImportLookmlDashboardNotFound
- type ImportLookmlDashboardOK
- type ImportLookmlDashboardParams
- func NewImportLookmlDashboardParams() *ImportLookmlDashboardParams
- func NewImportLookmlDashboardParamsWithContext(ctx context.Context) *ImportLookmlDashboardParams
- func NewImportLookmlDashboardParamsWithHTTPClient(client *http.Client) *ImportLookmlDashboardParams
- func NewImportLookmlDashboardParamsWithTimeout(timeout time.Duration) *ImportLookmlDashboardParams
- func (o *ImportLookmlDashboardParams) SetBody(body *models.Dashboard)
- func (o *ImportLookmlDashboardParams) SetContext(ctx context.Context)
- func (o *ImportLookmlDashboardParams) SetDefaults()
- func (o *ImportLookmlDashboardParams) SetHTTPClient(client *http.Client)
- func (o *ImportLookmlDashboardParams) SetLookmlDashboardID(lookmlDashboardID string)
- func (o *ImportLookmlDashboardParams) SetRawLocale(rawLocale *bool)
- func (o *ImportLookmlDashboardParams) SetSpaceID(spaceID string)
- func (o *ImportLookmlDashboardParams) SetTimeout(timeout time.Duration)
- func (o *ImportLookmlDashboardParams) WithBody(body *models.Dashboard) *ImportLookmlDashboardParams
- func (o *ImportLookmlDashboardParams) WithContext(ctx context.Context) *ImportLookmlDashboardParams
- func (o *ImportLookmlDashboardParams) WithDefaults() *ImportLookmlDashboardParams
- func (o *ImportLookmlDashboardParams) WithHTTPClient(client *http.Client) *ImportLookmlDashboardParams
- func (o *ImportLookmlDashboardParams) WithLookmlDashboardID(lookmlDashboardID string) *ImportLookmlDashboardParams
- func (o *ImportLookmlDashboardParams) WithRawLocale(rawLocale *bool) *ImportLookmlDashboardParams
- func (o *ImportLookmlDashboardParams) WithSpaceID(spaceID string) *ImportLookmlDashboardParams
- func (o *ImportLookmlDashboardParams) WithTimeout(timeout time.Duration) *ImportLookmlDashboardParams
- func (o *ImportLookmlDashboardParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ImportLookmlDashboardReader
- type ImportLookmlDashboardTooManyRequests
- type ImportLookmlDashboardUnprocessableEntity
- type SearchDashboardElementsBadRequest
- type SearchDashboardElementsNotFound
- type SearchDashboardElementsOK
- type SearchDashboardElementsParams
- func NewSearchDashboardElementsParams() *SearchDashboardElementsParams
- func NewSearchDashboardElementsParamsWithContext(ctx context.Context) *SearchDashboardElementsParams
- func NewSearchDashboardElementsParamsWithHTTPClient(client *http.Client) *SearchDashboardElementsParams
- func NewSearchDashboardElementsParamsWithTimeout(timeout time.Duration) *SearchDashboardElementsParams
- func (o *SearchDashboardElementsParams) SetContext(ctx context.Context)
- func (o *SearchDashboardElementsParams) SetDashboardID(dashboardID *int64)
- func (o *SearchDashboardElementsParams) SetDefaults()
- func (o *SearchDashboardElementsParams) SetDeleted(deleted *bool)
- func (o *SearchDashboardElementsParams) SetFields(fields *string)
- func (o *SearchDashboardElementsParams) SetFilterOr(filterOr *bool)
- func (o *SearchDashboardElementsParams) SetHTTPClient(client *http.Client)
- func (o *SearchDashboardElementsParams) SetLookID(lookID *int64)
- func (o *SearchDashboardElementsParams) SetSorts(sorts *string)
- func (o *SearchDashboardElementsParams) SetTimeout(timeout time.Duration)
- func (o *SearchDashboardElementsParams) SetTitle(title *string)
- func (o *SearchDashboardElementsParams) WithContext(ctx context.Context) *SearchDashboardElementsParams
- func (o *SearchDashboardElementsParams) WithDashboardID(dashboardID *int64) *SearchDashboardElementsParams
- func (o *SearchDashboardElementsParams) WithDefaults() *SearchDashboardElementsParams
- func (o *SearchDashboardElementsParams) WithDeleted(deleted *bool) *SearchDashboardElementsParams
- func (o *SearchDashboardElementsParams) WithFields(fields *string) *SearchDashboardElementsParams
- func (o *SearchDashboardElementsParams) WithFilterOr(filterOr *bool) *SearchDashboardElementsParams
- func (o *SearchDashboardElementsParams) WithHTTPClient(client *http.Client) *SearchDashboardElementsParams
- func (o *SearchDashboardElementsParams) WithLookID(lookID *int64) *SearchDashboardElementsParams
- func (o *SearchDashboardElementsParams) WithSorts(sorts *string) *SearchDashboardElementsParams
- func (o *SearchDashboardElementsParams) WithTimeout(timeout time.Duration) *SearchDashboardElementsParams
- func (o *SearchDashboardElementsParams) WithTitle(title *string) *SearchDashboardElementsParams
- func (o *SearchDashboardElementsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SearchDashboardElementsReader
- type SearchDashboardsBadRequest
- type SearchDashboardsNotFound
- type SearchDashboardsOK
- type SearchDashboardsParams
- func NewSearchDashboardsParams() *SearchDashboardsParams
- func NewSearchDashboardsParamsWithContext(ctx context.Context) *SearchDashboardsParams
- func NewSearchDashboardsParamsWithHTTPClient(client *http.Client) *SearchDashboardsParams
- func NewSearchDashboardsParamsWithTimeout(timeout time.Duration) *SearchDashboardsParams
- func (o *SearchDashboardsParams) SetContentFavoriteID(contentFavoriteID *int64)
- func (o *SearchDashboardsParams) SetContentMetadataID(contentMetadataID *int64)
- func (o *SearchDashboardsParams) SetContext(ctx context.Context)
- func (o *SearchDashboardsParams) SetCurate(curate *bool)
- func (o *SearchDashboardsParams) SetDefaults()
- func (o *SearchDashboardsParams) SetDeleted(deleted *string)
- func (o *SearchDashboardsParams) SetDescription(description *string)
- func (o *SearchDashboardsParams) SetFields(fields *string)
- func (o *SearchDashboardsParams) SetFilterOr(filterOr *bool)
- func (o *SearchDashboardsParams) SetFolderID(folderID *string)
- func (o *SearchDashboardsParams) SetHTTPClient(client *http.Client)
- func (o *SearchDashboardsParams) SetID(id *int64)
- func (o *SearchDashboardsParams) SetLimit(limit *int64)
- func (o *SearchDashboardsParams) SetOffset(offset *int64)
- func (o *SearchDashboardsParams) SetPage(page *int64)
- func (o *SearchDashboardsParams) SetPerPage(perPage *int64)
- func (o *SearchDashboardsParams) SetSlug(slug *string)
- func (o *SearchDashboardsParams) SetSorts(sorts *string)
- func (o *SearchDashboardsParams) SetSpaceID(spaceID *string)
- func (o *SearchDashboardsParams) SetTimeout(timeout time.Duration)
- func (o *SearchDashboardsParams) SetTitle(title *string)
- func (o *SearchDashboardsParams) SetUserID(userID *string)
- func (o *SearchDashboardsParams) SetViewCount(viewCount *string)
- func (o *SearchDashboardsParams) WithContentFavoriteID(contentFavoriteID *int64) *SearchDashboardsParams
- func (o *SearchDashboardsParams) WithContentMetadataID(contentMetadataID *int64) *SearchDashboardsParams
- func (o *SearchDashboardsParams) WithContext(ctx context.Context) *SearchDashboardsParams
- func (o *SearchDashboardsParams) WithCurate(curate *bool) *SearchDashboardsParams
- func (o *SearchDashboardsParams) WithDefaults() *SearchDashboardsParams
- func (o *SearchDashboardsParams) WithDeleted(deleted *string) *SearchDashboardsParams
- func (o *SearchDashboardsParams) WithDescription(description *string) *SearchDashboardsParams
- func (o *SearchDashboardsParams) WithFields(fields *string) *SearchDashboardsParams
- func (o *SearchDashboardsParams) WithFilterOr(filterOr *bool) *SearchDashboardsParams
- func (o *SearchDashboardsParams) WithFolderID(folderID *string) *SearchDashboardsParams
- func (o *SearchDashboardsParams) WithHTTPClient(client *http.Client) *SearchDashboardsParams
- func (o *SearchDashboardsParams) WithID(id *int64) *SearchDashboardsParams
- func (o *SearchDashboardsParams) WithLimit(limit *int64) *SearchDashboardsParams
- func (o *SearchDashboardsParams) WithOffset(offset *int64) *SearchDashboardsParams
- func (o *SearchDashboardsParams) WithPage(page *int64) *SearchDashboardsParams
- func (o *SearchDashboardsParams) WithPerPage(perPage *int64) *SearchDashboardsParams
- func (o *SearchDashboardsParams) WithSlug(slug *string) *SearchDashboardsParams
- func (o *SearchDashboardsParams) WithSorts(sorts *string) *SearchDashboardsParams
- func (o *SearchDashboardsParams) WithSpaceID(spaceID *string) *SearchDashboardsParams
- func (o *SearchDashboardsParams) WithTimeout(timeout time.Duration) *SearchDashboardsParams
- func (o *SearchDashboardsParams) WithTitle(title *string) *SearchDashboardsParams
- func (o *SearchDashboardsParams) WithUserID(userID *string) *SearchDashboardsParams
- func (o *SearchDashboardsParams) WithViewCount(viewCount *string) *SearchDashboardsParams
- func (o *SearchDashboardsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SearchDashboardsReader
- type SyncLookmlDashboardBadRequest
- type SyncLookmlDashboardNotFound
- type SyncLookmlDashboardOK
- type SyncLookmlDashboardParams
- func NewSyncLookmlDashboardParams() *SyncLookmlDashboardParams
- func NewSyncLookmlDashboardParamsWithContext(ctx context.Context) *SyncLookmlDashboardParams
- func NewSyncLookmlDashboardParamsWithHTTPClient(client *http.Client) *SyncLookmlDashboardParams
- func NewSyncLookmlDashboardParamsWithTimeout(timeout time.Duration) *SyncLookmlDashboardParams
- func (o *SyncLookmlDashboardParams) SetBody(body *models.Dashboard)
- func (o *SyncLookmlDashboardParams) SetContext(ctx context.Context)
- func (o *SyncLookmlDashboardParams) SetDefaults()
- func (o *SyncLookmlDashboardParams) SetHTTPClient(client *http.Client)
- func (o *SyncLookmlDashboardParams) SetLookmlDashboardID(lookmlDashboardID string)
- func (o *SyncLookmlDashboardParams) SetRawLocale(rawLocale *bool)
- func (o *SyncLookmlDashboardParams) SetTimeout(timeout time.Duration)
- func (o *SyncLookmlDashboardParams) WithBody(body *models.Dashboard) *SyncLookmlDashboardParams
- func (o *SyncLookmlDashboardParams) WithContext(ctx context.Context) *SyncLookmlDashboardParams
- func (o *SyncLookmlDashboardParams) WithDefaults() *SyncLookmlDashboardParams
- func (o *SyncLookmlDashboardParams) WithHTTPClient(client *http.Client) *SyncLookmlDashboardParams
- func (o *SyncLookmlDashboardParams) WithLookmlDashboardID(lookmlDashboardID string) *SyncLookmlDashboardParams
- func (o *SyncLookmlDashboardParams) WithRawLocale(rawLocale *bool) *SyncLookmlDashboardParams
- func (o *SyncLookmlDashboardParams) WithTimeout(timeout time.Duration) *SyncLookmlDashboardParams
- func (o *SyncLookmlDashboardParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SyncLookmlDashboardReader
- type SyncLookmlDashboardTooManyRequests
- type SyncLookmlDashboardUnprocessableEntity
- type UpdateDashboardBadRequest
- type UpdateDashboardElementBadRequest
- type UpdateDashboardElementNotFound
- type UpdateDashboardElementOK
- type UpdateDashboardElementParams
- func NewUpdateDashboardElementParams() *UpdateDashboardElementParams
- func NewUpdateDashboardElementParamsWithContext(ctx context.Context) *UpdateDashboardElementParams
- func NewUpdateDashboardElementParamsWithHTTPClient(client *http.Client) *UpdateDashboardElementParams
- func NewUpdateDashboardElementParamsWithTimeout(timeout time.Duration) *UpdateDashboardElementParams
- func (o *UpdateDashboardElementParams) SetBody(body *models.DashboardElement)
- func (o *UpdateDashboardElementParams) SetContext(ctx context.Context)
- func (o *UpdateDashboardElementParams) SetDashboardElementID(dashboardElementID string)
- func (o *UpdateDashboardElementParams) SetDefaults()
- func (o *UpdateDashboardElementParams) SetFields(fields *string)
- func (o *UpdateDashboardElementParams) SetHTTPClient(client *http.Client)
- func (o *UpdateDashboardElementParams) SetTimeout(timeout time.Duration)
- func (o *UpdateDashboardElementParams) WithBody(body *models.DashboardElement) *UpdateDashboardElementParams
- func (o *UpdateDashboardElementParams) WithContext(ctx context.Context) *UpdateDashboardElementParams
- func (o *UpdateDashboardElementParams) WithDashboardElementID(dashboardElementID string) *UpdateDashboardElementParams
- func (o *UpdateDashboardElementParams) WithDefaults() *UpdateDashboardElementParams
- func (o *UpdateDashboardElementParams) WithFields(fields *string) *UpdateDashboardElementParams
- func (o *UpdateDashboardElementParams) WithHTTPClient(client *http.Client) *UpdateDashboardElementParams
- func (o *UpdateDashboardElementParams) WithTimeout(timeout time.Duration) *UpdateDashboardElementParams
- func (o *UpdateDashboardElementParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateDashboardElementReader
- type UpdateDashboardElementTooManyRequests
- type UpdateDashboardElementUnprocessableEntity
- type UpdateDashboardFilterBadRequest
- type UpdateDashboardFilterNotFound
- type UpdateDashboardFilterOK
- type UpdateDashboardFilterParams
- func NewUpdateDashboardFilterParams() *UpdateDashboardFilterParams
- func NewUpdateDashboardFilterParamsWithContext(ctx context.Context) *UpdateDashboardFilterParams
- func NewUpdateDashboardFilterParamsWithHTTPClient(client *http.Client) *UpdateDashboardFilterParams
- func NewUpdateDashboardFilterParamsWithTimeout(timeout time.Duration) *UpdateDashboardFilterParams
- func (o *UpdateDashboardFilterParams) SetBody(body *models.DashboardFilter)
- func (o *UpdateDashboardFilterParams) SetContext(ctx context.Context)
- func (o *UpdateDashboardFilterParams) SetDashboardFilterID(dashboardFilterID string)
- func (o *UpdateDashboardFilterParams) SetDefaults()
- func (o *UpdateDashboardFilterParams) SetFields(fields *string)
- func (o *UpdateDashboardFilterParams) SetHTTPClient(client *http.Client)
- func (o *UpdateDashboardFilterParams) SetTimeout(timeout time.Duration)
- func (o *UpdateDashboardFilterParams) WithBody(body *models.DashboardFilter) *UpdateDashboardFilterParams
- func (o *UpdateDashboardFilterParams) WithContext(ctx context.Context) *UpdateDashboardFilterParams
- func (o *UpdateDashboardFilterParams) WithDashboardFilterID(dashboardFilterID string) *UpdateDashboardFilterParams
- func (o *UpdateDashboardFilterParams) WithDefaults() *UpdateDashboardFilterParams
- func (o *UpdateDashboardFilterParams) WithFields(fields *string) *UpdateDashboardFilterParams
- func (o *UpdateDashboardFilterParams) WithHTTPClient(client *http.Client) *UpdateDashboardFilterParams
- func (o *UpdateDashboardFilterParams) WithTimeout(timeout time.Duration) *UpdateDashboardFilterParams
- func (o *UpdateDashboardFilterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateDashboardFilterReader
- type UpdateDashboardFilterTooManyRequests
- type UpdateDashboardFilterUnprocessableEntity
- type UpdateDashboardLayoutBadRequest
- type UpdateDashboardLayoutComponentBadRequest
- type UpdateDashboardLayoutComponentNotFound
- type UpdateDashboardLayoutComponentOK
- type UpdateDashboardLayoutComponentParams
- func NewUpdateDashboardLayoutComponentParams() *UpdateDashboardLayoutComponentParams
- func NewUpdateDashboardLayoutComponentParamsWithContext(ctx context.Context) *UpdateDashboardLayoutComponentParams
- func NewUpdateDashboardLayoutComponentParamsWithHTTPClient(client *http.Client) *UpdateDashboardLayoutComponentParams
- func NewUpdateDashboardLayoutComponentParamsWithTimeout(timeout time.Duration) *UpdateDashboardLayoutComponentParams
- func (o *UpdateDashboardLayoutComponentParams) SetBody(body *models.DashboardLayoutComponent)
- func (o *UpdateDashboardLayoutComponentParams) SetContext(ctx context.Context)
- func (o *UpdateDashboardLayoutComponentParams) SetDashboardLayoutComponentID(dashboardLayoutComponentID string)
- func (o *UpdateDashboardLayoutComponentParams) SetDefaults()
- func (o *UpdateDashboardLayoutComponentParams) SetFields(fields *string)
- func (o *UpdateDashboardLayoutComponentParams) SetHTTPClient(client *http.Client)
- func (o *UpdateDashboardLayoutComponentParams) SetTimeout(timeout time.Duration)
- func (o *UpdateDashboardLayoutComponentParams) WithBody(body *models.DashboardLayoutComponent) *UpdateDashboardLayoutComponentParams
- func (o *UpdateDashboardLayoutComponentParams) WithContext(ctx context.Context) *UpdateDashboardLayoutComponentParams
- func (o *UpdateDashboardLayoutComponentParams) WithDashboardLayoutComponentID(dashboardLayoutComponentID string) *UpdateDashboardLayoutComponentParams
- func (o *UpdateDashboardLayoutComponentParams) WithDefaults() *UpdateDashboardLayoutComponentParams
- func (o *UpdateDashboardLayoutComponentParams) WithFields(fields *string) *UpdateDashboardLayoutComponentParams
- func (o *UpdateDashboardLayoutComponentParams) WithHTTPClient(client *http.Client) *UpdateDashboardLayoutComponentParams
- func (o *UpdateDashboardLayoutComponentParams) WithTimeout(timeout time.Duration) *UpdateDashboardLayoutComponentParams
- func (o *UpdateDashboardLayoutComponentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateDashboardLayoutComponentReader
- type UpdateDashboardLayoutComponentTooManyRequests
- type UpdateDashboardLayoutComponentUnprocessableEntity
- type UpdateDashboardLayoutNotFound
- type UpdateDashboardLayoutOK
- type UpdateDashboardLayoutParams
- func NewUpdateDashboardLayoutParams() *UpdateDashboardLayoutParams
- func NewUpdateDashboardLayoutParamsWithContext(ctx context.Context) *UpdateDashboardLayoutParams
- func NewUpdateDashboardLayoutParamsWithHTTPClient(client *http.Client) *UpdateDashboardLayoutParams
- func NewUpdateDashboardLayoutParamsWithTimeout(timeout time.Duration) *UpdateDashboardLayoutParams
- func (o *UpdateDashboardLayoutParams) SetBody(body *models.DashboardLayout)
- func (o *UpdateDashboardLayoutParams) SetContext(ctx context.Context)
- func (o *UpdateDashboardLayoutParams) SetDashboardLayoutID(dashboardLayoutID string)
- func (o *UpdateDashboardLayoutParams) SetDefaults()
- func (o *UpdateDashboardLayoutParams) SetFields(fields *string)
- func (o *UpdateDashboardLayoutParams) SetHTTPClient(client *http.Client)
- func (o *UpdateDashboardLayoutParams) SetTimeout(timeout time.Duration)
- func (o *UpdateDashboardLayoutParams) WithBody(body *models.DashboardLayout) *UpdateDashboardLayoutParams
- func (o *UpdateDashboardLayoutParams) WithContext(ctx context.Context) *UpdateDashboardLayoutParams
- func (o *UpdateDashboardLayoutParams) WithDashboardLayoutID(dashboardLayoutID string) *UpdateDashboardLayoutParams
- func (o *UpdateDashboardLayoutParams) WithDefaults() *UpdateDashboardLayoutParams
- func (o *UpdateDashboardLayoutParams) WithFields(fields *string) *UpdateDashboardLayoutParams
- func (o *UpdateDashboardLayoutParams) WithHTTPClient(client *http.Client) *UpdateDashboardLayoutParams
- func (o *UpdateDashboardLayoutParams) WithTimeout(timeout time.Duration) *UpdateDashboardLayoutParams
- func (o *UpdateDashboardLayoutParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateDashboardLayoutReader
- type UpdateDashboardLayoutTooManyRequests
- type UpdateDashboardLayoutUnprocessableEntity
- type UpdateDashboardMethodNotAllowed
- type UpdateDashboardNotFound
- type UpdateDashboardOK
- type UpdateDashboardParams
- func NewUpdateDashboardParams() *UpdateDashboardParams
- func NewUpdateDashboardParamsWithContext(ctx context.Context) *UpdateDashboardParams
- func NewUpdateDashboardParamsWithHTTPClient(client *http.Client) *UpdateDashboardParams
- func NewUpdateDashboardParamsWithTimeout(timeout time.Duration) *UpdateDashboardParams
- func (o *UpdateDashboardParams) SetBody(body *models.Dashboard)
- func (o *UpdateDashboardParams) SetContext(ctx context.Context)
- func (o *UpdateDashboardParams) SetDashboardID(dashboardID string)
- func (o *UpdateDashboardParams) SetDefaults()
- func (o *UpdateDashboardParams) SetHTTPClient(client *http.Client)
- func (o *UpdateDashboardParams) SetTimeout(timeout time.Duration)
- func (o *UpdateDashboardParams) WithBody(body *models.Dashboard) *UpdateDashboardParams
- func (o *UpdateDashboardParams) WithContext(ctx context.Context) *UpdateDashboardParams
- func (o *UpdateDashboardParams) WithDashboardID(dashboardID string) *UpdateDashboardParams
- func (o *UpdateDashboardParams) WithDefaults() *UpdateDashboardParams
- func (o *UpdateDashboardParams) WithHTTPClient(client *http.Client) *UpdateDashboardParams
- func (o *UpdateDashboardParams) WithTimeout(timeout time.Duration) *UpdateDashboardParams
- func (o *UpdateDashboardParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateDashboardReader
- type UpdateDashboardTooManyRequests
- type UpdateDashboardUnprocessableEntity
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AllDashboardsBadRequest ¶
AllDashboardsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewAllDashboardsBadRequest ¶
func NewAllDashboardsBadRequest() *AllDashboardsBadRequest
NewAllDashboardsBadRequest creates a AllDashboardsBadRequest with default headers values
func (*AllDashboardsBadRequest) Error ¶
func (o *AllDashboardsBadRequest) Error() string
func (*AllDashboardsBadRequest) GetPayload ¶
func (o *AllDashboardsBadRequest) GetPayload() *models.Error
type AllDashboardsNotFound ¶
AllDashboardsNotFound describes a response with status code 404, with default header values.
Not Found
func NewAllDashboardsNotFound ¶
func NewAllDashboardsNotFound() *AllDashboardsNotFound
NewAllDashboardsNotFound creates a AllDashboardsNotFound with default headers values
func (*AllDashboardsNotFound) Error ¶
func (o *AllDashboardsNotFound) Error() string
func (*AllDashboardsNotFound) GetPayload ¶
func (o *AllDashboardsNotFound) GetPayload() *models.Error
type AllDashboardsOK ¶
type AllDashboardsOK struct {
Payload []*models.DashboardBase
}
AllDashboardsOK describes a response with status code 200, with default header values.
dashboards
func NewAllDashboardsOK ¶
func NewAllDashboardsOK() *AllDashboardsOK
NewAllDashboardsOK creates a AllDashboardsOK with default headers values
func (*AllDashboardsOK) Error ¶
func (o *AllDashboardsOK) Error() string
func (*AllDashboardsOK) GetPayload ¶
func (o *AllDashboardsOK) GetPayload() []*models.DashboardBase
type AllDashboardsParams ¶
type AllDashboardsParams struct { /* Fields. Requested fields. */ Fields *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
AllDashboardsParams contains all the parameters to send to the API endpoint
for the all dashboards operation. Typically these are written to a http.Request.
func NewAllDashboardsParams ¶
func NewAllDashboardsParams() *AllDashboardsParams
NewAllDashboardsParams creates a new AllDashboardsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewAllDashboardsParamsWithContext ¶
func NewAllDashboardsParamsWithContext(ctx context.Context) *AllDashboardsParams
NewAllDashboardsParamsWithContext creates a new AllDashboardsParams object with the ability to set a context for a request.
func NewAllDashboardsParamsWithHTTPClient ¶
func NewAllDashboardsParamsWithHTTPClient(client *http.Client) *AllDashboardsParams
NewAllDashboardsParamsWithHTTPClient creates a new AllDashboardsParams object with the ability to set a custom HTTPClient for a request.
func NewAllDashboardsParamsWithTimeout ¶
func NewAllDashboardsParamsWithTimeout(timeout time.Duration) *AllDashboardsParams
NewAllDashboardsParamsWithTimeout creates a new AllDashboardsParams object with the ability to set a timeout on a request.
func (*AllDashboardsParams) SetContext ¶
func (o *AllDashboardsParams) SetContext(ctx context.Context)
SetContext adds the context to the all dashboards params
func (*AllDashboardsParams) SetDefaults ¶
func (o *AllDashboardsParams) SetDefaults()
SetDefaults hydrates default values in the all dashboards params (not the query body).
All values with no default are reset to their zero value.
func (*AllDashboardsParams) SetFields ¶
func (o *AllDashboardsParams) SetFields(fields *string)
SetFields adds the fields to the all dashboards params
func (*AllDashboardsParams) SetHTTPClient ¶
func (o *AllDashboardsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the all dashboards params
func (*AllDashboardsParams) SetTimeout ¶
func (o *AllDashboardsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the all dashboards params
func (*AllDashboardsParams) WithContext ¶
func (o *AllDashboardsParams) WithContext(ctx context.Context) *AllDashboardsParams
WithContext adds the context to the all dashboards params
func (*AllDashboardsParams) WithDefaults ¶
func (o *AllDashboardsParams) WithDefaults() *AllDashboardsParams
WithDefaults hydrates default values in the all dashboards params (not the query body).
All values with no default are reset to their zero value.
func (*AllDashboardsParams) WithFields ¶
func (o *AllDashboardsParams) WithFields(fields *string) *AllDashboardsParams
WithFields adds the fields to the all dashboards params
func (*AllDashboardsParams) WithHTTPClient ¶
func (o *AllDashboardsParams) WithHTTPClient(client *http.Client) *AllDashboardsParams
WithHTTPClient adds the HTTPClient to the all dashboards params
func (*AllDashboardsParams) WithTimeout ¶
func (o *AllDashboardsParams) WithTimeout(timeout time.Duration) *AllDashboardsParams
WithTimeout adds the timeout to the all dashboards params
func (*AllDashboardsParams) WriteToRequest ¶
func (o *AllDashboardsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AllDashboardsReader ¶
type AllDashboardsReader struct {
// contains filtered or unexported fields
}
AllDashboardsReader is a Reader for the AllDashboards structure.
func (*AllDashboardsReader) ReadResponse ¶
func (o *AllDashboardsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for dashboard API
func (*Client) AllDashboards ¶
func (a *Client) AllDashboards(params *AllDashboardsParams, opts ...ClientOption) (*AllDashboardsOK, error)
AllDashboards gets all dashboards ### Get information about all active dashboards.
Returns an array of **abbreviated dashboard objects**. Dashboards marked as deleted are excluded from this list.
Get the **full details** of a specific dashboard by id with [dashboard()](#!/Dashboard/dashboard)
Find **deleted dashboards** with [search_dashboards()](#!/Dashboard/search_dashboards)
func (*Client) CreateDashboard ¶
func (a *Client) CreateDashboard(params *CreateDashboardParams, opts ...ClientOption) (*CreateDashboardOK, error)
CreateDashboard creates dashboard ### Create a new dashboard
Creates a new dashboard object and returns the details of the newly created dashboard.
`Title`, `user_id`, and `space_id` are all required fields. `Space_id` and `user_id` must contain the id of an existing space or user, respectively. A dashboard's `title` must be unique within the space in which it resides.
If you receive a 422 error response when creating a dashboard, be sure to look at the response body for information about exactly which fields are missing or contain invalid data.
You can **update** an existing dashboard with [update_dashboard()](#!/Dashboard/update_dashboard)
You can **permanently delete** an existing dashboard with [delete_dashboard()](#!/Dashboard/delete_dashboard)
func (*Client) CreateDashboardElement ¶
func (a *Client) CreateDashboardElement(params *CreateDashboardElementParams, opts ...ClientOption) (*CreateDashboardElementOK, error)
CreateDashboardElement creates dashboard element
### Create a dashboard element on the dashboard with a specific id.
func (*Client) CreateDashboardFilter ¶
func (a *Client) CreateDashboardFilter(params *CreateDashboardFilterParams, opts ...ClientOption) (*CreateDashboardFilterOK, error)
CreateDashboardFilter creates dashboard filter
### Create a dashboard filter on the dashboard with a specific id.
func (*Client) CreateDashboardLayout ¶
func (a *Client) CreateDashboardLayout(params *CreateDashboardLayoutParams, opts ...ClientOption) (*CreateDashboardLayoutOK, error)
CreateDashboardLayout creates dashboard layout
### Create a dashboard layout on the dashboard with a specific id.
func (*Client) Dashboard ¶
func (a *Client) Dashboard(params *DashboardParams, opts ...ClientOption) (*DashboardOK, error)
Dashboard gets dashboard ### Get information about a dashboard
Returns the full details of the identified dashboard object ¶
Get a **summary list** of all active dashboards with [all_dashboards()](#!/Dashboard/all_dashboards)
You can **Search** for dashboards with [search_dashboards()](#!/Dashboard/search_dashboards)
func (*Client) DashboardAggregateTableLookml ¶
func (a *Client) DashboardAggregateTableLookml(params *DashboardAggregateTableLookmlParams, opts ...ClientOption) (*DashboardAggregateTableLookmlOK, error)
DashboardAggregateTableLookml gets aggregate table look m l for a dashboard ### Get Aggregate Table LookML for Each Query on a Dahboard
Returns a JSON object that contains the dashboard id and Aggregate Table lookml
func (*Client) DashboardDashboardElements ¶
func (a *Client) DashboardDashboardElements(params *DashboardDashboardElementsParams, opts ...ClientOption) (*DashboardDashboardElementsOK, error)
DashboardDashboardElements gets all dashboard elements
### Get information about all the dashboard elements on a dashboard with a specific id.
func (*Client) DashboardDashboardFilters ¶
func (a *Client) DashboardDashboardFilters(params *DashboardDashboardFiltersParams, opts ...ClientOption) (*DashboardDashboardFiltersOK, error)
DashboardDashboardFilters gets all dashboard filters
### Get information about all the dashboard filters on a dashboard with a specific id.
func (*Client) DashboardDashboardLayouts ¶
func (a *Client) DashboardDashboardLayouts(params *DashboardDashboardLayoutsParams, opts ...ClientOption) (*DashboardDashboardLayoutsOK, error)
DashboardDashboardLayouts gets all dashboard layouts
### Get information about all the dashboard elements on a dashboard with a specific id.
func (*Client) DashboardElement ¶
func (a *Client) DashboardElement(params *DashboardElementParams, opts ...ClientOption) (*DashboardElementOK, error)
DashboardElement gets dashboard element
### Get information about the dashboard element with a specific id.
func (*Client) DashboardFilter ¶
func (a *Client) DashboardFilter(params *DashboardFilterParams, opts ...ClientOption) (*DashboardFilterOK, error)
DashboardFilter gets dashboard filter
### Get information about the dashboard filters with a specific id.
func (*Client) DashboardLayout ¶
func (a *Client) DashboardLayout(params *DashboardLayoutParams, opts ...ClientOption) (*DashboardLayoutOK, error)
DashboardLayout gets dashboard layout
### Get information about the dashboard layouts with a specific id.
func (*Client) DashboardLayoutComponent ¶
func (a *Client) DashboardLayoutComponent(params *DashboardLayoutComponentParams, opts ...ClientOption) (*DashboardLayoutComponentOK, error)
DashboardLayoutComponent gets dashboard layout component
### Get information about the dashboard elements with a specific id.
func (*Client) DashboardLayoutDashboardLayoutComponents ¶
func (a *Client) DashboardLayoutDashboardLayoutComponents(params *DashboardLayoutDashboardLayoutComponentsParams, opts ...ClientOption) (*DashboardLayoutDashboardLayoutComponentsOK, error)
DashboardLayoutDashboardLayoutComponents gets all dashboard layout components
### Get information about all the dashboard layout components for a dashboard layout with a specific id.
func (*Client) DashboardLookml ¶
func (a *Client) DashboardLookml(params *DashboardLookmlParams, opts ...ClientOption) (*DashboardLookmlOK, error)
DashboardLookml gets lookml of a u d d ### Get lookml of a UDD
Returns a JSON object that contains the dashboard id and the full lookml
func (*Client) DeleteDashboard ¶
func (a *Client) DeleteDashboard(params *DeleteDashboardParams, opts ...ClientOption) (*DeleteDashboardNoContent, error)
DeleteDashboard deletes dashboard ### Delete the dashboard with the specified id
Permanently **deletes** a dashboard. (The dashboard cannot be recovered after this operation.)
"Soft" delete or hide a dashboard by setting its `deleted` status to `True` with [update_dashboard()](#!/Dashboard/update_dashboard).
Note: When a dashboard is deleted in the UI, it is soft deleted. Use this API call to permanently remove it, if desired.
func (*Client) DeleteDashboardElement ¶
func (a *Client) DeleteDashboardElement(params *DeleteDashboardElementParams, opts ...ClientOption) (*DeleteDashboardElementNoContent, error)
DeleteDashboardElement deletes dashboard element
### Delete a dashboard element with a specific id.
func (*Client) DeleteDashboardFilter ¶
func (a *Client) DeleteDashboardFilter(params *DeleteDashboardFilterParams, opts ...ClientOption) (*DeleteDashboardFilterNoContent, error)
DeleteDashboardFilter deletes dashboard filter
### Delete a dashboard filter with a specific id.
func (*Client) DeleteDashboardLayout ¶
func (a *Client) DeleteDashboardLayout(params *DeleteDashboardLayoutParams, opts ...ClientOption) (*DeleteDashboardLayoutNoContent, error)
DeleteDashboardLayout deletes dashboard layout
### Delete a dashboard layout with a specific id.
func (*Client) ImportLookmlDashboard ¶
func (a *Client) ImportLookmlDashboard(params *ImportLookmlDashboardParams, opts ...ClientOption) (*ImportLookmlDashboardOK, *ImportLookmlDashboardCreated, error)
ImportLookmlDashboard imports look m l dashboard ### Import a LookML dashboard to a space as a UDD
Creates a UDD (a dashboard which exists in the Looker database rather than as a LookML file) from the LookML dashboard and places it in the space specified. The created UDD will have a lookml_link_id which links to the original LookML dashboard.
To give the imported dashboard specify a (e.g. title: "my title") in the body of your request, otherwise the imported dashboard will have the same title as the original LookML dashboard.
For this operation to succeed the user must have permission to see the LookML dashboard in question, and have permission to create content in the space the dashboard is being imported to.
**Sync** a linked UDD with [sync_lookml_dashboard()](#!/Dashboard/sync_lookml_dashboard) **Unlink** a linked UDD by setting lookml_link_id to null with [update_dashboard()](#!/Dashboard/update_dashboard)
func (*Client) SearchDashboardElements ¶
func (a *Client) SearchDashboardElements(params *SearchDashboardElementsParams, opts ...ClientOption) (*SearchDashboardElementsOK, error)
SearchDashboardElements searches dashboard elements ### Search Dashboard Elements
Returns an **array of DashboardElement objects** that match the specified search criteria.
If multiple search params are given and `filter_or` is FALSE or not specified, search params are combined in a logical AND operation. Only rows that match *all* search param criteria will be returned.
If `filter_or` is TRUE, multiple search params are combined in a logical OR operation. Results will include rows that match **any** of the search criteria.
String search params use case-insensitive matching. String search params can contain `%` and '_' as SQL LIKE pattern match wildcard expressions. example="dan%" will match "danger" and "Danzig" but not "David" example="D_m%" will match "Damage" and "dump"
Integer search params can accept a single value or a comma separated list of values. The multiple values will be combined under a logical OR operation - results will match at least one of the given values.
Most search params can accept "IS NULL" and "NOT NULL" as special expressions to match or exclude (respectively) rows where the column is null.
Boolean search params accept only "true" and "false" as values.
func (*Client) SearchDashboards ¶
func (a *Client) SearchDashboards(params *SearchDashboardsParams, opts ...ClientOption) (*SearchDashboardsOK, error)
SearchDashboards searches dashboards ### Search Dashboards
Returns an **array of dashboard objects** that match the specified search criteria.
If multiple search params are given and `filter_or` is FALSE or not specified, search params are combined in a logical AND operation. Only rows that match *all* search param criteria will be returned.
If `filter_or` is TRUE, multiple search params are combined in a logical OR operation. Results will include rows that match **any** of the search criteria.
String search params use case-insensitive matching. String search params can contain `%` and '_' as SQL LIKE pattern match wildcard expressions. example="dan%" will match "danger" and "Danzig" but not "David" example="D_m%" will match "Damage" and "dump"
Integer search params can accept a single value or a comma separated list of values. The multiple values will be combined under a logical OR operation - results will match at least one of the given values.
Most search params can accept "IS NULL" and "NOT NULL" as special expressions to match or exclude (respectively) rows where the column is null.
Boolean search params accept only "true" and "false" as values.
The parameters `limit`, and `offset` are recommended for fetching results in page-size chunks.
Get a **single dashboard** by id with [dashboard()](#!/Dashboard/dashboard)
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) SyncLookmlDashboard ¶
func (a *Client) SyncLookmlDashboard(params *SyncLookmlDashboardParams, opts ...ClientOption) (*SyncLookmlDashboardOK, error)
SyncLookmlDashboard syncs look m l dashboard ### Update all linked dashboards to match the specified LookML dashboard.
Any UDD (a dashboard which exists in the Looker database rather than as a LookML file) which has a `lookml_link_id` property value referring to a LookML dashboard's id (model::dashboardname) will be updated so that it matches the current state of the LookML dashboard.
For this operation to succeed the user must have permission to view the LookML dashboard, and only linked dashboards that the user has permission to update will be synced.
To **link** or **unlink** a UDD set the `lookml_link_id` property with [update_dashboard()](#!/Dashboard/update_dashboard)
func (*Client) UpdateDashboard ¶
func (a *Client) UpdateDashboard(params *UpdateDashboardParams, opts ...ClientOption) (*UpdateDashboardOK, error)
UpdateDashboard updates dashboard ### Update a dashboard
You can use this function to change the string and integer properties of a dashboard. Nested objects such as filters, dashboard elements, or dashboard layout components cannot be modified by this function - use the update functions for the respective nested object types (like [update_dashboard_filter()](#!/3.1/Dashboard/update_dashboard_filter) to change a filter) to modify nested objects referenced by a dashboard.
If you receive a 422 error response when updating a dashboard, be sure to look at the response body for information about exactly which fields are missing or contain invalid data.
func (*Client) UpdateDashboardElement ¶
func (a *Client) UpdateDashboardElement(params *UpdateDashboardElementParams, opts ...ClientOption) (*UpdateDashboardElementOK, error)
UpdateDashboardElement updates dashboard element
### Update the dashboard element with a specific id.
func (*Client) UpdateDashboardFilter ¶
func (a *Client) UpdateDashboardFilter(params *UpdateDashboardFilterParams, opts ...ClientOption) (*UpdateDashboardFilterOK, error)
UpdateDashboardFilter updates dashboard filter
### Update the dashboard filter with a specific id.
func (*Client) UpdateDashboardLayout ¶
func (a *Client) UpdateDashboardLayout(params *UpdateDashboardLayoutParams, opts ...ClientOption) (*UpdateDashboardLayoutOK, error)
UpdateDashboardLayout updates dashboard layout
### Update the dashboard layout with a specific id.
func (*Client) UpdateDashboardLayoutComponent ¶
func (a *Client) UpdateDashboardLayoutComponent(params *UpdateDashboardLayoutComponentParams, opts ...ClientOption) (*UpdateDashboardLayoutComponentOK, error)
UpdateDashboardLayoutComponent updates dashboard layout component
### Update the dashboard element with a specific id.
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface { AllDashboards(params *AllDashboardsParams, opts ...ClientOption) (*AllDashboardsOK, error) CreateDashboard(params *CreateDashboardParams, opts ...ClientOption) (*CreateDashboardOK, error) CreateDashboardElement(params *CreateDashboardElementParams, opts ...ClientOption) (*CreateDashboardElementOK, error) CreateDashboardFilter(params *CreateDashboardFilterParams, opts ...ClientOption) (*CreateDashboardFilterOK, error) CreateDashboardLayout(params *CreateDashboardLayoutParams, opts ...ClientOption) (*CreateDashboardLayoutOK, error) Dashboard(params *DashboardParams, opts ...ClientOption) (*DashboardOK, error) DashboardAggregateTableLookml(params *DashboardAggregateTableLookmlParams, opts ...ClientOption) (*DashboardAggregateTableLookmlOK, error) DashboardDashboardElements(params *DashboardDashboardElementsParams, opts ...ClientOption) (*DashboardDashboardElementsOK, error) DashboardDashboardFilters(params *DashboardDashboardFiltersParams, opts ...ClientOption) (*DashboardDashboardFiltersOK, error) DashboardDashboardLayouts(params *DashboardDashboardLayoutsParams, opts ...ClientOption) (*DashboardDashboardLayoutsOK, error) DashboardElement(params *DashboardElementParams, opts ...ClientOption) (*DashboardElementOK, error) DashboardFilter(params *DashboardFilterParams, opts ...ClientOption) (*DashboardFilterOK, error) DashboardLayout(params *DashboardLayoutParams, opts ...ClientOption) (*DashboardLayoutOK, error) DashboardLayoutComponent(params *DashboardLayoutComponentParams, opts ...ClientOption) (*DashboardLayoutComponentOK, error) DashboardLayoutDashboardLayoutComponents(params *DashboardLayoutDashboardLayoutComponentsParams, opts ...ClientOption) (*DashboardLayoutDashboardLayoutComponentsOK, error) DashboardLookml(params *DashboardLookmlParams, opts ...ClientOption) (*DashboardLookmlOK, error) DeleteDashboard(params *DeleteDashboardParams, opts ...ClientOption) (*DeleteDashboardNoContent, error) DeleteDashboardElement(params *DeleteDashboardElementParams, opts ...ClientOption) (*DeleteDashboardElementNoContent, error) DeleteDashboardFilter(params *DeleteDashboardFilterParams, opts ...ClientOption) (*DeleteDashboardFilterNoContent, error) DeleteDashboardLayout(params *DeleteDashboardLayoutParams, opts ...ClientOption) (*DeleteDashboardLayoutNoContent, error) ImportLookmlDashboard(params *ImportLookmlDashboardParams, opts ...ClientOption) (*ImportLookmlDashboardOK, *ImportLookmlDashboardCreated, error) SearchDashboardElements(params *SearchDashboardElementsParams, opts ...ClientOption) (*SearchDashboardElementsOK, error) SearchDashboards(params *SearchDashboardsParams, opts ...ClientOption) (*SearchDashboardsOK, error) SyncLookmlDashboard(params *SyncLookmlDashboardParams, opts ...ClientOption) (*SyncLookmlDashboardOK, error) UpdateDashboard(params *UpdateDashboardParams, opts ...ClientOption) (*UpdateDashboardOK, error) UpdateDashboardElement(params *UpdateDashboardElementParams, opts ...ClientOption) (*UpdateDashboardElementOK, error) UpdateDashboardFilter(params *UpdateDashboardFilterParams, opts ...ClientOption) (*UpdateDashboardFilterOK, error) UpdateDashboardLayout(params *UpdateDashboardLayoutParams, opts ...ClientOption) (*UpdateDashboardLayoutOK, error) UpdateDashboardLayoutComponent(params *UpdateDashboardLayoutComponentParams, opts ...ClientOption) (*UpdateDashboardLayoutComponentOK, error) SetTransport(transport runtime.ClientTransport) }
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new dashboard API client.
type CreateDashboardBadRequest ¶
CreateDashboardBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewCreateDashboardBadRequest ¶
func NewCreateDashboardBadRequest() *CreateDashboardBadRequest
NewCreateDashboardBadRequest creates a CreateDashboardBadRequest with default headers values
func (*CreateDashboardBadRequest) Error ¶
func (o *CreateDashboardBadRequest) Error() string
func (*CreateDashboardBadRequest) GetPayload ¶
func (o *CreateDashboardBadRequest) GetPayload() *models.Error
type CreateDashboardConflict ¶
CreateDashboardConflict describes a response with status code 409, with default header values.
Resource Already Exists
func NewCreateDashboardConflict ¶
func NewCreateDashboardConflict() *CreateDashboardConflict
NewCreateDashboardConflict creates a CreateDashboardConflict with default headers values
func (*CreateDashboardConflict) Error ¶
func (o *CreateDashboardConflict) Error() string
func (*CreateDashboardConflict) GetPayload ¶
func (o *CreateDashboardConflict) GetPayload() *models.Error
type CreateDashboardElementBadRequest ¶
CreateDashboardElementBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewCreateDashboardElementBadRequest ¶
func NewCreateDashboardElementBadRequest() *CreateDashboardElementBadRequest
NewCreateDashboardElementBadRequest creates a CreateDashboardElementBadRequest with default headers values
func (*CreateDashboardElementBadRequest) Error ¶
func (o *CreateDashboardElementBadRequest) Error() string
func (*CreateDashboardElementBadRequest) GetPayload ¶
func (o *CreateDashboardElementBadRequest) GetPayload() *models.Error
type CreateDashboardElementConflict ¶
CreateDashboardElementConflict describes a response with status code 409, with default header values.
Resource Already Exists
func NewCreateDashboardElementConflict ¶
func NewCreateDashboardElementConflict() *CreateDashboardElementConflict
NewCreateDashboardElementConflict creates a CreateDashboardElementConflict with default headers values
func (*CreateDashboardElementConflict) Error ¶
func (o *CreateDashboardElementConflict) Error() string
func (*CreateDashboardElementConflict) GetPayload ¶
func (o *CreateDashboardElementConflict) GetPayload() *models.Error
type CreateDashboardElementNotFound ¶
CreateDashboardElementNotFound describes a response with status code 404, with default header values.
Not Found
func NewCreateDashboardElementNotFound ¶
func NewCreateDashboardElementNotFound() *CreateDashboardElementNotFound
NewCreateDashboardElementNotFound creates a CreateDashboardElementNotFound with default headers values
func (*CreateDashboardElementNotFound) Error ¶
func (o *CreateDashboardElementNotFound) Error() string
func (*CreateDashboardElementNotFound) GetPayload ¶
func (o *CreateDashboardElementNotFound) GetPayload() *models.Error
type CreateDashboardElementOK ¶
type CreateDashboardElementOK struct {
Payload *models.DashboardElement
}
CreateDashboardElementOK describes a response with status code 200, with default header values.
DashboardElement
func NewCreateDashboardElementOK ¶
func NewCreateDashboardElementOK() *CreateDashboardElementOK
NewCreateDashboardElementOK creates a CreateDashboardElementOK with default headers values
func (*CreateDashboardElementOK) Error ¶
func (o *CreateDashboardElementOK) Error() string
func (*CreateDashboardElementOK) GetPayload ¶
func (o *CreateDashboardElementOK) GetPayload() *models.DashboardElement
type CreateDashboardElementParams ¶
type CreateDashboardElementParams struct { /* Body. DashboardElement */ Body *models.DashboardElement /* Fields. Requested fields. */ Fields *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateDashboardElementParams contains all the parameters to send to the API endpoint
for the create dashboard element operation. Typically these are written to a http.Request.
func NewCreateDashboardElementParams ¶
func NewCreateDashboardElementParams() *CreateDashboardElementParams
NewCreateDashboardElementParams creates a new CreateDashboardElementParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewCreateDashboardElementParamsWithContext ¶
func NewCreateDashboardElementParamsWithContext(ctx context.Context) *CreateDashboardElementParams
NewCreateDashboardElementParamsWithContext creates a new CreateDashboardElementParams object with the ability to set a context for a request.
func NewCreateDashboardElementParamsWithHTTPClient ¶
func NewCreateDashboardElementParamsWithHTTPClient(client *http.Client) *CreateDashboardElementParams
NewCreateDashboardElementParamsWithHTTPClient creates a new CreateDashboardElementParams object with the ability to set a custom HTTPClient for a request.
func NewCreateDashboardElementParamsWithTimeout ¶
func NewCreateDashboardElementParamsWithTimeout(timeout time.Duration) *CreateDashboardElementParams
NewCreateDashboardElementParamsWithTimeout creates a new CreateDashboardElementParams object with the ability to set a timeout on a request.
func (*CreateDashboardElementParams) SetBody ¶
func (o *CreateDashboardElementParams) SetBody(body *models.DashboardElement)
SetBody adds the body to the create dashboard element params
func (*CreateDashboardElementParams) SetContext ¶
func (o *CreateDashboardElementParams) SetContext(ctx context.Context)
SetContext adds the context to the create dashboard element params
func (*CreateDashboardElementParams) SetDefaults ¶
func (o *CreateDashboardElementParams) SetDefaults()
SetDefaults hydrates default values in the create dashboard element params (not the query body).
All values with no default are reset to their zero value.
func (*CreateDashboardElementParams) SetFields ¶
func (o *CreateDashboardElementParams) SetFields(fields *string)
SetFields adds the fields to the create dashboard element params
func (*CreateDashboardElementParams) SetHTTPClient ¶
func (o *CreateDashboardElementParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create dashboard element params
func (*CreateDashboardElementParams) SetTimeout ¶
func (o *CreateDashboardElementParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create dashboard element params
func (*CreateDashboardElementParams) WithBody ¶
func (o *CreateDashboardElementParams) WithBody(body *models.DashboardElement) *CreateDashboardElementParams
WithBody adds the body to the create dashboard element params
func (*CreateDashboardElementParams) WithContext ¶
func (o *CreateDashboardElementParams) WithContext(ctx context.Context) *CreateDashboardElementParams
WithContext adds the context to the create dashboard element params
func (*CreateDashboardElementParams) WithDefaults ¶
func (o *CreateDashboardElementParams) WithDefaults() *CreateDashboardElementParams
WithDefaults hydrates default values in the create dashboard element params (not the query body).
All values with no default are reset to their zero value.
func (*CreateDashboardElementParams) WithFields ¶
func (o *CreateDashboardElementParams) WithFields(fields *string) *CreateDashboardElementParams
WithFields adds the fields to the create dashboard element params
func (*CreateDashboardElementParams) WithHTTPClient ¶
func (o *CreateDashboardElementParams) WithHTTPClient(client *http.Client) *CreateDashboardElementParams
WithHTTPClient adds the HTTPClient to the create dashboard element params
func (*CreateDashboardElementParams) WithTimeout ¶
func (o *CreateDashboardElementParams) WithTimeout(timeout time.Duration) *CreateDashboardElementParams
WithTimeout adds the timeout to the create dashboard element params
func (*CreateDashboardElementParams) WriteToRequest ¶
func (o *CreateDashboardElementParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateDashboardElementReader ¶
type CreateDashboardElementReader struct {
// contains filtered or unexported fields
}
CreateDashboardElementReader is a Reader for the CreateDashboardElement structure.
func (*CreateDashboardElementReader) ReadResponse ¶
func (o *CreateDashboardElementReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateDashboardElementTooManyRequests ¶
CreateDashboardElementTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewCreateDashboardElementTooManyRequests ¶
func NewCreateDashboardElementTooManyRequests() *CreateDashboardElementTooManyRequests
NewCreateDashboardElementTooManyRequests creates a CreateDashboardElementTooManyRequests with default headers values
func (*CreateDashboardElementTooManyRequests) Error ¶
func (o *CreateDashboardElementTooManyRequests) Error() string
func (*CreateDashboardElementTooManyRequests) GetPayload ¶
func (o *CreateDashboardElementTooManyRequests) GetPayload() *models.Error
type CreateDashboardElementUnprocessableEntity ¶
type CreateDashboardElementUnprocessableEntity struct {
Payload *models.ValidationError
}
CreateDashboardElementUnprocessableEntity describes a response with status code 422, with default header values.
Validation Error
func NewCreateDashboardElementUnprocessableEntity ¶
func NewCreateDashboardElementUnprocessableEntity() *CreateDashboardElementUnprocessableEntity
NewCreateDashboardElementUnprocessableEntity creates a CreateDashboardElementUnprocessableEntity with default headers values
func (*CreateDashboardElementUnprocessableEntity) Error ¶
func (o *CreateDashboardElementUnprocessableEntity) Error() string
func (*CreateDashboardElementUnprocessableEntity) GetPayload ¶
func (o *CreateDashboardElementUnprocessableEntity) GetPayload() *models.ValidationError
type CreateDashboardFilterBadRequest ¶
CreateDashboardFilterBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewCreateDashboardFilterBadRequest ¶
func NewCreateDashboardFilterBadRequest() *CreateDashboardFilterBadRequest
NewCreateDashboardFilterBadRequest creates a CreateDashboardFilterBadRequest with default headers values
func (*CreateDashboardFilterBadRequest) Error ¶
func (o *CreateDashboardFilterBadRequest) Error() string
func (*CreateDashboardFilterBadRequest) GetPayload ¶
func (o *CreateDashboardFilterBadRequest) GetPayload() *models.Error
type CreateDashboardFilterConflict ¶
CreateDashboardFilterConflict describes a response with status code 409, with default header values.
Resource Already Exists
func NewCreateDashboardFilterConflict ¶
func NewCreateDashboardFilterConflict() *CreateDashboardFilterConflict
NewCreateDashboardFilterConflict creates a CreateDashboardFilterConflict with default headers values
func (*CreateDashboardFilterConflict) Error ¶
func (o *CreateDashboardFilterConflict) Error() string
func (*CreateDashboardFilterConflict) GetPayload ¶
func (o *CreateDashboardFilterConflict) GetPayload() *models.Error
type CreateDashboardFilterNotFound ¶
CreateDashboardFilterNotFound describes a response with status code 404, with default header values.
Not Found
func NewCreateDashboardFilterNotFound ¶
func NewCreateDashboardFilterNotFound() *CreateDashboardFilterNotFound
NewCreateDashboardFilterNotFound creates a CreateDashboardFilterNotFound with default headers values
func (*CreateDashboardFilterNotFound) Error ¶
func (o *CreateDashboardFilterNotFound) Error() string
func (*CreateDashboardFilterNotFound) GetPayload ¶
func (o *CreateDashboardFilterNotFound) GetPayload() *models.Error
type CreateDashboardFilterOK ¶
type CreateDashboardFilterOK struct {
Payload *models.DashboardFilter
}
CreateDashboardFilterOK describes a response with status code 200, with default header values.
Dashboard Filter
func NewCreateDashboardFilterOK ¶
func NewCreateDashboardFilterOK() *CreateDashboardFilterOK
NewCreateDashboardFilterOK creates a CreateDashboardFilterOK with default headers values
func (*CreateDashboardFilterOK) Error ¶
func (o *CreateDashboardFilterOK) Error() string
func (*CreateDashboardFilterOK) GetPayload ¶
func (o *CreateDashboardFilterOK) GetPayload() *models.DashboardFilter
type CreateDashboardFilterParams ¶
type CreateDashboardFilterParams struct { /* Body. Dashboard Filter */ Body *models.CreateDashboardFilter /* Fields. Requested fields */ Fields *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateDashboardFilterParams contains all the parameters to send to the API endpoint
for the create dashboard filter operation. Typically these are written to a http.Request.
func NewCreateDashboardFilterParams ¶
func NewCreateDashboardFilterParams() *CreateDashboardFilterParams
NewCreateDashboardFilterParams creates a new CreateDashboardFilterParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewCreateDashboardFilterParamsWithContext ¶
func NewCreateDashboardFilterParamsWithContext(ctx context.Context) *CreateDashboardFilterParams
NewCreateDashboardFilterParamsWithContext creates a new CreateDashboardFilterParams object with the ability to set a context for a request.
func NewCreateDashboardFilterParamsWithHTTPClient ¶
func NewCreateDashboardFilterParamsWithHTTPClient(client *http.Client) *CreateDashboardFilterParams
NewCreateDashboardFilterParamsWithHTTPClient creates a new CreateDashboardFilterParams object with the ability to set a custom HTTPClient for a request.
func NewCreateDashboardFilterParamsWithTimeout ¶
func NewCreateDashboardFilterParamsWithTimeout(timeout time.Duration) *CreateDashboardFilterParams
NewCreateDashboardFilterParamsWithTimeout creates a new CreateDashboardFilterParams object with the ability to set a timeout on a request.
func (*CreateDashboardFilterParams) SetBody ¶
func (o *CreateDashboardFilterParams) SetBody(body *models.CreateDashboardFilter)
SetBody adds the body to the create dashboard filter params
func (*CreateDashboardFilterParams) SetContext ¶
func (o *CreateDashboardFilterParams) SetContext(ctx context.Context)
SetContext adds the context to the create dashboard filter params
func (*CreateDashboardFilterParams) SetDefaults ¶
func (o *CreateDashboardFilterParams) SetDefaults()
SetDefaults hydrates default values in the create dashboard filter params (not the query body).
All values with no default are reset to their zero value.
func (*CreateDashboardFilterParams) SetFields ¶
func (o *CreateDashboardFilterParams) SetFields(fields *string)
SetFields adds the fields to the create dashboard filter params
func (*CreateDashboardFilterParams) SetHTTPClient ¶
func (o *CreateDashboardFilterParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create dashboard filter params
func (*CreateDashboardFilterParams) SetTimeout ¶
func (o *CreateDashboardFilterParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create dashboard filter params
func (*CreateDashboardFilterParams) WithBody ¶
func (o *CreateDashboardFilterParams) WithBody(body *models.CreateDashboardFilter) *CreateDashboardFilterParams
WithBody adds the body to the create dashboard filter params
func (*CreateDashboardFilterParams) WithContext ¶
func (o *CreateDashboardFilterParams) WithContext(ctx context.Context) *CreateDashboardFilterParams
WithContext adds the context to the create dashboard filter params
func (*CreateDashboardFilterParams) WithDefaults ¶
func (o *CreateDashboardFilterParams) WithDefaults() *CreateDashboardFilterParams
WithDefaults hydrates default values in the create dashboard filter params (not the query body).
All values with no default are reset to their zero value.
func (*CreateDashboardFilterParams) WithFields ¶
func (o *CreateDashboardFilterParams) WithFields(fields *string) *CreateDashboardFilterParams
WithFields adds the fields to the create dashboard filter params
func (*CreateDashboardFilterParams) WithHTTPClient ¶
func (o *CreateDashboardFilterParams) WithHTTPClient(client *http.Client) *CreateDashboardFilterParams
WithHTTPClient adds the HTTPClient to the create dashboard filter params
func (*CreateDashboardFilterParams) WithTimeout ¶
func (o *CreateDashboardFilterParams) WithTimeout(timeout time.Duration) *CreateDashboardFilterParams
WithTimeout adds the timeout to the create dashboard filter params
func (*CreateDashboardFilterParams) WriteToRequest ¶
func (o *CreateDashboardFilterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateDashboardFilterReader ¶
type CreateDashboardFilterReader struct {
// contains filtered or unexported fields
}
CreateDashboardFilterReader is a Reader for the CreateDashboardFilter structure.
func (*CreateDashboardFilterReader) ReadResponse ¶
func (o *CreateDashboardFilterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateDashboardFilterTooManyRequests ¶
CreateDashboardFilterTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewCreateDashboardFilterTooManyRequests ¶
func NewCreateDashboardFilterTooManyRequests() *CreateDashboardFilterTooManyRequests
NewCreateDashboardFilterTooManyRequests creates a CreateDashboardFilterTooManyRequests with default headers values
func (*CreateDashboardFilterTooManyRequests) Error ¶
func (o *CreateDashboardFilterTooManyRequests) Error() string
func (*CreateDashboardFilterTooManyRequests) GetPayload ¶
func (o *CreateDashboardFilterTooManyRequests) GetPayload() *models.Error
type CreateDashboardFilterUnprocessableEntity ¶
type CreateDashboardFilterUnprocessableEntity struct {
Payload *models.ValidationError
}
CreateDashboardFilterUnprocessableEntity describes a response with status code 422, with default header values.
Validation Error
func NewCreateDashboardFilterUnprocessableEntity ¶
func NewCreateDashboardFilterUnprocessableEntity() *CreateDashboardFilterUnprocessableEntity
NewCreateDashboardFilterUnprocessableEntity creates a CreateDashboardFilterUnprocessableEntity with default headers values
func (*CreateDashboardFilterUnprocessableEntity) Error ¶
func (o *CreateDashboardFilterUnprocessableEntity) Error() string
func (*CreateDashboardFilterUnprocessableEntity) GetPayload ¶
func (o *CreateDashboardFilterUnprocessableEntity) GetPayload() *models.ValidationError
type CreateDashboardLayoutBadRequest ¶
CreateDashboardLayoutBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewCreateDashboardLayoutBadRequest ¶
func NewCreateDashboardLayoutBadRequest() *CreateDashboardLayoutBadRequest
NewCreateDashboardLayoutBadRequest creates a CreateDashboardLayoutBadRequest with default headers values
func (*CreateDashboardLayoutBadRequest) Error ¶
func (o *CreateDashboardLayoutBadRequest) Error() string
func (*CreateDashboardLayoutBadRequest) GetPayload ¶
func (o *CreateDashboardLayoutBadRequest) GetPayload() *models.Error
type CreateDashboardLayoutConflict ¶
CreateDashboardLayoutConflict describes a response with status code 409, with default header values.
Resource Already Exists
func NewCreateDashboardLayoutConflict ¶
func NewCreateDashboardLayoutConflict() *CreateDashboardLayoutConflict
NewCreateDashboardLayoutConflict creates a CreateDashboardLayoutConflict with default headers values
func (*CreateDashboardLayoutConflict) Error ¶
func (o *CreateDashboardLayoutConflict) Error() string
func (*CreateDashboardLayoutConflict) GetPayload ¶
func (o *CreateDashboardLayoutConflict) GetPayload() *models.Error
type CreateDashboardLayoutNotFound ¶
CreateDashboardLayoutNotFound describes a response with status code 404, with default header values.
Not Found
func NewCreateDashboardLayoutNotFound ¶
func NewCreateDashboardLayoutNotFound() *CreateDashboardLayoutNotFound
NewCreateDashboardLayoutNotFound creates a CreateDashboardLayoutNotFound with default headers values
func (*CreateDashboardLayoutNotFound) Error ¶
func (o *CreateDashboardLayoutNotFound) Error() string
func (*CreateDashboardLayoutNotFound) GetPayload ¶
func (o *CreateDashboardLayoutNotFound) GetPayload() *models.Error
type CreateDashboardLayoutOK ¶
type CreateDashboardLayoutOK struct {
Payload *models.DashboardLayout
}
CreateDashboardLayoutOK describes a response with status code 200, with default header values.
DashboardLayout
func NewCreateDashboardLayoutOK ¶
func NewCreateDashboardLayoutOK() *CreateDashboardLayoutOK
NewCreateDashboardLayoutOK creates a CreateDashboardLayoutOK with default headers values
func (*CreateDashboardLayoutOK) Error ¶
func (o *CreateDashboardLayoutOK) Error() string
func (*CreateDashboardLayoutOK) GetPayload ¶
func (o *CreateDashboardLayoutOK) GetPayload() *models.DashboardLayout
type CreateDashboardLayoutParams ¶
type CreateDashboardLayoutParams struct { /* Body. DashboardLayout */ Body *models.DashboardLayout /* Fields. Requested fields. */ Fields *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateDashboardLayoutParams contains all the parameters to send to the API endpoint
for the create dashboard layout operation. Typically these are written to a http.Request.
func NewCreateDashboardLayoutParams ¶
func NewCreateDashboardLayoutParams() *CreateDashboardLayoutParams
NewCreateDashboardLayoutParams creates a new CreateDashboardLayoutParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewCreateDashboardLayoutParamsWithContext ¶
func NewCreateDashboardLayoutParamsWithContext(ctx context.Context) *CreateDashboardLayoutParams
NewCreateDashboardLayoutParamsWithContext creates a new CreateDashboardLayoutParams object with the ability to set a context for a request.
func NewCreateDashboardLayoutParamsWithHTTPClient ¶
func NewCreateDashboardLayoutParamsWithHTTPClient(client *http.Client) *CreateDashboardLayoutParams
NewCreateDashboardLayoutParamsWithHTTPClient creates a new CreateDashboardLayoutParams object with the ability to set a custom HTTPClient for a request.
func NewCreateDashboardLayoutParamsWithTimeout ¶
func NewCreateDashboardLayoutParamsWithTimeout(timeout time.Duration) *CreateDashboardLayoutParams
NewCreateDashboardLayoutParamsWithTimeout creates a new CreateDashboardLayoutParams object with the ability to set a timeout on a request.
func (*CreateDashboardLayoutParams) SetBody ¶
func (o *CreateDashboardLayoutParams) SetBody(body *models.DashboardLayout)
SetBody adds the body to the create dashboard layout params
func (*CreateDashboardLayoutParams) SetContext ¶
func (o *CreateDashboardLayoutParams) SetContext(ctx context.Context)
SetContext adds the context to the create dashboard layout params
func (*CreateDashboardLayoutParams) SetDefaults ¶
func (o *CreateDashboardLayoutParams) SetDefaults()
SetDefaults hydrates default values in the create dashboard layout params (not the query body).
All values with no default are reset to their zero value.
func (*CreateDashboardLayoutParams) SetFields ¶
func (o *CreateDashboardLayoutParams) SetFields(fields *string)
SetFields adds the fields to the create dashboard layout params
func (*CreateDashboardLayoutParams) SetHTTPClient ¶
func (o *CreateDashboardLayoutParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create dashboard layout params
func (*CreateDashboardLayoutParams) SetTimeout ¶
func (o *CreateDashboardLayoutParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create dashboard layout params
func (*CreateDashboardLayoutParams) WithBody ¶
func (o *CreateDashboardLayoutParams) WithBody(body *models.DashboardLayout) *CreateDashboardLayoutParams
WithBody adds the body to the create dashboard layout params
func (*CreateDashboardLayoutParams) WithContext ¶
func (o *CreateDashboardLayoutParams) WithContext(ctx context.Context) *CreateDashboardLayoutParams
WithContext adds the context to the create dashboard layout params
func (*CreateDashboardLayoutParams) WithDefaults ¶
func (o *CreateDashboardLayoutParams) WithDefaults() *CreateDashboardLayoutParams
WithDefaults hydrates default values in the create dashboard layout params (not the query body).
All values with no default are reset to their zero value.
func (*CreateDashboardLayoutParams) WithFields ¶
func (o *CreateDashboardLayoutParams) WithFields(fields *string) *CreateDashboardLayoutParams
WithFields adds the fields to the create dashboard layout params
func (*CreateDashboardLayoutParams) WithHTTPClient ¶
func (o *CreateDashboardLayoutParams) WithHTTPClient(client *http.Client) *CreateDashboardLayoutParams
WithHTTPClient adds the HTTPClient to the create dashboard layout params
func (*CreateDashboardLayoutParams) WithTimeout ¶
func (o *CreateDashboardLayoutParams) WithTimeout(timeout time.Duration) *CreateDashboardLayoutParams
WithTimeout adds the timeout to the create dashboard layout params
func (*CreateDashboardLayoutParams) WriteToRequest ¶
func (o *CreateDashboardLayoutParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateDashboardLayoutReader ¶
type CreateDashboardLayoutReader struct {
// contains filtered or unexported fields
}
CreateDashboardLayoutReader is a Reader for the CreateDashboardLayout structure.
func (*CreateDashboardLayoutReader) ReadResponse ¶
func (o *CreateDashboardLayoutReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateDashboardLayoutTooManyRequests ¶
CreateDashboardLayoutTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewCreateDashboardLayoutTooManyRequests ¶
func NewCreateDashboardLayoutTooManyRequests() *CreateDashboardLayoutTooManyRequests
NewCreateDashboardLayoutTooManyRequests creates a CreateDashboardLayoutTooManyRequests with default headers values
func (*CreateDashboardLayoutTooManyRequests) Error ¶
func (o *CreateDashboardLayoutTooManyRequests) Error() string
func (*CreateDashboardLayoutTooManyRequests) GetPayload ¶
func (o *CreateDashboardLayoutTooManyRequests) GetPayload() *models.Error
type CreateDashboardLayoutUnprocessableEntity ¶
type CreateDashboardLayoutUnprocessableEntity struct {
Payload *models.ValidationError
}
CreateDashboardLayoutUnprocessableEntity describes a response with status code 422, with default header values.
Validation Error
func NewCreateDashboardLayoutUnprocessableEntity ¶
func NewCreateDashboardLayoutUnprocessableEntity() *CreateDashboardLayoutUnprocessableEntity
NewCreateDashboardLayoutUnprocessableEntity creates a CreateDashboardLayoutUnprocessableEntity with default headers values
func (*CreateDashboardLayoutUnprocessableEntity) Error ¶
func (o *CreateDashboardLayoutUnprocessableEntity) Error() string
func (*CreateDashboardLayoutUnprocessableEntity) GetPayload ¶
func (o *CreateDashboardLayoutUnprocessableEntity) GetPayload() *models.ValidationError
type CreateDashboardNotFound ¶
CreateDashboardNotFound describes a response with status code 404, with default header values.
Not Found
func NewCreateDashboardNotFound ¶
func NewCreateDashboardNotFound() *CreateDashboardNotFound
NewCreateDashboardNotFound creates a CreateDashboardNotFound with default headers values
func (*CreateDashboardNotFound) Error ¶
func (o *CreateDashboardNotFound) Error() string
func (*CreateDashboardNotFound) GetPayload ¶
func (o *CreateDashboardNotFound) GetPayload() *models.Error
type CreateDashboardOK ¶
CreateDashboardOK describes a response with status code 200, with default header values.
Dashboard
func NewCreateDashboardOK ¶
func NewCreateDashboardOK() *CreateDashboardOK
NewCreateDashboardOK creates a CreateDashboardOK with default headers values
func (*CreateDashboardOK) Error ¶
func (o *CreateDashboardOK) Error() string
func (*CreateDashboardOK) GetPayload ¶
func (o *CreateDashboardOK) GetPayload() *models.Dashboard
type CreateDashboardParams ¶
type CreateDashboardParams struct { /* Body. Dashboard */ Body *models.Dashboard Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateDashboardParams contains all the parameters to send to the API endpoint
for the create dashboard operation. Typically these are written to a http.Request.
func NewCreateDashboardParams ¶
func NewCreateDashboardParams() *CreateDashboardParams
NewCreateDashboardParams creates a new CreateDashboardParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewCreateDashboardParamsWithContext ¶
func NewCreateDashboardParamsWithContext(ctx context.Context) *CreateDashboardParams
NewCreateDashboardParamsWithContext creates a new CreateDashboardParams object with the ability to set a context for a request.
func NewCreateDashboardParamsWithHTTPClient ¶
func NewCreateDashboardParamsWithHTTPClient(client *http.Client) *CreateDashboardParams
NewCreateDashboardParamsWithHTTPClient creates a new CreateDashboardParams object with the ability to set a custom HTTPClient for a request.
func NewCreateDashboardParamsWithTimeout ¶
func NewCreateDashboardParamsWithTimeout(timeout time.Duration) *CreateDashboardParams
NewCreateDashboardParamsWithTimeout creates a new CreateDashboardParams object with the ability to set a timeout on a request.
func (*CreateDashboardParams) SetBody ¶
func (o *CreateDashboardParams) SetBody(body *models.Dashboard)
SetBody adds the body to the create dashboard params
func (*CreateDashboardParams) SetContext ¶
func (o *CreateDashboardParams) SetContext(ctx context.Context)
SetContext adds the context to the create dashboard params
func (*CreateDashboardParams) SetDefaults ¶
func (o *CreateDashboardParams) SetDefaults()
SetDefaults hydrates default values in the create dashboard params (not the query body).
All values with no default are reset to their zero value.
func (*CreateDashboardParams) SetHTTPClient ¶
func (o *CreateDashboardParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create dashboard params
func (*CreateDashboardParams) SetTimeout ¶
func (o *CreateDashboardParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create dashboard params
func (*CreateDashboardParams) WithBody ¶
func (o *CreateDashboardParams) WithBody(body *models.Dashboard) *CreateDashboardParams
WithBody adds the body to the create dashboard params
func (*CreateDashboardParams) WithContext ¶
func (o *CreateDashboardParams) WithContext(ctx context.Context) *CreateDashboardParams
WithContext adds the context to the create dashboard params
func (*CreateDashboardParams) WithDefaults ¶
func (o *CreateDashboardParams) WithDefaults() *CreateDashboardParams
WithDefaults hydrates default values in the create dashboard params (not the query body).
All values with no default are reset to their zero value.
func (*CreateDashboardParams) WithHTTPClient ¶
func (o *CreateDashboardParams) WithHTTPClient(client *http.Client) *CreateDashboardParams
WithHTTPClient adds the HTTPClient to the create dashboard params
func (*CreateDashboardParams) WithTimeout ¶
func (o *CreateDashboardParams) WithTimeout(timeout time.Duration) *CreateDashboardParams
WithTimeout adds the timeout to the create dashboard params
func (*CreateDashboardParams) WriteToRequest ¶
func (o *CreateDashboardParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateDashboardReader ¶
type CreateDashboardReader struct {
// contains filtered or unexported fields
}
CreateDashboardReader is a Reader for the CreateDashboard structure.
func (*CreateDashboardReader) ReadResponse ¶
func (o *CreateDashboardReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateDashboardTooManyRequests ¶
CreateDashboardTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewCreateDashboardTooManyRequests ¶
func NewCreateDashboardTooManyRequests() *CreateDashboardTooManyRequests
NewCreateDashboardTooManyRequests creates a CreateDashboardTooManyRequests with default headers values
func (*CreateDashboardTooManyRequests) Error ¶
func (o *CreateDashboardTooManyRequests) Error() string
func (*CreateDashboardTooManyRequests) GetPayload ¶
func (o *CreateDashboardTooManyRequests) GetPayload() *models.Error
type CreateDashboardUnprocessableEntity ¶
type CreateDashboardUnprocessableEntity struct {
Payload *models.ValidationError
}
CreateDashboardUnprocessableEntity describes a response with status code 422, with default header values.
Validation Error
func NewCreateDashboardUnprocessableEntity ¶
func NewCreateDashboardUnprocessableEntity() *CreateDashboardUnprocessableEntity
NewCreateDashboardUnprocessableEntity creates a CreateDashboardUnprocessableEntity with default headers values
func (*CreateDashboardUnprocessableEntity) Error ¶
func (o *CreateDashboardUnprocessableEntity) Error() string
func (*CreateDashboardUnprocessableEntity) GetPayload ¶
func (o *CreateDashboardUnprocessableEntity) GetPayload() *models.ValidationError
type DashboardAggregateTableLookmlBadRequest ¶
DashboardAggregateTableLookmlBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewDashboardAggregateTableLookmlBadRequest ¶
func NewDashboardAggregateTableLookmlBadRequest() *DashboardAggregateTableLookmlBadRequest
NewDashboardAggregateTableLookmlBadRequest creates a DashboardAggregateTableLookmlBadRequest with default headers values
func (*DashboardAggregateTableLookmlBadRequest) Error ¶
func (o *DashboardAggregateTableLookmlBadRequest) Error() string
func (*DashboardAggregateTableLookmlBadRequest) GetPayload ¶
func (o *DashboardAggregateTableLookmlBadRequest) GetPayload() *models.Error
type DashboardAggregateTableLookmlNotFound ¶
DashboardAggregateTableLookmlNotFound describes a response with status code 404, with default header values.
Not Found
func NewDashboardAggregateTableLookmlNotFound ¶
func NewDashboardAggregateTableLookmlNotFound() *DashboardAggregateTableLookmlNotFound
NewDashboardAggregateTableLookmlNotFound creates a DashboardAggregateTableLookmlNotFound with default headers values
func (*DashboardAggregateTableLookmlNotFound) Error ¶
func (o *DashboardAggregateTableLookmlNotFound) Error() string
func (*DashboardAggregateTableLookmlNotFound) GetPayload ¶
func (o *DashboardAggregateTableLookmlNotFound) GetPayload() *models.Error
type DashboardAggregateTableLookmlOK ¶
type DashboardAggregateTableLookmlOK struct {
Payload *models.DashboardAggregateTableLookml
}
DashboardAggregateTableLookmlOK describes a response with status code 200, with default header values.
JSON for Aggregate Table LookML
func NewDashboardAggregateTableLookmlOK ¶
func NewDashboardAggregateTableLookmlOK() *DashboardAggregateTableLookmlOK
NewDashboardAggregateTableLookmlOK creates a DashboardAggregateTableLookmlOK with default headers values
func (*DashboardAggregateTableLookmlOK) Error ¶
func (o *DashboardAggregateTableLookmlOK) Error() string
func (*DashboardAggregateTableLookmlOK) GetPayload ¶
func (o *DashboardAggregateTableLookmlOK) GetPayload() *models.DashboardAggregateTableLookml
type DashboardAggregateTableLookmlParams ¶
type DashboardAggregateTableLookmlParams struct { /* DashboardID. Id of dashboard */ DashboardID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DashboardAggregateTableLookmlParams contains all the parameters to send to the API endpoint
for the dashboard aggregate table lookml operation. Typically these are written to a http.Request.
func NewDashboardAggregateTableLookmlParams ¶
func NewDashboardAggregateTableLookmlParams() *DashboardAggregateTableLookmlParams
NewDashboardAggregateTableLookmlParams creates a new DashboardAggregateTableLookmlParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDashboardAggregateTableLookmlParamsWithContext ¶
func NewDashboardAggregateTableLookmlParamsWithContext(ctx context.Context) *DashboardAggregateTableLookmlParams
NewDashboardAggregateTableLookmlParamsWithContext creates a new DashboardAggregateTableLookmlParams object with the ability to set a context for a request.
func NewDashboardAggregateTableLookmlParamsWithHTTPClient ¶
func NewDashboardAggregateTableLookmlParamsWithHTTPClient(client *http.Client) *DashboardAggregateTableLookmlParams
NewDashboardAggregateTableLookmlParamsWithHTTPClient creates a new DashboardAggregateTableLookmlParams object with the ability to set a custom HTTPClient for a request.
func NewDashboardAggregateTableLookmlParamsWithTimeout ¶
func NewDashboardAggregateTableLookmlParamsWithTimeout(timeout time.Duration) *DashboardAggregateTableLookmlParams
NewDashboardAggregateTableLookmlParamsWithTimeout creates a new DashboardAggregateTableLookmlParams object with the ability to set a timeout on a request.
func (*DashboardAggregateTableLookmlParams) SetContext ¶
func (o *DashboardAggregateTableLookmlParams) SetContext(ctx context.Context)
SetContext adds the context to the dashboard aggregate table lookml params
func (*DashboardAggregateTableLookmlParams) SetDashboardID ¶
func (o *DashboardAggregateTableLookmlParams) SetDashboardID(dashboardID string)
SetDashboardID adds the dashboardId to the dashboard aggregate table lookml params
func (*DashboardAggregateTableLookmlParams) SetDefaults ¶
func (o *DashboardAggregateTableLookmlParams) SetDefaults()
SetDefaults hydrates default values in the dashboard aggregate table lookml params (not the query body).
All values with no default are reset to their zero value.
func (*DashboardAggregateTableLookmlParams) SetHTTPClient ¶
func (o *DashboardAggregateTableLookmlParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the dashboard aggregate table lookml params
func (*DashboardAggregateTableLookmlParams) SetTimeout ¶
func (o *DashboardAggregateTableLookmlParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the dashboard aggregate table lookml params
func (*DashboardAggregateTableLookmlParams) WithContext ¶
func (o *DashboardAggregateTableLookmlParams) WithContext(ctx context.Context) *DashboardAggregateTableLookmlParams
WithContext adds the context to the dashboard aggregate table lookml params
func (*DashboardAggregateTableLookmlParams) WithDashboardID ¶
func (o *DashboardAggregateTableLookmlParams) WithDashboardID(dashboardID string) *DashboardAggregateTableLookmlParams
WithDashboardID adds the dashboardID to the dashboard aggregate table lookml params
func (*DashboardAggregateTableLookmlParams) WithDefaults ¶
func (o *DashboardAggregateTableLookmlParams) WithDefaults() *DashboardAggregateTableLookmlParams
WithDefaults hydrates default values in the dashboard aggregate table lookml params (not the query body).
All values with no default are reset to their zero value.
func (*DashboardAggregateTableLookmlParams) WithHTTPClient ¶
func (o *DashboardAggregateTableLookmlParams) WithHTTPClient(client *http.Client) *DashboardAggregateTableLookmlParams
WithHTTPClient adds the HTTPClient to the dashboard aggregate table lookml params
func (*DashboardAggregateTableLookmlParams) WithTimeout ¶
func (o *DashboardAggregateTableLookmlParams) WithTimeout(timeout time.Duration) *DashboardAggregateTableLookmlParams
WithTimeout adds the timeout to the dashboard aggregate table lookml params
func (*DashboardAggregateTableLookmlParams) WriteToRequest ¶
func (o *DashboardAggregateTableLookmlParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DashboardAggregateTableLookmlReader ¶
type DashboardAggregateTableLookmlReader struct {
// contains filtered or unexported fields
}
DashboardAggregateTableLookmlReader is a Reader for the DashboardAggregateTableLookml structure.
func (*DashboardAggregateTableLookmlReader) ReadResponse ¶
func (o *DashboardAggregateTableLookmlReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DashboardBadRequest ¶
DashboardBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewDashboardBadRequest ¶
func NewDashboardBadRequest() *DashboardBadRequest
NewDashboardBadRequest creates a DashboardBadRequest with default headers values
func (*DashboardBadRequest) Error ¶
func (o *DashboardBadRequest) Error() string
func (*DashboardBadRequest) GetPayload ¶
func (o *DashboardBadRequest) GetPayload() *models.Error
type DashboardDashboardElementsBadRequest ¶
DashboardDashboardElementsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewDashboardDashboardElementsBadRequest ¶
func NewDashboardDashboardElementsBadRequest() *DashboardDashboardElementsBadRequest
NewDashboardDashboardElementsBadRequest creates a DashboardDashboardElementsBadRequest with default headers values
func (*DashboardDashboardElementsBadRequest) Error ¶
func (o *DashboardDashboardElementsBadRequest) Error() string
func (*DashboardDashboardElementsBadRequest) GetPayload ¶
func (o *DashboardDashboardElementsBadRequest) GetPayload() *models.Error
type DashboardDashboardElementsNotFound ¶
DashboardDashboardElementsNotFound describes a response with status code 404, with default header values.
Not Found
func NewDashboardDashboardElementsNotFound ¶
func NewDashboardDashboardElementsNotFound() *DashboardDashboardElementsNotFound
NewDashboardDashboardElementsNotFound creates a DashboardDashboardElementsNotFound with default headers values
func (*DashboardDashboardElementsNotFound) Error ¶
func (o *DashboardDashboardElementsNotFound) Error() string
func (*DashboardDashboardElementsNotFound) GetPayload ¶
func (o *DashboardDashboardElementsNotFound) GetPayload() *models.Error
type DashboardDashboardElementsOK ¶
type DashboardDashboardElementsOK struct {
Payload []*models.DashboardElement
}
DashboardDashboardElementsOK describes a response with status code 200, with default header values.
DashboardElement
func NewDashboardDashboardElementsOK ¶
func NewDashboardDashboardElementsOK() *DashboardDashboardElementsOK
NewDashboardDashboardElementsOK creates a DashboardDashboardElementsOK with default headers values
func (*DashboardDashboardElementsOK) Error ¶
func (o *DashboardDashboardElementsOK) Error() string
func (*DashboardDashboardElementsOK) GetPayload ¶
func (o *DashboardDashboardElementsOK) GetPayload() []*models.DashboardElement
type DashboardDashboardElementsParams ¶
type DashboardDashboardElementsParams struct { /* DashboardID. Id of dashboard */ DashboardID string /* Fields. Requested fields. */ Fields *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DashboardDashboardElementsParams contains all the parameters to send to the API endpoint
for the dashboard dashboard elements operation. Typically these are written to a http.Request.
func NewDashboardDashboardElementsParams ¶
func NewDashboardDashboardElementsParams() *DashboardDashboardElementsParams
NewDashboardDashboardElementsParams creates a new DashboardDashboardElementsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDashboardDashboardElementsParamsWithContext ¶
func NewDashboardDashboardElementsParamsWithContext(ctx context.Context) *DashboardDashboardElementsParams
NewDashboardDashboardElementsParamsWithContext creates a new DashboardDashboardElementsParams object with the ability to set a context for a request.
func NewDashboardDashboardElementsParamsWithHTTPClient ¶
func NewDashboardDashboardElementsParamsWithHTTPClient(client *http.Client) *DashboardDashboardElementsParams
NewDashboardDashboardElementsParamsWithHTTPClient creates a new DashboardDashboardElementsParams object with the ability to set a custom HTTPClient for a request.
func NewDashboardDashboardElementsParamsWithTimeout ¶
func NewDashboardDashboardElementsParamsWithTimeout(timeout time.Duration) *DashboardDashboardElementsParams
NewDashboardDashboardElementsParamsWithTimeout creates a new DashboardDashboardElementsParams object with the ability to set a timeout on a request.
func (*DashboardDashboardElementsParams) SetContext ¶
func (o *DashboardDashboardElementsParams) SetContext(ctx context.Context)
SetContext adds the context to the dashboard dashboard elements params
func (*DashboardDashboardElementsParams) SetDashboardID ¶
func (o *DashboardDashboardElementsParams) SetDashboardID(dashboardID string)
SetDashboardID adds the dashboardId to the dashboard dashboard elements params
func (*DashboardDashboardElementsParams) SetDefaults ¶
func (o *DashboardDashboardElementsParams) SetDefaults()
SetDefaults hydrates default values in the dashboard dashboard elements params (not the query body).
All values with no default are reset to their zero value.
func (*DashboardDashboardElementsParams) SetFields ¶
func (o *DashboardDashboardElementsParams) SetFields(fields *string)
SetFields adds the fields to the dashboard dashboard elements params
func (*DashboardDashboardElementsParams) SetHTTPClient ¶
func (o *DashboardDashboardElementsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the dashboard dashboard elements params
func (*DashboardDashboardElementsParams) SetTimeout ¶
func (o *DashboardDashboardElementsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the dashboard dashboard elements params
func (*DashboardDashboardElementsParams) WithContext ¶
func (o *DashboardDashboardElementsParams) WithContext(ctx context.Context) *DashboardDashboardElementsParams
WithContext adds the context to the dashboard dashboard elements params
func (*DashboardDashboardElementsParams) WithDashboardID ¶
func (o *DashboardDashboardElementsParams) WithDashboardID(dashboardID string) *DashboardDashboardElementsParams
WithDashboardID adds the dashboardID to the dashboard dashboard elements params
func (*DashboardDashboardElementsParams) WithDefaults ¶
func (o *DashboardDashboardElementsParams) WithDefaults() *DashboardDashboardElementsParams
WithDefaults hydrates default values in the dashboard dashboard elements params (not the query body).
All values with no default are reset to their zero value.
func (*DashboardDashboardElementsParams) WithFields ¶
func (o *DashboardDashboardElementsParams) WithFields(fields *string) *DashboardDashboardElementsParams
WithFields adds the fields to the dashboard dashboard elements params
func (*DashboardDashboardElementsParams) WithHTTPClient ¶
func (o *DashboardDashboardElementsParams) WithHTTPClient(client *http.Client) *DashboardDashboardElementsParams
WithHTTPClient adds the HTTPClient to the dashboard dashboard elements params
func (*DashboardDashboardElementsParams) WithTimeout ¶
func (o *DashboardDashboardElementsParams) WithTimeout(timeout time.Duration) *DashboardDashboardElementsParams
WithTimeout adds the timeout to the dashboard dashboard elements params
func (*DashboardDashboardElementsParams) WriteToRequest ¶
func (o *DashboardDashboardElementsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DashboardDashboardElementsReader ¶
type DashboardDashboardElementsReader struct {
// contains filtered or unexported fields
}
DashboardDashboardElementsReader is a Reader for the DashboardDashboardElements structure.
func (*DashboardDashboardElementsReader) ReadResponse ¶
func (o *DashboardDashboardElementsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DashboardDashboardFiltersBadRequest ¶
DashboardDashboardFiltersBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewDashboardDashboardFiltersBadRequest ¶
func NewDashboardDashboardFiltersBadRequest() *DashboardDashboardFiltersBadRequest
NewDashboardDashboardFiltersBadRequest creates a DashboardDashboardFiltersBadRequest with default headers values
func (*DashboardDashboardFiltersBadRequest) Error ¶
func (o *DashboardDashboardFiltersBadRequest) Error() string
func (*DashboardDashboardFiltersBadRequest) GetPayload ¶
func (o *DashboardDashboardFiltersBadRequest) GetPayload() *models.Error
type DashboardDashboardFiltersNotFound ¶
DashboardDashboardFiltersNotFound describes a response with status code 404, with default header values.
Not Found
func NewDashboardDashboardFiltersNotFound ¶
func NewDashboardDashboardFiltersNotFound() *DashboardDashboardFiltersNotFound
NewDashboardDashboardFiltersNotFound creates a DashboardDashboardFiltersNotFound with default headers values
func (*DashboardDashboardFiltersNotFound) Error ¶
func (o *DashboardDashboardFiltersNotFound) Error() string
func (*DashboardDashboardFiltersNotFound) GetPayload ¶
func (o *DashboardDashboardFiltersNotFound) GetPayload() *models.Error
type DashboardDashboardFiltersOK ¶
type DashboardDashboardFiltersOK struct {
Payload []*models.DashboardFilter
}
DashboardDashboardFiltersOK describes a response with status code 200, with default header values.
Dashboard Filter
func NewDashboardDashboardFiltersOK ¶
func NewDashboardDashboardFiltersOK() *DashboardDashboardFiltersOK
NewDashboardDashboardFiltersOK creates a DashboardDashboardFiltersOK with default headers values
func (*DashboardDashboardFiltersOK) Error ¶
func (o *DashboardDashboardFiltersOK) Error() string
func (*DashboardDashboardFiltersOK) GetPayload ¶
func (o *DashboardDashboardFiltersOK) GetPayload() []*models.DashboardFilter
type DashboardDashboardFiltersParams ¶
type DashboardDashboardFiltersParams struct { /* DashboardID. Id of dashboard */ DashboardID string /* Fields. Requested fields. */ Fields *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DashboardDashboardFiltersParams contains all the parameters to send to the API endpoint
for the dashboard dashboard filters operation. Typically these are written to a http.Request.
func NewDashboardDashboardFiltersParams ¶
func NewDashboardDashboardFiltersParams() *DashboardDashboardFiltersParams
NewDashboardDashboardFiltersParams creates a new DashboardDashboardFiltersParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDashboardDashboardFiltersParamsWithContext ¶
func NewDashboardDashboardFiltersParamsWithContext(ctx context.Context) *DashboardDashboardFiltersParams
NewDashboardDashboardFiltersParamsWithContext creates a new DashboardDashboardFiltersParams object with the ability to set a context for a request.
func NewDashboardDashboardFiltersParamsWithHTTPClient ¶
func NewDashboardDashboardFiltersParamsWithHTTPClient(client *http.Client) *DashboardDashboardFiltersParams
NewDashboardDashboardFiltersParamsWithHTTPClient creates a new DashboardDashboardFiltersParams object with the ability to set a custom HTTPClient for a request.
func NewDashboardDashboardFiltersParamsWithTimeout ¶
func NewDashboardDashboardFiltersParamsWithTimeout(timeout time.Duration) *DashboardDashboardFiltersParams
NewDashboardDashboardFiltersParamsWithTimeout creates a new DashboardDashboardFiltersParams object with the ability to set a timeout on a request.
func (*DashboardDashboardFiltersParams) SetContext ¶
func (o *DashboardDashboardFiltersParams) SetContext(ctx context.Context)
SetContext adds the context to the dashboard dashboard filters params
func (*DashboardDashboardFiltersParams) SetDashboardID ¶
func (o *DashboardDashboardFiltersParams) SetDashboardID(dashboardID string)
SetDashboardID adds the dashboardId to the dashboard dashboard filters params
func (*DashboardDashboardFiltersParams) SetDefaults ¶
func (o *DashboardDashboardFiltersParams) SetDefaults()
SetDefaults hydrates default values in the dashboard dashboard filters params (not the query body).
All values with no default are reset to their zero value.
func (*DashboardDashboardFiltersParams) SetFields ¶
func (o *DashboardDashboardFiltersParams) SetFields(fields *string)
SetFields adds the fields to the dashboard dashboard filters params
func (*DashboardDashboardFiltersParams) SetHTTPClient ¶
func (o *DashboardDashboardFiltersParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the dashboard dashboard filters params
func (*DashboardDashboardFiltersParams) SetTimeout ¶
func (o *DashboardDashboardFiltersParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the dashboard dashboard filters params
func (*DashboardDashboardFiltersParams) WithContext ¶
func (o *DashboardDashboardFiltersParams) WithContext(ctx context.Context) *DashboardDashboardFiltersParams
WithContext adds the context to the dashboard dashboard filters params
func (*DashboardDashboardFiltersParams) WithDashboardID ¶
func (o *DashboardDashboardFiltersParams) WithDashboardID(dashboardID string) *DashboardDashboardFiltersParams
WithDashboardID adds the dashboardID to the dashboard dashboard filters params
func (*DashboardDashboardFiltersParams) WithDefaults ¶
func (o *DashboardDashboardFiltersParams) WithDefaults() *DashboardDashboardFiltersParams
WithDefaults hydrates default values in the dashboard dashboard filters params (not the query body).
All values with no default are reset to their zero value.
func (*DashboardDashboardFiltersParams) WithFields ¶
func (o *DashboardDashboardFiltersParams) WithFields(fields *string) *DashboardDashboardFiltersParams
WithFields adds the fields to the dashboard dashboard filters params
func (*DashboardDashboardFiltersParams) WithHTTPClient ¶
func (o *DashboardDashboardFiltersParams) WithHTTPClient(client *http.Client) *DashboardDashboardFiltersParams
WithHTTPClient adds the HTTPClient to the dashboard dashboard filters params
func (*DashboardDashboardFiltersParams) WithTimeout ¶
func (o *DashboardDashboardFiltersParams) WithTimeout(timeout time.Duration) *DashboardDashboardFiltersParams
WithTimeout adds the timeout to the dashboard dashboard filters params
func (*DashboardDashboardFiltersParams) WriteToRequest ¶
func (o *DashboardDashboardFiltersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DashboardDashboardFiltersReader ¶
type DashboardDashboardFiltersReader struct {
// contains filtered or unexported fields
}
DashboardDashboardFiltersReader is a Reader for the DashboardDashboardFilters structure.
func (*DashboardDashboardFiltersReader) ReadResponse ¶
func (o *DashboardDashboardFiltersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DashboardDashboardLayoutsBadRequest ¶
DashboardDashboardLayoutsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewDashboardDashboardLayoutsBadRequest ¶
func NewDashboardDashboardLayoutsBadRequest() *DashboardDashboardLayoutsBadRequest
NewDashboardDashboardLayoutsBadRequest creates a DashboardDashboardLayoutsBadRequest with default headers values
func (*DashboardDashboardLayoutsBadRequest) Error ¶
func (o *DashboardDashboardLayoutsBadRequest) Error() string
func (*DashboardDashboardLayoutsBadRequest) GetPayload ¶
func (o *DashboardDashboardLayoutsBadRequest) GetPayload() *models.Error
type DashboardDashboardLayoutsNotFound ¶
DashboardDashboardLayoutsNotFound describes a response with status code 404, with default header values.
Not Found
func NewDashboardDashboardLayoutsNotFound ¶
func NewDashboardDashboardLayoutsNotFound() *DashboardDashboardLayoutsNotFound
NewDashboardDashboardLayoutsNotFound creates a DashboardDashboardLayoutsNotFound with default headers values
func (*DashboardDashboardLayoutsNotFound) Error ¶
func (o *DashboardDashboardLayoutsNotFound) Error() string
func (*DashboardDashboardLayoutsNotFound) GetPayload ¶
func (o *DashboardDashboardLayoutsNotFound) GetPayload() *models.Error
type DashboardDashboardLayoutsOK ¶
type DashboardDashboardLayoutsOK struct {
Payload []*models.DashboardLayout
}
DashboardDashboardLayoutsOK describes a response with status code 200, with default header values.
DashboardLayout
func NewDashboardDashboardLayoutsOK ¶
func NewDashboardDashboardLayoutsOK() *DashboardDashboardLayoutsOK
NewDashboardDashboardLayoutsOK creates a DashboardDashboardLayoutsOK with default headers values
func (*DashboardDashboardLayoutsOK) Error ¶
func (o *DashboardDashboardLayoutsOK) Error() string
func (*DashboardDashboardLayoutsOK) GetPayload ¶
func (o *DashboardDashboardLayoutsOK) GetPayload() []*models.DashboardLayout
type DashboardDashboardLayoutsParams ¶
type DashboardDashboardLayoutsParams struct { /* DashboardID. Id of dashboard */ DashboardID string /* Fields. Requested fields. */ Fields *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DashboardDashboardLayoutsParams contains all the parameters to send to the API endpoint
for the dashboard dashboard layouts operation. Typically these are written to a http.Request.
func NewDashboardDashboardLayoutsParams ¶
func NewDashboardDashboardLayoutsParams() *DashboardDashboardLayoutsParams
NewDashboardDashboardLayoutsParams creates a new DashboardDashboardLayoutsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDashboardDashboardLayoutsParamsWithContext ¶
func NewDashboardDashboardLayoutsParamsWithContext(ctx context.Context) *DashboardDashboardLayoutsParams
NewDashboardDashboardLayoutsParamsWithContext creates a new DashboardDashboardLayoutsParams object with the ability to set a context for a request.
func NewDashboardDashboardLayoutsParamsWithHTTPClient ¶
func NewDashboardDashboardLayoutsParamsWithHTTPClient(client *http.Client) *DashboardDashboardLayoutsParams
NewDashboardDashboardLayoutsParamsWithHTTPClient creates a new DashboardDashboardLayoutsParams object with the ability to set a custom HTTPClient for a request.
func NewDashboardDashboardLayoutsParamsWithTimeout ¶
func NewDashboardDashboardLayoutsParamsWithTimeout(timeout time.Duration) *DashboardDashboardLayoutsParams
NewDashboardDashboardLayoutsParamsWithTimeout creates a new DashboardDashboardLayoutsParams object with the ability to set a timeout on a request.
func (*DashboardDashboardLayoutsParams) SetContext ¶
func (o *DashboardDashboardLayoutsParams) SetContext(ctx context.Context)
SetContext adds the context to the dashboard dashboard layouts params
func (*DashboardDashboardLayoutsParams) SetDashboardID ¶
func (o *DashboardDashboardLayoutsParams) SetDashboardID(dashboardID string)
SetDashboardID adds the dashboardId to the dashboard dashboard layouts params
func (*DashboardDashboardLayoutsParams) SetDefaults ¶
func (o *DashboardDashboardLayoutsParams) SetDefaults()
SetDefaults hydrates default values in the dashboard dashboard layouts params (not the query body).
All values with no default are reset to their zero value.
func (*DashboardDashboardLayoutsParams) SetFields ¶
func (o *DashboardDashboardLayoutsParams) SetFields(fields *string)
SetFields adds the fields to the dashboard dashboard layouts params
func (*DashboardDashboardLayoutsParams) SetHTTPClient ¶
func (o *DashboardDashboardLayoutsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the dashboard dashboard layouts params
func (*DashboardDashboardLayoutsParams) SetTimeout ¶
func (o *DashboardDashboardLayoutsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the dashboard dashboard layouts params
func (*DashboardDashboardLayoutsParams) WithContext ¶
func (o *DashboardDashboardLayoutsParams) WithContext(ctx context.Context) *DashboardDashboardLayoutsParams
WithContext adds the context to the dashboard dashboard layouts params
func (*DashboardDashboardLayoutsParams) WithDashboardID ¶
func (o *DashboardDashboardLayoutsParams) WithDashboardID(dashboardID string) *DashboardDashboardLayoutsParams
WithDashboardID adds the dashboardID to the dashboard dashboard layouts params
func (*DashboardDashboardLayoutsParams) WithDefaults ¶
func (o *DashboardDashboardLayoutsParams) WithDefaults() *DashboardDashboardLayoutsParams
WithDefaults hydrates default values in the dashboard dashboard layouts params (not the query body).
All values with no default are reset to their zero value.
func (*DashboardDashboardLayoutsParams) WithFields ¶
func (o *DashboardDashboardLayoutsParams) WithFields(fields *string) *DashboardDashboardLayoutsParams
WithFields adds the fields to the dashboard dashboard layouts params
func (*DashboardDashboardLayoutsParams) WithHTTPClient ¶
func (o *DashboardDashboardLayoutsParams) WithHTTPClient(client *http.Client) *DashboardDashboardLayoutsParams
WithHTTPClient adds the HTTPClient to the dashboard dashboard layouts params
func (*DashboardDashboardLayoutsParams) WithTimeout ¶
func (o *DashboardDashboardLayoutsParams) WithTimeout(timeout time.Duration) *DashboardDashboardLayoutsParams
WithTimeout adds the timeout to the dashboard dashboard layouts params
func (*DashboardDashboardLayoutsParams) WriteToRequest ¶
func (o *DashboardDashboardLayoutsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DashboardDashboardLayoutsReader ¶
type DashboardDashboardLayoutsReader struct {
// contains filtered or unexported fields
}
DashboardDashboardLayoutsReader is a Reader for the DashboardDashboardLayouts structure.
func (*DashboardDashboardLayoutsReader) ReadResponse ¶
func (o *DashboardDashboardLayoutsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DashboardElementBadRequest ¶
DashboardElementBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewDashboardElementBadRequest ¶
func NewDashboardElementBadRequest() *DashboardElementBadRequest
NewDashboardElementBadRequest creates a DashboardElementBadRequest with default headers values
func (*DashboardElementBadRequest) Error ¶
func (o *DashboardElementBadRequest) Error() string
func (*DashboardElementBadRequest) GetPayload ¶
func (o *DashboardElementBadRequest) GetPayload() *models.Error
type DashboardElementNotFound ¶
DashboardElementNotFound describes a response with status code 404, with default header values.
Not Found
func NewDashboardElementNotFound ¶
func NewDashboardElementNotFound() *DashboardElementNotFound
NewDashboardElementNotFound creates a DashboardElementNotFound with default headers values
func (*DashboardElementNotFound) Error ¶
func (o *DashboardElementNotFound) Error() string
func (*DashboardElementNotFound) GetPayload ¶
func (o *DashboardElementNotFound) GetPayload() *models.Error
type DashboardElementOK ¶
type DashboardElementOK struct {
Payload *models.DashboardElement
}
DashboardElementOK describes a response with status code 200, with default header values.
DashboardElement
func NewDashboardElementOK ¶
func NewDashboardElementOK() *DashboardElementOK
NewDashboardElementOK creates a DashboardElementOK with default headers values
func (*DashboardElementOK) Error ¶
func (o *DashboardElementOK) Error() string
func (*DashboardElementOK) GetPayload ¶
func (o *DashboardElementOK) GetPayload() *models.DashboardElement
type DashboardElementParams ¶
type DashboardElementParams struct { /* DashboardElementID. Id of dashboard element */ DashboardElementID string /* Fields. Requested fields. */ Fields *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DashboardElementParams contains all the parameters to send to the API endpoint
for the dashboard element operation. Typically these are written to a http.Request.
func NewDashboardElementParams ¶
func NewDashboardElementParams() *DashboardElementParams
NewDashboardElementParams creates a new DashboardElementParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDashboardElementParamsWithContext ¶
func NewDashboardElementParamsWithContext(ctx context.Context) *DashboardElementParams
NewDashboardElementParamsWithContext creates a new DashboardElementParams object with the ability to set a context for a request.
func NewDashboardElementParamsWithHTTPClient ¶
func NewDashboardElementParamsWithHTTPClient(client *http.Client) *DashboardElementParams
NewDashboardElementParamsWithHTTPClient creates a new DashboardElementParams object with the ability to set a custom HTTPClient for a request.
func NewDashboardElementParamsWithTimeout ¶
func NewDashboardElementParamsWithTimeout(timeout time.Duration) *DashboardElementParams
NewDashboardElementParamsWithTimeout creates a new DashboardElementParams object with the ability to set a timeout on a request.
func (*DashboardElementParams) SetContext ¶
func (o *DashboardElementParams) SetContext(ctx context.Context)
SetContext adds the context to the dashboard element params
func (*DashboardElementParams) SetDashboardElementID ¶
func (o *DashboardElementParams) SetDashboardElementID(dashboardElementID string)
SetDashboardElementID adds the dashboardElementId to the dashboard element params
func (*DashboardElementParams) SetDefaults ¶
func (o *DashboardElementParams) SetDefaults()
SetDefaults hydrates default values in the dashboard element params (not the query body).
All values with no default are reset to their zero value.
func (*DashboardElementParams) SetFields ¶
func (o *DashboardElementParams) SetFields(fields *string)
SetFields adds the fields to the dashboard element params
func (*DashboardElementParams) SetHTTPClient ¶
func (o *DashboardElementParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the dashboard element params
func (*DashboardElementParams) SetTimeout ¶
func (o *DashboardElementParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the dashboard element params
func (*DashboardElementParams) WithContext ¶
func (o *DashboardElementParams) WithContext(ctx context.Context) *DashboardElementParams
WithContext adds the context to the dashboard element params
func (*DashboardElementParams) WithDashboardElementID ¶
func (o *DashboardElementParams) WithDashboardElementID(dashboardElementID string) *DashboardElementParams
WithDashboardElementID adds the dashboardElementID to the dashboard element params
func (*DashboardElementParams) WithDefaults ¶
func (o *DashboardElementParams) WithDefaults() *DashboardElementParams
WithDefaults hydrates default values in the dashboard element params (not the query body).
All values with no default are reset to their zero value.
func (*DashboardElementParams) WithFields ¶
func (o *DashboardElementParams) WithFields(fields *string) *DashboardElementParams
WithFields adds the fields to the dashboard element params
func (*DashboardElementParams) WithHTTPClient ¶
func (o *DashboardElementParams) WithHTTPClient(client *http.Client) *DashboardElementParams
WithHTTPClient adds the HTTPClient to the dashboard element params
func (*DashboardElementParams) WithTimeout ¶
func (o *DashboardElementParams) WithTimeout(timeout time.Duration) *DashboardElementParams
WithTimeout adds the timeout to the dashboard element params
func (*DashboardElementParams) WriteToRequest ¶
func (o *DashboardElementParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DashboardElementReader ¶
type DashboardElementReader struct {
// contains filtered or unexported fields
}
DashboardElementReader is a Reader for the DashboardElement structure.
func (*DashboardElementReader) ReadResponse ¶
func (o *DashboardElementReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DashboardFilterBadRequest ¶
DashboardFilterBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewDashboardFilterBadRequest ¶
func NewDashboardFilterBadRequest() *DashboardFilterBadRequest
NewDashboardFilterBadRequest creates a DashboardFilterBadRequest with default headers values
func (*DashboardFilterBadRequest) Error ¶
func (o *DashboardFilterBadRequest) Error() string
func (*DashboardFilterBadRequest) GetPayload ¶
func (o *DashboardFilterBadRequest) GetPayload() *models.Error
type DashboardFilterNotFound ¶
DashboardFilterNotFound describes a response with status code 404, with default header values.
Not Found
func NewDashboardFilterNotFound ¶
func NewDashboardFilterNotFound() *DashboardFilterNotFound
NewDashboardFilterNotFound creates a DashboardFilterNotFound with default headers values
func (*DashboardFilterNotFound) Error ¶
func (o *DashboardFilterNotFound) Error() string
func (*DashboardFilterNotFound) GetPayload ¶
func (o *DashboardFilterNotFound) GetPayload() *models.Error
type DashboardFilterOK ¶
type DashboardFilterOK struct {
Payload *models.DashboardFilter
}
DashboardFilterOK describes a response with status code 200, with default header values.
Dashboard Filter
func NewDashboardFilterOK ¶
func NewDashboardFilterOK() *DashboardFilterOK
NewDashboardFilterOK creates a DashboardFilterOK with default headers values
func (*DashboardFilterOK) Error ¶
func (o *DashboardFilterOK) Error() string
func (*DashboardFilterOK) GetPayload ¶
func (o *DashboardFilterOK) GetPayload() *models.DashboardFilter
type DashboardFilterParams ¶
type DashboardFilterParams struct { /* DashboardFilterID. Id of dashboard filters */ DashboardFilterID string /* Fields. Requested fields. */ Fields *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DashboardFilterParams contains all the parameters to send to the API endpoint
for the dashboard filter operation. Typically these are written to a http.Request.
func NewDashboardFilterParams ¶
func NewDashboardFilterParams() *DashboardFilterParams
NewDashboardFilterParams creates a new DashboardFilterParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDashboardFilterParamsWithContext ¶
func NewDashboardFilterParamsWithContext(ctx context.Context) *DashboardFilterParams
NewDashboardFilterParamsWithContext creates a new DashboardFilterParams object with the ability to set a context for a request.
func NewDashboardFilterParamsWithHTTPClient ¶
func NewDashboardFilterParamsWithHTTPClient(client *http.Client) *DashboardFilterParams
NewDashboardFilterParamsWithHTTPClient creates a new DashboardFilterParams object with the ability to set a custom HTTPClient for a request.
func NewDashboardFilterParamsWithTimeout ¶
func NewDashboardFilterParamsWithTimeout(timeout time.Duration) *DashboardFilterParams
NewDashboardFilterParamsWithTimeout creates a new DashboardFilterParams object with the ability to set a timeout on a request.
func (*DashboardFilterParams) SetContext ¶
func (o *DashboardFilterParams) SetContext(ctx context.Context)
SetContext adds the context to the dashboard filter params
func (*DashboardFilterParams) SetDashboardFilterID ¶
func (o *DashboardFilterParams) SetDashboardFilterID(dashboardFilterID string)
SetDashboardFilterID adds the dashboardFilterId to the dashboard filter params
func (*DashboardFilterParams) SetDefaults ¶
func (o *DashboardFilterParams) SetDefaults()
SetDefaults hydrates default values in the dashboard filter params (not the query body).
All values with no default are reset to their zero value.
func (*DashboardFilterParams) SetFields ¶
func (o *DashboardFilterParams) SetFields(fields *string)
SetFields adds the fields to the dashboard filter params
func (*DashboardFilterParams) SetHTTPClient ¶
func (o *DashboardFilterParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the dashboard filter params
func (*DashboardFilterParams) SetTimeout ¶
func (o *DashboardFilterParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the dashboard filter params
func (*DashboardFilterParams) WithContext ¶
func (o *DashboardFilterParams) WithContext(ctx context.Context) *DashboardFilterParams
WithContext adds the context to the dashboard filter params
func (*DashboardFilterParams) WithDashboardFilterID ¶
func (o *DashboardFilterParams) WithDashboardFilterID(dashboardFilterID string) *DashboardFilterParams
WithDashboardFilterID adds the dashboardFilterID to the dashboard filter params
func (*DashboardFilterParams) WithDefaults ¶
func (o *DashboardFilterParams) WithDefaults() *DashboardFilterParams
WithDefaults hydrates default values in the dashboard filter params (not the query body).
All values with no default are reset to their zero value.
func (*DashboardFilterParams) WithFields ¶
func (o *DashboardFilterParams) WithFields(fields *string) *DashboardFilterParams
WithFields adds the fields to the dashboard filter params
func (*DashboardFilterParams) WithHTTPClient ¶
func (o *DashboardFilterParams) WithHTTPClient(client *http.Client) *DashboardFilterParams
WithHTTPClient adds the HTTPClient to the dashboard filter params
func (*DashboardFilterParams) WithTimeout ¶
func (o *DashboardFilterParams) WithTimeout(timeout time.Duration) *DashboardFilterParams
WithTimeout adds the timeout to the dashboard filter params
func (*DashboardFilterParams) WriteToRequest ¶
func (o *DashboardFilterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DashboardFilterReader ¶
type DashboardFilterReader struct {
// contains filtered or unexported fields
}
DashboardFilterReader is a Reader for the DashboardFilter structure.
func (*DashboardFilterReader) ReadResponse ¶
func (o *DashboardFilterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DashboardLayoutBadRequest ¶
DashboardLayoutBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewDashboardLayoutBadRequest ¶
func NewDashboardLayoutBadRequest() *DashboardLayoutBadRequest
NewDashboardLayoutBadRequest creates a DashboardLayoutBadRequest with default headers values
func (*DashboardLayoutBadRequest) Error ¶
func (o *DashboardLayoutBadRequest) Error() string
func (*DashboardLayoutBadRequest) GetPayload ¶
func (o *DashboardLayoutBadRequest) GetPayload() *models.Error
type DashboardLayoutComponentBadRequest ¶
DashboardLayoutComponentBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewDashboardLayoutComponentBadRequest ¶
func NewDashboardLayoutComponentBadRequest() *DashboardLayoutComponentBadRequest
NewDashboardLayoutComponentBadRequest creates a DashboardLayoutComponentBadRequest with default headers values
func (*DashboardLayoutComponentBadRequest) Error ¶
func (o *DashboardLayoutComponentBadRequest) Error() string
func (*DashboardLayoutComponentBadRequest) GetPayload ¶
func (o *DashboardLayoutComponentBadRequest) GetPayload() *models.Error
type DashboardLayoutComponentNotFound ¶
DashboardLayoutComponentNotFound describes a response with status code 404, with default header values.
Not Found
func NewDashboardLayoutComponentNotFound ¶
func NewDashboardLayoutComponentNotFound() *DashboardLayoutComponentNotFound
NewDashboardLayoutComponentNotFound creates a DashboardLayoutComponentNotFound with default headers values
func (*DashboardLayoutComponentNotFound) Error ¶
func (o *DashboardLayoutComponentNotFound) Error() string
func (*DashboardLayoutComponentNotFound) GetPayload ¶
func (o *DashboardLayoutComponentNotFound) GetPayload() *models.Error
type DashboardLayoutComponentOK ¶
type DashboardLayoutComponentOK struct {
Payload *models.DashboardLayoutComponent
}
DashboardLayoutComponentOK describes a response with status code 200, with default header values.
DashboardLayoutComponent
func NewDashboardLayoutComponentOK ¶
func NewDashboardLayoutComponentOK() *DashboardLayoutComponentOK
NewDashboardLayoutComponentOK creates a DashboardLayoutComponentOK with default headers values
func (*DashboardLayoutComponentOK) Error ¶
func (o *DashboardLayoutComponentOK) Error() string
func (*DashboardLayoutComponentOK) GetPayload ¶
func (o *DashboardLayoutComponentOK) GetPayload() *models.DashboardLayoutComponent
type DashboardLayoutComponentParams ¶
type DashboardLayoutComponentParams struct { /* DashboardLayoutComponentID. Id of dashboard layout component */ DashboardLayoutComponentID string /* Fields. Requested fields. */ Fields *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DashboardLayoutComponentParams contains all the parameters to send to the API endpoint
for the dashboard layout component operation. Typically these are written to a http.Request.
func NewDashboardLayoutComponentParams ¶
func NewDashboardLayoutComponentParams() *DashboardLayoutComponentParams
NewDashboardLayoutComponentParams creates a new DashboardLayoutComponentParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDashboardLayoutComponentParamsWithContext ¶
func NewDashboardLayoutComponentParamsWithContext(ctx context.Context) *DashboardLayoutComponentParams
NewDashboardLayoutComponentParamsWithContext creates a new DashboardLayoutComponentParams object with the ability to set a context for a request.
func NewDashboardLayoutComponentParamsWithHTTPClient ¶
func NewDashboardLayoutComponentParamsWithHTTPClient(client *http.Client) *DashboardLayoutComponentParams
NewDashboardLayoutComponentParamsWithHTTPClient creates a new DashboardLayoutComponentParams object with the ability to set a custom HTTPClient for a request.
func NewDashboardLayoutComponentParamsWithTimeout ¶
func NewDashboardLayoutComponentParamsWithTimeout(timeout time.Duration) *DashboardLayoutComponentParams
NewDashboardLayoutComponentParamsWithTimeout creates a new DashboardLayoutComponentParams object with the ability to set a timeout on a request.
func (*DashboardLayoutComponentParams) SetContext ¶
func (o *DashboardLayoutComponentParams) SetContext(ctx context.Context)
SetContext adds the context to the dashboard layout component params
func (*DashboardLayoutComponentParams) SetDashboardLayoutComponentID ¶
func (o *DashboardLayoutComponentParams) SetDashboardLayoutComponentID(dashboardLayoutComponentID string)
SetDashboardLayoutComponentID adds the dashboardLayoutComponentId to the dashboard layout component params
func (*DashboardLayoutComponentParams) SetDefaults ¶
func (o *DashboardLayoutComponentParams) SetDefaults()
SetDefaults hydrates default values in the dashboard layout component params (not the query body).
All values with no default are reset to their zero value.
func (*DashboardLayoutComponentParams) SetFields ¶
func (o *DashboardLayoutComponentParams) SetFields(fields *string)
SetFields adds the fields to the dashboard layout component params
func (*DashboardLayoutComponentParams) SetHTTPClient ¶
func (o *DashboardLayoutComponentParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the dashboard layout component params
func (*DashboardLayoutComponentParams) SetTimeout ¶
func (o *DashboardLayoutComponentParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the dashboard layout component params
func (*DashboardLayoutComponentParams) WithContext ¶
func (o *DashboardLayoutComponentParams) WithContext(ctx context.Context) *DashboardLayoutComponentParams
WithContext adds the context to the dashboard layout component params
func (*DashboardLayoutComponentParams) WithDashboardLayoutComponentID ¶
func (o *DashboardLayoutComponentParams) WithDashboardLayoutComponentID(dashboardLayoutComponentID string) *DashboardLayoutComponentParams
WithDashboardLayoutComponentID adds the dashboardLayoutComponentID to the dashboard layout component params
func (*DashboardLayoutComponentParams) WithDefaults ¶
func (o *DashboardLayoutComponentParams) WithDefaults() *DashboardLayoutComponentParams
WithDefaults hydrates default values in the dashboard layout component params (not the query body).
All values with no default are reset to their zero value.
func (*DashboardLayoutComponentParams) WithFields ¶
func (o *DashboardLayoutComponentParams) WithFields(fields *string) *DashboardLayoutComponentParams
WithFields adds the fields to the dashboard layout component params
func (*DashboardLayoutComponentParams) WithHTTPClient ¶
func (o *DashboardLayoutComponentParams) WithHTTPClient(client *http.Client) *DashboardLayoutComponentParams
WithHTTPClient adds the HTTPClient to the dashboard layout component params
func (*DashboardLayoutComponentParams) WithTimeout ¶
func (o *DashboardLayoutComponentParams) WithTimeout(timeout time.Duration) *DashboardLayoutComponentParams
WithTimeout adds the timeout to the dashboard layout component params
func (*DashboardLayoutComponentParams) WriteToRequest ¶
func (o *DashboardLayoutComponentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DashboardLayoutComponentReader ¶
type DashboardLayoutComponentReader struct {
// contains filtered or unexported fields
}
DashboardLayoutComponentReader is a Reader for the DashboardLayoutComponent structure.
func (*DashboardLayoutComponentReader) ReadResponse ¶
func (o *DashboardLayoutComponentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DashboardLayoutDashboardLayoutComponentsBadRequest ¶
DashboardLayoutDashboardLayoutComponentsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewDashboardLayoutDashboardLayoutComponentsBadRequest ¶
func NewDashboardLayoutDashboardLayoutComponentsBadRequest() *DashboardLayoutDashboardLayoutComponentsBadRequest
NewDashboardLayoutDashboardLayoutComponentsBadRequest creates a DashboardLayoutDashboardLayoutComponentsBadRequest with default headers values
func (*DashboardLayoutDashboardLayoutComponentsBadRequest) Error ¶
func (o *DashboardLayoutDashboardLayoutComponentsBadRequest) Error() string
func (*DashboardLayoutDashboardLayoutComponentsBadRequest) GetPayload ¶
func (o *DashboardLayoutDashboardLayoutComponentsBadRequest) GetPayload() *models.Error
type DashboardLayoutDashboardLayoutComponentsNotFound ¶
DashboardLayoutDashboardLayoutComponentsNotFound describes a response with status code 404, with default header values.
Not Found
func NewDashboardLayoutDashboardLayoutComponentsNotFound ¶
func NewDashboardLayoutDashboardLayoutComponentsNotFound() *DashboardLayoutDashboardLayoutComponentsNotFound
NewDashboardLayoutDashboardLayoutComponentsNotFound creates a DashboardLayoutDashboardLayoutComponentsNotFound with default headers values
func (*DashboardLayoutDashboardLayoutComponentsNotFound) Error ¶
func (o *DashboardLayoutDashboardLayoutComponentsNotFound) Error() string
func (*DashboardLayoutDashboardLayoutComponentsNotFound) GetPayload ¶
func (o *DashboardLayoutDashboardLayoutComponentsNotFound) GetPayload() *models.Error
type DashboardLayoutDashboardLayoutComponentsOK ¶
type DashboardLayoutDashboardLayoutComponentsOK struct {
Payload []*models.DashboardLayoutComponent
}
DashboardLayoutDashboardLayoutComponentsOK describes a response with status code 200, with default header values.
DashboardLayoutComponent
func NewDashboardLayoutDashboardLayoutComponentsOK ¶
func NewDashboardLayoutDashboardLayoutComponentsOK() *DashboardLayoutDashboardLayoutComponentsOK
NewDashboardLayoutDashboardLayoutComponentsOK creates a DashboardLayoutDashboardLayoutComponentsOK with default headers values
func (*DashboardLayoutDashboardLayoutComponentsOK) Error ¶
func (o *DashboardLayoutDashboardLayoutComponentsOK) Error() string
func (*DashboardLayoutDashboardLayoutComponentsOK) GetPayload ¶
func (o *DashboardLayoutDashboardLayoutComponentsOK) GetPayload() []*models.DashboardLayoutComponent
type DashboardLayoutDashboardLayoutComponentsParams ¶
type DashboardLayoutDashboardLayoutComponentsParams struct { /* DashboardLayoutID. Id of dashboard layout component */ DashboardLayoutID string /* Fields. Requested fields. */ Fields *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DashboardLayoutDashboardLayoutComponentsParams contains all the parameters to send to the API endpoint
for the dashboard layout dashboard layout components operation. Typically these are written to a http.Request.
func NewDashboardLayoutDashboardLayoutComponentsParams ¶
func NewDashboardLayoutDashboardLayoutComponentsParams() *DashboardLayoutDashboardLayoutComponentsParams
NewDashboardLayoutDashboardLayoutComponentsParams creates a new DashboardLayoutDashboardLayoutComponentsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDashboardLayoutDashboardLayoutComponentsParamsWithContext ¶
func NewDashboardLayoutDashboardLayoutComponentsParamsWithContext(ctx context.Context) *DashboardLayoutDashboardLayoutComponentsParams
NewDashboardLayoutDashboardLayoutComponentsParamsWithContext creates a new DashboardLayoutDashboardLayoutComponentsParams object with the ability to set a context for a request.
func NewDashboardLayoutDashboardLayoutComponentsParamsWithHTTPClient ¶
func NewDashboardLayoutDashboardLayoutComponentsParamsWithHTTPClient(client *http.Client) *DashboardLayoutDashboardLayoutComponentsParams
NewDashboardLayoutDashboardLayoutComponentsParamsWithHTTPClient creates a new DashboardLayoutDashboardLayoutComponentsParams object with the ability to set a custom HTTPClient for a request.
func NewDashboardLayoutDashboardLayoutComponentsParamsWithTimeout ¶
func NewDashboardLayoutDashboardLayoutComponentsParamsWithTimeout(timeout time.Duration) *DashboardLayoutDashboardLayoutComponentsParams
NewDashboardLayoutDashboardLayoutComponentsParamsWithTimeout creates a new DashboardLayoutDashboardLayoutComponentsParams object with the ability to set a timeout on a request.
func (*DashboardLayoutDashboardLayoutComponentsParams) SetContext ¶
func (o *DashboardLayoutDashboardLayoutComponentsParams) SetContext(ctx context.Context)
SetContext adds the context to the dashboard layout dashboard layout components params
func (*DashboardLayoutDashboardLayoutComponentsParams) SetDashboardLayoutID ¶
func (o *DashboardLayoutDashboardLayoutComponentsParams) SetDashboardLayoutID(dashboardLayoutID string)
SetDashboardLayoutID adds the dashboardLayoutId to the dashboard layout dashboard layout components params
func (*DashboardLayoutDashboardLayoutComponentsParams) SetDefaults ¶
func (o *DashboardLayoutDashboardLayoutComponentsParams) SetDefaults()
SetDefaults hydrates default values in the dashboard layout dashboard layout components params (not the query body).
All values with no default are reset to their zero value.
func (*DashboardLayoutDashboardLayoutComponentsParams) SetFields ¶
func (o *DashboardLayoutDashboardLayoutComponentsParams) SetFields(fields *string)
SetFields adds the fields to the dashboard layout dashboard layout components params
func (*DashboardLayoutDashboardLayoutComponentsParams) SetHTTPClient ¶
func (o *DashboardLayoutDashboardLayoutComponentsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the dashboard layout dashboard layout components params
func (*DashboardLayoutDashboardLayoutComponentsParams) SetTimeout ¶
func (o *DashboardLayoutDashboardLayoutComponentsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the dashboard layout dashboard layout components params
func (*DashboardLayoutDashboardLayoutComponentsParams) WithContext ¶
func (o *DashboardLayoutDashboardLayoutComponentsParams) WithContext(ctx context.Context) *DashboardLayoutDashboardLayoutComponentsParams
WithContext adds the context to the dashboard layout dashboard layout components params
func (*DashboardLayoutDashboardLayoutComponentsParams) WithDashboardLayoutID ¶
func (o *DashboardLayoutDashboardLayoutComponentsParams) WithDashboardLayoutID(dashboardLayoutID string) *DashboardLayoutDashboardLayoutComponentsParams
WithDashboardLayoutID adds the dashboardLayoutID to the dashboard layout dashboard layout components params
func (*DashboardLayoutDashboardLayoutComponentsParams) WithDefaults ¶
func (o *DashboardLayoutDashboardLayoutComponentsParams) WithDefaults() *DashboardLayoutDashboardLayoutComponentsParams
WithDefaults hydrates default values in the dashboard layout dashboard layout components params (not the query body).
All values with no default are reset to their zero value.
func (*DashboardLayoutDashboardLayoutComponentsParams) WithFields ¶
func (o *DashboardLayoutDashboardLayoutComponentsParams) WithFields(fields *string) *DashboardLayoutDashboardLayoutComponentsParams
WithFields adds the fields to the dashboard layout dashboard layout components params
func (*DashboardLayoutDashboardLayoutComponentsParams) WithHTTPClient ¶
func (o *DashboardLayoutDashboardLayoutComponentsParams) WithHTTPClient(client *http.Client) *DashboardLayoutDashboardLayoutComponentsParams
WithHTTPClient adds the HTTPClient to the dashboard layout dashboard layout components params
func (*DashboardLayoutDashboardLayoutComponentsParams) WithTimeout ¶
func (o *DashboardLayoutDashboardLayoutComponentsParams) WithTimeout(timeout time.Duration) *DashboardLayoutDashboardLayoutComponentsParams
WithTimeout adds the timeout to the dashboard layout dashboard layout components params
func (*DashboardLayoutDashboardLayoutComponentsParams) WriteToRequest ¶
func (o *DashboardLayoutDashboardLayoutComponentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DashboardLayoutDashboardLayoutComponentsReader ¶
type DashboardLayoutDashboardLayoutComponentsReader struct {
// contains filtered or unexported fields
}
DashboardLayoutDashboardLayoutComponentsReader is a Reader for the DashboardLayoutDashboardLayoutComponents structure.
func (*DashboardLayoutDashboardLayoutComponentsReader) ReadResponse ¶
func (o *DashboardLayoutDashboardLayoutComponentsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DashboardLayoutNotFound ¶
DashboardLayoutNotFound describes a response with status code 404, with default header values.
Not Found
func NewDashboardLayoutNotFound ¶
func NewDashboardLayoutNotFound() *DashboardLayoutNotFound
NewDashboardLayoutNotFound creates a DashboardLayoutNotFound with default headers values
func (*DashboardLayoutNotFound) Error ¶
func (o *DashboardLayoutNotFound) Error() string
func (*DashboardLayoutNotFound) GetPayload ¶
func (o *DashboardLayoutNotFound) GetPayload() *models.Error
type DashboardLayoutOK ¶
type DashboardLayoutOK struct {
Payload *models.DashboardLayout
}
DashboardLayoutOK describes a response with status code 200, with default header values.
DashboardLayout
func NewDashboardLayoutOK ¶
func NewDashboardLayoutOK() *DashboardLayoutOK
NewDashboardLayoutOK creates a DashboardLayoutOK with default headers values
func (*DashboardLayoutOK) Error ¶
func (o *DashboardLayoutOK) Error() string
func (*DashboardLayoutOK) GetPayload ¶
func (o *DashboardLayoutOK) GetPayload() *models.DashboardLayout
type DashboardLayoutParams ¶
type DashboardLayoutParams struct { /* DashboardLayoutID. Id of dashboard layouts */ DashboardLayoutID string /* Fields. Requested fields. */ Fields *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DashboardLayoutParams contains all the parameters to send to the API endpoint
for the dashboard layout operation. Typically these are written to a http.Request.
func NewDashboardLayoutParams ¶
func NewDashboardLayoutParams() *DashboardLayoutParams
NewDashboardLayoutParams creates a new DashboardLayoutParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDashboardLayoutParamsWithContext ¶
func NewDashboardLayoutParamsWithContext(ctx context.Context) *DashboardLayoutParams
NewDashboardLayoutParamsWithContext creates a new DashboardLayoutParams object with the ability to set a context for a request.
func NewDashboardLayoutParamsWithHTTPClient ¶
func NewDashboardLayoutParamsWithHTTPClient(client *http.Client) *DashboardLayoutParams
NewDashboardLayoutParamsWithHTTPClient creates a new DashboardLayoutParams object with the ability to set a custom HTTPClient for a request.
func NewDashboardLayoutParamsWithTimeout ¶
func NewDashboardLayoutParamsWithTimeout(timeout time.Duration) *DashboardLayoutParams
NewDashboardLayoutParamsWithTimeout creates a new DashboardLayoutParams object with the ability to set a timeout on a request.
func (*DashboardLayoutParams) SetContext ¶
func (o *DashboardLayoutParams) SetContext(ctx context.Context)
SetContext adds the context to the dashboard layout params
func (*DashboardLayoutParams) SetDashboardLayoutID ¶
func (o *DashboardLayoutParams) SetDashboardLayoutID(dashboardLayoutID string)
SetDashboardLayoutID adds the dashboardLayoutId to the dashboard layout params
func (*DashboardLayoutParams) SetDefaults ¶
func (o *DashboardLayoutParams) SetDefaults()
SetDefaults hydrates default values in the dashboard layout params (not the query body).
All values with no default are reset to their zero value.
func (*DashboardLayoutParams) SetFields ¶
func (o *DashboardLayoutParams) SetFields(fields *string)
SetFields adds the fields to the dashboard layout params
func (*DashboardLayoutParams) SetHTTPClient ¶
func (o *DashboardLayoutParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the dashboard layout params
func (*DashboardLayoutParams) SetTimeout ¶
func (o *DashboardLayoutParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the dashboard layout params
func (*DashboardLayoutParams) WithContext ¶
func (o *DashboardLayoutParams) WithContext(ctx context.Context) *DashboardLayoutParams
WithContext adds the context to the dashboard layout params
func (*DashboardLayoutParams) WithDashboardLayoutID ¶
func (o *DashboardLayoutParams) WithDashboardLayoutID(dashboardLayoutID string) *DashboardLayoutParams
WithDashboardLayoutID adds the dashboardLayoutID to the dashboard layout params
func (*DashboardLayoutParams) WithDefaults ¶
func (o *DashboardLayoutParams) WithDefaults() *DashboardLayoutParams
WithDefaults hydrates default values in the dashboard layout params (not the query body).
All values with no default are reset to their zero value.
func (*DashboardLayoutParams) WithFields ¶
func (o *DashboardLayoutParams) WithFields(fields *string) *DashboardLayoutParams
WithFields adds the fields to the dashboard layout params
func (*DashboardLayoutParams) WithHTTPClient ¶
func (o *DashboardLayoutParams) WithHTTPClient(client *http.Client) *DashboardLayoutParams
WithHTTPClient adds the HTTPClient to the dashboard layout params
func (*DashboardLayoutParams) WithTimeout ¶
func (o *DashboardLayoutParams) WithTimeout(timeout time.Duration) *DashboardLayoutParams
WithTimeout adds the timeout to the dashboard layout params
func (*DashboardLayoutParams) WriteToRequest ¶
func (o *DashboardLayoutParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DashboardLayoutReader ¶
type DashboardLayoutReader struct {
// contains filtered or unexported fields
}
DashboardLayoutReader is a Reader for the DashboardLayout structure.
func (*DashboardLayoutReader) ReadResponse ¶
func (o *DashboardLayoutReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DashboardLookmlBadRequest ¶
DashboardLookmlBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewDashboardLookmlBadRequest ¶
func NewDashboardLookmlBadRequest() *DashboardLookmlBadRequest
NewDashboardLookmlBadRequest creates a DashboardLookmlBadRequest with default headers values
func (*DashboardLookmlBadRequest) Error ¶
func (o *DashboardLookmlBadRequest) Error() string
func (*DashboardLookmlBadRequest) GetPayload ¶
func (o *DashboardLookmlBadRequest) GetPayload() *models.Error
type DashboardLookmlNotFound ¶
DashboardLookmlNotFound describes a response with status code 404, with default header values.
Not Found
func NewDashboardLookmlNotFound ¶
func NewDashboardLookmlNotFound() *DashboardLookmlNotFound
NewDashboardLookmlNotFound creates a DashboardLookmlNotFound with default headers values
func (*DashboardLookmlNotFound) Error ¶
func (o *DashboardLookmlNotFound) Error() string
func (*DashboardLookmlNotFound) GetPayload ¶
func (o *DashboardLookmlNotFound) GetPayload() *models.Error
type DashboardLookmlOK ¶
type DashboardLookmlOK struct {
Payload *models.DashboardLookml
}
DashboardLookmlOK describes a response with status code 200, with default header values.
json of dashboard
func NewDashboardLookmlOK ¶
func NewDashboardLookmlOK() *DashboardLookmlOK
NewDashboardLookmlOK creates a DashboardLookmlOK with default headers values
func (*DashboardLookmlOK) Error ¶
func (o *DashboardLookmlOK) Error() string
func (*DashboardLookmlOK) GetPayload ¶
func (o *DashboardLookmlOK) GetPayload() *models.DashboardLookml
type DashboardLookmlParams ¶
type DashboardLookmlParams struct { /* DashboardID. Id of dashboard */ DashboardID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DashboardLookmlParams contains all the parameters to send to the API endpoint
for the dashboard lookml operation. Typically these are written to a http.Request.
func NewDashboardLookmlParams ¶
func NewDashboardLookmlParams() *DashboardLookmlParams
NewDashboardLookmlParams creates a new DashboardLookmlParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDashboardLookmlParamsWithContext ¶
func NewDashboardLookmlParamsWithContext(ctx context.Context) *DashboardLookmlParams
NewDashboardLookmlParamsWithContext creates a new DashboardLookmlParams object with the ability to set a context for a request.
func NewDashboardLookmlParamsWithHTTPClient ¶
func NewDashboardLookmlParamsWithHTTPClient(client *http.Client) *DashboardLookmlParams
NewDashboardLookmlParamsWithHTTPClient creates a new DashboardLookmlParams object with the ability to set a custom HTTPClient for a request.
func NewDashboardLookmlParamsWithTimeout ¶
func NewDashboardLookmlParamsWithTimeout(timeout time.Duration) *DashboardLookmlParams
NewDashboardLookmlParamsWithTimeout creates a new DashboardLookmlParams object with the ability to set a timeout on a request.
func (*DashboardLookmlParams) SetContext ¶
func (o *DashboardLookmlParams) SetContext(ctx context.Context)
SetContext adds the context to the dashboard lookml params
func (*DashboardLookmlParams) SetDashboardID ¶
func (o *DashboardLookmlParams) SetDashboardID(dashboardID string)
SetDashboardID adds the dashboardId to the dashboard lookml params
func (*DashboardLookmlParams) SetDefaults ¶
func (o *DashboardLookmlParams) SetDefaults()
SetDefaults hydrates default values in the dashboard lookml params (not the query body).
All values with no default are reset to their zero value.
func (*DashboardLookmlParams) SetHTTPClient ¶
func (o *DashboardLookmlParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the dashboard lookml params
func (*DashboardLookmlParams) SetTimeout ¶
func (o *DashboardLookmlParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the dashboard lookml params
func (*DashboardLookmlParams) WithContext ¶
func (o *DashboardLookmlParams) WithContext(ctx context.Context) *DashboardLookmlParams
WithContext adds the context to the dashboard lookml params
func (*DashboardLookmlParams) WithDashboardID ¶
func (o *DashboardLookmlParams) WithDashboardID(dashboardID string) *DashboardLookmlParams
WithDashboardID adds the dashboardID to the dashboard lookml params
func (*DashboardLookmlParams) WithDefaults ¶
func (o *DashboardLookmlParams) WithDefaults() *DashboardLookmlParams
WithDefaults hydrates default values in the dashboard lookml params (not the query body).
All values with no default are reset to their zero value.
func (*DashboardLookmlParams) WithHTTPClient ¶
func (o *DashboardLookmlParams) WithHTTPClient(client *http.Client) *DashboardLookmlParams
WithHTTPClient adds the HTTPClient to the dashboard lookml params
func (*DashboardLookmlParams) WithTimeout ¶
func (o *DashboardLookmlParams) WithTimeout(timeout time.Duration) *DashboardLookmlParams
WithTimeout adds the timeout to the dashboard lookml params
func (*DashboardLookmlParams) WriteToRequest ¶
func (o *DashboardLookmlParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DashboardLookmlReader ¶
type DashboardLookmlReader struct {
// contains filtered or unexported fields
}
DashboardLookmlReader is a Reader for the DashboardLookml structure.
func (*DashboardLookmlReader) ReadResponse ¶
func (o *DashboardLookmlReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DashboardNotFound ¶
DashboardNotFound describes a response with status code 404, with default header values.
Not Found
func NewDashboardNotFound ¶
func NewDashboardNotFound() *DashboardNotFound
NewDashboardNotFound creates a DashboardNotFound with default headers values
func (*DashboardNotFound) Error ¶
func (o *DashboardNotFound) Error() string
func (*DashboardNotFound) GetPayload ¶
func (o *DashboardNotFound) GetPayload() *models.Error
type DashboardOK ¶
DashboardOK describes a response with status code 200, with default header values.
Dashboard
func NewDashboardOK ¶
func NewDashboardOK() *DashboardOK
NewDashboardOK creates a DashboardOK with default headers values
func (*DashboardOK) Error ¶
func (o *DashboardOK) Error() string
func (*DashboardOK) GetPayload ¶
func (o *DashboardOK) GetPayload() *models.Dashboard
type DashboardParams ¶
type DashboardParams struct { /* DashboardID. Id of dashboard */ DashboardID string /* Fields. Requested fields. */ Fields *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DashboardParams contains all the parameters to send to the API endpoint
for the dashboard operation. Typically these are written to a http.Request.
func NewDashboardParams ¶
func NewDashboardParams() *DashboardParams
NewDashboardParams creates a new DashboardParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDashboardParamsWithContext ¶
func NewDashboardParamsWithContext(ctx context.Context) *DashboardParams
NewDashboardParamsWithContext creates a new DashboardParams object with the ability to set a context for a request.
func NewDashboardParamsWithHTTPClient ¶
func NewDashboardParamsWithHTTPClient(client *http.Client) *DashboardParams
NewDashboardParamsWithHTTPClient creates a new DashboardParams object with the ability to set a custom HTTPClient for a request.
func NewDashboardParamsWithTimeout ¶
func NewDashboardParamsWithTimeout(timeout time.Duration) *DashboardParams
NewDashboardParamsWithTimeout creates a new DashboardParams object with the ability to set a timeout on a request.
func (*DashboardParams) SetContext ¶
func (o *DashboardParams) SetContext(ctx context.Context)
SetContext adds the context to the dashboard params
func (*DashboardParams) SetDashboardID ¶
func (o *DashboardParams) SetDashboardID(dashboardID string)
SetDashboardID adds the dashboardId to the dashboard params
func (*DashboardParams) SetDefaults ¶
func (o *DashboardParams) SetDefaults()
SetDefaults hydrates default values in the dashboard params (not the query body).
All values with no default are reset to their zero value.
func (*DashboardParams) SetFields ¶
func (o *DashboardParams) SetFields(fields *string)
SetFields adds the fields to the dashboard params
func (*DashboardParams) SetHTTPClient ¶
func (o *DashboardParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the dashboard params
func (*DashboardParams) SetTimeout ¶
func (o *DashboardParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the dashboard params
func (*DashboardParams) WithContext ¶
func (o *DashboardParams) WithContext(ctx context.Context) *DashboardParams
WithContext adds the context to the dashboard params
func (*DashboardParams) WithDashboardID ¶
func (o *DashboardParams) WithDashboardID(dashboardID string) *DashboardParams
WithDashboardID adds the dashboardID to the dashboard params
func (*DashboardParams) WithDefaults ¶
func (o *DashboardParams) WithDefaults() *DashboardParams
WithDefaults hydrates default values in the dashboard params (not the query body).
All values with no default are reset to their zero value.
func (*DashboardParams) WithFields ¶
func (o *DashboardParams) WithFields(fields *string) *DashboardParams
WithFields adds the fields to the dashboard params
func (*DashboardParams) WithHTTPClient ¶
func (o *DashboardParams) WithHTTPClient(client *http.Client) *DashboardParams
WithHTTPClient adds the HTTPClient to the dashboard params
func (*DashboardParams) WithTimeout ¶
func (o *DashboardParams) WithTimeout(timeout time.Duration) *DashboardParams
WithTimeout adds the timeout to the dashboard params
func (*DashboardParams) WriteToRequest ¶
func (o *DashboardParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DashboardReader ¶
type DashboardReader struct {
// contains filtered or unexported fields
}
DashboardReader is a Reader for the Dashboard structure.
func (*DashboardReader) ReadResponse ¶
func (o *DashboardReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteDashboardBadRequest ¶
DeleteDashboardBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewDeleteDashboardBadRequest ¶
func NewDeleteDashboardBadRequest() *DeleteDashboardBadRequest
NewDeleteDashboardBadRequest creates a DeleteDashboardBadRequest with default headers values
func (*DeleteDashboardBadRequest) Error ¶
func (o *DeleteDashboardBadRequest) Error() string
func (*DeleteDashboardBadRequest) GetPayload ¶
func (o *DeleteDashboardBadRequest) GetPayload() *models.Error
type DeleteDashboardElementBadRequest ¶
DeleteDashboardElementBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewDeleteDashboardElementBadRequest ¶
func NewDeleteDashboardElementBadRequest() *DeleteDashboardElementBadRequest
NewDeleteDashboardElementBadRequest creates a DeleteDashboardElementBadRequest with default headers values
func (*DeleteDashboardElementBadRequest) Error ¶
func (o *DeleteDashboardElementBadRequest) Error() string
func (*DeleteDashboardElementBadRequest) GetPayload ¶
func (o *DeleteDashboardElementBadRequest) GetPayload() *models.Error
type DeleteDashboardElementNoContent ¶
type DeleteDashboardElementNoContent struct {
Payload string
}
DeleteDashboardElementNoContent describes a response with status code 204, with default header values.
Successfully deleted.
func NewDeleteDashboardElementNoContent ¶
func NewDeleteDashboardElementNoContent() *DeleteDashboardElementNoContent
NewDeleteDashboardElementNoContent creates a DeleteDashboardElementNoContent with default headers values
func (*DeleteDashboardElementNoContent) Error ¶
func (o *DeleteDashboardElementNoContent) Error() string
func (*DeleteDashboardElementNoContent) GetPayload ¶
func (o *DeleteDashboardElementNoContent) GetPayload() string
type DeleteDashboardElementNotFound ¶
DeleteDashboardElementNotFound describes a response with status code 404, with default header values.
Not Found
func NewDeleteDashboardElementNotFound ¶
func NewDeleteDashboardElementNotFound() *DeleteDashboardElementNotFound
NewDeleteDashboardElementNotFound creates a DeleteDashboardElementNotFound with default headers values
func (*DeleteDashboardElementNotFound) Error ¶
func (o *DeleteDashboardElementNotFound) Error() string
func (*DeleteDashboardElementNotFound) GetPayload ¶
func (o *DeleteDashboardElementNotFound) GetPayload() *models.Error
type DeleteDashboardElementParams ¶
type DeleteDashboardElementParams struct { /* DashboardElementID. Id of dashboard element */ DashboardElementID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteDashboardElementParams contains all the parameters to send to the API endpoint
for the delete dashboard element operation. Typically these are written to a http.Request.
func NewDeleteDashboardElementParams ¶
func NewDeleteDashboardElementParams() *DeleteDashboardElementParams
NewDeleteDashboardElementParams creates a new DeleteDashboardElementParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDeleteDashboardElementParamsWithContext ¶
func NewDeleteDashboardElementParamsWithContext(ctx context.Context) *DeleteDashboardElementParams
NewDeleteDashboardElementParamsWithContext creates a new DeleteDashboardElementParams object with the ability to set a context for a request.
func NewDeleteDashboardElementParamsWithHTTPClient ¶
func NewDeleteDashboardElementParamsWithHTTPClient(client *http.Client) *DeleteDashboardElementParams
NewDeleteDashboardElementParamsWithHTTPClient creates a new DeleteDashboardElementParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteDashboardElementParamsWithTimeout ¶
func NewDeleteDashboardElementParamsWithTimeout(timeout time.Duration) *DeleteDashboardElementParams
NewDeleteDashboardElementParamsWithTimeout creates a new DeleteDashboardElementParams object with the ability to set a timeout on a request.
func (*DeleteDashboardElementParams) SetContext ¶
func (o *DeleteDashboardElementParams) SetContext(ctx context.Context)
SetContext adds the context to the delete dashboard element params
func (*DeleteDashboardElementParams) SetDashboardElementID ¶
func (o *DeleteDashboardElementParams) SetDashboardElementID(dashboardElementID string)
SetDashboardElementID adds the dashboardElementId to the delete dashboard element params
func (*DeleteDashboardElementParams) SetDefaults ¶
func (o *DeleteDashboardElementParams) SetDefaults()
SetDefaults hydrates default values in the delete dashboard element params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteDashboardElementParams) SetHTTPClient ¶
func (o *DeleteDashboardElementParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete dashboard element params
func (*DeleteDashboardElementParams) SetTimeout ¶
func (o *DeleteDashboardElementParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete dashboard element params
func (*DeleteDashboardElementParams) WithContext ¶
func (o *DeleteDashboardElementParams) WithContext(ctx context.Context) *DeleteDashboardElementParams
WithContext adds the context to the delete dashboard element params
func (*DeleteDashboardElementParams) WithDashboardElementID ¶
func (o *DeleteDashboardElementParams) WithDashboardElementID(dashboardElementID string) *DeleteDashboardElementParams
WithDashboardElementID adds the dashboardElementID to the delete dashboard element params
func (*DeleteDashboardElementParams) WithDefaults ¶
func (o *DeleteDashboardElementParams) WithDefaults() *DeleteDashboardElementParams
WithDefaults hydrates default values in the delete dashboard element params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteDashboardElementParams) WithHTTPClient ¶
func (o *DeleteDashboardElementParams) WithHTTPClient(client *http.Client) *DeleteDashboardElementParams
WithHTTPClient adds the HTTPClient to the delete dashboard element params
func (*DeleteDashboardElementParams) WithTimeout ¶
func (o *DeleteDashboardElementParams) WithTimeout(timeout time.Duration) *DeleteDashboardElementParams
WithTimeout adds the timeout to the delete dashboard element params
func (*DeleteDashboardElementParams) WriteToRequest ¶
func (o *DeleteDashboardElementParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteDashboardElementReader ¶
type DeleteDashboardElementReader struct {
// contains filtered or unexported fields
}
DeleteDashboardElementReader is a Reader for the DeleteDashboardElement structure.
func (*DeleteDashboardElementReader) ReadResponse ¶
func (o *DeleteDashboardElementReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteDashboardElementTooManyRequests ¶
DeleteDashboardElementTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewDeleteDashboardElementTooManyRequests ¶
func NewDeleteDashboardElementTooManyRequests() *DeleteDashboardElementTooManyRequests
NewDeleteDashboardElementTooManyRequests creates a DeleteDashboardElementTooManyRequests with default headers values
func (*DeleteDashboardElementTooManyRequests) Error ¶
func (o *DeleteDashboardElementTooManyRequests) Error() string
func (*DeleteDashboardElementTooManyRequests) GetPayload ¶
func (o *DeleteDashboardElementTooManyRequests) GetPayload() *models.Error
type DeleteDashboardFilterBadRequest ¶
DeleteDashboardFilterBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewDeleteDashboardFilterBadRequest ¶
func NewDeleteDashboardFilterBadRequest() *DeleteDashboardFilterBadRequest
NewDeleteDashboardFilterBadRequest creates a DeleteDashboardFilterBadRequest with default headers values
func (*DeleteDashboardFilterBadRequest) Error ¶
func (o *DeleteDashboardFilterBadRequest) Error() string
func (*DeleteDashboardFilterBadRequest) GetPayload ¶
func (o *DeleteDashboardFilterBadRequest) GetPayload() *models.Error
type DeleteDashboardFilterNoContent ¶
type DeleteDashboardFilterNoContent struct {
Payload string
}
DeleteDashboardFilterNoContent describes a response with status code 204, with default header values.
Successfully deleted.
func NewDeleteDashboardFilterNoContent ¶
func NewDeleteDashboardFilterNoContent() *DeleteDashboardFilterNoContent
NewDeleteDashboardFilterNoContent creates a DeleteDashboardFilterNoContent with default headers values
func (*DeleteDashboardFilterNoContent) Error ¶
func (o *DeleteDashboardFilterNoContent) Error() string
func (*DeleteDashboardFilterNoContent) GetPayload ¶
func (o *DeleteDashboardFilterNoContent) GetPayload() string
type DeleteDashboardFilterNotFound ¶
DeleteDashboardFilterNotFound describes a response with status code 404, with default header values.
Not Found
func NewDeleteDashboardFilterNotFound ¶
func NewDeleteDashboardFilterNotFound() *DeleteDashboardFilterNotFound
NewDeleteDashboardFilterNotFound creates a DeleteDashboardFilterNotFound with default headers values
func (*DeleteDashboardFilterNotFound) Error ¶
func (o *DeleteDashboardFilterNotFound) Error() string
func (*DeleteDashboardFilterNotFound) GetPayload ¶
func (o *DeleteDashboardFilterNotFound) GetPayload() *models.Error
type DeleteDashboardFilterParams ¶
type DeleteDashboardFilterParams struct { /* DashboardFilterID. Id of dashboard filter */ DashboardFilterID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteDashboardFilterParams contains all the parameters to send to the API endpoint
for the delete dashboard filter operation. Typically these are written to a http.Request.
func NewDeleteDashboardFilterParams ¶
func NewDeleteDashboardFilterParams() *DeleteDashboardFilterParams
NewDeleteDashboardFilterParams creates a new DeleteDashboardFilterParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDeleteDashboardFilterParamsWithContext ¶
func NewDeleteDashboardFilterParamsWithContext(ctx context.Context) *DeleteDashboardFilterParams
NewDeleteDashboardFilterParamsWithContext creates a new DeleteDashboardFilterParams object with the ability to set a context for a request.
func NewDeleteDashboardFilterParamsWithHTTPClient ¶
func NewDeleteDashboardFilterParamsWithHTTPClient(client *http.Client) *DeleteDashboardFilterParams
NewDeleteDashboardFilterParamsWithHTTPClient creates a new DeleteDashboardFilterParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteDashboardFilterParamsWithTimeout ¶
func NewDeleteDashboardFilterParamsWithTimeout(timeout time.Duration) *DeleteDashboardFilterParams
NewDeleteDashboardFilterParamsWithTimeout creates a new DeleteDashboardFilterParams object with the ability to set a timeout on a request.
func (*DeleteDashboardFilterParams) SetContext ¶
func (o *DeleteDashboardFilterParams) SetContext(ctx context.Context)
SetContext adds the context to the delete dashboard filter params
func (*DeleteDashboardFilterParams) SetDashboardFilterID ¶
func (o *DeleteDashboardFilterParams) SetDashboardFilterID(dashboardFilterID string)
SetDashboardFilterID adds the dashboardFilterId to the delete dashboard filter params
func (*DeleteDashboardFilterParams) SetDefaults ¶
func (o *DeleteDashboardFilterParams) SetDefaults()
SetDefaults hydrates default values in the delete dashboard filter params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteDashboardFilterParams) SetHTTPClient ¶
func (o *DeleteDashboardFilterParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete dashboard filter params
func (*DeleteDashboardFilterParams) SetTimeout ¶
func (o *DeleteDashboardFilterParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete dashboard filter params
func (*DeleteDashboardFilterParams) WithContext ¶
func (o *DeleteDashboardFilterParams) WithContext(ctx context.Context) *DeleteDashboardFilterParams
WithContext adds the context to the delete dashboard filter params
func (*DeleteDashboardFilterParams) WithDashboardFilterID ¶
func (o *DeleteDashboardFilterParams) WithDashboardFilterID(dashboardFilterID string) *DeleteDashboardFilterParams
WithDashboardFilterID adds the dashboardFilterID to the delete dashboard filter params
func (*DeleteDashboardFilterParams) WithDefaults ¶
func (o *DeleteDashboardFilterParams) WithDefaults() *DeleteDashboardFilterParams
WithDefaults hydrates default values in the delete dashboard filter params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteDashboardFilterParams) WithHTTPClient ¶
func (o *DeleteDashboardFilterParams) WithHTTPClient(client *http.Client) *DeleteDashboardFilterParams
WithHTTPClient adds the HTTPClient to the delete dashboard filter params
func (*DeleteDashboardFilterParams) WithTimeout ¶
func (o *DeleteDashboardFilterParams) WithTimeout(timeout time.Duration) *DeleteDashboardFilterParams
WithTimeout adds the timeout to the delete dashboard filter params
func (*DeleteDashboardFilterParams) WriteToRequest ¶
func (o *DeleteDashboardFilterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteDashboardFilterReader ¶
type DeleteDashboardFilterReader struct {
// contains filtered or unexported fields
}
DeleteDashboardFilterReader is a Reader for the DeleteDashboardFilter structure.
func (*DeleteDashboardFilterReader) ReadResponse ¶
func (o *DeleteDashboardFilterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteDashboardFilterTooManyRequests ¶
DeleteDashboardFilterTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewDeleteDashboardFilterTooManyRequests ¶
func NewDeleteDashboardFilterTooManyRequests() *DeleteDashboardFilterTooManyRequests
NewDeleteDashboardFilterTooManyRequests creates a DeleteDashboardFilterTooManyRequests with default headers values
func (*DeleteDashboardFilterTooManyRequests) Error ¶
func (o *DeleteDashboardFilterTooManyRequests) Error() string
func (*DeleteDashboardFilterTooManyRequests) GetPayload ¶
func (o *DeleteDashboardFilterTooManyRequests) GetPayload() *models.Error
type DeleteDashboardLayoutBadRequest ¶
DeleteDashboardLayoutBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewDeleteDashboardLayoutBadRequest ¶
func NewDeleteDashboardLayoutBadRequest() *DeleteDashboardLayoutBadRequest
NewDeleteDashboardLayoutBadRequest creates a DeleteDashboardLayoutBadRequest with default headers values
func (*DeleteDashboardLayoutBadRequest) Error ¶
func (o *DeleteDashboardLayoutBadRequest) Error() string
func (*DeleteDashboardLayoutBadRequest) GetPayload ¶
func (o *DeleteDashboardLayoutBadRequest) GetPayload() *models.Error
type DeleteDashboardLayoutNoContent ¶
type DeleteDashboardLayoutNoContent struct {
Payload string
}
DeleteDashboardLayoutNoContent describes a response with status code 204, with default header values.
Successfully deleted.
func NewDeleteDashboardLayoutNoContent ¶
func NewDeleteDashboardLayoutNoContent() *DeleteDashboardLayoutNoContent
NewDeleteDashboardLayoutNoContent creates a DeleteDashboardLayoutNoContent with default headers values
func (*DeleteDashboardLayoutNoContent) Error ¶
func (o *DeleteDashboardLayoutNoContent) Error() string
func (*DeleteDashboardLayoutNoContent) GetPayload ¶
func (o *DeleteDashboardLayoutNoContent) GetPayload() string
type DeleteDashboardLayoutNotFound ¶
DeleteDashboardLayoutNotFound describes a response with status code 404, with default header values.
Not Found
func NewDeleteDashboardLayoutNotFound ¶
func NewDeleteDashboardLayoutNotFound() *DeleteDashboardLayoutNotFound
NewDeleteDashboardLayoutNotFound creates a DeleteDashboardLayoutNotFound with default headers values
func (*DeleteDashboardLayoutNotFound) Error ¶
func (o *DeleteDashboardLayoutNotFound) Error() string
func (*DeleteDashboardLayoutNotFound) GetPayload ¶
func (o *DeleteDashboardLayoutNotFound) GetPayload() *models.Error
type DeleteDashboardLayoutParams ¶
type DeleteDashboardLayoutParams struct { /* DashboardLayoutID. Id of dashboard layout */ DashboardLayoutID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteDashboardLayoutParams contains all the parameters to send to the API endpoint
for the delete dashboard layout operation. Typically these are written to a http.Request.
func NewDeleteDashboardLayoutParams ¶
func NewDeleteDashboardLayoutParams() *DeleteDashboardLayoutParams
NewDeleteDashboardLayoutParams creates a new DeleteDashboardLayoutParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDeleteDashboardLayoutParamsWithContext ¶
func NewDeleteDashboardLayoutParamsWithContext(ctx context.Context) *DeleteDashboardLayoutParams
NewDeleteDashboardLayoutParamsWithContext creates a new DeleteDashboardLayoutParams object with the ability to set a context for a request.
func NewDeleteDashboardLayoutParamsWithHTTPClient ¶
func NewDeleteDashboardLayoutParamsWithHTTPClient(client *http.Client) *DeleteDashboardLayoutParams
NewDeleteDashboardLayoutParamsWithHTTPClient creates a new DeleteDashboardLayoutParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteDashboardLayoutParamsWithTimeout ¶
func NewDeleteDashboardLayoutParamsWithTimeout(timeout time.Duration) *DeleteDashboardLayoutParams
NewDeleteDashboardLayoutParamsWithTimeout creates a new DeleteDashboardLayoutParams object with the ability to set a timeout on a request.
func (*DeleteDashboardLayoutParams) SetContext ¶
func (o *DeleteDashboardLayoutParams) SetContext(ctx context.Context)
SetContext adds the context to the delete dashboard layout params
func (*DeleteDashboardLayoutParams) SetDashboardLayoutID ¶
func (o *DeleteDashboardLayoutParams) SetDashboardLayoutID(dashboardLayoutID string)
SetDashboardLayoutID adds the dashboardLayoutId to the delete dashboard layout params
func (*DeleteDashboardLayoutParams) SetDefaults ¶
func (o *DeleteDashboardLayoutParams) SetDefaults()
SetDefaults hydrates default values in the delete dashboard layout params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteDashboardLayoutParams) SetHTTPClient ¶
func (o *DeleteDashboardLayoutParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete dashboard layout params
func (*DeleteDashboardLayoutParams) SetTimeout ¶
func (o *DeleteDashboardLayoutParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete dashboard layout params
func (*DeleteDashboardLayoutParams) WithContext ¶
func (o *DeleteDashboardLayoutParams) WithContext(ctx context.Context) *DeleteDashboardLayoutParams
WithContext adds the context to the delete dashboard layout params
func (*DeleteDashboardLayoutParams) WithDashboardLayoutID ¶
func (o *DeleteDashboardLayoutParams) WithDashboardLayoutID(dashboardLayoutID string) *DeleteDashboardLayoutParams
WithDashboardLayoutID adds the dashboardLayoutID to the delete dashboard layout params
func (*DeleteDashboardLayoutParams) WithDefaults ¶
func (o *DeleteDashboardLayoutParams) WithDefaults() *DeleteDashboardLayoutParams
WithDefaults hydrates default values in the delete dashboard layout params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteDashboardLayoutParams) WithHTTPClient ¶
func (o *DeleteDashboardLayoutParams) WithHTTPClient(client *http.Client) *DeleteDashboardLayoutParams
WithHTTPClient adds the HTTPClient to the delete dashboard layout params
func (*DeleteDashboardLayoutParams) WithTimeout ¶
func (o *DeleteDashboardLayoutParams) WithTimeout(timeout time.Duration) *DeleteDashboardLayoutParams
WithTimeout adds the timeout to the delete dashboard layout params
func (*DeleteDashboardLayoutParams) WriteToRequest ¶
func (o *DeleteDashboardLayoutParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteDashboardLayoutReader ¶
type DeleteDashboardLayoutReader struct {
// contains filtered or unexported fields
}
DeleteDashboardLayoutReader is a Reader for the DeleteDashboardLayout structure.
func (*DeleteDashboardLayoutReader) ReadResponse ¶
func (o *DeleteDashboardLayoutReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteDashboardLayoutTooManyRequests ¶
DeleteDashboardLayoutTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewDeleteDashboardLayoutTooManyRequests ¶
func NewDeleteDashboardLayoutTooManyRequests() *DeleteDashboardLayoutTooManyRequests
NewDeleteDashboardLayoutTooManyRequests creates a DeleteDashboardLayoutTooManyRequests with default headers values
func (*DeleteDashboardLayoutTooManyRequests) Error ¶
func (o *DeleteDashboardLayoutTooManyRequests) Error() string
func (*DeleteDashboardLayoutTooManyRequests) GetPayload ¶
func (o *DeleteDashboardLayoutTooManyRequests) GetPayload() *models.Error
type DeleteDashboardLayoutUnprocessableEntity ¶
type DeleteDashboardLayoutUnprocessableEntity struct {
Payload *models.ValidationError
}
DeleteDashboardLayoutUnprocessableEntity describes a response with status code 422, with default header values.
Validation Error
func NewDeleteDashboardLayoutUnprocessableEntity ¶
func NewDeleteDashboardLayoutUnprocessableEntity() *DeleteDashboardLayoutUnprocessableEntity
NewDeleteDashboardLayoutUnprocessableEntity creates a DeleteDashboardLayoutUnprocessableEntity with default headers values
func (*DeleteDashboardLayoutUnprocessableEntity) Error ¶
func (o *DeleteDashboardLayoutUnprocessableEntity) Error() string
func (*DeleteDashboardLayoutUnprocessableEntity) GetPayload ¶
func (o *DeleteDashboardLayoutUnprocessableEntity) GetPayload() *models.ValidationError
type DeleteDashboardMethodNotAllowed ¶
DeleteDashboardMethodNotAllowed describes a response with status code 405, with default header values.
Resource Can't Be Modified
func NewDeleteDashboardMethodNotAllowed ¶
func NewDeleteDashboardMethodNotAllowed() *DeleteDashboardMethodNotAllowed
NewDeleteDashboardMethodNotAllowed creates a DeleteDashboardMethodNotAllowed with default headers values
func (*DeleteDashboardMethodNotAllowed) Error ¶
func (o *DeleteDashboardMethodNotAllowed) Error() string
func (*DeleteDashboardMethodNotAllowed) GetPayload ¶
func (o *DeleteDashboardMethodNotAllowed) GetPayload() *models.Error
type DeleteDashboardNoContent ¶
type DeleteDashboardNoContent struct {
Payload string
}
DeleteDashboardNoContent describes a response with status code 204, with default header values.
Successfully deleted.
func NewDeleteDashboardNoContent ¶
func NewDeleteDashboardNoContent() *DeleteDashboardNoContent
NewDeleteDashboardNoContent creates a DeleteDashboardNoContent with default headers values
func (*DeleteDashboardNoContent) Error ¶
func (o *DeleteDashboardNoContent) Error() string
func (*DeleteDashboardNoContent) GetPayload ¶
func (o *DeleteDashboardNoContent) GetPayload() string
type DeleteDashboardNotFound ¶
DeleteDashboardNotFound describes a response with status code 404, with default header values.
Not Found
func NewDeleteDashboardNotFound ¶
func NewDeleteDashboardNotFound() *DeleteDashboardNotFound
NewDeleteDashboardNotFound creates a DeleteDashboardNotFound with default headers values
func (*DeleteDashboardNotFound) Error ¶
func (o *DeleteDashboardNotFound) Error() string
func (*DeleteDashboardNotFound) GetPayload ¶
func (o *DeleteDashboardNotFound) GetPayload() *models.Error
type DeleteDashboardParams ¶
type DeleteDashboardParams struct { /* DashboardID. Id of dashboard */ DashboardID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteDashboardParams contains all the parameters to send to the API endpoint
for the delete dashboard operation. Typically these are written to a http.Request.
func NewDeleteDashboardParams ¶
func NewDeleteDashboardParams() *DeleteDashboardParams
NewDeleteDashboardParams creates a new DeleteDashboardParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDeleteDashboardParamsWithContext ¶
func NewDeleteDashboardParamsWithContext(ctx context.Context) *DeleteDashboardParams
NewDeleteDashboardParamsWithContext creates a new DeleteDashboardParams object with the ability to set a context for a request.
func NewDeleteDashboardParamsWithHTTPClient ¶
func NewDeleteDashboardParamsWithHTTPClient(client *http.Client) *DeleteDashboardParams
NewDeleteDashboardParamsWithHTTPClient creates a new DeleteDashboardParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteDashboardParamsWithTimeout ¶
func NewDeleteDashboardParamsWithTimeout(timeout time.Duration) *DeleteDashboardParams
NewDeleteDashboardParamsWithTimeout creates a new DeleteDashboardParams object with the ability to set a timeout on a request.
func (*DeleteDashboardParams) SetContext ¶
func (o *DeleteDashboardParams) SetContext(ctx context.Context)
SetContext adds the context to the delete dashboard params
func (*DeleteDashboardParams) SetDashboardID ¶
func (o *DeleteDashboardParams) SetDashboardID(dashboardID string)
SetDashboardID adds the dashboardId to the delete dashboard params
func (*DeleteDashboardParams) SetDefaults ¶
func (o *DeleteDashboardParams) SetDefaults()
SetDefaults hydrates default values in the delete dashboard params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteDashboardParams) SetHTTPClient ¶
func (o *DeleteDashboardParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete dashboard params
func (*DeleteDashboardParams) SetTimeout ¶
func (o *DeleteDashboardParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete dashboard params
func (*DeleteDashboardParams) WithContext ¶
func (o *DeleteDashboardParams) WithContext(ctx context.Context) *DeleteDashboardParams
WithContext adds the context to the delete dashboard params
func (*DeleteDashboardParams) WithDashboardID ¶
func (o *DeleteDashboardParams) WithDashboardID(dashboardID string) *DeleteDashboardParams
WithDashboardID adds the dashboardID to the delete dashboard params
func (*DeleteDashboardParams) WithDefaults ¶
func (o *DeleteDashboardParams) WithDefaults() *DeleteDashboardParams
WithDefaults hydrates default values in the delete dashboard params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteDashboardParams) WithHTTPClient ¶
func (o *DeleteDashboardParams) WithHTTPClient(client *http.Client) *DeleteDashboardParams
WithHTTPClient adds the HTTPClient to the delete dashboard params
func (*DeleteDashboardParams) WithTimeout ¶
func (o *DeleteDashboardParams) WithTimeout(timeout time.Duration) *DeleteDashboardParams
WithTimeout adds the timeout to the delete dashboard params
func (*DeleteDashboardParams) WriteToRequest ¶
func (o *DeleteDashboardParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteDashboardReader ¶
type DeleteDashboardReader struct {
// contains filtered or unexported fields
}
DeleteDashboardReader is a Reader for the DeleteDashboard structure.
func (*DeleteDashboardReader) ReadResponse ¶
func (o *DeleteDashboardReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteDashboardTooManyRequests ¶
DeleteDashboardTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewDeleteDashboardTooManyRequests ¶
func NewDeleteDashboardTooManyRequests() *DeleteDashboardTooManyRequests
NewDeleteDashboardTooManyRequests creates a DeleteDashboardTooManyRequests with default headers values
func (*DeleteDashboardTooManyRequests) Error ¶
func (o *DeleteDashboardTooManyRequests) Error() string
func (*DeleteDashboardTooManyRequests) GetPayload ¶
func (o *DeleteDashboardTooManyRequests) GetPayload() *models.Error
type ImportLookmlDashboardBadRequest ¶
ImportLookmlDashboardBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewImportLookmlDashboardBadRequest ¶
func NewImportLookmlDashboardBadRequest() *ImportLookmlDashboardBadRequest
NewImportLookmlDashboardBadRequest creates a ImportLookmlDashboardBadRequest with default headers values
func (*ImportLookmlDashboardBadRequest) Error ¶
func (o *ImportLookmlDashboardBadRequest) Error() string
func (*ImportLookmlDashboardBadRequest) GetPayload ¶
func (o *ImportLookmlDashboardBadRequest) GetPayload() *models.Error
type ImportLookmlDashboardConflict ¶
ImportLookmlDashboardConflict describes a response with status code 409, with default header values.
Resource Already Exists
func NewImportLookmlDashboardConflict ¶
func NewImportLookmlDashboardConflict() *ImportLookmlDashboardConflict
NewImportLookmlDashboardConflict creates a ImportLookmlDashboardConflict with default headers values
func (*ImportLookmlDashboardConflict) Error ¶
func (o *ImportLookmlDashboardConflict) Error() string
func (*ImportLookmlDashboardConflict) GetPayload ¶
func (o *ImportLookmlDashboardConflict) GetPayload() *models.Error
type ImportLookmlDashboardCreated ¶
ImportLookmlDashboardCreated describes a response with status code 201, with default header values.
dashboard
func NewImportLookmlDashboardCreated ¶
func NewImportLookmlDashboardCreated() *ImportLookmlDashboardCreated
NewImportLookmlDashboardCreated creates a ImportLookmlDashboardCreated with default headers values
func (*ImportLookmlDashboardCreated) Error ¶
func (o *ImportLookmlDashboardCreated) Error() string
func (*ImportLookmlDashboardCreated) GetPayload ¶
func (o *ImportLookmlDashboardCreated) GetPayload() *models.Dashboard
type ImportLookmlDashboardNotFound ¶
ImportLookmlDashboardNotFound describes a response with status code 404, with default header values.
Not Found
func NewImportLookmlDashboardNotFound ¶
func NewImportLookmlDashboardNotFound() *ImportLookmlDashboardNotFound
NewImportLookmlDashboardNotFound creates a ImportLookmlDashboardNotFound with default headers values
func (*ImportLookmlDashboardNotFound) Error ¶
func (o *ImportLookmlDashboardNotFound) Error() string
func (*ImportLookmlDashboardNotFound) GetPayload ¶
func (o *ImportLookmlDashboardNotFound) GetPayload() *models.Error
type ImportLookmlDashboardOK ¶
ImportLookmlDashboardOK describes a response with status code 200, with default header values.
Dashboard
func NewImportLookmlDashboardOK ¶
func NewImportLookmlDashboardOK() *ImportLookmlDashboardOK
NewImportLookmlDashboardOK creates a ImportLookmlDashboardOK with default headers values
func (*ImportLookmlDashboardOK) Error ¶
func (o *ImportLookmlDashboardOK) Error() string
func (*ImportLookmlDashboardOK) GetPayload ¶
func (o *ImportLookmlDashboardOK) GetPayload() *models.Dashboard
type ImportLookmlDashboardParams ¶
type ImportLookmlDashboardParams struct { /* Body. Dashboard */ Body *models.Dashboard /* LookmlDashboardID. Id of LookML dashboard */ LookmlDashboardID string /* RawLocale. If true, and this dashboard is localized, export it with the raw keys, not localized. */ RawLocale *bool /* SpaceID. Id of space to import the dashboard to */ SpaceID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ImportLookmlDashboardParams contains all the parameters to send to the API endpoint
for the import lookml dashboard operation. Typically these are written to a http.Request.
func NewImportLookmlDashboardParams ¶
func NewImportLookmlDashboardParams() *ImportLookmlDashboardParams
NewImportLookmlDashboardParams creates a new ImportLookmlDashboardParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewImportLookmlDashboardParamsWithContext ¶
func NewImportLookmlDashboardParamsWithContext(ctx context.Context) *ImportLookmlDashboardParams
NewImportLookmlDashboardParamsWithContext creates a new ImportLookmlDashboardParams object with the ability to set a context for a request.
func NewImportLookmlDashboardParamsWithHTTPClient ¶
func NewImportLookmlDashboardParamsWithHTTPClient(client *http.Client) *ImportLookmlDashboardParams
NewImportLookmlDashboardParamsWithHTTPClient creates a new ImportLookmlDashboardParams object with the ability to set a custom HTTPClient for a request.
func NewImportLookmlDashboardParamsWithTimeout ¶
func NewImportLookmlDashboardParamsWithTimeout(timeout time.Duration) *ImportLookmlDashboardParams
NewImportLookmlDashboardParamsWithTimeout creates a new ImportLookmlDashboardParams object with the ability to set a timeout on a request.
func (*ImportLookmlDashboardParams) SetBody ¶
func (o *ImportLookmlDashboardParams) SetBody(body *models.Dashboard)
SetBody adds the body to the import lookml dashboard params
func (*ImportLookmlDashboardParams) SetContext ¶
func (o *ImportLookmlDashboardParams) SetContext(ctx context.Context)
SetContext adds the context to the import lookml dashboard params
func (*ImportLookmlDashboardParams) SetDefaults ¶
func (o *ImportLookmlDashboardParams) SetDefaults()
SetDefaults hydrates default values in the import lookml dashboard params (not the query body).
All values with no default are reset to their zero value.
func (*ImportLookmlDashboardParams) SetHTTPClient ¶
func (o *ImportLookmlDashboardParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the import lookml dashboard params
func (*ImportLookmlDashboardParams) SetLookmlDashboardID ¶
func (o *ImportLookmlDashboardParams) SetLookmlDashboardID(lookmlDashboardID string)
SetLookmlDashboardID adds the lookmlDashboardId to the import lookml dashboard params
func (*ImportLookmlDashboardParams) SetRawLocale ¶
func (o *ImportLookmlDashboardParams) SetRawLocale(rawLocale *bool)
SetRawLocale adds the rawLocale to the import lookml dashboard params
func (*ImportLookmlDashboardParams) SetSpaceID ¶
func (o *ImportLookmlDashboardParams) SetSpaceID(spaceID string)
SetSpaceID adds the spaceId to the import lookml dashboard params
func (*ImportLookmlDashboardParams) SetTimeout ¶
func (o *ImportLookmlDashboardParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the import lookml dashboard params
func (*ImportLookmlDashboardParams) WithBody ¶
func (o *ImportLookmlDashboardParams) WithBody(body *models.Dashboard) *ImportLookmlDashboardParams
WithBody adds the body to the import lookml dashboard params
func (*ImportLookmlDashboardParams) WithContext ¶
func (o *ImportLookmlDashboardParams) WithContext(ctx context.Context) *ImportLookmlDashboardParams
WithContext adds the context to the import lookml dashboard params
func (*ImportLookmlDashboardParams) WithDefaults ¶
func (o *ImportLookmlDashboardParams) WithDefaults() *ImportLookmlDashboardParams
WithDefaults hydrates default values in the import lookml dashboard params (not the query body).
All values with no default are reset to their zero value.
func (*ImportLookmlDashboardParams) WithHTTPClient ¶
func (o *ImportLookmlDashboardParams) WithHTTPClient(client *http.Client) *ImportLookmlDashboardParams
WithHTTPClient adds the HTTPClient to the import lookml dashboard params
func (*ImportLookmlDashboardParams) WithLookmlDashboardID ¶
func (o *ImportLookmlDashboardParams) WithLookmlDashboardID(lookmlDashboardID string) *ImportLookmlDashboardParams
WithLookmlDashboardID adds the lookmlDashboardID to the import lookml dashboard params
func (*ImportLookmlDashboardParams) WithRawLocale ¶
func (o *ImportLookmlDashboardParams) WithRawLocale(rawLocale *bool) *ImportLookmlDashboardParams
WithRawLocale adds the rawLocale to the import lookml dashboard params
func (*ImportLookmlDashboardParams) WithSpaceID ¶
func (o *ImportLookmlDashboardParams) WithSpaceID(spaceID string) *ImportLookmlDashboardParams
WithSpaceID adds the spaceID to the import lookml dashboard params
func (*ImportLookmlDashboardParams) WithTimeout ¶
func (o *ImportLookmlDashboardParams) WithTimeout(timeout time.Duration) *ImportLookmlDashboardParams
WithTimeout adds the timeout to the import lookml dashboard params
func (*ImportLookmlDashboardParams) WriteToRequest ¶
func (o *ImportLookmlDashboardParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ImportLookmlDashboardReader ¶
type ImportLookmlDashboardReader struct {
// contains filtered or unexported fields
}
ImportLookmlDashboardReader is a Reader for the ImportLookmlDashboard structure.
func (*ImportLookmlDashboardReader) ReadResponse ¶
func (o *ImportLookmlDashboardReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ImportLookmlDashboardTooManyRequests ¶
ImportLookmlDashboardTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewImportLookmlDashboardTooManyRequests ¶
func NewImportLookmlDashboardTooManyRequests() *ImportLookmlDashboardTooManyRequests
NewImportLookmlDashboardTooManyRequests creates a ImportLookmlDashboardTooManyRequests with default headers values
func (*ImportLookmlDashboardTooManyRequests) Error ¶
func (o *ImportLookmlDashboardTooManyRequests) Error() string
func (*ImportLookmlDashboardTooManyRequests) GetPayload ¶
func (o *ImportLookmlDashboardTooManyRequests) GetPayload() *models.Error
type ImportLookmlDashboardUnprocessableEntity ¶
type ImportLookmlDashboardUnprocessableEntity struct {
Payload *models.ValidationError
}
ImportLookmlDashboardUnprocessableEntity describes a response with status code 422, with default header values.
Validation Error
func NewImportLookmlDashboardUnprocessableEntity ¶
func NewImportLookmlDashboardUnprocessableEntity() *ImportLookmlDashboardUnprocessableEntity
NewImportLookmlDashboardUnprocessableEntity creates a ImportLookmlDashboardUnprocessableEntity with default headers values
func (*ImportLookmlDashboardUnprocessableEntity) Error ¶
func (o *ImportLookmlDashboardUnprocessableEntity) Error() string
func (*ImportLookmlDashboardUnprocessableEntity) GetPayload ¶
func (o *ImportLookmlDashboardUnprocessableEntity) GetPayload() *models.ValidationError
type SearchDashboardElementsBadRequest ¶
SearchDashboardElementsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewSearchDashboardElementsBadRequest ¶
func NewSearchDashboardElementsBadRequest() *SearchDashboardElementsBadRequest
NewSearchDashboardElementsBadRequest creates a SearchDashboardElementsBadRequest with default headers values
func (*SearchDashboardElementsBadRequest) Error ¶
func (o *SearchDashboardElementsBadRequest) Error() string
func (*SearchDashboardElementsBadRequest) GetPayload ¶
func (o *SearchDashboardElementsBadRequest) GetPayload() *models.Error
type SearchDashboardElementsNotFound ¶
SearchDashboardElementsNotFound describes a response with status code 404, with default header values.
Not Found
func NewSearchDashboardElementsNotFound ¶
func NewSearchDashboardElementsNotFound() *SearchDashboardElementsNotFound
NewSearchDashboardElementsNotFound creates a SearchDashboardElementsNotFound with default headers values
func (*SearchDashboardElementsNotFound) Error ¶
func (o *SearchDashboardElementsNotFound) Error() string
func (*SearchDashboardElementsNotFound) GetPayload ¶
func (o *SearchDashboardElementsNotFound) GetPayload() *models.Error
type SearchDashboardElementsOK ¶
type SearchDashboardElementsOK struct {
Payload []*models.DashboardElement
}
SearchDashboardElementsOK describes a response with status code 200, with default header values.
Dashboard elements
func NewSearchDashboardElementsOK ¶
func NewSearchDashboardElementsOK() *SearchDashboardElementsOK
NewSearchDashboardElementsOK creates a SearchDashboardElementsOK with default headers values
func (*SearchDashboardElementsOK) Error ¶
func (o *SearchDashboardElementsOK) Error() string
func (*SearchDashboardElementsOK) GetPayload ¶
func (o *SearchDashboardElementsOK) GetPayload() []*models.DashboardElement
type SearchDashboardElementsParams ¶
type SearchDashboardElementsParams struct { /* DashboardID. Select elements that refer to a given dashboard id Format: int64 */ DashboardID *int64 /* Deleted. Select soft-deleted dashboard elements */ Deleted *bool /* Fields. Requested fields. */ Fields *string /* FilterOr. Combine given search criteria in a boolean OR expression */ FilterOr *bool /* LookID. Select elements that refer to a given look id Format: int64 */ LookID *int64 /* Sorts. Fields to sort by. Sortable fields: [:look_id, :dashboard_id, :deleted, :title] */ Sorts *string /* Title. Match the title of element */ Title *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SearchDashboardElementsParams contains all the parameters to send to the API endpoint
for the search dashboard elements operation. Typically these are written to a http.Request.
func NewSearchDashboardElementsParams ¶
func NewSearchDashboardElementsParams() *SearchDashboardElementsParams
NewSearchDashboardElementsParams creates a new SearchDashboardElementsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewSearchDashboardElementsParamsWithContext ¶
func NewSearchDashboardElementsParamsWithContext(ctx context.Context) *SearchDashboardElementsParams
NewSearchDashboardElementsParamsWithContext creates a new SearchDashboardElementsParams object with the ability to set a context for a request.
func NewSearchDashboardElementsParamsWithHTTPClient ¶
func NewSearchDashboardElementsParamsWithHTTPClient(client *http.Client) *SearchDashboardElementsParams
NewSearchDashboardElementsParamsWithHTTPClient creates a new SearchDashboardElementsParams object with the ability to set a custom HTTPClient for a request.
func NewSearchDashboardElementsParamsWithTimeout ¶
func NewSearchDashboardElementsParamsWithTimeout(timeout time.Duration) *SearchDashboardElementsParams
NewSearchDashboardElementsParamsWithTimeout creates a new SearchDashboardElementsParams object with the ability to set a timeout on a request.
func (*SearchDashboardElementsParams) SetContext ¶
func (o *SearchDashboardElementsParams) SetContext(ctx context.Context)
SetContext adds the context to the search dashboard elements params
func (*SearchDashboardElementsParams) SetDashboardID ¶
func (o *SearchDashboardElementsParams) SetDashboardID(dashboardID *int64)
SetDashboardID adds the dashboardId to the search dashboard elements params
func (*SearchDashboardElementsParams) SetDefaults ¶
func (o *SearchDashboardElementsParams) SetDefaults()
SetDefaults hydrates default values in the search dashboard elements params (not the query body).
All values with no default are reset to their zero value.
func (*SearchDashboardElementsParams) SetDeleted ¶
func (o *SearchDashboardElementsParams) SetDeleted(deleted *bool)
SetDeleted adds the deleted to the search dashboard elements params
func (*SearchDashboardElementsParams) SetFields ¶
func (o *SearchDashboardElementsParams) SetFields(fields *string)
SetFields adds the fields to the search dashboard elements params
func (*SearchDashboardElementsParams) SetFilterOr ¶
func (o *SearchDashboardElementsParams) SetFilterOr(filterOr *bool)
SetFilterOr adds the filterOr to the search dashboard elements params
func (*SearchDashboardElementsParams) SetHTTPClient ¶
func (o *SearchDashboardElementsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the search dashboard elements params
func (*SearchDashboardElementsParams) SetLookID ¶
func (o *SearchDashboardElementsParams) SetLookID(lookID *int64)
SetLookID adds the lookId to the search dashboard elements params
func (*SearchDashboardElementsParams) SetSorts ¶
func (o *SearchDashboardElementsParams) SetSorts(sorts *string)
SetSorts adds the sorts to the search dashboard elements params
func (*SearchDashboardElementsParams) SetTimeout ¶
func (o *SearchDashboardElementsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the search dashboard elements params
func (*SearchDashboardElementsParams) SetTitle ¶
func (o *SearchDashboardElementsParams) SetTitle(title *string)
SetTitle adds the title to the search dashboard elements params
func (*SearchDashboardElementsParams) WithContext ¶
func (o *SearchDashboardElementsParams) WithContext(ctx context.Context) *SearchDashboardElementsParams
WithContext adds the context to the search dashboard elements params
func (*SearchDashboardElementsParams) WithDashboardID ¶
func (o *SearchDashboardElementsParams) WithDashboardID(dashboardID *int64) *SearchDashboardElementsParams
WithDashboardID adds the dashboardID to the search dashboard elements params
func (*SearchDashboardElementsParams) WithDefaults ¶
func (o *SearchDashboardElementsParams) WithDefaults() *SearchDashboardElementsParams
WithDefaults hydrates default values in the search dashboard elements params (not the query body).
All values with no default are reset to their zero value.
func (*SearchDashboardElementsParams) WithDeleted ¶
func (o *SearchDashboardElementsParams) WithDeleted(deleted *bool) *SearchDashboardElementsParams
WithDeleted adds the deleted to the search dashboard elements params
func (*SearchDashboardElementsParams) WithFields ¶
func (o *SearchDashboardElementsParams) WithFields(fields *string) *SearchDashboardElementsParams
WithFields adds the fields to the search dashboard elements params
func (*SearchDashboardElementsParams) WithFilterOr ¶
func (o *SearchDashboardElementsParams) WithFilterOr(filterOr *bool) *SearchDashboardElementsParams
WithFilterOr adds the filterOr to the search dashboard elements params
func (*SearchDashboardElementsParams) WithHTTPClient ¶
func (o *SearchDashboardElementsParams) WithHTTPClient(client *http.Client) *SearchDashboardElementsParams
WithHTTPClient adds the HTTPClient to the search dashboard elements params
func (*SearchDashboardElementsParams) WithLookID ¶
func (o *SearchDashboardElementsParams) WithLookID(lookID *int64) *SearchDashboardElementsParams
WithLookID adds the lookID to the search dashboard elements params
func (*SearchDashboardElementsParams) WithSorts ¶
func (o *SearchDashboardElementsParams) WithSorts(sorts *string) *SearchDashboardElementsParams
WithSorts adds the sorts to the search dashboard elements params
func (*SearchDashboardElementsParams) WithTimeout ¶
func (o *SearchDashboardElementsParams) WithTimeout(timeout time.Duration) *SearchDashboardElementsParams
WithTimeout adds the timeout to the search dashboard elements params
func (*SearchDashboardElementsParams) WithTitle ¶
func (o *SearchDashboardElementsParams) WithTitle(title *string) *SearchDashboardElementsParams
WithTitle adds the title to the search dashboard elements params
func (*SearchDashboardElementsParams) WriteToRequest ¶
func (o *SearchDashboardElementsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SearchDashboardElementsReader ¶
type SearchDashboardElementsReader struct {
// contains filtered or unexported fields
}
SearchDashboardElementsReader is a Reader for the SearchDashboardElements structure.
func (*SearchDashboardElementsReader) ReadResponse ¶
func (o *SearchDashboardElementsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SearchDashboardsBadRequest ¶
SearchDashboardsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewSearchDashboardsBadRequest ¶
func NewSearchDashboardsBadRequest() *SearchDashboardsBadRequest
NewSearchDashboardsBadRequest creates a SearchDashboardsBadRequest with default headers values
func (*SearchDashboardsBadRequest) Error ¶
func (o *SearchDashboardsBadRequest) Error() string
func (*SearchDashboardsBadRequest) GetPayload ¶
func (o *SearchDashboardsBadRequest) GetPayload() *models.Error
type SearchDashboardsNotFound ¶
SearchDashboardsNotFound describes a response with status code 404, with default header values.
Not Found
func NewSearchDashboardsNotFound ¶
func NewSearchDashboardsNotFound() *SearchDashboardsNotFound
NewSearchDashboardsNotFound creates a SearchDashboardsNotFound with default headers values
func (*SearchDashboardsNotFound) Error ¶
func (o *SearchDashboardsNotFound) Error() string
func (*SearchDashboardsNotFound) GetPayload ¶
func (o *SearchDashboardsNotFound) GetPayload() *models.Error
type SearchDashboardsOK ¶
SearchDashboardsOK describes a response with status code 200, with default header values.
dashboards
func NewSearchDashboardsOK ¶
func NewSearchDashboardsOK() *SearchDashboardsOK
NewSearchDashboardsOK creates a SearchDashboardsOK with default headers values
func (*SearchDashboardsOK) Error ¶
func (o *SearchDashboardsOK) Error() string
func (*SearchDashboardsOK) GetPayload ¶
func (o *SearchDashboardsOK) GetPayload() []*models.Dashboard
type SearchDashboardsParams ¶
type SearchDashboardsParams struct { /* ContentFavoriteID. Filter on a content favorite id. Format: int64 */ ContentFavoriteID *int64 /* ContentMetadataID. Filter on a content favorite id. Format: int64 */ ContentMetadataID *int64 /* Curate. Exclude items that exist only in personal spaces other than the users */ Curate *bool /* Deleted. Filter on dashboards deleted status. */ Deleted *string /* Description. Match Dashboard description. */ Description *string /* Fields. Requested fields. */ Fields *string /* FilterOr. Combine given search criteria in a boolean OR expression */ FilterOr *bool /* FolderID. Filter on a particular space. */ FolderID *string /* ID. Match dashboard id. Format: int64 */ ID *int64 /* Limit. Number of results to return. (used with offset and takes priority over page and per_page) Format: int64 */ Limit *int64 /* Offset. Number of results to skip before returning any. (used with limit and takes priority over page and per_page) Format: int64 */ Offset *int64 /* Page. Requested page. Format: int64 */ Page *int64 /* PerPage. Results per page. Format: int64 */ PerPage *int64 /* Slug. Match dashboard slug. */ Slug *string /* Sorts. One or more fields to sort by. Sortable fields: [:title, :user_id, :id, :created_at, :space_id, :folder_id, :description, :view_count, :favorite_count, :slug, :content_favorite_id, :content_metadata_id, :deleted, :deleted_at, :last_viewed_at, :last_accessed_at] */ Sorts *string /* SpaceID. Filter on a particular space. */ SpaceID *string /* Title. Match Dashboard title. */ Title *string /* UserID. Filter on dashboards created by a particular user. */ UserID *string /* ViewCount. Filter on a particular value of view_count */ ViewCount *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SearchDashboardsParams contains all the parameters to send to the API endpoint
for the search dashboards operation. Typically these are written to a http.Request.
func NewSearchDashboardsParams ¶
func NewSearchDashboardsParams() *SearchDashboardsParams
NewSearchDashboardsParams creates a new SearchDashboardsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewSearchDashboardsParamsWithContext ¶
func NewSearchDashboardsParamsWithContext(ctx context.Context) *SearchDashboardsParams
NewSearchDashboardsParamsWithContext creates a new SearchDashboardsParams object with the ability to set a context for a request.
func NewSearchDashboardsParamsWithHTTPClient ¶
func NewSearchDashboardsParamsWithHTTPClient(client *http.Client) *SearchDashboardsParams
NewSearchDashboardsParamsWithHTTPClient creates a new SearchDashboardsParams object with the ability to set a custom HTTPClient for a request.
func NewSearchDashboardsParamsWithTimeout ¶
func NewSearchDashboardsParamsWithTimeout(timeout time.Duration) *SearchDashboardsParams
NewSearchDashboardsParamsWithTimeout creates a new SearchDashboardsParams object with the ability to set a timeout on a request.
func (*SearchDashboardsParams) SetContentFavoriteID ¶
func (o *SearchDashboardsParams) SetContentFavoriteID(contentFavoriteID *int64)
SetContentFavoriteID adds the contentFavoriteId to the search dashboards params
func (*SearchDashboardsParams) SetContentMetadataID ¶
func (o *SearchDashboardsParams) SetContentMetadataID(contentMetadataID *int64)
SetContentMetadataID adds the contentMetadataId to the search dashboards params
func (*SearchDashboardsParams) SetContext ¶
func (o *SearchDashboardsParams) SetContext(ctx context.Context)
SetContext adds the context to the search dashboards params
func (*SearchDashboardsParams) SetCurate ¶
func (o *SearchDashboardsParams) SetCurate(curate *bool)
SetCurate adds the curate to the search dashboards params
func (*SearchDashboardsParams) SetDefaults ¶
func (o *SearchDashboardsParams) SetDefaults()
SetDefaults hydrates default values in the search dashboards params (not the query body).
All values with no default are reset to their zero value.
func (*SearchDashboardsParams) SetDeleted ¶
func (o *SearchDashboardsParams) SetDeleted(deleted *string)
SetDeleted adds the deleted to the search dashboards params
func (*SearchDashboardsParams) SetDescription ¶
func (o *SearchDashboardsParams) SetDescription(description *string)
SetDescription adds the description to the search dashboards params
func (*SearchDashboardsParams) SetFields ¶
func (o *SearchDashboardsParams) SetFields(fields *string)
SetFields adds the fields to the search dashboards params
func (*SearchDashboardsParams) SetFilterOr ¶
func (o *SearchDashboardsParams) SetFilterOr(filterOr *bool)
SetFilterOr adds the filterOr to the search dashboards params
func (*SearchDashboardsParams) SetFolderID ¶
func (o *SearchDashboardsParams) SetFolderID(folderID *string)
SetFolderID adds the folderId to the search dashboards params
func (*SearchDashboardsParams) SetHTTPClient ¶
func (o *SearchDashboardsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the search dashboards params
func (*SearchDashboardsParams) SetID ¶
func (o *SearchDashboardsParams) SetID(id *int64)
SetID adds the id to the search dashboards params
func (*SearchDashboardsParams) SetLimit ¶
func (o *SearchDashboardsParams) SetLimit(limit *int64)
SetLimit adds the limit to the search dashboards params
func (*SearchDashboardsParams) SetOffset ¶
func (o *SearchDashboardsParams) SetOffset(offset *int64)
SetOffset adds the offset to the search dashboards params
func (*SearchDashboardsParams) SetPage ¶
func (o *SearchDashboardsParams) SetPage(page *int64)
SetPage adds the page to the search dashboards params
func (*SearchDashboardsParams) SetPerPage ¶
func (o *SearchDashboardsParams) SetPerPage(perPage *int64)
SetPerPage adds the perPage to the search dashboards params
func (*SearchDashboardsParams) SetSlug ¶
func (o *SearchDashboardsParams) SetSlug(slug *string)
SetSlug adds the slug to the search dashboards params
func (*SearchDashboardsParams) SetSorts ¶
func (o *SearchDashboardsParams) SetSorts(sorts *string)
SetSorts adds the sorts to the search dashboards params
func (*SearchDashboardsParams) SetSpaceID ¶
func (o *SearchDashboardsParams) SetSpaceID(spaceID *string)
SetSpaceID adds the spaceId to the search dashboards params
func (*SearchDashboardsParams) SetTimeout ¶
func (o *SearchDashboardsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the search dashboards params
func (*SearchDashboardsParams) SetTitle ¶
func (o *SearchDashboardsParams) SetTitle(title *string)
SetTitle adds the title to the search dashboards params
func (*SearchDashboardsParams) SetUserID ¶
func (o *SearchDashboardsParams) SetUserID(userID *string)
SetUserID adds the userId to the search dashboards params
func (*SearchDashboardsParams) SetViewCount ¶
func (o *SearchDashboardsParams) SetViewCount(viewCount *string)
SetViewCount adds the viewCount to the search dashboards params
func (*SearchDashboardsParams) WithContentFavoriteID ¶
func (o *SearchDashboardsParams) WithContentFavoriteID(contentFavoriteID *int64) *SearchDashboardsParams
WithContentFavoriteID adds the contentFavoriteID to the search dashboards params
func (*SearchDashboardsParams) WithContentMetadataID ¶
func (o *SearchDashboardsParams) WithContentMetadataID(contentMetadataID *int64) *SearchDashboardsParams
WithContentMetadataID adds the contentMetadataID to the search dashboards params
func (*SearchDashboardsParams) WithContext ¶
func (o *SearchDashboardsParams) WithContext(ctx context.Context) *SearchDashboardsParams
WithContext adds the context to the search dashboards params
func (*SearchDashboardsParams) WithCurate ¶
func (o *SearchDashboardsParams) WithCurate(curate *bool) *SearchDashboardsParams
WithCurate adds the curate to the search dashboards params
func (*SearchDashboardsParams) WithDefaults ¶
func (o *SearchDashboardsParams) WithDefaults() *SearchDashboardsParams
WithDefaults hydrates default values in the search dashboards params (not the query body).
All values with no default are reset to their zero value.
func (*SearchDashboardsParams) WithDeleted ¶
func (o *SearchDashboardsParams) WithDeleted(deleted *string) *SearchDashboardsParams
WithDeleted adds the deleted to the search dashboards params
func (*SearchDashboardsParams) WithDescription ¶
func (o *SearchDashboardsParams) WithDescription(description *string) *SearchDashboardsParams
WithDescription adds the description to the search dashboards params
func (*SearchDashboardsParams) WithFields ¶
func (o *SearchDashboardsParams) WithFields(fields *string) *SearchDashboardsParams
WithFields adds the fields to the search dashboards params
func (*SearchDashboardsParams) WithFilterOr ¶
func (o *SearchDashboardsParams) WithFilterOr(filterOr *bool) *SearchDashboardsParams
WithFilterOr adds the filterOr to the search dashboards params
func (*SearchDashboardsParams) WithFolderID ¶
func (o *SearchDashboardsParams) WithFolderID(folderID *string) *SearchDashboardsParams
WithFolderID adds the folderID to the search dashboards params
func (*SearchDashboardsParams) WithHTTPClient ¶
func (o *SearchDashboardsParams) WithHTTPClient(client *http.Client) *SearchDashboardsParams
WithHTTPClient adds the HTTPClient to the search dashboards params
func (*SearchDashboardsParams) WithID ¶
func (o *SearchDashboardsParams) WithID(id *int64) *SearchDashboardsParams
WithID adds the id to the search dashboards params
func (*SearchDashboardsParams) WithLimit ¶
func (o *SearchDashboardsParams) WithLimit(limit *int64) *SearchDashboardsParams
WithLimit adds the limit to the search dashboards params
func (*SearchDashboardsParams) WithOffset ¶
func (o *SearchDashboardsParams) WithOffset(offset *int64) *SearchDashboardsParams
WithOffset adds the offset to the search dashboards params
func (*SearchDashboardsParams) WithPage ¶
func (o *SearchDashboardsParams) WithPage(page *int64) *SearchDashboardsParams
WithPage adds the page to the search dashboards params
func (*SearchDashboardsParams) WithPerPage ¶
func (o *SearchDashboardsParams) WithPerPage(perPage *int64) *SearchDashboardsParams
WithPerPage adds the perPage to the search dashboards params
func (*SearchDashboardsParams) WithSlug ¶
func (o *SearchDashboardsParams) WithSlug(slug *string) *SearchDashboardsParams
WithSlug adds the slug to the search dashboards params
func (*SearchDashboardsParams) WithSorts ¶
func (o *SearchDashboardsParams) WithSorts(sorts *string) *SearchDashboardsParams
WithSorts adds the sorts to the search dashboards params
func (*SearchDashboardsParams) WithSpaceID ¶
func (o *SearchDashboardsParams) WithSpaceID(spaceID *string) *SearchDashboardsParams
WithSpaceID adds the spaceID to the search dashboards params
func (*SearchDashboardsParams) WithTimeout ¶
func (o *SearchDashboardsParams) WithTimeout(timeout time.Duration) *SearchDashboardsParams
WithTimeout adds the timeout to the search dashboards params
func (*SearchDashboardsParams) WithTitle ¶
func (o *SearchDashboardsParams) WithTitle(title *string) *SearchDashboardsParams
WithTitle adds the title to the search dashboards params
func (*SearchDashboardsParams) WithUserID ¶
func (o *SearchDashboardsParams) WithUserID(userID *string) *SearchDashboardsParams
WithUserID adds the userID to the search dashboards params
func (*SearchDashboardsParams) WithViewCount ¶
func (o *SearchDashboardsParams) WithViewCount(viewCount *string) *SearchDashboardsParams
WithViewCount adds the viewCount to the search dashboards params
func (*SearchDashboardsParams) WriteToRequest ¶
func (o *SearchDashboardsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SearchDashboardsReader ¶
type SearchDashboardsReader struct {
// contains filtered or unexported fields
}
SearchDashboardsReader is a Reader for the SearchDashboards structure.
func (*SearchDashboardsReader) ReadResponse ¶
func (o *SearchDashboardsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SyncLookmlDashboardBadRequest ¶
SyncLookmlDashboardBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewSyncLookmlDashboardBadRequest ¶
func NewSyncLookmlDashboardBadRequest() *SyncLookmlDashboardBadRequest
NewSyncLookmlDashboardBadRequest creates a SyncLookmlDashboardBadRequest with default headers values
func (*SyncLookmlDashboardBadRequest) Error ¶
func (o *SyncLookmlDashboardBadRequest) Error() string
func (*SyncLookmlDashboardBadRequest) GetPayload ¶
func (o *SyncLookmlDashboardBadRequest) GetPayload() *models.Error
type SyncLookmlDashboardNotFound ¶
SyncLookmlDashboardNotFound describes a response with status code 404, with default header values.
Not Found
func NewSyncLookmlDashboardNotFound ¶
func NewSyncLookmlDashboardNotFound() *SyncLookmlDashboardNotFound
NewSyncLookmlDashboardNotFound creates a SyncLookmlDashboardNotFound with default headers values
func (*SyncLookmlDashboardNotFound) Error ¶
func (o *SyncLookmlDashboardNotFound) Error() string
func (*SyncLookmlDashboardNotFound) GetPayload ¶
func (o *SyncLookmlDashboardNotFound) GetPayload() *models.Error
type SyncLookmlDashboardOK ¶
type SyncLookmlDashboardOK struct {
Payload []int64
}
SyncLookmlDashboardOK describes a response with status code 200, with default header values.
Ids of all the dashboards that were updated by this operation
func NewSyncLookmlDashboardOK ¶
func NewSyncLookmlDashboardOK() *SyncLookmlDashboardOK
NewSyncLookmlDashboardOK creates a SyncLookmlDashboardOK with default headers values
func (*SyncLookmlDashboardOK) Error ¶
func (o *SyncLookmlDashboardOK) Error() string
func (*SyncLookmlDashboardOK) GetPayload ¶
func (o *SyncLookmlDashboardOK) GetPayload() []int64
type SyncLookmlDashboardParams ¶
type SyncLookmlDashboardParams struct { /* Body. Dashboard */ Body *models.Dashboard /* LookmlDashboardID. Id of LookML dashboard, in the form 'model::dashboardname' */ LookmlDashboardID string /* RawLocale. If true, and this dashboard is localized, export it with the raw keys, not localized. */ RawLocale *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SyncLookmlDashboardParams contains all the parameters to send to the API endpoint
for the sync lookml dashboard operation. Typically these are written to a http.Request.
func NewSyncLookmlDashboardParams ¶
func NewSyncLookmlDashboardParams() *SyncLookmlDashboardParams
NewSyncLookmlDashboardParams creates a new SyncLookmlDashboardParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewSyncLookmlDashboardParamsWithContext ¶
func NewSyncLookmlDashboardParamsWithContext(ctx context.Context) *SyncLookmlDashboardParams
NewSyncLookmlDashboardParamsWithContext creates a new SyncLookmlDashboardParams object with the ability to set a context for a request.
func NewSyncLookmlDashboardParamsWithHTTPClient ¶
func NewSyncLookmlDashboardParamsWithHTTPClient(client *http.Client) *SyncLookmlDashboardParams
NewSyncLookmlDashboardParamsWithHTTPClient creates a new SyncLookmlDashboardParams object with the ability to set a custom HTTPClient for a request.
func NewSyncLookmlDashboardParamsWithTimeout ¶
func NewSyncLookmlDashboardParamsWithTimeout(timeout time.Duration) *SyncLookmlDashboardParams
NewSyncLookmlDashboardParamsWithTimeout creates a new SyncLookmlDashboardParams object with the ability to set a timeout on a request.
func (*SyncLookmlDashboardParams) SetBody ¶
func (o *SyncLookmlDashboardParams) SetBody(body *models.Dashboard)
SetBody adds the body to the sync lookml dashboard params
func (*SyncLookmlDashboardParams) SetContext ¶
func (o *SyncLookmlDashboardParams) SetContext(ctx context.Context)
SetContext adds the context to the sync lookml dashboard params
func (*SyncLookmlDashboardParams) SetDefaults ¶
func (o *SyncLookmlDashboardParams) SetDefaults()
SetDefaults hydrates default values in the sync lookml dashboard params (not the query body).
All values with no default are reset to their zero value.
func (*SyncLookmlDashboardParams) SetHTTPClient ¶
func (o *SyncLookmlDashboardParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the sync lookml dashboard params
func (*SyncLookmlDashboardParams) SetLookmlDashboardID ¶
func (o *SyncLookmlDashboardParams) SetLookmlDashboardID(lookmlDashboardID string)
SetLookmlDashboardID adds the lookmlDashboardId to the sync lookml dashboard params
func (*SyncLookmlDashboardParams) SetRawLocale ¶
func (o *SyncLookmlDashboardParams) SetRawLocale(rawLocale *bool)
SetRawLocale adds the rawLocale to the sync lookml dashboard params
func (*SyncLookmlDashboardParams) SetTimeout ¶
func (o *SyncLookmlDashboardParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the sync lookml dashboard params
func (*SyncLookmlDashboardParams) WithBody ¶
func (o *SyncLookmlDashboardParams) WithBody(body *models.Dashboard) *SyncLookmlDashboardParams
WithBody adds the body to the sync lookml dashboard params
func (*SyncLookmlDashboardParams) WithContext ¶
func (o *SyncLookmlDashboardParams) WithContext(ctx context.Context) *SyncLookmlDashboardParams
WithContext adds the context to the sync lookml dashboard params
func (*SyncLookmlDashboardParams) WithDefaults ¶
func (o *SyncLookmlDashboardParams) WithDefaults() *SyncLookmlDashboardParams
WithDefaults hydrates default values in the sync lookml dashboard params (not the query body).
All values with no default are reset to their zero value.
func (*SyncLookmlDashboardParams) WithHTTPClient ¶
func (o *SyncLookmlDashboardParams) WithHTTPClient(client *http.Client) *SyncLookmlDashboardParams
WithHTTPClient adds the HTTPClient to the sync lookml dashboard params
func (*SyncLookmlDashboardParams) WithLookmlDashboardID ¶
func (o *SyncLookmlDashboardParams) WithLookmlDashboardID(lookmlDashboardID string) *SyncLookmlDashboardParams
WithLookmlDashboardID adds the lookmlDashboardID to the sync lookml dashboard params
func (*SyncLookmlDashboardParams) WithRawLocale ¶
func (o *SyncLookmlDashboardParams) WithRawLocale(rawLocale *bool) *SyncLookmlDashboardParams
WithRawLocale adds the rawLocale to the sync lookml dashboard params
func (*SyncLookmlDashboardParams) WithTimeout ¶
func (o *SyncLookmlDashboardParams) WithTimeout(timeout time.Duration) *SyncLookmlDashboardParams
WithTimeout adds the timeout to the sync lookml dashboard params
func (*SyncLookmlDashboardParams) WriteToRequest ¶
func (o *SyncLookmlDashboardParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SyncLookmlDashboardReader ¶
type SyncLookmlDashboardReader struct {
// contains filtered or unexported fields
}
SyncLookmlDashboardReader is a Reader for the SyncLookmlDashboard structure.
func (*SyncLookmlDashboardReader) ReadResponse ¶
func (o *SyncLookmlDashboardReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SyncLookmlDashboardTooManyRequests ¶
SyncLookmlDashboardTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewSyncLookmlDashboardTooManyRequests ¶
func NewSyncLookmlDashboardTooManyRequests() *SyncLookmlDashboardTooManyRequests
NewSyncLookmlDashboardTooManyRequests creates a SyncLookmlDashboardTooManyRequests with default headers values
func (*SyncLookmlDashboardTooManyRequests) Error ¶
func (o *SyncLookmlDashboardTooManyRequests) Error() string
func (*SyncLookmlDashboardTooManyRequests) GetPayload ¶
func (o *SyncLookmlDashboardTooManyRequests) GetPayload() *models.Error
type SyncLookmlDashboardUnprocessableEntity ¶
type SyncLookmlDashboardUnprocessableEntity struct {
Payload *models.ValidationError
}
SyncLookmlDashboardUnprocessableEntity describes a response with status code 422, with default header values.
Validation Error
func NewSyncLookmlDashboardUnprocessableEntity ¶
func NewSyncLookmlDashboardUnprocessableEntity() *SyncLookmlDashboardUnprocessableEntity
NewSyncLookmlDashboardUnprocessableEntity creates a SyncLookmlDashboardUnprocessableEntity with default headers values
func (*SyncLookmlDashboardUnprocessableEntity) Error ¶
func (o *SyncLookmlDashboardUnprocessableEntity) Error() string
func (*SyncLookmlDashboardUnprocessableEntity) GetPayload ¶
func (o *SyncLookmlDashboardUnprocessableEntity) GetPayload() *models.ValidationError
type UpdateDashboardBadRequest ¶
UpdateDashboardBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewUpdateDashboardBadRequest ¶
func NewUpdateDashboardBadRequest() *UpdateDashboardBadRequest
NewUpdateDashboardBadRequest creates a UpdateDashboardBadRequest with default headers values
func (*UpdateDashboardBadRequest) Error ¶
func (o *UpdateDashboardBadRequest) Error() string
func (*UpdateDashboardBadRequest) GetPayload ¶
func (o *UpdateDashboardBadRequest) GetPayload() *models.Error
type UpdateDashboardElementBadRequest ¶
UpdateDashboardElementBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewUpdateDashboardElementBadRequest ¶
func NewUpdateDashboardElementBadRequest() *UpdateDashboardElementBadRequest
NewUpdateDashboardElementBadRequest creates a UpdateDashboardElementBadRequest with default headers values
func (*UpdateDashboardElementBadRequest) Error ¶
func (o *UpdateDashboardElementBadRequest) Error() string
func (*UpdateDashboardElementBadRequest) GetPayload ¶
func (o *UpdateDashboardElementBadRequest) GetPayload() *models.Error
type UpdateDashboardElementNotFound ¶
UpdateDashboardElementNotFound describes a response with status code 404, with default header values.
Not Found
func NewUpdateDashboardElementNotFound ¶
func NewUpdateDashboardElementNotFound() *UpdateDashboardElementNotFound
NewUpdateDashboardElementNotFound creates a UpdateDashboardElementNotFound with default headers values
func (*UpdateDashboardElementNotFound) Error ¶
func (o *UpdateDashboardElementNotFound) Error() string
func (*UpdateDashboardElementNotFound) GetPayload ¶
func (o *UpdateDashboardElementNotFound) GetPayload() *models.Error
type UpdateDashboardElementOK ¶
type UpdateDashboardElementOK struct {
Payload *models.DashboardElement
}
UpdateDashboardElementOK describes a response with status code 200, with default header values.
DashboardElement
func NewUpdateDashboardElementOK ¶
func NewUpdateDashboardElementOK() *UpdateDashboardElementOK
NewUpdateDashboardElementOK creates a UpdateDashboardElementOK with default headers values
func (*UpdateDashboardElementOK) Error ¶
func (o *UpdateDashboardElementOK) Error() string
func (*UpdateDashboardElementOK) GetPayload ¶
func (o *UpdateDashboardElementOK) GetPayload() *models.DashboardElement
type UpdateDashboardElementParams ¶
type UpdateDashboardElementParams struct { /* Body. DashboardElement */ Body *models.DashboardElement /* DashboardElementID. Id of dashboard element */ DashboardElementID string /* Fields. Requested fields. */ Fields *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateDashboardElementParams contains all the parameters to send to the API endpoint
for the update dashboard element operation. Typically these are written to a http.Request.
func NewUpdateDashboardElementParams ¶
func NewUpdateDashboardElementParams() *UpdateDashboardElementParams
NewUpdateDashboardElementParams creates a new UpdateDashboardElementParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUpdateDashboardElementParamsWithContext ¶
func NewUpdateDashboardElementParamsWithContext(ctx context.Context) *UpdateDashboardElementParams
NewUpdateDashboardElementParamsWithContext creates a new UpdateDashboardElementParams object with the ability to set a context for a request.
func NewUpdateDashboardElementParamsWithHTTPClient ¶
func NewUpdateDashboardElementParamsWithHTTPClient(client *http.Client) *UpdateDashboardElementParams
NewUpdateDashboardElementParamsWithHTTPClient creates a new UpdateDashboardElementParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateDashboardElementParamsWithTimeout ¶
func NewUpdateDashboardElementParamsWithTimeout(timeout time.Duration) *UpdateDashboardElementParams
NewUpdateDashboardElementParamsWithTimeout creates a new UpdateDashboardElementParams object with the ability to set a timeout on a request.
func (*UpdateDashboardElementParams) SetBody ¶
func (o *UpdateDashboardElementParams) SetBody(body *models.DashboardElement)
SetBody adds the body to the update dashboard element params
func (*UpdateDashboardElementParams) SetContext ¶
func (o *UpdateDashboardElementParams) SetContext(ctx context.Context)
SetContext adds the context to the update dashboard element params
func (*UpdateDashboardElementParams) SetDashboardElementID ¶
func (o *UpdateDashboardElementParams) SetDashboardElementID(dashboardElementID string)
SetDashboardElementID adds the dashboardElementId to the update dashboard element params
func (*UpdateDashboardElementParams) SetDefaults ¶
func (o *UpdateDashboardElementParams) SetDefaults()
SetDefaults hydrates default values in the update dashboard element params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateDashboardElementParams) SetFields ¶
func (o *UpdateDashboardElementParams) SetFields(fields *string)
SetFields adds the fields to the update dashboard element params
func (*UpdateDashboardElementParams) SetHTTPClient ¶
func (o *UpdateDashboardElementParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update dashboard element params
func (*UpdateDashboardElementParams) SetTimeout ¶
func (o *UpdateDashboardElementParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update dashboard element params
func (*UpdateDashboardElementParams) WithBody ¶
func (o *UpdateDashboardElementParams) WithBody(body *models.DashboardElement) *UpdateDashboardElementParams
WithBody adds the body to the update dashboard element params
func (*UpdateDashboardElementParams) WithContext ¶
func (o *UpdateDashboardElementParams) WithContext(ctx context.Context) *UpdateDashboardElementParams
WithContext adds the context to the update dashboard element params
func (*UpdateDashboardElementParams) WithDashboardElementID ¶
func (o *UpdateDashboardElementParams) WithDashboardElementID(dashboardElementID string) *UpdateDashboardElementParams
WithDashboardElementID adds the dashboardElementID to the update dashboard element params
func (*UpdateDashboardElementParams) WithDefaults ¶
func (o *UpdateDashboardElementParams) WithDefaults() *UpdateDashboardElementParams
WithDefaults hydrates default values in the update dashboard element params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateDashboardElementParams) WithFields ¶
func (o *UpdateDashboardElementParams) WithFields(fields *string) *UpdateDashboardElementParams
WithFields adds the fields to the update dashboard element params
func (*UpdateDashboardElementParams) WithHTTPClient ¶
func (o *UpdateDashboardElementParams) WithHTTPClient(client *http.Client) *UpdateDashboardElementParams
WithHTTPClient adds the HTTPClient to the update dashboard element params
func (*UpdateDashboardElementParams) WithTimeout ¶
func (o *UpdateDashboardElementParams) WithTimeout(timeout time.Duration) *UpdateDashboardElementParams
WithTimeout adds the timeout to the update dashboard element params
func (*UpdateDashboardElementParams) WriteToRequest ¶
func (o *UpdateDashboardElementParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateDashboardElementReader ¶
type UpdateDashboardElementReader struct {
// contains filtered or unexported fields
}
UpdateDashboardElementReader is a Reader for the UpdateDashboardElement structure.
func (*UpdateDashboardElementReader) ReadResponse ¶
func (o *UpdateDashboardElementReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateDashboardElementTooManyRequests ¶
UpdateDashboardElementTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewUpdateDashboardElementTooManyRequests ¶
func NewUpdateDashboardElementTooManyRequests() *UpdateDashboardElementTooManyRequests
NewUpdateDashboardElementTooManyRequests creates a UpdateDashboardElementTooManyRequests with default headers values
func (*UpdateDashboardElementTooManyRequests) Error ¶
func (o *UpdateDashboardElementTooManyRequests) Error() string
func (*UpdateDashboardElementTooManyRequests) GetPayload ¶
func (o *UpdateDashboardElementTooManyRequests) GetPayload() *models.Error
type UpdateDashboardElementUnprocessableEntity ¶
type UpdateDashboardElementUnprocessableEntity struct {
Payload *models.ValidationError
}
UpdateDashboardElementUnprocessableEntity describes a response with status code 422, with default header values.
Validation Error
func NewUpdateDashboardElementUnprocessableEntity ¶
func NewUpdateDashboardElementUnprocessableEntity() *UpdateDashboardElementUnprocessableEntity
NewUpdateDashboardElementUnprocessableEntity creates a UpdateDashboardElementUnprocessableEntity with default headers values
func (*UpdateDashboardElementUnprocessableEntity) Error ¶
func (o *UpdateDashboardElementUnprocessableEntity) Error() string
func (*UpdateDashboardElementUnprocessableEntity) GetPayload ¶
func (o *UpdateDashboardElementUnprocessableEntity) GetPayload() *models.ValidationError
type UpdateDashboardFilterBadRequest ¶
UpdateDashboardFilterBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewUpdateDashboardFilterBadRequest ¶
func NewUpdateDashboardFilterBadRequest() *UpdateDashboardFilterBadRequest
NewUpdateDashboardFilterBadRequest creates a UpdateDashboardFilterBadRequest with default headers values
func (*UpdateDashboardFilterBadRequest) Error ¶
func (o *UpdateDashboardFilterBadRequest) Error() string
func (*UpdateDashboardFilterBadRequest) GetPayload ¶
func (o *UpdateDashboardFilterBadRequest) GetPayload() *models.Error
type UpdateDashboardFilterNotFound ¶
UpdateDashboardFilterNotFound describes a response with status code 404, with default header values.
Not Found
func NewUpdateDashboardFilterNotFound ¶
func NewUpdateDashboardFilterNotFound() *UpdateDashboardFilterNotFound
NewUpdateDashboardFilterNotFound creates a UpdateDashboardFilterNotFound with default headers values
func (*UpdateDashboardFilterNotFound) Error ¶
func (o *UpdateDashboardFilterNotFound) Error() string
func (*UpdateDashboardFilterNotFound) GetPayload ¶
func (o *UpdateDashboardFilterNotFound) GetPayload() *models.Error
type UpdateDashboardFilterOK ¶
type UpdateDashboardFilterOK struct {
Payload *models.DashboardFilter
}
UpdateDashboardFilterOK describes a response with status code 200, with default header values.
Dashboard Filter
func NewUpdateDashboardFilterOK ¶
func NewUpdateDashboardFilterOK() *UpdateDashboardFilterOK
NewUpdateDashboardFilterOK creates a UpdateDashboardFilterOK with default headers values
func (*UpdateDashboardFilterOK) Error ¶
func (o *UpdateDashboardFilterOK) Error() string
func (*UpdateDashboardFilterOK) GetPayload ¶
func (o *UpdateDashboardFilterOK) GetPayload() *models.DashboardFilter
type UpdateDashboardFilterParams ¶
type UpdateDashboardFilterParams struct { /* Body. Dashboard Filter */ Body *models.DashboardFilter /* DashboardFilterID. Id of dashboard filter */ DashboardFilterID string /* Fields. Requested fields. */ Fields *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateDashboardFilterParams contains all the parameters to send to the API endpoint
for the update dashboard filter operation. Typically these are written to a http.Request.
func NewUpdateDashboardFilterParams ¶
func NewUpdateDashboardFilterParams() *UpdateDashboardFilterParams
NewUpdateDashboardFilterParams creates a new UpdateDashboardFilterParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUpdateDashboardFilterParamsWithContext ¶
func NewUpdateDashboardFilterParamsWithContext(ctx context.Context) *UpdateDashboardFilterParams
NewUpdateDashboardFilterParamsWithContext creates a new UpdateDashboardFilterParams object with the ability to set a context for a request.
func NewUpdateDashboardFilterParamsWithHTTPClient ¶
func NewUpdateDashboardFilterParamsWithHTTPClient(client *http.Client) *UpdateDashboardFilterParams
NewUpdateDashboardFilterParamsWithHTTPClient creates a new UpdateDashboardFilterParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateDashboardFilterParamsWithTimeout ¶
func NewUpdateDashboardFilterParamsWithTimeout(timeout time.Duration) *UpdateDashboardFilterParams
NewUpdateDashboardFilterParamsWithTimeout creates a new UpdateDashboardFilterParams object with the ability to set a timeout on a request.
func (*UpdateDashboardFilterParams) SetBody ¶
func (o *UpdateDashboardFilterParams) SetBody(body *models.DashboardFilter)
SetBody adds the body to the update dashboard filter params
func (*UpdateDashboardFilterParams) SetContext ¶
func (o *UpdateDashboardFilterParams) SetContext(ctx context.Context)
SetContext adds the context to the update dashboard filter params
func (*UpdateDashboardFilterParams) SetDashboardFilterID ¶
func (o *UpdateDashboardFilterParams) SetDashboardFilterID(dashboardFilterID string)
SetDashboardFilterID adds the dashboardFilterId to the update dashboard filter params
func (*UpdateDashboardFilterParams) SetDefaults ¶
func (o *UpdateDashboardFilterParams) SetDefaults()
SetDefaults hydrates default values in the update dashboard filter params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateDashboardFilterParams) SetFields ¶
func (o *UpdateDashboardFilterParams) SetFields(fields *string)
SetFields adds the fields to the update dashboard filter params
func (*UpdateDashboardFilterParams) SetHTTPClient ¶
func (o *UpdateDashboardFilterParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update dashboard filter params
func (*UpdateDashboardFilterParams) SetTimeout ¶
func (o *UpdateDashboardFilterParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update dashboard filter params
func (*UpdateDashboardFilterParams) WithBody ¶
func (o *UpdateDashboardFilterParams) WithBody(body *models.DashboardFilter) *UpdateDashboardFilterParams
WithBody adds the body to the update dashboard filter params
func (*UpdateDashboardFilterParams) WithContext ¶
func (o *UpdateDashboardFilterParams) WithContext(ctx context.Context) *UpdateDashboardFilterParams
WithContext adds the context to the update dashboard filter params
func (*UpdateDashboardFilterParams) WithDashboardFilterID ¶
func (o *UpdateDashboardFilterParams) WithDashboardFilterID(dashboardFilterID string) *UpdateDashboardFilterParams
WithDashboardFilterID adds the dashboardFilterID to the update dashboard filter params
func (*UpdateDashboardFilterParams) WithDefaults ¶
func (o *UpdateDashboardFilterParams) WithDefaults() *UpdateDashboardFilterParams
WithDefaults hydrates default values in the update dashboard filter params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateDashboardFilterParams) WithFields ¶
func (o *UpdateDashboardFilterParams) WithFields(fields *string) *UpdateDashboardFilterParams
WithFields adds the fields to the update dashboard filter params
func (*UpdateDashboardFilterParams) WithHTTPClient ¶
func (o *UpdateDashboardFilterParams) WithHTTPClient(client *http.Client) *UpdateDashboardFilterParams
WithHTTPClient adds the HTTPClient to the update dashboard filter params
func (*UpdateDashboardFilterParams) WithTimeout ¶
func (o *UpdateDashboardFilterParams) WithTimeout(timeout time.Duration) *UpdateDashboardFilterParams
WithTimeout adds the timeout to the update dashboard filter params
func (*UpdateDashboardFilterParams) WriteToRequest ¶
func (o *UpdateDashboardFilterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateDashboardFilterReader ¶
type UpdateDashboardFilterReader struct {
// contains filtered or unexported fields
}
UpdateDashboardFilterReader is a Reader for the UpdateDashboardFilter structure.
func (*UpdateDashboardFilterReader) ReadResponse ¶
func (o *UpdateDashboardFilterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateDashboardFilterTooManyRequests ¶
UpdateDashboardFilterTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewUpdateDashboardFilterTooManyRequests ¶
func NewUpdateDashboardFilterTooManyRequests() *UpdateDashboardFilterTooManyRequests
NewUpdateDashboardFilterTooManyRequests creates a UpdateDashboardFilterTooManyRequests with default headers values
func (*UpdateDashboardFilterTooManyRequests) Error ¶
func (o *UpdateDashboardFilterTooManyRequests) Error() string
func (*UpdateDashboardFilterTooManyRequests) GetPayload ¶
func (o *UpdateDashboardFilterTooManyRequests) GetPayload() *models.Error
type UpdateDashboardFilterUnprocessableEntity ¶
type UpdateDashboardFilterUnprocessableEntity struct {
Payload *models.ValidationError
}
UpdateDashboardFilterUnprocessableEntity describes a response with status code 422, with default header values.
Validation Error
func NewUpdateDashboardFilterUnprocessableEntity ¶
func NewUpdateDashboardFilterUnprocessableEntity() *UpdateDashboardFilterUnprocessableEntity
NewUpdateDashboardFilterUnprocessableEntity creates a UpdateDashboardFilterUnprocessableEntity with default headers values
func (*UpdateDashboardFilterUnprocessableEntity) Error ¶
func (o *UpdateDashboardFilterUnprocessableEntity) Error() string
func (*UpdateDashboardFilterUnprocessableEntity) GetPayload ¶
func (o *UpdateDashboardFilterUnprocessableEntity) GetPayload() *models.ValidationError
type UpdateDashboardLayoutBadRequest ¶
UpdateDashboardLayoutBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewUpdateDashboardLayoutBadRequest ¶
func NewUpdateDashboardLayoutBadRequest() *UpdateDashboardLayoutBadRequest
NewUpdateDashboardLayoutBadRequest creates a UpdateDashboardLayoutBadRequest with default headers values
func (*UpdateDashboardLayoutBadRequest) Error ¶
func (o *UpdateDashboardLayoutBadRequest) Error() string
func (*UpdateDashboardLayoutBadRequest) GetPayload ¶
func (o *UpdateDashboardLayoutBadRequest) GetPayload() *models.Error
type UpdateDashboardLayoutComponentBadRequest ¶
UpdateDashboardLayoutComponentBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewUpdateDashboardLayoutComponentBadRequest ¶
func NewUpdateDashboardLayoutComponentBadRequest() *UpdateDashboardLayoutComponentBadRequest
NewUpdateDashboardLayoutComponentBadRequest creates a UpdateDashboardLayoutComponentBadRequest with default headers values
func (*UpdateDashboardLayoutComponentBadRequest) Error ¶
func (o *UpdateDashboardLayoutComponentBadRequest) Error() string
func (*UpdateDashboardLayoutComponentBadRequest) GetPayload ¶
func (o *UpdateDashboardLayoutComponentBadRequest) GetPayload() *models.Error
type UpdateDashboardLayoutComponentNotFound ¶
UpdateDashboardLayoutComponentNotFound describes a response with status code 404, with default header values.
Not Found
func NewUpdateDashboardLayoutComponentNotFound ¶
func NewUpdateDashboardLayoutComponentNotFound() *UpdateDashboardLayoutComponentNotFound
NewUpdateDashboardLayoutComponentNotFound creates a UpdateDashboardLayoutComponentNotFound with default headers values
func (*UpdateDashboardLayoutComponentNotFound) Error ¶
func (o *UpdateDashboardLayoutComponentNotFound) Error() string
func (*UpdateDashboardLayoutComponentNotFound) GetPayload ¶
func (o *UpdateDashboardLayoutComponentNotFound) GetPayload() *models.Error
type UpdateDashboardLayoutComponentOK ¶
type UpdateDashboardLayoutComponentOK struct {
Payload *models.DashboardLayoutComponent
}
UpdateDashboardLayoutComponentOK describes a response with status code 200, with default header values.
DashboardLayoutComponent
func NewUpdateDashboardLayoutComponentOK ¶
func NewUpdateDashboardLayoutComponentOK() *UpdateDashboardLayoutComponentOK
NewUpdateDashboardLayoutComponentOK creates a UpdateDashboardLayoutComponentOK with default headers values
func (*UpdateDashboardLayoutComponentOK) Error ¶
func (o *UpdateDashboardLayoutComponentOK) Error() string
func (*UpdateDashboardLayoutComponentOK) GetPayload ¶
func (o *UpdateDashboardLayoutComponentOK) GetPayload() *models.DashboardLayoutComponent
type UpdateDashboardLayoutComponentParams ¶
type UpdateDashboardLayoutComponentParams struct { /* Body. DashboardLayoutComponent */ Body *models.DashboardLayoutComponent /* DashboardLayoutComponentID. Id of dashboard layout component */ DashboardLayoutComponentID string /* Fields. Requested fields. */ Fields *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateDashboardLayoutComponentParams contains all the parameters to send to the API endpoint
for the update dashboard layout component operation. Typically these are written to a http.Request.
func NewUpdateDashboardLayoutComponentParams ¶
func NewUpdateDashboardLayoutComponentParams() *UpdateDashboardLayoutComponentParams
NewUpdateDashboardLayoutComponentParams creates a new UpdateDashboardLayoutComponentParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUpdateDashboardLayoutComponentParamsWithContext ¶
func NewUpdateDashboardLayoutComponentParamsWithContext(ctx context.Context) *UpdateDashboardLayoutComponentParams
NewUpdateDashboardLayoutComponentParamsWithContext creates a new UpdateDashboardLayoutComponentParams object with the ability to set a context for a request.
func NewUpdateDashboardLayoutComponentParamsWithHTTPClient ¶
func NewUpdateDashboardLayoutComponentParamsWithHTTPClient(client *http.Client) *UpdateDashboardLayoutComponentParams
NewUpdateDashboardLayoutComponentParamsWithHTTPClient creates a new UpdateDashboardLayoutComponentParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateDashboardLayoutComponentParamsWithTimeout ¶
func NewUpdateDashboardLayoutComponentParamsWithTimeout(timeout time.Duration) *UpdateDashboardLayoutComponentParams
NewUpdateDashboardLayoutComponentParamsWithTimeout creates a new UpdateDashboardLayoutComponentParams object with the ability to set a timeout on a request.
func (*UpdateDashboardLayoutComponentParams) SetBody ¶
func (o *UpdateDashboardLayoutComponentParams) SetBody(body *models.DashboardLayoutComponent)
SetBody adds the body to the update dashboard layout component params
func (*UpdateDashboardLayoutComponentParams) SetContext ¶
func (o *UpdateDashboardLayoutComponentParams) SetContext(ctx context.Context)
SetContext adds the context to the update dashboard layout component params
func (*UpdateDashboardLayoutComponentParams) SetDashboardLayoutComponentID ¶
func (o *UpdateDashboardLayoutComponentParams) SetDashboardLayoutComponentID(dashboardLayoutComponentID string)
SetDashboardLayoutComponentID adds the dashboardLayoutComponentId to the update dashboard layout component params
func (*UpdateDashboardLayoutComponentParams) SetDefaults ¶
func (o *UpdateDashboardLayoutComponentParams) SetDefaults()
SetDefaults hydrates default values in the update dashboard layout component params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateDashboardLayoutComponentParams) SetFields ¶
func (o *UpdateDashboardLayoutComponentParams) SetFields(fields *string)
SetFields adds the fields to the update dashboard layout component params
func (*UpdateDashboardLayoutComponentParams) SetHTTPClient ¶
func (o *UpdateDashboardLayoutComponentParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update dashboard layout component params
func (*UpdateDashboardLayoutComponentParams) SetTimeout ¶
func (o *UpdateDashboardLayoutComponentParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update dashboard layout component params
func (*UpdateDashboardLayoutComponentParams) WithBody ¶
func (o *UpdateDashboardLayoutComponentParams) WithBody(body *models.DashboardLayoutComponent) *UpdateDashboardLayoutComponentParams
WithBody adds the body to the update dashboard layout component params
func (*UpdateDashboardLayoutComponentParams) WithContext ¶
func (o *UpdateDashboardLayoutComponentParams) WithContext(ctx context.Context) *UpdateDashboardLayoutComponentParams
WithContext adds the context to the update dashboard layout component params
func (*UpdateDashboardLayoutComponentParams) WithDashboardLayoutComponentID ¶
func (o *UpdateDashboardLayoutComponentParams) WithDashboardLayoutComponentID(dashboardLayoutComponentID string) *UpdateDashboardLayoutComponentParams
WithDashboardLayoutComponentID adds the dashboardLayoutComponentID to the update dashboard layout component params
func (*UpdateDashboardLayoutComponentParams) WithDefaults ¶
func (o *UpdateDashboardLayoutComponentParams) WithDefaults() *UpdateDashboardLayoutComponentParams
WithDefaults hydrates default values in the update dashboard layout component params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateDashboardLayoutComponentParams) WithFields ¶
func (o *UpdateDashboardLayoutComponentParams) WithFields(fields *string) *UpdateDashboardLayoutComponentParams
WithFields adds the fields to the update dashboard layout component params
func (*UpdateDashboardLayoutComponentParams) WithHTTPClient ¶
func (o *UpdateDashboardLayoutComponentParams) WithHTTPClient(client *http.Client) *UpdateDashboardLayoutComponentParams
WithHTTPClient adds the HTTPClient to the update dashboard layout component params
func (*UpdateDashboardLayoutComponentParams) WithTimeout ¶
func (o *UpdateDashboardLayoutComponentParams) WithTimeout(timeout time.Duration) *UpdateDashboardLayoutComponentParams
WithTimeout adds the timeout to the update dashboard layout component params
func (*UpdateDashboardLayoutComponentParams) WriteToRequest ¶
func (o *UpdateDashboardLayoutComponentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateDashboardLayoutComponentReader ¶
type UpdateDashboardLayoutComponentReader struct {
// contains filtered or unexported fields
}
UpdateDashboardLayoutComponentReader is a Reader for the UpdateDashboardLayoutComponent structure.
func (*UpdateDashboardLayoutComponentReader) ReadResponse ¶
func (o *UpdateDashboardLayoutComponentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateDashboardLayoutComponentTooManyRequests ¶
UpdateDashboardLayoutComponentTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewUpdateDashboardLayoutComponentTooManyRequests ¶
func NewUpdateDashboardLayoutComponentTooManyRequests() *UpdateDashboardLayoutComponentTooManyRequests
NewUpdateDashboardLayoutComponentTooManyRequests creates a UpdateDashboardLayoutComponentTooManyRequests with default headers values
func (*UpdateDashboardLayoutComponentTooManyRequests) Error ¶
func (o *UpdateDashboardLayoutComponentTooManyRequests) Error() string
func (*UpdateDashboardLayoutComponentTooManyRequests) GetPayload ¶
func (o *UpdateDashboardLayoutComponentTooManyRequests) GetPayload() *models.Error
type UpdateDashboardLayoutComponentUnprocessableEntity ¶
type UpdateDashboardLayoutComponentUnprocessableEntity struct {
Payload *models.ValidationError
}
UpdateDashboardLayoutComponentUnprocessableEntity describes a response with status code 422, with default header values.
Validation Error
func NewUpdateDashboardLayoutComponentUnprocessableEntity ¶
func NewUpdateDashboardLayoutComponentUnprocessableEntity() *UpdateDashboardLayoutComponentUnprocessableEntity
NewUpdateDashboardLayoutComponentUnprocessableEntity creates a UpdateDashboardLayoutComponentUnprocessableEntity with default headers values
func (*UpdateDashboardLayoutComponentUnprocessableEntity) Error ¶
func (o *UpdateDashboardLayoutComponentUnprocessableEntity) Error() string
func (*UpdateDashboardLayoutComponentUnprocessableEntity) GetPayload ¶
func (o *UpdateDashboardLayoutComponentUnprocessableEntity) GetPayload() *models.ValidationError
type UpdateDashboardLayoutNotFound ¶
UpdateDashboardLayoutNotFound describes a response with status code 404, with default header values.
Not Found
func NewUpdateDashboardLayoutNotFound ¶
func NewUpdateDashboardLayoutNotFound() *UpdateDashboardLayoutNotFound
NewUpdateDashboardLayoutNotFound creates a UpdateDashboardLayoutNotFound with default headers values
func (*UpdateDashboardLayoutNotFound) Error ¶
func (o *UpdateDashboardLayoutNotFound) Error() string
func (*UpdateDashboardLayoutNotFound) GetPayload ¶
func (o *UpdateDashboardLayoutNotFound) GetPayload() *models.Error
type UpdateDashboardLayoutOK ¶
type UpdateDashboardLayoutOK struct {
Payload *models.DashboardLayout
}
UpdateDashboardLayoutOK describes a response with status code 200, with default header values.
DashboardLayout
func NewUpdateDashboardLayoutOK ¶
func NewUpdateDashboardLayoutOK() *UpdateDashboardLayoutOK
NewUpdateDashboardLayoutOK creates a UpdateDashboardLayoutOK with default headers values
func (*UpdateDashboardLayoutOK) Error ¶
func (o *UpdateDashboardLayoutOK) Error() string
func (*UpdateDashboardLayoutOK) GetPayload ¶
func (o *UpdateDashboardLayoutOK) GetPayload() *models.DashboardLayout
type UpdateDashboardLayoutParams ¶
type UpdateDashboardLayoutParams struct { /* Body. DashboardLayout */ Body *models.DashboardLayout /* DashboardLayoutID. Id of dashboard layout */ DashboardLayoutID string /* Fields. Requested fields. */ Fields *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateDashboardLayoutParams contains all the parameters to send to the API endpoint
for the update dashboard layout operation. Typically these are written to a http.Request.
func NewUpdateDashboardLayoutParams ¶
func NewUpdateDashboardLayoutParams() *UpdateDashboardLayoutParams
NewUpdateDashboardLayoutParams creates a new UpdateDashboardLayoutParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUpdateDashboardLayoutParamsWithContext ¶
func NewUpdateDashboardLayoutParamsWithContext(ctx context.Context) *UpdateDashboardLayoutParams
NewUpdateDashboardLayoutParamsWithContext creates a new UpdateDashboardLayoutParams object with the ability to set a context for a request.
func NewUpdateDashboardLayoutParamsWithHTTPClient ¶
func NewUpdateDashboardLayoutParamsWithHTTPClient(client *http.Client) *UpdateDashboardLayoutParams
NewUpdateDashboardLayoutParamsWithHTTPClient creates a new UpdateDashboardLayoutParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateDashboardLayoutParamsWithTimeout ¶
func NewUpdateDashboardLayoutParamsWithTimeout(timeout time.Duration) *UpdateDashboardLayoutParams
NewUpdateDashboardLayoutParamsWithTimeout creates a new UpdateDashboardLayoutParams object with the ability to set a timeout on a request.
func (*UpdateDashboardLayoutParams) SetBody ¶
func (o *UpdateDashboardLayoutParams) SetBody(body *models.DashboardLayout)
SetBody adds the body to the update dashboard layout params
func (*UpdateDashboardLayoutParams) SetContext ¶
func (o *UpdateDashboardLayoutParams) SetContext(ctx context.Context)
SetContext adds the context to the update dashboard layout params
func (*UpdateDashboardLayoutParams) SetDashboardLayoutID ¶
func (o *UpdateDashboardLayoutParams) SetDashboardLayoutID(dashboardLayoutID string)
SetDashboardLayoutID adds the dashboardLayoutId to the update dashboard layout params
func (*UpdateDashboardLayoutParams) SetDefaults ¶
func (o *UpdateDashboardLayoutParams) SetDefaults()
SetDefaults hydrates default values in the update dashboard layout params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateDashboardLayoutParams) SetFields ¶
func (o *UpdateDashboardLayoutParams) SetFields(fields *string)
SetFields adds the fields to the update dashboard layout params
func (*UpdateDashboardLayoutParams) SetHTTPClient ¶
func (o *UpdateDashboardLayoutParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update dashboard layout params
func (*UpdateDashboardLayoutParams) SetTimeout ¶
func (o *UpdateDashboardLayoutParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update dashboard layout params
func (*UpdateDashboardLayoutParams) WithBody ¶
func (o *UpdateDashboardLayoutParams) WithBody(body *models.DashboardLayout) *UpdateDashboardLayoutParams
WithBody adds the body to the update dashboard layout params
func (*UpdateDashboardLayoutParams) WithContext ¶
func (o *UpdateDashboardLayoutParams) WithContext(ctx context.Context) *UpdateDashboardLayoutParams
WithContext adds the context to the update dashboard layout params
func (*UpdateDashboardLayoutParams) WithDashboardLayoutID ¶
func (o *UpdateDashboardLayoutParams) WithDashboardLayoutID(dashboardLayoutID string) *UpdateDashboardLayoutParams
WithDashboardLayoutID adds the dashboardLayoutID to the update dashboard layout params
func (*UpdateDashboardLayoutParams) WithDefaults ¶
func (o *UpdateDashboardLayoutParams) WithDefaults() *UpdateDashboardLayoutParams
WithDefaults hydrates default values in the update dashboard layout params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateDashboardLayoutParams) WithFields ¶
func (o *UpdateDashboardLayoutParams) WithFields(fields *string) *UpdateDashboardLayoutParams
WithFields adds the fields to the update dashboard layout params
func (*UpdateDashboardLayoutParams) WithHTTPClient ¶
func (o *UpdateDashboardLayoutParams) WithHTTPClient(client *http.Client) *UpdateDashboardLayoutParams
WithHTTPClient adds the HTTPClient to the update dashboard layout params
func (*UpdateDashboardLayoutParams) WithTimeout ¶
func (o *UpdateDashboardLayoutParams) WithTimeout(timeout time.Duration) *UpdateDashboardLayoutParams
WithTimeout adds the timeout to the update dashboard layout params
func (*UpdateDashboardLayoutParams) WriteToRequest ¶
func (o *UpdateDashboardLayoutParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateDashboardLayoutReader ¶
type UpdateDashboardLayoutReader struct {
// contains filtered or unexported fields
}
UpdateDashboardLayoutReader is a Reader for the UpdateDashboardLayout structure.
func (*UpdateDashboardLayoutReader) ReadResponse ¶
func (o *UpdateDashboardLayoutReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateDashboardLayoutTooManyRequests ¶
UpdateDashboardLayoutTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewUpdateDashboardLayoutTooManyRequests ¶
func NewUpdateDashboardLayoutTooManyRequests() *UpdateDashboardLayoutTooManyRequests
NewUpdateDashboardLayoutTooManyRequests creates a UpdateDashboardLayoutTooManyRequests with default headers values
func (*UpdateDashboardLayoutTooManyRequests) Error ¶
func (o *UpdateDashboardLayoutTooManyRequests) Error() string
func (*UpdateDashboardLayoutTooManyRequests) GetPayload ¶
func (o *UpdateDashboardLayoutTooManyRequests) GetPayload() *models.Error
type UpdateDashboardLayoutUnprocessableEntity ¶
type UpdateDashboardLayoutUnprocessableEntity struct {
Payload *models.ValidationError
}
UpdateDashboardLayoutUnprocessableEntity describes a response with status code 422, with default header values.
Validation Error
func NewUpdateDashboardLayoutUnprocessableEntity ¶
func NewUpdateDashboardLayoutUnprocessableEntity() *UpdateDashboardLayoutUnprocessableEntity
NewUpdateDashboardLayoutUnprocessableEntity creates a UpdateDashboardLayoutUnprocessableEntity with default headers values
func (*UpdateDashboardLayoutUnprocessableEntity) Error ¶
func (o *UpdateDashboardLayoutUnprocessableEntity) Error() string
func (*UpdateDashboardLayoutUnprocessableEntity) GetPayload ¶
func (o *UpdateDashboardLayoutUnprocessableEntity) GetPayload() *models.ValidationError
type UpdateDashboardMethodNotAllowed ¶
UpdateDashboardMethodNotAllowed describes a response with status code 405, with default header values.
Resource Can't Be Modified
func NewUpdateDashboardMethodNotAllowed ¶
func NewUpdateDashboardMethodNotAllowed() *UpdateDashboardMethodNotAllowed
NewUpdateDashboardMethodNotAllowed creates a UpdateDashboardMethodNotAllowed with default headers values
func (*UpdateDashboardMethodNotAllowed) Error ¶
func (o *UpdateDashboardMethodNotAllowed) Error() string
func (*UpdateDashboardMethodNotAllowed) GetPayload ¶
func (o *UpdateDashboardMethodNotAllowed) GetPayload() *models.Error
type UpdateDashboardNotFound ¶
UpdateDashboardNotFound describes a response with status code 404, with default header values.
Not Found
func NewUpdateDashboardNotFound ¶
func NewUpdateDashboardNotFound() *UpdateDashboardNotFound
NewUpdateDashboardNotFound creates a UpdateDashboardNotFound with default headers values
func (*UpdateDashboardNotFound) Error ¶
func (o *UpdateDashboardNotFound) Error() string
func (*UpdateDashboardNotFound) GetPayload ¶
func (o *UpdateDashboardNotFound) GetPayload() *models.Error
type UpdateDashboardOK ¶
UpdateDashboardOK describes a response with status code 200, with default header values.
Dashboard
func NewUpdateDashboardOK ¶
func NewUpdateDashboardOK() *UpdateDashboardOK
NewUpdateDashboardOK creates a UpdateDashboardOK with default headers values
func (*UpdateDashboardOK) Error ¶
func (o *UpdateDashboardOK) Error() string
func (*UpdateDashboardOK) GetPayload ¶
func (o *UpdateDashboardOK) GetPayload() *models.Dashboard
type UpdateDashboardParams ¶
type UpdateDashboardParams struct { /* Body. Dashboard */ Body *models.Dashboard /* DashboardID. Id of dashboard */ DashboardID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateDashboardParams contains all the parameters to send to the API endpoint
for the update dashboard operation. Typically these are written to a http.Request.
func NewUpdateDashboardParams ¶
func NewUpdateDashboardParams() *UpdateDashboardParams
NewUpdateDashboardParams creates a new UpdateDashboardParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUpdateDashboardParamsWithContext ¶
func NewUpdateDashboardParamsWithContext(ctx context.Context) *UpdateDashboardParams
NewUpdateDashboardParamsWithContext creates a new UpdateDashboardParams object with the ability to set a context for a request.
func NewUpdateDashboardParamsWithHTTPClient ¶
func NewUpdateDashboardParamsWithHTTPClient(client *http.Client) *UpdateDashboardParams
NewUpdateDashboardParamsWithHTTPClient creates a new UpdateDashboardParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateDashboardParamsWithTimeout ¶
func NewUpdateDashboardParamsWithTimeout(timeout time.Duration) *UpdateDashboardParams
NewUpdateDashboardParamsWithTimeout creates a new UpdateDashboardParams object with the ability to set a timeout on a request.
func (*UpdateDashboardParams) SetBody ¶
func (o *UpdateDashboardParams) SetBody(body *models.Dashboard)
SetBody adds the body to the update dashboard params
func (*UpdateDashboardParams) SetContext ¶
func (o *UpdateDashboardParams) SetContext(ctx context.Context)
SetContext adds the context to the update dashboard params
func (*UpdateDashboardParams) SetDashboardID ¶
func (o *UpdateDashboardParams) SetDashboardID(dashboardID string)
SetDashboardID adds the dashboardId to the update dashboard params
func (*UpdateDashboardParams) SetDefaults ¶
func (o *UpdateDashboardParams) SetDefaults()
SetDefaults hydrates default values in the update dashboard params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateDashboardParams) SetHTTPClient ¶
func (o *UpdateDashboardParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update dashboard params
func (*UpdateDashboardParams) SetTimeout ¶
func (o *UpdateDashboardParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update dashboard params
func (*UpdateDashboardParams) WithBody ¶
func (o *UpdateDashboardParams) WithBody(body *models.Dashboard) *UpdateDashboardParams
WithBody adds the body to the update dashboard params
func (*UpdateDashboardParams) WithContext ¶
func (o *UpdateDashboardParams) WithContext(ctx context.Context) *UpdateDashboardParams
WithContext adds the context to the update dashboard params
func (*UpdateDashboardParams) WithDashboardID ¶
func (o *UpdateDashboardParams) WithDashboardID(dashboardID string) *UpdateDashboardParams
WithDashboardID adds the dashboardID to the update dashboard params
func (*UpdateDashboardParams) WithDefaults ¶
func (o *UpdateDashboardParams) WithDefaults() *UpdateDashboardParams
WithDefaults hydrates default values in the update dashboard params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateDashboardParams) WithHTTPClient ¶
func (o *UpdateDashboardParams) WithHTTPClient(client *http.Client) *UpdateDashboardParams
WithHTTPClient adds the HTTPClient to the update dashboard params
func (*UpdateDashboardParams) WithTimeout ¶
func (o *UpdateDashboardParams) WithTimeout(timeout time.Duration) *UpdateDashboardParams
WithTimeout adds the timeout to the update dashboard params
func (*UpdateDashboardParams) WriteToRequest ¶
func (o *UpdateDashboardParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateDashboardReader ¶
type UpdateDashboardReader struct {
// contains filtered or unexported fields
}
UpdateDashboardReader is a Reader for the UpdateDashboard structure.
func (*UpdateDashboardReader) ReadResponse ¶
func (o *UpdateDashboardReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateDashboardTooManyRequests ¶
UpdateDashboardTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewUpdateDashboardTooManyRequests ¶
func NewUpdateDashboardTooManyRequests() *UpdateDashboardTooManyRequests
NewUpdateDashboardTooManyRequests creates a UpdateDashboardTooManyRequests with default headers values
func (*UpdateDashboardTooManyRequests) Error ¶
func (o *UpdateDashboardTooManyRequests) Error() string
func (*UpdateDashboardTooManyRequests) GetPayload ¶
func (o *UpdateDashboardTooManyRequests) GetPayload() *models.Error
type UpdateDashboardUnprocessableEntity ¶
type UpdateDashboardUnprocessableEntity struct {
Payload *models.ValidationError
}
UpdateDashboardUnprocessableEntity describes a response with status code 422, with default header values.
Validation Error
func NewUpdateDashboardUnprocessableEntity ¶
func NewUpdateDashboardUnprocessableEntity() *UpdateDashboardUnprocessableEntity
NewUpdateDashboardUnprocessableEntity creates a UpdateDashboardUnprocessableEntity with default headers values
func (*UpdateDashboardUnprocessableEntity) Error ¶
func (o *UpdateDashboardUnprocessableEntity) Error() string
func (*UpdateDashboardUnprocessableEntity) GetPayload ¶
func (o *UpdateDashboardUnprocessableEntity) GetPayload() *models.ValidationError
Source Files
¶
- all_dashboards_parameters.go
- all_dashboards_responses.go
- create_dashboard_element_parameters.go
- create_dashboard_element_responses.go
- create_dashboard_filter_parameters.go
- create_dashboard_filter_responses.go
- create_dashboard_layout_parameters.go
- create_dashboard_layout_responses.go
- create_dashboard_parameters.go
- create_dashboard_responses.go
- dashboard_aggregate_table_lookml_parameters.go
- dashboard_aggregate_table_lookml_responses.go
- dashboard_client.go
- dashboard_dashboard_elements_parameters.go
- dashboard_dashboard_elements_responses.go
- dashboard_dashboard_filters_parameters.go
- dashboard_dashboard_filters_responses.go
- dashboard_dashboard_layouts_parameters.go
- dashboard_dashboard_layouts_responses.go
- dashboard_element_parameters.go
- dashboard_element_responses.go
- dashboard_filter_parameters.go
- dashboard_filter_responses.go
- dashboard_layout_component_parameters.go
- dashboard_layout_component_responses.go
- dashboard_layout_dashboard_layout_components_parameters.go
- dashboard_layout_dashboard_layout_components_responses.go
- dashboard_layout_parameters.go
- dashboard_layout_responses.go
- dashboard_lookml_parameters.go
- dashboard_lookml_responses.go
- dashboard_parameters.go
- dashboard_responses.go
- delete_dashboard_element_parameters.go
- delete_dashboard_element_responses.go
- delete_dashboard_filter_parameters.go
- delete_dashboard_filter_responses.go
- delete_dashboard_layout_parameters.go
- delete_dashboard_layout_responses.go
- delete_dashboard_parameters.go
- delete_dashboard_responses.go
- import_lookml_dashboard_parameters.go
- import_lookml_dashboard_responses.go
- search_dashboard_elements_parameters.go
- search_dashboard_elements_responses.go
- search_dashboards_parameters.go
- search_dashboards_responses.go
- sync_lookml_dashboard_parameters.go
- sync_lookml_dashboard_responses.go
- update_dashboard_element_parameters.go
- update_dashboard_element_responses.go
- update_dashboard_filter_parameters.go
- update_dashboard_filter_responses.go
- update_dashboard_layout_component_parameters.go
- update_dashboard_layout_component_responses.go
- update_dashboard_layout_parameters.go
- update_dashboard_layout_responses.go
- update_dashboard_parameters.go
- update_dashboard_responses.go