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 ColumnDefinitionOperationPredicate struct + func (p ColumnDefinitionOperationPredicate) Matches(input beta.ColumnDefinition) bool + type CreateDriveListColumnOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateDriveListColumnOperationOptions() CreateDriveListColumnOperationOptions + func (o CreateDriveListColumnOperationOptions) ToHeaders() *client.Headers + func (o CreateDriveListColumnOperationOptions) ToOData() *odata.Query + func (o CreateDriveListColumnOperationOptions) ToQuery() *client.QueryParams + type CreateDriveListColumnOperationResponse struct + HttpResponse *http.Response + Model *beta.ColumnDefinition + OData *odata.OData + type DeleteDriveListColumnOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteDriveListColumnOperationOptions() DeleteDriveListColumnOperationOptions + func (o DeleteDriveListColumnOperationOptions) ToHeaders() *client.Headers + func (o DeleteDriveListColumnOperationOptions) ToOData() *odata.Query + func (o DeleteDriveListColumnOperationOptions) ToQuery() *client.QueryParams + type DeleteDriveListColumnOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DriveListColumnClient struct + Client *msgraph.Client + func NewDriveListColumnClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveListColumnClient, error) + func (c DriveListColumnClient) CreateDriveListColumn(ctx context.Context, id beta.GroupIdDriveId, input beta.ColumnDefinition, ...) (result CreateDriveListColumnOperationResponse, err error) + func (c DriveListColumnClient) DeleteDriveListColumn(ctx context.Context, id beta.GroupIdDriveIdListColumnId, ...) (result DeleteDriveListColumnOperationResponse, err error) + func (c DriveListColumnClient) GetDriveListColumn(ctx context.Context, id beta.GroupIdDriveIdListColumnId, ...) (result GetDriveListColumnOperationResponse, err error) + func (c DriveListColumnClient) GetDriveListColumnsCount(ctx context.Context, id beta.GroupIdDriveId, ...) (result GetDriveListColumnsCountOperationResponse, err error) + func (c DriveListColumnClient) ListDriveListColumns(ctx context.Context, id beta.GroupIdDriveId, ...) (result ListDriveListColumnsOperationResponse, err error) + func (c DriveListColumnClient) ListDriveListColumnsComplete(ctx context.Context, id beta.GroupIdDriveId, ...) (ListDriveListColumnsCompleteResult, error) + func (c DriveListColumnClient) ListDriveListColumnsCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdDriveId, ...) (result ListDriveListColumnsCompleteResult, err error) + func (c DriveListColumnClient) UpdateDriveListColumn(ctx context.Context, id beta.GroupIdDriveIdListColumnId, ...) (result UpdateDriveListColumnOperationResponse, err error) + type GetDriveListColumnOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetDriveListColumnOperationOptions() GetDriveListColumnOperationOptions + func (o GetDriveListColumnOperationOptions) ToHeaders() *client.Headers + func (o GetDriveListColumnOperationOptions) ToOData() *odata.Query + func (o GetDriveListColumnOperationOptions) ToQuery() *client.QueryParams + type GetDriveListColumnOperationResponse struct + HttpResponse *http.Response + Model *beta.ColumnDefinition + OData *odata.OData + type GetDriveListColumnsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetDriveListColumnsCountOperationOptions() GetDriveListColumnsCountOperationOptions + func (o GetDriveListColumnsCountOperationOptions) ToHeaders() *client.Headers + func (o GetDriveListColumnsCountOperationOptions) ToOData() *odata.Query + func (o GetDriveListColumnsCountOperationOptions) ToQuery() *client.QueryParams + type GetDriveListColumnsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListDriveListColumnsCompleteResult struct + Items []beta.ColumnDefinition + LatestHttpResponse *http.Response + type ListDriveListColumnsCustomPager struct + NextLink *odata.Link + func (p *ListDriveListColumnsCustomPager) NextPageLink() *odata.Link + type ListDriveListColumnsOperationOptions struct + Count *bool + Expand *odata.Expand + Filter *string + Metadata *odata.Metadata + OrderBy *odata.OrderBy + RetryFunc client.RequestRetryFunc + Search *string + Select *[]string + Skip *int64 + Top *int64 + func DefaultListDriveListColumnsOperationOptions() ListDriveListColumnsOperationOptions + func (o ListDriveListColumnsOperationOptions) ToHeaders() *client.Headers + func (o ListDriveListColumnsOperationOptions) ToOData() *odata.Query + func (o ListDriveListColumnsOperationOptions) ToQuery() *client.QueryParams + type ListDriveListColumnsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.ColumnDefinition + OData *odata.OData + type UpdateDriveListColumnOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateDriveListColumnOperationOptions() UpdateDriveListColumnOperationOptions + func (o UpdateDriveListColumnOperationOptions) ToHeaders() *client.Headers + func (o UpdateDriveListColumnOperationOptions) ToOData() *odata.Query + func (o UpdateDriveListColumnOperationOptions) ToQuery() *client.QueryParams + type UpdateDriveListColumnOperationResponse struct + HttpResponse *http.Response + OData *odata.OData