Documentation
¶
Index ¶
- func CreateUnhideForUserPostRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type UnhideForUserPostRequestBody
- func (m *UnhideForUserPostRequestBody) GetAdditionalData() map[string]interface{}
- func (m *UnhideForUserPostRequestBody) GetFieldDeserializers() ...
- func (m *UnhideForUserPostRequestBody) GetUser() ...
- func (m *UnhideForUserPostRequestBody) Serialize(...) error
- func (m *UnhideForUserPostRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *UnhideForUserPostRequestBody) SetUser(...)
- type UnhideForUserPostRequestBodyable
- type UnhideForUserRequestBuilder
- type UnhideForUserRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateUnhideForUserPostRequestBodyFromDiscriminatorValue ¶
func CreateUnhideForUserPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateUnhideForUserPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type UnhideForUserPostRequestBody ¶
type UnhideForUserPostRequestBody struct {
// contains filtered or unexported fields
}
UnhideForUserPostRequestBody provides operations to call the unhideForUser method.
func NewUnhideForUserPostRequestBody ¶
func NewUnhideForUserPostRequestBody() *UnhideForUserPostRequestBody
NewUnhideForUserPostRequestBody instantiates a new unhideForUserPostRequestBody and sets the default values.
func (*UnhideForUserPostRequestBody) GetAdditionalData ¶
func (m *UnhideForUserPostRequestBody) GetAdditionalData() map[string]interface{}
GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*UnhideForUserPostRequestBody) GetFieldDeserializers ¶
func (m *UnhideForUserPostRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*UnhideForUserPostRequestBody) GetUser ¶
func (m *UnhideForUserPostRequestBody) GetUser() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamworkUserIdentityable
GetUser gets the user property value. The user property
func (*UnhideForUserPostRequestBody) Serialize ¶
func (m *UnhideForUserPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*UnhideForUserPostRequestBody) SetAdditionalData ¶
func (m *UnhideForUserPostRequestBody) SetAdditionalData(value map[string]interface{})
SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*UnhideForUserPostRequestBody) SetUser ¶
func (m *UnhideForUserPostRequestBody) SetUser(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamworkUserIdentityable)
SetUser sets the user property value. The user property
type UnhideForUserPostRequestBodyable ¶
type UnhideForUserPostRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetUser() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamworkUserIdentityable SetUser(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamworkUserIdentityable) }
UnhideForUserPostRequestBodyable
type UnhideForUserRequestBuilder ¶
type UnhideForUserRequestBuilder struct {
// contains filtered or unexported fields
}
UnhideForUserRequestBuilder provides operations to call the unhideForUser method.
func NewUnhideForUserRequestBuilder ¶
func NewUnhideForUserRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *UnhideForUserRequestBuilder
NewUnhideForUserRequestBuilder instantiates a new UnhideForUserRequestBuilder and sets the default values.
func NewUnhideForUserRequestBuilderInternal ¶
func NewUnhideForUserRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *UnhideForUserRequestBuilder
NewUnhideForUserRequestBuilderInternal instantiates a new UnhideForUserRequestBuilder and sets the default values.
func (*UnhideForUserRequestBuilder) CreatePostRequestInformation ¶
func (m *UnhideForUserRequestBuilder) CreatePostRequestInformation(ctx context.Context, body UnhideForUserPostRequestBodyable, requestConfiguration *UnhideForUserRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation unhide a chat for a user.
func (*UnhideForUserRequestBuilder) Post ¶
func (m *UnhideForUserRequestBuilder) Post(ctx context.Context, body UnhideForUserPostRequestBodyable, requestConfiguration *UnhideForUserRequestBuilderPostRequestConfiguration) error
Post unhide a chat for a user.
type UnhideForUserRequestBuilderPostRequestConfiguration ¶
type UnhideForUserRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
UnhideForUserRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.