onlinemeetingattendancereport

package
v0.20241111.1164443 Latest Latest
Warning

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

Go to latest
Published: Nov 11, 2024 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateOnlineMeetingAttendanceReportOperationOptions

type CreateOnlineMeetingAttendanceReportOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultCreateOnlineMeetingAttendanceReportOperationOptions

func DefaultCreateOnlineMeetingAttendanceReportOperationOptions() CreateOnlineMeetingAttendanceReportOperationOptions

func (CreateOnlineMeetingAttendanceReportOperationOptions) ToHeaders

func (CreateOnlineMeetingAttendanceReportOperationOptions) ToOData

func (CreateOnlineMeetingAttendanceReportOperationOptions) ToQuery

type CreateOnlineMeetingAttendanceReportOperationResponse

type CreateOnlineMeetingAttendanceReportOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.MeetingAttendanceReport
}

type DeleteOnlineMeetingAttendanceReportOperationOptions

type DeleteOnlineMeetingAttendanceReportOperationOptions struct {
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultDeleteOnlineMeetingAttendanceReportOperationOptions

func DefaultDeleteOnlineMeetingAttendanceReportOperationOptions() DeleteOnlineMeetingAttendanceReportOperationOptions

func (DeleteOnlineMeetingAttendanceReportOperationOptions) ToHeaders

func (DeleteOnlineMeetingAttendanceReportOperationOptions) ToOData

func (DeleteOnlineMeetingAttendanceReportOperationOptions) ToQuery

type DeleteOnlineMeetingAttendanceReportOperationResponse

type DeleteOnlineMeetingAttendanceReportOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type GetOnlineMeetingAttendanceReportOperationOptions

type GetOnlineMeetingAttendanceReportOperationOptions struct {
	Expand    *odata.Expand
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Select    *[]string
}

func DefaultGetOnlineMeetingAttendanceReportOperationOptions

func DefaultGetOnlineMeetingAttendanceReportOperationOptions() GetOnlineMeetingAttendanceReportOperationOptions

func (GetOnlineMeetingAttendanceReportOperationOptions) ToHeaders

func (GetOnlineMeetingAttendanceReportOperationOptions) ToOData

func (GetOnlineMeetingAttendanceReportOperationOptions) ToQuery

type GetOnlineMeetingAttendanceReportOperationResponse

type GetOnlineMeetingAttendanceReportOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.MeetingAttendanceReport
}

type GetOnlineMeetingAttendanceReportsCountOperationOptions

type GetOnlineMeetingAttendanceReportsCountOperationOptions struct {
	Filter    *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Search    *string
}

func DefaultGetOnlineMeetingAttendanceReportsCountOperationOptions

func DefaultGetOnlineMeetingAttendanceReportsCountOperationOptions() GetOnlineMeetingAttendanceReportsCountOperationOptions

func (GetOnlineMeetingAttendanceReportsCountOperationOptions) ToHeaders

func (GetOnlineMeetingAttendanceReportsCountOperationOptions) ToOData

func (GetOnlineMeetingAttendanceReportsCountOperationOptions) ToQuery

type GetOnlineMeetingAttendanceReportsCountOperationResponse

type GetOnlineMeetingAttendanceReportsCountOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]byte
}

type ListOnlineMeetingAttendanceReportsCompleteResult

type ListOnlineMeetingAttendanceReportsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.MeetingAttendanceReport
}

type ListOnlineMeetingAttendanceReportsCustomPager

type ListOnlineMeetingAttendanceReportsCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}

type ListOnlineMeetingAttendanceReportsOperationOptions

type ListOnlineMeetingAttendanceReportsOperationOptions struct {
	Count     *bool
	Expand    *odata.Expand
	Filter    *string
	Metadata  *odata.Metadata
	OrderBy   *odata.OrderBy
	RetryFunc client.RequestRetryFunc
	Search    *string
	Select    *[]string
	Skip      *int64
	Top       *int64
}

func DefaultListOnlineMeetingAttendanceReportsOperationOptions

func DefaultListOnlineMeetingAttendanceReportsOperationOptions() ListOnlineMeetingAttendanceReportsOperationOptions

func (ListOnlineMeetingAttendanceReportsOperationOptions) ToHeaders

func (ListOnlineMeetingAttendanceReportsOperationOptions) ToOData

func (ListOnlineMeetingAttendanceReportsOperationOptions) ToQuery

type ListOnlineMeetingAttendanceReportsOperationResponse

type ListOnlineMeetingAttendanceReportsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.MeetingAttendanceReport
}

type MeetingAttendanceReportOperationPredicate

type MeetingAttendanceReportOperationPredicate struct {
}

func (MeetingAttendanceReportOperationPredicate) Matches

type OnlineMeetingAttendanceReportClient

type OnlineMeetingAttendanceReportClient struct {
	Client *msgraph.Client
}

func NewOnlineMeetingAttendanceReportClientWithBaseURI

func NewOnlineMeetingAttendanceReportClientWithBaseURI(sdkApi sdkEnv.Api) (*OnlineMeetingAttendanceReportClient, error)

func (OnlineMeetingAttendanceReportClient) CreateOnlineMeetingAttendanceReport

CreateOnlineMeetingAttendanceReport - Create new navigation property to attendanceReports for users

func (OnlineMeetingAttendanceReportClient) DeleteOnlineMeetingAttendanceReport

DeleteOnlineMeetingAttendanceReport - Delete navigation property attendanceReports for users

func (OnlineMeetingAttendanceReportClient) GetOnlineMeetingAttendanceReport

GetOnlineMeetingAttendanceReport - Get attendanceReports from users. The attendance reports of an online meeting. Read-only.

func (OnlineMeetingAttendanceReportClient) GetOnlineMeetingAttendanceReportsCount

GetOnlineMeetingAttendanceReportsCount - Get the number of the resource

func (OnlineMeetingAttendanceReportClient) ListOnlineMeetingAttendanceReports

ListOnlineMeetingAttendanceReports - Get attendanceReports from users. The attendance reports of an online meeting. Read-only.

func (OnlineMeetingAttendanceReportClient) ListOnlineMeetingAttendanceReportsComplete

ListOnlineMeetingAttendanceReportsComplete retrieves all the results into a single object

func (OnlineMeetingAttendanceReportClient) ListOnlineMeetingAttendanceReportsCompleteMatchingPredicate

ListOnlineMeetingAttendanceReportsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (OnlineMeetingAttendanceReportClient) UpdateOnlineMeetingAttendanceReport

UpdateOnlineMeetingAttendanceReport - Update the navigation property attendanceReports in users

type UpdateOnlineMeetingAttendanceReportOperationOptions

type UpdateOnlineMeetingAttendanceReportOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultUpdateOnlineMeetingAttendanceReportOperationOptions

func DefaultUpdateOnlineMeetingAttendanceReportOperationOptions() UpdateOnlineMeetingAttendanceReportOperationOptions

func (UpdateOnlineMeetingAttendanceReportOperationOptions) ToHeaders

func (UpdateOnlineMeetingAttendanceReportOperationOptions) ToOData

func (UpdateOnlineMeetingAttendanceReportOperationOptions) ToQuery

type UpdateOnlineMeetingAttendanceReportOperationResponse

type UpdateOnlineMeetingAttendanceReportOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

Jump to

Keyboard shortcuts

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