Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + type DeleteDriveListItemFieldOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteDriveListItemFieldOperationOptions() DeleteDriveListItemFieldOperationOptions + func (o DeleteDriveListItemFieldOperationOptions) ToHeaders() *client.Headers + func (o DeleteDriveListItemFieldOperationOptions) ToOData() *odata.Query + func (o DeleteDriveListItemFieldOperationOptions) ToQuery() *client.QueryParams + type DeleteDriveListItemFieldOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DriveListItemFieldClient struct + Client *msgraph.Client + func NewDriveListItemFieldClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveListItemFieldClient, error) + func (c DriveListItemFieldClient) DeleteDriveListItemField(ctx context.Context, id beta.MeDriveIdListItemId, ...) (result DeleteDriveListItemFieldOperationResponse, err error) + func (c DriveListItemFieldClient) GetDriveListItemField(ctx context.Context, id beta.MeDriveIdListItemId, ...) (result GetDriveListItemFieldOperationResponse, err error) + func (c DriveListItemFieldClient) UpdateDriveListItemField(ctx context.Context, id beta.MeDriveIdListItemId, input beta.FieldValueSet, ...) (result UpdateDriveListItemFieldOperationResponse, err error) + type GetDriveListItemFieldOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetDriveListItemFieldOperationOptions() GetDriveListItemFieldOperationOptions + func (o GetDriveListItemFieldOperationOptions) ToHeaders() *client.Headers + func (o GetDriveListItemFieldOperationOptions) ToOData() *odata.Query + func (o GetDriveListItemFieldOperationOptions) ToQuery() *client.QueryParams + type GetDriveListItemFieldOperationResponse struct + HttpResponse *http.Response + Model *beta.FieldValueSet + OData *odata.OData + type UpdateDriveListItemFieldOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateDriveListItemFieldOperationOptions() UpdateDriveListItemFieldOperationOptions + func (o UpdateDriveListItemFieldOperationOptions) ToHeaders() *client.Headers + func (o UpdateDriveListItemFieldOperationOptions) ToOData() *odata.Query + func (o UpdateDriveListItemFieldOperationOptions) ToQuery() *client.QueryParams + type UpdateDriveListItemFieldOperationResponse struct + HttpResponse *http.Response + OData *odata.OData