Documentation ¶
Index ¶
- type PeopleService
- func (service *PeopleService) Get(personId string) (person *people.Person, err error)
- func (service *PeopleService) List(pageToken *string) (list *people.ListConnectionsResponse, err error)
- func (service *PeopleService) Update(personId string, person *people.Person) (updated *people.Person, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PeopleService ¶
type PeopleService struct {
// contains filtered or unexported fields
}
func NewPeopleService ¶
func (*PeopleService) Get ¶
func (service *PeopleService) Get(personId string) (person *people.Person, err error)
func (*PeopleService) List ¶
func (service *PeopleService) List(pageToken *string) (list *people.ListConnectionsResponse, err error)
func (*PeopleService) Update ¶
func (service *PeopleService) Update(personId string, person *people.Person) (updated *people.Person, err error)
Click to show internal directories.
Click to hide internal directories.