How to retrieve group email id using okta sdk for golang

We have groups synced from gsuite and using okta golang sdk to fetch groups information. The group.Profile has only 2 members (name and description) in the sdk, however in the api Profile has more fields available (googleGroupEmail for instance, which is the group email). Is it possible to retrieve this information using the sdk ?