Documentation ¶
Index ¶
- type ImSubRequestBody
- func (m *ImSubRequestBody) GetAdditionalData() map[string]interface{}
- func (m *ImSubRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *ImSubRequestBody) GetInumber1() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *ImSubRequestBody) GetInumber2() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *ImSubRequestBody) IsNil() bool
- func (m *ImSubRequestBody) Serialize(...) error
- func (m *ImSubRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *ImSubRequestBody) SetInumber1(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- func (m *ImSubRequestBody) SetInumber2(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- type ImSubRequestBuilder
- type ImSubRequestBuilderPostOptions
- type ImSubResponse
- func (m *ImSubResponse) GetAdditionalData() map[string]interface{}
- func (m *ImSubResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *ImSubResponse) GetWorkbookFunctionResult() ...
- func (m *ImSubResponse) IsNil() bool
- func (m *ImSubResponse) Serialize(...) error
- func (m *ImSubResponse) SetAdditionalData(value map[string]interface{})
- func (m *ImSubResponse) SetWorkbookFunctionResult(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImSubRequestBody ¶
type ImSubRequestBody struct {
// contains filtered or unexported fields
}
ImSubRequestBody
func NewImSubRequestBody ¶
func NewImSubRequestBody() *ImSubRequestBody
NewImSubRequestBody instantiates a new imSubRequestBody and sets the default values.
func (*ImSubRequestBody) GetAdditionalData ¶
func (m *ImSubRequestBody) 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 (*ImSubRequestBody) GetFieldDeserializers ¶
func (m *ImSubRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*ImSubRequestBody) GetInumber1 ¶
func (m *ImSubRequestBody) GetInumber1() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
GetInumber1 gets the inumber1 property value.
func (*ImSubRequestBody) GetInumber2 ¶
func (m *ImSubRequestBody) GetInumber2() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
GetInumber2 gets the inumber2 property value.
func (*ImSubRequestBody) IsNil ¶
func (m *ImSubRequestBody) IsNil() bool
func (*ImSubRequestBody) Serialize ¶
func (m *ImSubRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*ImSubRequestBody) SetAdditionalData ¶
func (m *ImSubRequestBody) 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 (*ImSubRequestBody) SetInumber1 ¶
func (m *ImSubRequestBody) SetInumber1(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
SetInumber1 sets the inumber1 property value.
func (*ImSubRequestBody) SetInumber2 ¶
func (m *ImSubRequestBody) SetInumber2(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
SetInumber2 sets the inumber2 property value.
type ImSubRequestBuilder ¶
type ImSubRequestBuilder struct {
// contains filtered or unexported fields
}
ImSubRequestBuilder builds and executes requests for operations under \workbooks\{driveItem-id}\workbook\functions\microsoft.graph.imSub
func NewImSubRequestBuilder ¶
func NewImSubRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *ImSubRequestBuilder
NewImSubRequestBuilder instantiates a new ImSubRequestBuilder and sets the default values.
func NewImSubRequestBuilderInternal ¶
func NewImSubRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *ImSubRequestBuilder
NewImSubRequestBuilderInternal instantiates a new ImSubRequestBuilder and sets the default values.
func (*ImSubRequestBuilder) CreatePostRequestInformation ¶
func (m *ImSubRequestBuilder) CreatePostRequestInformation(options *ImSubRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation invoke action imSub
func (*ImSubRequestBuilder) Post ¶
func (m *ImSubRequestBuilder) Post(options *ImSubRequestBuilderPostOptions) (*ImSubResponse, error)
Post invoke action imSub
type ImSubRequestBuilderPostOptions ¶
type ImSubRequestBuilderPostOptions struct { // Body *ImSubRequestBody // 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 }
ImSubRequestBuilderPostOptions options for Post
type ImSubResponse ¶
type ImSubResponse struct {
// contains filtered or unexported fields
}
ImSubResponse union type wrapper for classes workbookFunctionResult
func NewImSubResponse ¶
func NewImSubResponse() *ImSubResponse
NewImSubResponse instantiates a new imSubResponse and sets the default values.
func (*ImSubResponse) GetAdditionalData ¶
func (m *ImSubResponse) 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 (*ImSubResponse) GetFieldDeserializers ¶
func (m *ImSubResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*ImSubResponse) GetWorkbookFunctionResult ¶
func (m *ImSubResponse) GetWorkbookFunctionResult() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult
GetWorkbookFunctionResult gets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult
func (*ImSubResponse) IsNil ¶
func (m *ImSubResponse) IsNil() bool
func (*ImSubResponse) Serialize ¶
func (m *ImSubResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*ImSubResponse) SetAdditionalData ¶
func (m *ImSubResponse) 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 (*ImSubResponse) SetWorkbookFunctionResult ¶
func (m *ImSubResponse) SetWorkbookFunctionResult(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult)
SetWorkbookFunctionResult sets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult