Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompleteMigrationRequestBuilder ¶
type CompleteMigrationRequestBuilder struct {
// contains filtered or unexported fields
}
CompleteMigrationRequestBuilder provides operations to call the completeMigration method.
func NewCompleteMigrationRequestBuilder ¶
func NewCompleteMigrationRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CompleteMigrationRequestBuilder
NewCompleteMigrationRequestBuilder instantiates a new CompleteMigrationRequestBuilder and sets the default values.
func NewCompleteMigrationRequestBuilderInternal ¶
func NewCompleteMigrationRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CompleteMigrationRequestBuilder
NewCompleteMigrationRequestBuilderInternal instantiates a new CompleteMigrationRequestBuilder and sets the default values.
func (*CompleteMigrationRequestBuilder) CreatePostRequestInformation ¶
func (m *CompleteMigrationRequestBuilder) CreatePostRequestInformation(ctx context.Context, requestConfiguration *CompleteMigrationRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation complete the message migration process by removing `migration mode` from a team. `Migration mode` is a special state where certain operations are barred, like message POST and membership operations during the data migration process. After a **completeMigration** request is made, you cannot import additional messages into the team. You can add members to the team after the request returns a successful response.
func (*CompleteMigrationRequestBuilder) Post ¶
func (m *CompleteMigrationRequestBuilder) Post(ctx context.Context, requestConfiguration *CompleteMigrationRequestBuilderPostRequestConfiguration) error
Post complete the message migration process by removing `migration mode` from a team. `Migration mode` is a special state where certain operations are barred, like message POST and membership operations during the data migration process. After a **completeMigration** request is made, you cannot import additional messages into the team. You can add members to the team after the request returns a successful response.
type CompleteMigrationRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type CompleteMigrationRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
CompleteMigrationRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.