Documentation ¶
Index ¶
- type UnarchiveRequestBuilder
- func (m *UnarchiveRequestBuilder) CreatePostRequestInformation() (...)
- func (m *UnarchiveRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(requestConfiguration *UnarchiveRequestBuilderPostRequestConfiguration) (...)
- func (m *UnarchiveRequestBuilder) Post(ctx context.Context, ...) error
- type UnarchiveRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UnarchiveRequestBuilder ¶
type UnarchiveRequestBuilder struct {
// contains filtered or unexported fields
}
UnarchiveRequestBuilder provides operations to call the unarchive method.
func NewUnarchiveRequestBuilder ¶
func NewUnarchiveRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *UnarchiveRequestBuilder
NewUnarchiveRequestBuilder instantiates a new UnarchiveRequestBuilder and sets the default values.
func NewUnarchiveRequestBuilderInternal ¶
func NewUnarchiveRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *UnarchiveRequestBuilder
NewUnarchiveRequestBuilderInternal instantiates a new UnarchiveRequestBuilder and sets the default values.
func (*UnarchiveRequestBuilder) CreatePostRequestInformation ¶
func (m *UnarchiveRequestBuilder) CreatePostRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation restore an archived team. This restores users' ability to send messages and edit the team, abiding by tenant and team settings. Teams are archived using the archive API. Unarchiving is an async operation. A team is unarchived once the async operation completes successfully, which may occur subsequent to a response from this API.
func (*UnarchiveRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *UnarchiveRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(requestConfiguration *UnarchiveRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration restore an archived team. This restores users' ability to send messages and edit the team, abiding by tenant and team settings. Teams are archived using the archive API. Unarchiving is an async operation. A team is unarchived once the async operation completes successfully, which may occur subsequent to a response from this API.
func (*UnarchiveRequestBuilder) Post ¶
func (m *UnarchiveRequestBuilder) Post(ctx context.Context, requestConfiguration *UnarchiveRequestBuilderPostRequestConfiguration) error
Post restore an archived team. This restores users' ability to send messages and edit the team, abiding by tenant and team settings. Teams are archived using the archive API. Unarchiving is an async operation. A team is unarchived once the async operation completes successfully, which may occur subsequent to a response from this API.
type UnarchiveRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type UnarchiveRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
UnarchiveRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.