Documentation ¶
Index ¶
- type DeleteDriveRootAnalyticsOperationOptions
- type DeleteDriveRootAnalyticsOperationResponse
- type DriveRootAnalyticsClient
- func (c DriveRootAnalyticsClient) DeleteDriveRootAnalytics(ctx context.Context, id beta.UserIdDriveId, ...) (result DeleteDriveRootAnalyticsOperationResponse, err error)
- func (c DriveRootAnalyticsClient) GetDriveRootAnalytic(ctx context.Context, id beta.UserIdDriveId, ...) (result GetDriveRootAnalyticOperationResponse, err error)
- func (c DriveRootAnalyticsClient) UpdateDriveRootAnalytic(ctx context.Context, id beta.UserIdDriveId, input beta.ItemAnalytics, ...) (result UpdateDriveRootAnalyticOperationResponse, err error)
- type GetDriveRootAnalyticOperationOptions
- type GetDriveRootAnalyticOperationResponse
- type UpdateDriveRootAnalyticOperationOptions
- type UpdateDriveRootAnalyticOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteDriveRootAnalyticsOperationOptions ¶
type DeleteDriveRootAnalyticsOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDriveRootAnalyticsOperationOptions ¶
func DefaultDeleteDriveRootAnalyticsOperationOptions() DeleteDriveRootAnalyticsOperationOptions
func (DeleteDriveRootAnalyticsOperationOptions) ToHeaders ¶
func (o DeleteDriveRootAnalyticsOperationOptions) ToHeaders() *client.Headers
func (DeleteDriveRootAnalyticsOperationOptions) ToOData ¶
func (o DeleteDriveRootAnalyticsOperationOptions) ToOData() *odata.Query
func (DeleteDriveRootAnalyticsOperationOptions) ToQuery ¶
func (o DeleteDriveRootAnalyticsOperationOptions) ToQuery() *client.QueryParams
type DriveRootAnalyticsClient ¶
func NewDriveRootAnalyticsClientWithBaseURI ¶
func NewDriveRootAnalyticsClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveRootAnalyticsClient, error)
func (DriveRootAnalyticsClient) DeleteDriveRootAnalytics ¶
func (c DriveRootAnalyticsClient) DeleteDriveRootAnalytics(ctx context.Context, id beta.UserIdDriveId, options DeleteDriveRootAnalyticsOperationOptions) (result DeleteDriveRootAnalyticsOperationResponse, err error)
DeleteDriveRootAnalytics - Delete navigation property analytics for users
func (DriveRootAnalyticsClient) GetDriveRootAnalytic ¶
func (c DriveRootAnalyticsClient) GetDriveRootAnalytic(ctx context.Context, id beta.UserIdDriveId, options GetDriveRootAnalyticOperationOptions) (result GetDriveRootAnalyticOperationResponse, err error)
GetDriveRootAnalytic - Get analytics from users. Analytics about the view activities that took place on this item.
func (DriveRootAnalyticsClient) UpdateDriveRootAnalytic ¶
func (c DriveRootAnalyticsClient) UpdateDriveRootAnalytic(ctx context.Context, id beta.UserIdDriveId, input beta.ItemAnalytics, options UpdateDriveRootAnalyticOperationOptions) (result UpdateDriveRootAnalyticOperationResponse, err error)
UpdateDriveRootAnalytic - Update the navigation property analytics in users
type GetDriveRootAnalyticOperationOptions ¶
type GetDriveRootAnalyticOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetDriveRootAnalyticOperationOptions ¶
func DefaultGetDriveRootAnalyticOperationOptions() GetDriveRootAnalyticOperationOptions
func (GetDriveRootAnalyticOperationOptions) ToHeaders ¶
func (o GetDriveRootAnalyticOperationOptions) ToHeaders() *client.Headers
func (GetDriveRootAnalyticOperationOptions) ToOData ¶
func (o GetDriveRootAnalyticOperationOptions) ToOData() *odata.Query
func (GetDriveRootAnalyticOperationOptions) ToQuery ¶
func (o GetDriveRootAnalyticOperationOptions) ToQuery() *client.QueryParams
type UpdateDriveRootAnalyticOperationOptions ¶
type UpdateDriveRootAnalyticOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateDriveRootAnalyticOperationOptions ¶
func DefaultUpdateDriveRootAnalyticOperationOptions() UpdateDriveRootAnalyticOperationOptions
func (UpdateDriveRootAnalyticOperationOptions) ToHeaders ¶
func (o UpdateDriveRootAnalyticOperationOptions) ToHeaders() *client.Headers
func (UpdateDriveRootAnalyticOperationOptions) ToOData ¶
func (o UpdateDriveRootAnalyticOperationOptions) ToOData() *odata.Query
func (UpdateDriveRootAnalyticOperationOptions) ToQuery ¶
func (o UpdateDriveRootAnalyticOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.