Documentation ¶
Index ¶
- type AttendeeReportRequestBuilder
- func (m *AttendeeReportRequestBuilder) CreateGetRequestInformation(ctx context.Context, ...) (...)
- func (m *AttendeeReportRequestBuilder) CreatePutRequestInformation(ctx context.Context, body []byte, ...) (...)
- func (m *AttendeeReportRequestBuilder) Get(ctx context.Context, ...) ([]byte, error)
- func (m *AttendeeReportRequestBuilder) Put(ctx context.Context, body []byte, ...) error
- type AttendeeReportRequestBuilderGetRequestConfiguration
- type AttendeeReportRequestBuilderPutRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttendeeReportRequestBuilder ¶
type AttendeeReportRequestBuilder struct {
// contains filtered or unexported fields
}
AttendeeReportRequestBuilder provides operations to manage the media for the user entity.
func NewAttendeeReportRequestBuilder ¶
func NewAttendeeReportRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AttendeeReportRequestBuilder
NewAttendeeReportRequestBuilder instantiates a new AttendeeReportRequestBuilder and sets the default values.
func NewAttendeeReportRequestBuilderInternal ¶
func NewAttendeeReportRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AttendeeReportRequestBuilder
NewAttendeeReportRequestBuilderInternal instantiates a new AttendeeReportRequestBuilder and sets the default values.
func (*AttendeeReportRequestBuilder) CreateGetRequestInformation ¶
func (m *AttendeeReportRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *AttendeeReportRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the content stream of the attendee report of a Microsoft Teams live event. Read-only.
func (*AttendeeReportRequestBuilder) CreatePutRequestInformation ¶
func (m *AttendeeReportRequestBuilder) CreatePutRequestInformation(ctx context.Context, body []byte, requestConfiguration *AttendeeReportRequestBuilderPutRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePutRequestInformation the content stream of the attendee report of a Microsoft Teams live event. Read-only.
func (*AttendeeReportRequestBuilder) Get ¶
func (m *AttendeeReportRequestBuilder) Get(ctx context.Context, requestConfiguration *AttendeeReportRequestBuilderGetRequestConfiguration) ([]byte, error)
Get the content stream of the attendee report of a Microsoft Teams live event. Read-only.
func (*AttendeeReportRequestBuilder) Put ¶
func (m *AttendeeReportRequestBuilder) Put(ctx context.Context, body []byte, requestConfiguration *AttendeeReportRequestBuilderPutRequestConfiguration) error
Put the content stream of the attendee report of a Microsoft Teams live event. Read-only.
type AttendeeReportRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type AttendeeReportRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
AttendeeReportRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type AttendeeReportRequestBuilderPutRequestConfiguration ¶ added in v0.22.0
type AttendeeReportRequestBuilderPutRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
AttendeeReportRequestBuilderPutRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.