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