Documentation ¶
Index ¶
- type DeleteInsightOperationOptions
- type DeleteInsightOperationResponse
- type GetInsightOperationOptions
- type GetInsightOperationResponse
- type InsightClient
- func (c InsightClient) DeleteInsight(ctx context.Context, options DeleteInsightOperationOptions) (result DeleteInsightOperationResponse, err error)
- func (c InsightClient) GetInsight(ctx context.Context, options GetInsightOperationOptions) (result GetInsightOperationResponse, err error)
- func (c InsightClient) UpdateInsight(ctx context.Context, input stable.ItemInsights, ...) (result UpdateInsightOperationResponse, err error)
- type UpdateInsightOperationOptions
- type UpdateInsightOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteInsightOperationOptions ¶
type DeleteInsightOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteInsightOperationOptions ¶
func DefaultDeleteInsightOperationOptions() DeleteInsightOperationOptions
func (DeleteInsightOperationOptions) ToHeaders ¶
func (o DeleteInsightOperationOptions) ToHeaders() *client.Headers
func (DeleteInsightOperationOptions) ToOData ¶
func (o DeleteInsightOperationOptions) ToOData() *odata.Query
func (DeleteInsightOperationOptions) ToQuery ¶
func (o DeleteInsightOperationOptions) ToQuery() *client.QueryParams
type GetInsightOperationOptions ¶
type GetInsightOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetInsightOperationOptions ¶
func DefaultGetInsightOperationOptions() GetInsightOperationOptions
func (GetInsightOperationOptions) ToHeaders ¶
func (o GetInsightOperationOptions) ToHeaders() *client.Headers
func (GetInsightOperationOptions) ToOData ¶
func (o GetInsightOperationOptions) ToOData() *odata.Query
func (GetInsightOperationOptions) ToQuery ¶
func (o GetInsightOperationOptions) ToQuery() *client.QueryParams
type InsightClient ¶
func NewInsightClientWithBaseURI ¶
func NewInsightClientWithBaseURI(sdkApi sdkEnv.Api) (*InsightClient, error)
func (InsightClient) DeleteInsight ¶
func (c InsightClient) DeleteInsight(ctx context.Context, options DeleteInsightOperationOptions) (result DeleteInsightOperationResponse, err error)
DeleteInsight - Delete navigation property insights for me
func (InsightClient) GetInsight ¶
func (c InsightClient) GetInsight(ctx context.Context, options GetInsightOperationOptions) (result GetInsightOperationResponse, err error)
GetInsight - Get insights from me
func (InsightClient) UpdateInsight ¶
func (c InsightClient) UpdateInsight(ctx context.Context, input stable.ItemInsights, options UpdateInsightOperationOptions) (result UpdateInsightOperationResponse, err error)
UpdateInsight - Update the navigation property insights in me
type UpdateInsightOperationOptions ¶
type UpdateInsightOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateInsightOperationOptions ¶
func DefaultUpdateInsightOperationOptions() UpdateInsightOperationOptions
func (UpdateInsightOperationOptions) ToHeaders ¶
func (o UpdateInsightOperationOptions) ToHeaders() *client.Headers
func (UpdateInsightOperationOptions) ToOData ¶
func (o UpdateInsightOperationOptions) ToOData() *odata.Query
func (UpdateInsightOperationOptions) ToQuery ¶
func (o UpdateInsightOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.