Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PublishRequestBuilder ¶
type PublishRequestBuilder struct {
// contains filtered or unexported fields
}
PublishRequestBuilder provides operations to call the publish method.
func NewPublishRequestBuilder ¶
func NewPublishRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PublishRequestBuilder
NewPublishRequestBuilder instantiates a new PublishRequestBuilder and sets the default values.
func NewPublishRequestBuilderInternal ¶
func NewPublishRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PublishRequestBuilder
NewPublishRequestBuilderInternal instantiates a new PublishRequestBuilder and sets the default values.
func (*PublishRequestBuilder) CreatePostRequestInformation ¶
func (m *PublishRequestBuilder) CreatePostRequestInformation(ctx context.Context, requestConfiguration *PublishRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation make the scheduling page of a business available to external customers. Set the **isPublished** property to `true`, and the **publicUrl** property to the URL of the scheduling page.
func (*PublishRequestBuilder) Post ¶
func (m *PublishRequestBuilder) Post(ctx context.Context, requestConfiguration *PublishRequestBuilderPostRequestConfiguration) error
Post make the scheduling page of a business available to external customers. Set the **isPublished** property to `true`, and the **publicUrl** property to the URL of the scheduling page.
type PublishRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type PublishRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
PublishRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.