Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UnpublishRequestBuilder ¶
type UnpublishRequestBuilder struct {
// contains filtered or unexported fields
}
UnpublishRequestBuilder provides operations to call the unpublish method.
func NewUnpublishRequestBuilder ¶
func NewUnpublishRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *UnpublishRequestBuilder
NewUnpublishRequestBuilder instantiates a new UnpublishRequestBuilder and sets the default values.
func NewUnpublishRequestBuilderInternal ¶
func NewUnpublishRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *UnpublishRequestBuilder
NewUnpublishRequestBuilderInternal instantiates a new UnpublishRequestBuilder and sets the default values.
func (*UnpublishRequestBuilder) CreatePostRequestInformation ¶
func (m *UnpublishRequestBuilder) CreatePostRequestInformation(options *UnpublishRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation prevents the general public from seeing the scheduling page of this business.
func (*UnpublishRequestBuilder) Post ¶
func (m *UnpublishRequestBuilder) Post(options *UnpublishRequestBuilderPostOptions) error
Post prevents the general public from seeing the scheduling page of this business.
type UnpublishRequestBuilderPostOptions ¶
type UnpublishRequestBuilderPostOptions 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 }
UnpublishRequestBuilderPostOptions options for Post
Click to show internal directories.
Click to hide internal directories.