Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClearRequestBuilder ¶
type ClearRequestBuilder struct {
// contains filtered or unexported fields
}
ClearRequestBuilder builds and executes requests for operations under \users\{user-id}\insights\used\{usedInsight-id}\resource\microsoft.graph.workbookRangeFill\microsoft.graph.clear
func NewClearRequestBuilder ¶
func NewClearRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *ClearRequestBuilder
NewClearRequestBuilder instantiates a new ClearRequestBuilder and sets the default values.
func NewClearRequestBuilderInternal ¶
func NewClearRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *ClearRequestBuilder
NewClearRequestBuilderInternal instantiates a new ClearRequestBuilder and sets the default values.
func (*ClearRequestBuilder) CreatePostRequestInformation ¶
func (m *ClearRequestBuilder) CreatePostRequestInformation(options *ClearRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation invoke action clear
func (*ClearRequestBuilder) Post ¶
func (m *ClearRequestBuilder) Post(options *ClearRequestBuilderPostOptions) error
Post invoke action clear
type ClearRequestBuilderPostOptions ¶
type ClearRequestBuilderPostOptions struct { // 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 }
ClearRequestBuilderPostOptions options for Post
Click to show internal directories.
Click to hide internal directories.