Documentation
¶
Overview ¶
Package groupsmigration provides access to the Groups Migration API.
See https://developers.google.com/google-apps/groups-migration/
Usage example:
import "code.google.com/p/google-api-go-client/groupsmigration/v1" ... groupsmigrationService, err := groupsmigration.New(oauthHttpClient)
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArchiveInsertCall ¶
type ArchiveInsertCall struct {
// contains filtered or unexported fields
}
func (*ArchiveInsertCall) Do ¶
func (c *ArchiveInsertCall) Do() (*Groups, error)
func (*ArchiveInsertCall) Fields ¶
func (c *ArchiveInsertCall) Fields(s ...googleapi.Field) *ArchiveInsertCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ArchiveInsertCall) Media ¶
func (c *ArchiveInsertCall) Media(r io.Reader) *ArchiveInsertCall
type ArchiveService ¶
type ArchiveService struct {
// contains filtered or unexported fields
}
func NewArchiveService ¶
func NewArchiveService(s *Service) *ArchiveService
func (*ArchiveService) Insert ¶
func (r *ArchiveService) Insert(groupId string) *ArchiveInsertCall
Insert: Inserts a new mail into the archive of the Google group.
Click to show internal directories.
Click to hide internal directories.