Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RemoveEmailRequestBuilder ¶
type RemoveEmailRequestBuilder struct {
// contains filtered or unexported fields
}
RemoveEmailRequestBuilder provides operations to call the removeEmail method.
func NewRemoveEmailRequestBuilder ¶
func NewRemoveEmailRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *RemoveEmailRequestBuilder
NewRemoveEmailRequestBuilder instantiates a new RemoveEmailRequestBuilder and sets the default values.
func NewRemoveEmailRequestBuilderInternal ¶
func NewRemoveEmailRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *RemoveEmailRequestBuilder
NewRemoveEmailRequestBuilderInternal instantiates a new RemoveEmailRequestBuilder and sets the default values.
func (*RemoveEmailRequestBuilder) CreatePostRequestInformation ¶
func (m *RemoveEmailRequestBuilder) CreatePostRequestInformation(options *RemoveEmailRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action removeEmail
func (*RemoveEmailRequestBuilder) Post ¶
func (m *RemoveEmailRequestBuilder) Post(options *RemoveEmailRequestBuilderPostOptions) error
Post invoke action removeEmail
type RemoveEmailRequestBuilderPostOptions ¶
type RemoveEmailRequestBuilderPostOptions 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 }
RemoveEmailRequestBuilderPostOptions options for Post
Click to show internal directories.
Click to hide internal directories.