Documentation ¶
Index ¶
- type AttendeeReportRequestBuilder
- func (m *AttendeeReportRequestBuilder) CreateGetRequestInformation(options *AttendeeReportRequestBuilderGetOptions) (...)
- func (m *AttendeeReportRequestBuilder) CreatePutRequestInformation(options *AttendeeReportRequestBuilderPutOptions) (...)
- func (m *AttendeeReportRequestBuilder) Get(options *AttendeeReportRequestBuilderGetOptions) ([]byte, error)
- func (m *AttendeeReportRequestBuilder) Put(options *AttendeeReportRequestBuilderPutOptions) error
- type AttendeeReportRequestBuilderGetOptions
- type AttendeeReportRequestBuilderPutOptions
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(options *AttendeeReportRequestBuilderGetOptions) (*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(options *AttendeeReportRequestBuilderPutOptions) (*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(options *AttendeeReportRequestBuilderGetOptions) ([]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(options *AttendeeReportRequestBuilderPutOptions) error
Put the content stream of the attendee report of a Microsoft Teams live event. Read-only.
type AttendeeReportRequestBuilderGetOptions ¶
type AttendeeReportRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
AttendeeReportRequestBuilderGetOptions options for Get
type AttendeeReportRequestBuilderPutOptions ¶
type AttendeeReportRequestBuilderPutOptions struct { // Binary request body Body []byte // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
AttendeeReportRequestBuilderPutOptions options for Put