schedule

package
v1.1.15 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2023 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Overview

Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0

Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0

Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0

Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0

Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PatchSettingsBody

type PatchSettingsBody struct {
	IsVacationEnabled *bool  `json:"is_vacation_enabled"`
	VacationStartTime string `json:"vacation_start_time"`
	VacationEndTime   string `json:"vacation_end_time"`
	Timezone          string `json:"timezone"`
}

type Schedule

type Schedule struct{}

func (Schedule) GetRequiredScopes

func (e Schedule) GetRequiredScopes(method string) []string

func (Schedule) Path

func (e Schedule) Path() string

func (Schedule) ServeHTTP

func (e Schedule) ServeHTTP(w http.ResponseWriter, r *http.Request)

func (Schedule) ValidMethod

func (e Schedule) ValidMethod(method string) bool

type ScheduleICal

type ScheduleICal struct{}

func (ScheduleICal) GetRequiredScopes

func (e ScheduleICal) GetRequiredScopes(method string) []string

func (ScheduleICal) Path

func (e ScheduleICal) Path() string

func (ScheduleICal) ServeHTTP

func (e ScheduleICal) ServeHTTP(w http.ResponseWriter, r *http.Request)

func (ScheduleICal) ValidMethod

func (e ScheduleICal) ValidMethod(method string) bool

type ScheduleSegment

type ScheduleSegment struct{}

func (ScheduleSegment) GetRequiredScopes

func (e ScheduleSegment) GetRequiredScopes(method string) []string

func (ScheduleSegment) Path

func (e ScheduleSegment) Path() string

func (ScheduleSegment) ServeHTTP

func (e ScheduleSegment) ServeHTTP(w http.ResponseWriter, r *http.Request)

func (ScheduleSegment) ValidMethod

func (e ScheduleSegment) ValidMethod(method string) bool

type ScheduleSettings

type ScheduleSettings struct{}

func (ScheduleSettings) GetRequiredScopes

func (e ScheduleSettings) GetRequiredScopes(method string) []string

func (ScheduleSettings) Path

func (e ScheduleSettings) Path() string

func (ScheduleSettings) ServeHTTP

func (e ScheduleSettings) ServeHTTP(w http.ResponseWriter, r *http.Request)

func (ScheduleSettings) ValidMethod

func (e ScheduleSettings) ValidMethod(method string) bool

type SegmentPatchAndPostBody

type SegmentPatchAndPostBody struct {
	StartTime   string  `json:"start_time"`
	Timezone    string  `json:"timezone"`
	IsRecurring *bool   `json:"is_recurring"`
	Duration    string  `json:"duration"`
	CategoryID  *string `json:"category_id"`
	Title       string  `json:"title"`
	IsCanceled  *bool   `json:"is_canceled"`
}

Jump to

Keyboard shortcuts

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