Documentation
¶
Index ¶
- type MidbRequestBody
- func (m *MidbRequestBody) GetAdditionalData() map[string]interface{}
- func (m *MidbRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *MidbRequestBody) GetNumBytes() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *MidbRequestBody) GetStartNum() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *MidbRequestBody) GetText() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *MidbRequestBody) IsNil() bool
- func (m *MidbRequestBody) Serialize(...) error
- func (m *MidbRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *MidbRequestBody) SetNumBytes(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- func (m *MidbRequestBody) SetStartNum(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- func (m *MidbRequestBody) SetText(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- type MidbRequestBuilder
- type MidbRequestBuilderPostOptions
- type MidbResponse
- func (m *MidbResponse) GetAdditionalData() map[string]interface{}
- func (m *MidbResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *MidbResponse) GetWorkbookFunctionResult() ...
- func (m *MidbResponse) IsNil() bool
- func (m *MidbResponse) Serialize(...) error
- func (m *MidbResponse) SetAdditionalData(value map[string]interface{})
- func (m *MidbResponse) SetWorkbookFunctionResult(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MidbRequestBody ¶
type MidbRequestBody struct {
// contains filtered or unexported fields
}
func NewMidbRequestBody ¶
func NewMidbRequestBody() *MidbRequestBody
Instantiates a new midbRequestBody and sets the default values.
func (*MidbRequestBody) GetAdditionalData ¶
func (m *MidbRequestBody) 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 (*MidbRequestBody) GetFieldDeserializers ¶
func (m *MidbRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*MidbRequestBody) GetNumBytes ¶
func (m *MidbRequestBody) GetNumBytes() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
Gets the numBytes property value.
func (*MidbRequestBody) GetStartNum ¶
func (m *MidbRequestBody) GetStartNum() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
Gets the startNum property value.
func (*MidbRequestBody) GetText ¶
func (m *MidbRequestBody) GetText() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
Gets the text property value.
func (*MidbRequestBody) IsNil ¶
func (m *MidbRequestBody) IsNil() bool
func (*MidbRequestBody) Serialize ¶
func (m *MidbRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*MidbRequestBody) SetAdditionalData ¶
func (m *MidbRequestBody) 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 (*MidbRequestBody) SetNumBytes ¶
func (m *MidbRequestBody) SetNumBytes(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
Sets the numBytes property value. Parameters:
- value : Value to set for the numBytes property.
func (*MidbRequestBody) SetStartNum ¶
func (m *MidbRequestBody) SetStartNum(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
Sets the startNum property value. Parameters:
- value : Value to set for the startNum property.
func (*MidbRequestBody) SetText ¶
func (m *MidbRequestBody) SetText(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
Sets the text property value. Parameters:
- value : Value to set for the text property.
type MidbRequestBuilder ¶
type MidbRequestBuilder struct {
// contains filtered or unexported fields
}
Builds and executes requests for operations under \workbooks\{driveItem-id}\workbook\functions\microsoft.graph.midb
func NewMidbRequestBuilder ¶
func NewMidbRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *MidbRequestBuilder
Instantiates a new MidbRequestBuilder 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 NewMidbRequestBuilderInternal ¶
func NewMidbRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *MidbRequestBuilder
Instantiates a new MidbRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*MidbRequestBuilder) CreatePostRequestInformation ¶
func (m *MidbRequestBuilder) CreatePostRequestInformation(options *MidbRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Invoke action midb Parameters:
- options : Options for the request
func (*MidbRequestBuilder) Post ¶
func (m *MidbRequestBuilder) Post(options *MidbRequestBuilderPostOptions) (*MidbResponse, error)
Invoke action midb Parameters:
- options : Options for the request
type MidbRequestBuilderPostOptions ¶
type MidbRequestBuilderPostOptions struct { // Body *MidbRequestBody // 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 MidbResponse ¶
type MidbResponse struct {
// contains filtered or unexported fields
}
Union type wrapper for classes workbookFunctionResult
func NewMidbResponse ¶
func NewMidbResponse() *MidbResponse
Instantiates a new midbResponse and sets the default values.
func (*MidbResponse) GetAdditionalData ¶
func (m *MidbResponse) 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 (*MidbResponse) GetFieldDeserializers ¶
func (m *MidbResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*MidbResponse) GetWorkbookFunctionResult ¶
func (m *MidbResponse) GetWorkbookFunctionResult() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult
Gets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult
func (*MidbResponse) IsNil ¶
func (m *MidbResponse) IsNil() bool
func (*MidbResponse) Serialize ¶
func (m *MidbResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*MidbResponse) SetAdditionalData ¶
func (m *MidbResponse) 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 (*MidbResponse) SetWorkbookFunctionResult ¶
func (m *MidbResponse) SetWorkbookFunctionResult(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult)
Sets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult Parameters:
- value : Value to set for the workbookFunctionResult property.