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