Missing struct in msgraph-sdk-go/groups #801
Labels
area:documentation
Focused on documentation of the product
bug
Something isn't working
documentation
Improvements or additions to documentation
type:bug
A broken experience
type:documentation
General documentation request or project documentation update
Hi!
According to the session Example 3: Use OData cast to get only a count of user membership, with
go
example graphgroups should call structGroupItemMembersGraph.user$countRequestBuilderGetRequestConfiguration
but i was not able to locate this one in the sdk nor searcing in the main repositorywhile testing and searching, i was able to find
ItemMembersGraphUserCountRequestBuilderGetRequestConfiguration
, so this code sample worked fine to me:Is there any trouble with the doc?
I'm calling sdk here:
github.com/microsoftgraph/msgraph-sdk-go v1.51.0
The text was updated successfully, but these errors were encountered: