Documentation ¶
Index ¶
- func CreateInvitePostRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type InvitePostRequestBody
- func (m *InvitePostRequestBody) GetAdditionalData() map[string]interface{}
- func (m *InvitePostRequestBody) GetClientContext() *string
- func (m *InvitePostRequestBody) GetFieldDeserializers() ...
- func (m *InvitePostRequestBody) GetParticipants() ...
- func (m *InvitePostRequestBody) Serialize(...) error
- func (m *InvitePostRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *InvitePostRequestBody) SetClientContext(value *string)
- func (m *InvitePostRequestBody) SetParticipants(...)
- type InvitePostRequestBodyable
- type InviteRequestBuilder
- type InviteRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateInvitePostRequestBodyFromDiscriminatorValue ¶ added in v0.24.0
func CreateInvitePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateInvitePostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type InvitePostRequestBody ¶ added in v0.24.0
type InvitePostRequestBody struct {
// contains filtered or unexported fields
}
InvitePostRequestBody provides operations to call the invite method.
func NewInvitePostRequestBody ¶ added in v0.24.0
func NewInvitePostRequestBody() *InvitePostRequestBody
NewInvitePostRequestBody instantiates a new invitePostRequestBody and sets the default values.
func (*InvitePostRequestBody) GetAdditionalData ¶ added in v0.24.0
func (m *InvitePostRequestBody) GetAdditionalData() map[string]interface{}
GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*InvitePostRequestBody) GetClientContext ¶ added in v0.24.0
func (m *InvitePostRequestBody) GetClientContext() *string
GetClientContext gets the clientContext property value. The clientContext property
func (*InvitePostRequestBody) GetFieldDeserializers ¶ added in v0.24.0
func (m *InvitePostRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*InvitePostRequestBody) GetParticipants ¶ added in v0.24.0
func (m *InvitePostRequestBody) GetParticipants() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.InvitationParticipantInfoable
GetParticipants gets the participants property value. The participants property
func (*InvitePostRequestBody) Serialize ¶ added in v0.24.0
func (m *InvitePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*InvitePostRequestBody) SetAdditionalData ¶ added in v0.24.0
func (m *InvitePostRequestBody) SetAdditionalData(value map[string]interface{})
SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*InvitePostRequestBody) SetClientContext ¶ added in v0.24.0
func (m *InvitePostRequestBody) SetClientContext(value *string)
SetClientContext sets the clientContext property value. The clientContext property
func (*InvitePostRequestBody) SetParticipants ¶ added in v0.24.0
func (m *InvitePostRequestBody) SetParticipants(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.InvitationParticipantInfoable)
SetParticipants sets the participants property value. The participants property
type InvitePostRequestBodyable ¶ added in v0.24.0
type InvitePostRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetClientContext() *string GetParticipants() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.InvitationParticipantInfoable SetClientContext(value *string) SetParticipants(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.InvitationParticipantInfoable) }
InvitePostRequestBodyable
type InviteRequestBuilder ¶
type InviteRequestBuilder struct {
// contains filtered or unexported fields
}
InviteRequestBuilder provides operations to call the invite method.
func NewInviteRequestBuilder ¶
func NewInviteRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *InviteRequestBuilder
NewInviteRequestBuilder instantiates a new InviteRequestBuilder and sets the default values.
func NewInviteRequestBuilderInternal ¶
func NewInviteRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *InviteRequestBuilder
NewInviteRequestBuilderInternal instantiates a new InviteRequestBuilder and sets the default values.
func (*InviteRequestBuilder) CreatePostRequestInformation ¶
func (m *InviteRequestBuilder) CreatePostRequestInformation(ctx context.Context, body InvitePostRequestBodyable, requestConfiguration *InviteRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invite participants to the active call. For more information about how to handle operations, see commsOperation.
func (*InviteRequestBuilder) Post ¶
func (m *InviteRequestBuilder) Post(ctx context.Context, body InvitePostRequestBodyable, requestConfiguration *InviteRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.InviteParticipantsOperationable, error)
Post invite participants to the active call. For more information about how to handle operations, see commsOperation.
type InviteRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type InviteRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
InviteRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.