Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SendTestMessageRequestBuilder ¶
type SendTestMessageRequestBuilder struct {
// contains filtered or unexported fields
}
SendTestMessageRequestBuilder provides operations to call the sendTestMessage method.
func NewSendTestMessageRequestBuilder ¶
func NewSendTestMessageRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SendTestMessageRequestBuilder
NewSendTestMessageRequestBuilder instantiates a new SendTestMessageRequestBuilder and sets the default values.
func NewSendTestMessageRequestBuilderInternal ¶
func NewSendTestMessageRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SendTestMessageRequestBuilder
NewSendTestMessageRequestBuilderInternal instantiates a new SendTestMessageRequestBuilder and sets the default values.
func (*SendTestMessageRequestBuilder) CreatePostRequestInformation ¶
func (m *SendTestMessageRequestBuilder) CreatePostRequestInformation(options *SendTestMessageRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation sends test message using the specified notificationMessageTemplate in the default locale
func (*SendTestMessageRequestBuilder) Post ¶
func (m *SendTestMessageRequestBuilder) Post(options *SendTestMessageRequestBuilderPostOptions) error
Post sends test message using the specified notificationMessageTemplate in the default locale
type SendTestMessageRequestBuilderPostOptions ¶
type SendTestMessageRequestBuilderPostOptions 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
}
SendTestMessageRequestBuilderPostOptions options for Post
Click to show internal directories.
Click to hide internal directories.