Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing struct in msgraph-sdk-go/groups #801

Open
ramonrrp opened this issue Nov 8, 2024 · 0 comments
Open

Missing struct in msgraph-sdk-go/groups #801

ramonrrp opened this issue Nov 8, 2024 · 0 comments
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

Comments

@ramonrrp
Copy link

ramonrrp commented Nov 8, 2024

Hi!

According to the session Example 3: Use OData cast to get only a count of user membership, with go example graphgroups should call struct GroupItemMembersGraph.user$countRequestBuilderGetRequestConfiguration but i was not able to locate this one in the sdk nor searcing in the main repository

while testing and searching, i was able to find ItemMembersGraphUserCountRequestBuilderGetRequestConfiguration, so this code sample worked fine to me:

configuration := &graphgroups.ItemMembersGraphUserCountRequestBuilderGetRequestConfiguration{
	Headers: headers,
}

Is there any trouble with the doc?
I'm calling sdk here: github.com/microsoftgraph/msgraph-sdk-go v1.51.0

@ramonrrp ramonrrp added the status:waiting-for-triage An issue that is yet to be reviewed or assigned label Nov 8, 2024
@ramonrrp ramonrrp changed the title Missing struct in List group members example Missing struct in msgraph-sdk-go/groups Nov 8, 2024
@baywet baywet added bug Something isn't working documentation Improvements or additions to documentation type:documentation General documentation request or project documentation update type:bug A broken experience area:documentation Focused on documentation of the product and removed status:waiting-for-triage An issue that is yet to be reviewed or assigned labels Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

2 participants