Documentation ¶
Index ¶
- type RandBetweenRequestBody
- func (m *RandBetweenRequestBody) GetAdditionalData() map[string]interface{}
- func (m *RandBetweenRequestBody) GetBottom() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *RandBetweenRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *RandBetweenRequestBody) GetTop() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *RandBetweenRequestBody) IsNil() bool
- func (m *RandBetweenRequestBody) Serialize(...) error
- func (m *RandBetweenRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *RandBetweenRequestBody) SetBottom(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- func (m *RandBetweenRequestBody) SetTop(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- type RandBetweenRequestBuilder
- type RandBetweenRequestBuilderPostOptions
- type RandBetweenResponse
- func (m *RandBetweenResponse) GetAdditionalData() map[string]interface{}
- func (m *RandBetweenResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *RandBetweenResponse) GetWorkbookFunctionResult() ...
- func (m *RandBetweenResponse) IsNil() bool
- func (m *RandBetweenResponse) Serialize(...) error
- func (m *RandBetweenResponse) SetAdditionalData(value map[string]interface{})
- func (m *RandBetweenResponse) SetWorkbookFunctionResult(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RandBetweenRequestBody ¶
type RandBetweenRequestBody struct {
// contains filtered or unexported fields
}
RandBetweenRequestBody
func NewRandBetweenRequestBody ¶
func NewRandBetweenRequestBody() *RandBetweenRequestBody
NewRandBetweenRequestBody instantiates a new randBetweenRequestBody and sets the default values.
func (*RandBetweenRequestBody) GetAdditionalData ¶
func (m *RandBetweenRequestBody) 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 (*RandBetweenRequestBody) GetBottom ¶
func (m *RandBetweenRequestBody) GetBottom() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
GetBottom gets the bottom property value.
func (*RandBetweenRequestBody) GetFieldDeserializers ¶
func (m *RandBetweenRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*RandBetweenRequestBody) GetTop ¶
func (m *RandBetweenRequestBody) GetTop() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
GetTop gets the top property value.
func (*RandBetweenRequestBody) IsNil ¶
func (m *RandBetweenRequestBody) IsNil() bool
func (*RandBetweenRequestBody) Serialize ¶
func (m *RandBetweenRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*RandBetweenRequestBody) SetAdditionalData ¶
func (m *RandBetweenRequestBody) 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 (*RandBetweenRequestBody) SetBottom ¶
func (m *RandBetweenRequestBody) SetBottom(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
SetBottom sets the bottom property value.
func (*RandBetweenRequestBody) SetTop ¶
func (m *RandBetweenRequestBody) SetTop(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
SetTop sets the top property value.
type RandBetweenRequestBuilder ¶
type RandBetweenRequestBuilder struct {
// contains filtered or unexported fields
}
RandBetweenRequestBuilder builds and executes requests for operations under \workbooks\{driveItem-id}\workbook\functions\microsoft.graph.randBetween
func NewRandBetweenRequestBuilder ¶
func NewRandBetweenRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *RandBetweenRequestBuilder
NewRandBetweenRequestBuilder instantiates a new RandBetweenRequestBuilder and sets the default values.
func NewRandBetweenRequestBuilderInternal ¶
func NewRandBetweenRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *RandBetweenRequestBuilder
NewRandBetweenRequestBuilderInternal instantiates a new RandBetweenRequestBuilder and sets the default values.
func (*RandBetweenRequestBuilder) CreatePostRequestInformation ¶
func (m *RandBetweenRequestBuilder) CreatePostRequestInformation(options *RandBetweenRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation invoke action randBetween
func (*RandBetweenRequestBuilder) Post ¶
func (m *RandBetweenRequestBuilder) Post(options *RandBetweenRequestBuilderPostOptions) (*RandBetweenResponse, error)
Post invoke action randBetween
type RandBetweenRequestBuilderPostOptions ¶
type RandBetweenRequestBuilderPostOptions struct { // Body *RandBetweenRequestBody // 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 }
RandBetweenRequestBuilderPostOptions options for Post
type RandBetweenResponse ¶
type RandBetweenResponse struct {
// contains filtered or unexported fields
}
RandBetweenResponse union type wrapper for classes workbookFunctionResult
func NewRandBetweenResponse ¶
func NewRandBetweenResponse() *RandBetweenResponse
NewRandBetweenResponse instantiates a new randBetweenResponse and sets the default values.
func (*RandBetweenResponse) GetAdditionalData ¶
func (m *RandBetweenResponse) 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 (*RandBetweenResponse) GetFieldDeserializers ¶
func (m *RandBetweenResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*RandBetweenResponse) GetWorkbookFunctionResult ¶
func (m *RandBetweenResponse) GetWorkbookFunctionResult() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult
GetWorkbookFunctionResult gets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult
func (*RandBetweenResponse) IsNil ¶
func (m *RandBetweenResponse) IsNil() bool
func (*RandBetweenResponse) Serialize ¶
func (m *RandBetweenResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*RandBetweenResponse) SetAdditionalData ¶
func (m *RandBetweenResponse) 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 (*RandBetweenResponse) SetWorkbookFunctionResult ¶
func (m *RandBetweenResponse) SetWorkbookFunctionResult(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult)
SetWorkbookFunctionResult sets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult