Documentation
¶
Index ¶
- func CreateHideForUserPostRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type HideForUserPostRequestBody
- func (m *HideForUserPostRequestBody) GetAdditionalData() map[string]interface{}
- func (m *HideForUserPostRequestBody) GetFieldDeserializers() ...
- func (m *HideForUserPostRequestBody) GetUser() ...
- func (m *HideForUserPostRequestBody) Serialize(...) error
- func (m *HideForUserPostRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *HideForUserPostRequestBody) SetUser(...)
- type HideForUserPostRequestBodyable
- type HideForUserRequestBuilder
- type HideForUserRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateHideForUserPostRequestBodyFromDiscriminatorValue ¶
func CreateHideForUserPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateHideForUserPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type HideForUserPostRequestBody ¶
type HideForUserPostRequestBody struct {
// contains filtered or unexported fields
}
HideForUserPostRequestBody provides operations to call the hideForUser method.
func NewHideForUserPostRequestBody ¶
func NewHideForUserPostRequestBody() *HideForUserPostRequestBody
NewHideForUserPostRequestBody instantiates a new hideForUserPostRequestBody and sets the default values.
func (*HideForUserPostRequestBody) GetAdditionalData ¶
func (m *HideForUserPostRequestBody) 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 (*HideForUserPostRequestBody) GetFieldDeserializers ¶
func (m *HideForUserPostRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*HideForUserPostRequestBody) GetUser ¶
func (m *HideForUserPostRequestBody) GetUser() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamworkUserIdentityable
GetUser gets the user property value. The user property
func (*HideForUserPostRequestBody) Serialize ¶
func (m *HideForUserPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*HideForUserPostRequestBody) SetAdditionalData ¶
func (m *HideForUserPostRequestBody) 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 (*HideForUserPostRequestBody) SetUser ¶
func (m *HideForUserPostRequestBody) SetUser(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamworkUserIdentityable)
SetUser sets the user property value. The user property
type HideForUserPostRequestBodyable ¶
type HideForUserPostRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetUser() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamworkUserIdentityable SetUser(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TeamworkUserIdentityable) }
HideForUserPostRequestBodyable
type HideForUserRequestBuilder ¶
type HideForUserRequestBuilder struct {
// contains filtered or unexported fields
}
HideForUserRequestBuilder provides operations to call the hideForUser method.
func NewHideForUserRequestBuilder ¶
func NewHideForUserRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *HideForUserRequestBuilder
NewHideForUserRequestBuilder instantiates a new HideForUserRequestBuilder and sets the default values.
func NewHideForUserRequestBuilderInternal ¶
func NewHideForUserRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *HideForUserRequestBuilder
NewHideForUserRequestBuilderInternal instantiates a new HideForUserRequestBuilder and sets the default values.
func (*HideForUserRequestBuilder) CreatePostRequestInformation ¶
func (m *HideForUserRequestBuilder) CreatePostRequestInformation(ctx context.Context, body HideForUserPostRequestBodyable, requestConfiguration *HideForUserRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation hide a chat for a user.
func (*HideForUserRequestBuilder) Post ¶
func (m *HideForUserRequestBuilder) Post(ctx context.Context, body HideForUserPostRequestBodyable, requestConfiguration *HideForUserRequestBuilderPostRequestConfiguration) error
Post hide a chat for a user.
type HideForUserRequestBuilderPostRequestConfiguration ¶
type HideForUserRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
HideForUserRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.