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 stable.ColumnDefinition) bool + type GetSiteExternalColumnOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetSiteExternalColumnOperationOptions() GetSiteExternalColumnOperationOptions + func (o GetSiteExternalColumnOperationOptions) ToHeaders() *client.Headers + func (o GetSiteExternalColumnOperationOptions) ToOData() *odata.Query + func (o GetSiteExternalColumnOperationOptions) ToQuery() *client.QueryParams + type GetSiteExternalColumnOperationResponse struct + HttpResponse *http.Response + Model *stable.ColumnDefinition + OData *odata.OData + type GetSiteExternalColumnsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetSiteExternalColumnsCountOperationOptions() GetSiteExternalColumnsCountOperationOptions + func (o GetSiteExternalColumnsCountOperationOptions) ToHeaders() *client.Headers + func (o GetSiteExternalColumnsCountOperationOptions) ToOData() *odata.Query + func (o GetSiteExternalColumnsCountOperationOptions) ToQuery() *client.QueryParams + type GetSiteExternalColumnsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListSiteExternalColumnsCompleteResult struct + Items []stable.ColumnDefinition + LatestHttpResponse *http.Response + type ListSiteExternalColumnsCustomPager struct + NextLink *odata.Link + func (p *ListSiteExternalColumnsCustomPager) NextPageLink() *odata.Link + type ListSiteExternalColumnsOperationOptions 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 DefaultListSiteExternalColumnsOperationOptions() ListSiteExternalColumnsOperationOptions + func (o ListSiteExternalColumnsOperationOptions) ToHeaders() *client.Headers + func (o ListSiteExternalColumnsOperationOptions) ToOData() *odata.Query + func (o ListSiteExternalColumnsOperationOptions) ToQuery() *client.QueryParams + type ListSiteExternalColumnsOperationResponse struct + HttpResponse *http.Response + Model *[]stable.ColumnDefinition + OData *odata.OData + type SiteExternalColumnClient struct + Client *msgraph.Client + func NewSiteExternalColumnClientWithBaseURI(sdkApi sdkEnv.Api) (*SiteExternalColumnClient, error) + func (c SiteExternalColumnClient) GetSiteExternalColumn(ctx context.Context, id stable.GroupIdSiteIdExternalColumnId, ...) (result GetSiteExternalColumnOperationResponse, err error) + func (c SiteExternalColumnClient) GetSiteExternalColumnsCount(ctx context.Context, id stable.GroupIdSiteId, ...) (result GetSiteExternalColumnsCountOperationResponse, err error) + func (c SiteExternalColumnClient) ListSiteExternalColumns(ctx context.Context, id stable.GroupIdSiteId, ...) (result ListSiteExternalColumnsOperationResponse, err error) + func (c SiteExternalColumnClient) ListSiteExternalColumnsComplete(ctx context.Context, id stable.GroupIdSiteId, ...) (ListSiteExternalColumnsCompleteResult, error) + func (c SiteExternalColumnClient) ListSiteExternalColumnsCompleteMatchingPredicate(ctx context.Context, id stable.GroupIdSiteId, ...) (result ListSiteExternalColumnsCompleteResult, err error)