Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UnsubscribeByMailRequestBuilder ¶
type UnsubscribeByMailRequestBuilder struct {
// contains filtered or unexported fields
}
UnsubscribeByMailRequestBuilder provides operations to call the unsubscribeByMail method.
func NewUnsubscribeByMailRequestBuilder ¶
func NewUnsubscribeByMailRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *UnsubscribeByMailRequestBuilder
NewUnsubscribeByMailRequestBuilder instantiates a new UnsubscribeByMailRequestBuilder and sets the default values.
func NewUnsubscribeByMailRequestBuilderInternal ¶
func NewUnsubscribeByMailRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *UnsubscribeByMailRequestBuilder
NewUnsubscribeByMailRequestBuilderInternal instantiates a new UnsubscribeByMailRequestBuilder and sets the default values.
func (*UnsubscribeByMailRequestBuilder) CreatePostRequestInformation ¶
func (m *UnsubscribeByMailRequestBuilder) CreatePostRequestInformation(options *UnsubscribeByMailRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action unsubscribeByMail
func (*UnsubscribeByMailRequestBuilder) Post ¶
func (m *UnsubscribeByMailRequestBuilder) Post(options *UnsubscribeByMailRequestBuilderPostOptions) error
Post invoke action unsubscribeByMail
type UnsubscribeByMailRequestBuilderPostOptions ¶
type UnsubscribeByMailRequestBuilderPostOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
UnsubscribeByMailRequestBuilderPostOptions options for Post
Click to show internal directories.
Click to hide internal directories.