Documentation ¶
Index ¶
- type DeleteOnlineMeetingAttendeeReportOperationOptions
- type DeleteOnlineMeetingAttendeeReportOperationResponse
- type GetOnlineMeetingAttendeeReportOperationOptions
- type GetOnlineMeetingAttendeeReportOperationResponse
- type OnlineMeetingAttendeeReportClient
- func (c OnlineMeetingAttendeeReportClient) DeleteOnlineMeetingAttendeeReport(ctx context.Context, id beta.MeOnlineMeetingId, ...) (result DeleteOnlineMeetingAttendeeReportOperationResponse, err error)
- func (c OnlineMeetingAttendeeReportClient) GetOnlineMeetingAttendeeReport(ctx context.Context, id beta.MeOnlineMeetingId, ...) (result GetOnlineMeetingAttendeeReportOperationResponse, err error)
- func (c OnlineMeetingAttendeeReportClient) SetOnlineMeetingAttendeeReport(ctx context.Context, id beta.MeOnlineMeetingId, input []byte, ...) (result SetOnlineMeetingAttendeeReportOperationResponse, err error)
- type SetOnlineMeetingAttendeeReportOperationOptions
- type SetOnlineMeetingAttendeeReportOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteOnlineMeetingAttendeeReportOperationOptions ¶
type DeleteOnlineMeetingAttendeeReportOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteOnlineMeetingAttendeeReportOperationOptions ¶
func DefaultDeleteOnlineMeetingAttendeeReportOperationOptions() DeleteOnlineMeetingAttendeeReportOperationOptions
func (DeleteOnlineMeetingAttendeeReportOperationOptions) ToHeaders ¶
func (o DeleteOnlineMeetingAttendeeReportOperationOptions) ToHeaders() *client.Headers
func (DeleteOnlineMeetingAttendeeReportOperationOptions) ToOData ¶
func (o DeleteOnlineMeetingAttendeeReportOperationOptions) ToOData() *odata.Query
func (DeleteOnlineMeetingAttendeeReportOperationOptions) ToQuery ¶
func (o DeleteOnlineMeetingAttendeeReportOperationOptions) ToQuery() *client.QueryParams
type GetOnlineMeetingAttendeeReportOperationOptions ¶
type GetOnlineMeetingAttendeeReportOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultGetOnlineMeetingAttendeeReportOperationOptions ¶
func DefaultGetOnlineMeetingAttendeeReportOperationOptions() GetOnlineMeetingAttendeeReportOperationOptions
func (GetOnlineMeetingAttendeeReportOperationOptions) ToHeaders ¶
func (o GetOnlineMeetingAttendeeReportOperationOptions) ToHeaders() *client.Headers
func (GetOnlineMeetingAttendeeReportOperationOptions) ToOData ¶
func (o GetOnlineMeetingAttendeeReportOperationOptions) ToOData() *odata.Query
func (GetOnlineMeetingAttendeeReportOperationOptions) ToQuery ¶
func (o GetOnlineMeetingAttendeeReportOperationOptions) ToQuery() *client.QueryParams
type OnlineMeetingAttendeeReportClient ¶
func NewOnlineMeetingAttendeeReportClientWithBaseURI ¶
func NewOnlineMeetingAttendeeReportClientWithBaseURI(sdkApi sdkEnv.Api) (*OnlineMeetingAttendeeReportClient, error)
func (OnlineMeetingAttendeeReportClient) DeleteOnlineMeetingAttendeeReport ¶
func (c OnlineMeetingAttendeeReportClient) DeleteOnlineMeetingAttendeeReport(ctx context.Context, id beta.MeOnlineMeetingId, options DeleteOnlineMeetingAttendeeReportOperationOptions) (result DeleteOnlineMeetingAttendeeReportOperationResponse, err error)
DeleteOnlineMeetingAttendeeReport - Delete attendeeReport for the navigation property onlineMeetings in me. The content stream of the attendee report of a Teams live event. Read-only.
func (OnlineMeetingAttendeeReportClient) GetOnlineMeetingAttendeeReport ¶
func (c OnlineMeetingAttendeeReportClient) GetOnlineMeetingAttendeeReport(ctx context.Context, id beta.MeOnlineMeetingId, options GetOnlineMeetingAttendeeReportOperationOptions) (result GetOnlineMeetingAttendeeReportOperationResponse, err error)
GetOnlineMeetingAttendeeReport - Get onlineMeeting. Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report (deprecated) and Teams live event recordings (deprecated) are online meeting artifacts. For details, see Online meeting artifacts and permissions.
func (OnlineMeetingAttendeeReportClient) SetOnlineMeetingAttendeeReport ¶
func (c OnlineMeetingAttendeeReportClient) SetOnlineMeetingAttendeeReport(ctx context.Context, id beta.MeOnlineMeetingId, input []byte, options SetOnlineMeetingAttendeeReportOperationOptions) (result SetOnlineMeetingAttendeeReportOperationResponse, err error)
SetOnlineMeetingAttendeeReport - Update attendeeReport for the navigation property onlineMeetings in me. The content stream of the attendee report of a Teams live event. Read-only.
type SetOnlineMeetingAttendeeReportOperationOptions ¶
type SetOnlineMeetingAttendeeReportOperationOptions struct { ContentType string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultSetOnlineMeetingAttendeeReportOperationOptions ¶
func DefaultSetOnlineMeetingAttendeeReportOperationOptions() SetOnlineMeetingAttendeeReportOperationOptions
func (SetOnlineMeetingAttendeeReportOperationOptions) ToHeaders ¶
func (o SetOnlineMeetingAttendeeReportOperationOptions) ToHeaders() *client.Headers
func (SetOnlineMeetingAttendeeReportOperationOptions) ToOData ¶
func (o SetOnlineMeetingAttendeeReportOperationOptions) ToOData() *odata.Query
func (SetOnlineMeetingAttendeeReportOperationOptions) ToQuery ¶
func (o SetOnlineMeetingAttendeeReportOperationOptions) ToQuery() *client.QueryParams