Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UnprotectRequestBuilder ¶
type UnprotectRequestBuilder struct {
// contains filtered or unexported fields
}
UnprotectRequestBuilder builds and executes requests for operations under \workbooks\{driveItem-id}\workbook\worksheets\{workbookWorksheet-id}\protection\microsoft.graph.unprotect
func NewUnprotectRequestBuilder ¶
func NewUnprotectRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *UnprotectRequestBuilder
NewUnprotectRequestBuilder instantiates a new UnprotectRequestBuilder and sets the default values.
func NewUnprotectRequestBuilderInternal ¶
func NewUnprotectRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *UnprotectRequestBuilder
NewUnprotectRequestBuilderInternal instantiates a new UnprotectRequestBuilder and sets the default values.
func (*UnprotectRequestBuilder) CreatePostRequestInformation ¶
func (m *UnprotectRequestBuilder) CreatePostRequestInformation(options *UnprotectRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation invoke action unprotect
func (*UnprotectRequestBuilder) Post ¶
func (m *UnprotectRequestBuilder) Post(options *UnprotectRequestBuilderPostOptions) error
Post invoke action unprotect
type UnprotectRequestBuilderPostOptions ¶
type UnprotectRequestBuilderPostOptions 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 }
UnprotectRequestBuilderPostOptions options for Post
Click to show internal directories.
Click to hide internal directories.