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 CreateInvitationOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateInvitationOperationOptions() CreateInvitationOperationOptions + func (o CreateInvitationOperationOptions) ToHeaders() *client.Headers + func (o CreateInvitationOperationOptions) ToOData() *odata.Query + func (o CreateInvitationOperationOptions) ToQuery() *client.QueryParams + type CreateInvitationOperationResponse struct + HttpResponse *http.Response + Model *stable.Invitation + OData *odata.OData + type GetsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetsCountOperationOptions() GetsCountOperationOptions + func (o GetsCountOperationOptions) ToHeaders() *client.Headers + func (o GetsCountOperationOptions) ToOData() *odata.Query + func (o GetsCountOperationOptions) ToQuery() *client.QueryParams + type GetsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type InvitationClient struct + Client *msgraph.Client + func NewInvitationClientWithBaseURI(sdkApi sdkEnv.Api) (*InvitationClient, error) + func (c InvitationClient) CreateInvitation(ctx context.Context, input stable.Invitation, ...) (result CreateInvitationOperationResponse, err error) + func (c InvitationClient) GetsCount(ctx context.Context, options GetsCountOperationOptions) (result GetsCountOperationResponse, err error) + func (c InvitationClient) ListInvitations(ctx context.Context, options ListInvitationsOperationOptions) (result ListInvitationsOperationResponse, err error) + func (c InvitationClient) ListInvitationsComplete(ctx context.Context, options ListInvitationsOperationOptions) (ListInvitationsCompleteResult, error) + func (c InvitationClient) ListInvitationsCompleteMatchingPredicate(ctx context.Context, options ListInvitationsOperationOptions, ...) (result ListInvitationsCompleteResult, err error) + type InvitationOperationPredicate struct + func (p InvitationOperationPredicate) Matches(input stable.Invitation) bool + type ListInvitationsCompleteResult struct + Items []stable.Invitation + LatestHttpResponse *http.Response + type ListInvitationsCustomPager struct + NextLink *odata.Link + func (p *ListInvitationsCustomPager) NextPageLink() *odata.Link + type ListInvitationsOperationOptions 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 DefaultListInvitationsOperationOptions() ListInvitationsOperationOptions + func (o ListInvitationsOperationOptions) ToHeaders() *client.Headers + func (o ListInvitationsOperationOptions) ToOData() *odata.Query + func (o ListInvitationsOperationOptions) ToQuery() *client.QueryParams + type ListInvitationsOperationResponse struct + HttpResponse *http.Response + Model *[]stable.Invitation + OData *odata.OData