groupsmigration

package
v0.0.0-...-6eef5cf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 29, 2014 License: Apache-2.0, BSD-3-Clause Imports: 10 Imported by: 0

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) Media

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.

type Groups

type Groups struct {
	// Kind: The kind of insert resource this is.
	Kind string `json:"kind,omitempty"`

	// ResponseCode: The status of the insert request.
	ResponseCode string `json:"responseCode,omitempty"`
}

type Service

type Service struct {
	BasePath string // API endpoint base URL

	Archive *ArchiveService
	// contains filtered or unexported fields
}

func New

func New(client *http.Client) (*Service, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL