Documentation ¶
Index ¶
- type UnmuteRequestBody
- func (m *UnmuteRequestBody) GetAdditionalData() map[string]interface{}
- func (m *UnmuteRequestBody) GetClientContext() *string
- func (m *UnmuteRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *UnmuteRequestBody) IsNil() bool
- func (m *UnmuteRequestBody) Serialize(...) error
- func (m *UnmuteRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *UnmuteRequestBody) SetClientContext(value *string)
- type UnmuteRequestBuilder
- type UnmuteRequestBuilderPostOptions
- type UnmuteResponse
- func (m *UnmuteResponse) GetAdditionalData() map[string]interface{}
- func (m *UnmuteResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *UnmuteResponse) GetUnmuteParticipantOperation() ...
- func (m *UnmuteResponse) IsNil() bool
- func (m *UnmuteResponse) Serialize(...) error
- func (m *UnmuteResponse) SetAdditionalData(value map[string]interface{})
- func (m *UnmuteResponse) SetUnmuteParticipantOperation(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UnmuteRequestBody ¶
type UnmuteRequestBody struct {
// contains filtered or unexported fields
}
func NewUnmuteRequestBody ¶
func NewUnmuteRequestBody() *UnmuteRequestBody
Instantiates a new unmuteRequestBody and sets the default values.
func (*UnmuteRequestBody) GetAdditionalData ¶
func (m *UnmuteRequestBody) GetAdditionalData() map[string]interface{}
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 (*UnmuteRequestBody) GetClientContext ¶
func (m *UnmuteRequestBody) GetClientContext() *string
Gets the clientContext property value.
func (*UnmuteRequestBody) GetFieldDeserializers ¶
func (m *UnmuteRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*UnmuteRequestBody) IsNil ¶
func (m *UnmuteRequestBody) IsNil() bool
func (*UnmuteRequestBody) Serialize ¶
func (m *UnmuteRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*UnmuteRequestBody) SetAdditionalData ¶
func (m *UnmuteRequestBody) SetAdditionalData(value map[string]interface{})
Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. Parameters:
- value : Value to set for the AdditionalData property.
func (*UnmuteRequestBody) SetClientContext ¶
func (m *UnmuteRequestBody) SetClientContext(value *string)
Sets the clientContext property value. Parameters:
- value : Value to set for the clientContext property.
type UnmuteRequestBuilder ¶
type UnmuteRequestBuilder struct {
// contains filtered or unexported fields
}
Builds and executes requests for operations under \communications\calls\{call-id}\microsoft.graph.unmute
func NewUnmuteRequestBuilder ¶
func NewUnmuteRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *UnmuteRequestBuilder
Instantiates a new UnmuteRequestBuilder and sets the default values. Parameters:
- rawUrl : The raw URL to use for the request builder.
- requestAdapter : The request adapter to use to execute the requests.
func NewUnmuteRequestBuilderInternal ¶
func NewUnmuteRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *UnmuteRequestBuilder
Instantiates a new UnmuteRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*UnmuteRequestBuilder) CreatePostRequestInformation ¶
func (m *UnmuteRequestBuilder) CreatePostRequestInformation(options *UnmuteRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Invoke action unmute Parameters:
- options : Options for the request
func (*UnmuteRequestBuilder) Post ¶
func (m *UnmuteRequestBuilder) Post(options *UnmuteRequestBuilderPostOptions) (*UnmuteResponse, error)
Invoke action unmute Parameters:
- options : Options for the request
type UnmuteRequestBuilderPostOptions ¶
type UnmuteRequestBuilderPostOptions struct { // Body *UnmuteRequestBody // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
Options for Post
type UnmuteResponse ¶
type UnmuteResponse struct {
// contains filtered or unexported fields
}
Union type wrapper for classes unmuteParticipantOperation
func NewUnmuteResponse ¶
func NewUnmuteResponse() *UnmuteResponse
Instantiates a new unmuteResponse and sets the default values.
func (*UnmuteResponse) GetAdditionalData ¶
func (m *UnmuteResponse) GetAdditionalData() map[string]interface{}
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 (*UnmuteResponse) GetFieldDeserializers ¶
func (m *UnmuteResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*UnmuteResponse) GetUnmuteParticipantOperation ¶
func (m *UnmuteResponse) GetUnmuteParticipantOperation() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.UnmuteParticipantOperation
Gets the unmuteParticipantOperation property value. Union type representation for type unmuteParticipantOperation
func (*UnmuteResponse) IsNil ¶
func (m *UnmuteResponse) IsNil() bool
func (*UnmuteResponse) Serialize ¶
func (m *UnmuteResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*UnmuteResponse) SetAdditionalData ¶
func (m *UnmuteResponse) SetAdditionalData(value map[string]interface{})
Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. Parameters:
- value : Value to set for the AdditionalData property.
func (*UnmuteResponse) SetUnmuteParticipantOperation ¶
func (m *UnmuteResponse) SetUnmuteParticipantOperation(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.UnmuteParticipantOperation)
Sets the unmuteParticipantOperation property value. Union type representation for type unmuteParticipantOperation Parameters:
- value : Value to set for the unmuteParticipantOperation property.