Documentation ¶
Index ¶
- type Oct2BinRequestBody
- func (m *Oct2BinRequestBody) GetAdditionalData() map[string]interface{}
- func (m *Oct2BinRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *Oct2BinRequestBody) GetNumber() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *Oct2BinRequestBody) GetPlaces() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *Oct2BinRequestBody) IsNil() bool
- func (m *Oct2BinRequestBody) Serialize(...) error
- func (m *Oct2BinRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *Oct2BinRequestBody) SetNumber(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- func (m *Oct2BinRequestBody) SetPlaces(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- type Oct2BinRequestBuilder
- type Oct2BinRequestBuilderPostOptions
- type Oct2BinResponse
- func (m *Oct2BinResponse) GetAdditionalData() map[string]interface{}
- func (m *Oct2BinResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *Oct2BinResponse) GetWorkbookFunctionResult() ...
- func (m *Oct2BinResponse) IsNil() bool
- func (m *Oct2BinResponse) Serialize(...) error
- func (m *Oct2BinResponse) SetAdditionalData(value map[string]interface{})
- func (m *Oct2BinResponse) SetWorkbookFunctionResult(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Oct2BinRequestBody ¶
type Oct2BinRequestBody struct {
// contains filtered or unexported fields
}
Oct2BinRequestBody
func NewOct2BinRequestBody ¶
func NewOct2BinRequestBody() *Oct2BinRequestBody
NewOct2BinRequestBody instantiates a new oct2BinRequestBody and sets the default values.
func (*Oct2BinRequestBody) GetAdditionalData ¶
func (m *Oct2BinRequestBody) 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 (*Oct2BinRequestBody) GetFieldDeserializers ¶
func (m *Oct2BinRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*Oct2BinRequestBody) GetNumber ¶
func (m *Oct2BinRequestBody) GetNumber() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
GetNumber gets the number property value.
func (*Oct2BinRequestBody) GetPlaces ¶
func (m *Oct2BinRequestBody) GetPlaces() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
GetPlaces gets the places property value.
func (*Oct2BinRequestBody) IsNil ¶
func (m *Oct2BinRequestBody) IsNil() bool
func (*Oct2BinRequestBody) Serialize ¶
func (m *Oct2BinRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*Oct2BinRequestBody) SetAdditionalData ¶
func (m *Oct2BinRequestBody) 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 (*Oct2BinRequestBody) SetNumber ¶
func (m *Oct2BinRequestBody) SetNumber(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
SetNumber sets the number property value.
func (*Oct2BinRequestBody) SetPlaces ¶
func (m *Oct2BinRequestBody) SetPlaces(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
SetPlaces sets the places property value.
type Oct2BinRequestBuilder ¶
type Oct2BinRequestBuilder struct {
// contains filtered or unexported fields
}
Oct2BinRequestBuilder builds and executes requests for operations under \workbooks\{driveItem-id}\workbook\functions\microsoft.graph.oct2Bin
func NewOct2BinRequestBuilder ¶
func NewOct2BinRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *Oct2BinRequestBuilder
NewOct2BinRequestBuilder instantiates a new Oct2BinRequestBuilder and sets the default values.
func NewOct2BinRequestBuilderInternal ¶
func NewOct2BinRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *Oct2BinRequestBuilder
NewOct2BinRequestBuilderInternal instantiates a new Oct2BinRequestBuilder and sets the default values.
func (*Oct2BinRequestBuilder) CreatePostRequestInformation ¶
func (m *Oct2BinRequestBuilder) CreatePostRequestInformation(options *Oct2BinRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation invoke action oct2Bin
func (*Oct2BinRequestBuilder) Post ¶
func (m *Oct2BinRequestBuilder) Post(options *Oct2BinRequestBuilderPostOptions) (*Oct2BinResponse, error)
Post invoke action oct2Bin
type Oct2BinRequestBuilderPostOptions ¶
type Oct2BinRequestBuilderPostOptions struct { // Body *Oct2BinRequestBody // 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 }
Oct2BinRequestBuilderPostOptions options for Post
type Oct2BinResponse ¶
type Oct2BinResponse struct {
// contains filtered or unexported fields
}
Oct2BinResponse union type wrapper for classes workbookFunctionResult
func NewOct2BinResponse ¶
func NewOct2BinResponse() *Oct2BinResponse
NewOct2BinResponse instantiates a new oct2BinResponse and sets the default values.
func (*Oct2BinResponse) GetAdditionalData ¶
func (m *Oct2BinResponse) 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 (*Oct2BinResponse) GetFieldDeserializers ¶
func (m *Oct2BinResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*Oct2BinResponse) GetWorkbookFunctionResult ¶
func (m *Oct2BinResponse) GetWorkbookFunctionResult() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult
GetWorkbookFunctionResult gets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult
func (*Oct2BinResponse) IsNil ¶
func (m *Oct2BinResponse) IsNil() bool
func (*Oct2BinResponse) Serialize ¶
func (m *Oct2BinResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*Oct2BinResponse) SetAdditionalData ¶
func (m *Oct2BinResponse) 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 (*Oct2BinResponse) SetWorkbookFunctionResult ¶
func (m *Oct2BinResponse) SetWorkbookFunctionResult(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult)
SetWorkbookFunctionResult sets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult