github.com/grokify/go-ringcentral-client@v0.3.31/engagevoice/v1/client/model_user.go (about) 1 /* 2 * RingCentral Engage Voice API 3 * 4 * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) 5 * 6 * API version: 1.0 7 * Generated by: OpenAPI Generator (https://openapi-generator.tech) 8 */ 9 10 package engagevoice 11 12 // Children field is still needed 13 type User struct { 14 Enabled bool `json:"enabled,omitempty"` 15 FirstName string `json:"firstName,omitempty"` 16 LastName string `json:"lastName,omitempty"` 17 ParentPath string `json:"parentPath,omitempty"` 18 UserId int64 `json:"userId"` 19 UserName string `json:"userName,omitempty"` 20 }