Documentation ¶
Index ¶
- func CreateUnfavoritePostRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- func CreateUnfavoriteResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type UnfavoritePostRequestBody
- func (m *UnfavoritePostRequestBody) GetAdditionalData() map[string]interface{}
- func (m *UnfavoritePostRequestBody) GetFieldDeserializers() ...
- func (m *UnfavoritePostRequestBody) GetMessageIds() []string
- func (m *UnfavoritePostRequestBody) Serialize(...) error
- func (m *UnfavoritePostRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *UnfavoritePostRequestBody) SetMessageIds(value []string)
- type UnfavoritePostRequestBodyable
- type UnfavoriteRequestBuilder
- type UnfavoriteRequestBuilderPostRequestConfiguration
- type UnfavoriteResponse
- func (m *UnfavoriteResponse) GetAdditionalData() map[string]interface{}
- func (m *UnfavoriteResponse) GetFieldDeserializers() ...
- func (m *UnfavoriteResponse) GetValue() *bool
- func (m *UnfavoriteResponse) Serialize(...) error
- func (m *UnfavoriteResponse) SetAdditionalData(value map[string]interface{})
- func (m *UnfavoriteResponse) SetValue(value *bool)
- type UnfavoriteResponseable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateUnfavoritePostRequestBodyFromDiscriminatorValue ¶ added in v0.24.0
func CreateUnfavoritePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateUnfavoritePostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
func CreateUnfavoriteResponseFromDiscriminatorValue ¶ added in v0.13.0
func CreateUnfavoriteResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateUnfavoriteResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type UnfavoritePostRequestBody ¶ added in v0.24.0
type UnfavoritePostRequestBody struct {
// contains filtered or unexported fields
}
UnfavoritePostRequestBody provides operations to call the unfavorite method.
func NewUnfavoritePostRequestBody ¶ added in v0.24.0
func NewUnfavoritePostRequestBody() *UnfavoritePostRequestBody
NewUnfavoritePostRequestBody instantiates a new unfavoritePostRequestBody and sets the default values.
func (*UnfavoritePostRequestBody) GetAdditionalData ¶ added in v0.24.0
func (m *UnfavoritePostRequestBody) 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 (*UnfavoritePostRequestBody) GetFieldDeserializers ¶ added in v0.24.0
func (m *UnfavoritePostRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*UnfavoritePostRequestBody) GetMessageIds ¶ added in v0.24.0
func (m *UnfavoritePostRequestBody) GetMessageIds() []string
GetMessageIds gets the messageIds property value. The messageIds property
func (*UnfavoritePostRequestBody) Serialize ¶ added in v0.24.0
func (m *UnfavoritePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*UnfavoritePostRequestBody) SetAdditionalData ¶ added in v0.24.0
func (m *UnfavoritePostRequestBody) 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 (*UnfavoritePostRequestBody) SetMessageIds ¶ added in v0.24.0
func (m *UnfavoritePostRequestBody) SetMessageIds(value []string)
SetMessageIds sets the messageIds property value. The messageIds property
type UnfavoritePostRequestBodyable ¶ added in v0.24.0
type UnfavoritePostRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetMessageIds() []string SetMessageIds(value []string) }
UnfavoritePostRequestBodyable
type UnfavoriteRequestBuilder ¶
type UnfavoriteRequestBuilder struct {
// contains filtered or unexported fields
}
UnfavoriteRequestBuilder provides operations to call the unfavorite method.
func NewUnfavoriteRequestBuilder ¶
func NewUnfavoriteRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *UnfavoriteRequestBuilder
NewUnfavoriteRequestBuilder instantiates a new UnfavoriteRequestBuilder and sets the default values.
func NewUnfavoriteRequestBuilderInternal ¶
func NewUnfavoriteRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *UnfavoriteRequestBuilder
NewUnfavoriteRequestBuilderInternal instantiates a new UnfavoriteRequestBuilder and sets the default values.
func (*UnfavoriteRequestBuilder) CreatePostRequestInformation ¶
func (m *UnfavoriteRequestBuilder) CreatePostRequestInformation(ctx context.Context, body UnfavoritePostRequestBodyable, requestConfiguration *UnfavoriteRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation remove the favorite status of serviceUpdateMessages for the signed in user.
func (*UnfavoriteRequestBuilder) Post ¶
func (m *UnfavoriteRequestBuilder) Post(ctx context.Context, body UnfavoritePostRequestBodyable, requestConfiguration *UnfavoriteRequestBuilderPostRequestConfiguration) (UnfavoriteResponseable, error)
Post remove the favorite status of serviceUpdateMessages for the signed in user.
type UnfavoriteRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type UnfavoriteRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
UnfavoriteRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type UnfavoriteResponse ¶ added in v0.13.0
type UnfavoriteResponse struct {
// contains filtered or unexported fields
}
UnfavoriteResponse provides operations to call the unfavorite method.
func NewUnfavoriteResponse ¶ added in v0.13.0
func NewUnfavoriteResponse() *UnfavoriteResponse
NewUnfavoriteResponse instantiates a new unfavoriteResponse and sets the default values.
func (*UnfavoriteResponse) GetAdditionalData ¶ added in v0.13.0
func (m *UnfavoriteResponse) 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 (*UnfavoriteResponse) GetFieldDeserializers ¶ added in v0.13.0
func (m *UnfavoriteResponse) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*UnfavoriteResponse) GetValue ¶ added in v0.13.0
func (m *UnfavoriteResponse) GetValue() *bool
GetValue gets the value property value. The value property
func (*UnfavoriteResponse) Serialize ¶ added in v0.13.0
func (m *UnfavoriteResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*UnfavoriteResponse) SetAdditionalData ¶ added in v0.13.0
func (m *UnfavoriteResponse) 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 (*UnfavoriteResponse) SetValue ¶ added in v0.13.0
func (m *UnfavoriteResponse) SetValue(value *bool)
SetValue sets the value property value. The value property
type UnfavoriteResponseable ¶ added in v0.13.0
type UnfavoriteResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetValue() *bool SetValue(value *bool) }
UnfavoriteResponseable