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