Documentation ¶
Index ¶
- func CreateRemoveRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- func CreateRemoveResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type RemoveRequestBody
- func (m *RemoveRequestBody) GetAdditionalData() map[string]interface{}
- func (m *RemoveRequestBody) GetFieldDeserializers() ...
- func (m *RemoveRequestBody) GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Siteable
- func (m *RemoveRequestBody) Serialize(...) error
- func (m *RemoveRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *RemoveRequestBody) SetValue(...)
- type RemoveRequestBodyable
- type RemoveRequestBuilder
- type RemoveRequestBuilderPostOptions
- type RemoveResponse
- func (m *RemoveResponse) GetAdditionalData() map[string]interface{}
- func (m *RemoveResponse) GetFieldDeserializers() ...
- func (m *RemoveResponse) GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Siteable
- func (m *RemoveResponse) Serialize(...) error
- func (m *RemoveResponse) SetAdditionalData(value map[string]interface{})
- func (m *RemoveResponse) SetValue(...)
- type RemoveResponseable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateRemoveRequestBodyFromDiscriminatorValue ¶ added in v0.13.0
func CreateRemoveRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateRemoveRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
func CreateRemoveResponseFromDiscriminatorValue ¶ added in v0.13.0
func CreateRemoveResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateRemoveResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type RemoveRequestBody ¶
type RemoveRequestBody struct {
// contains filtered or unexported fields
}
RemoveRequestBody provides operations to call the remove method.
func NewRemoveRequestBody ¶
func NewRemoveRequestBody() *RemoveRequestBody
NewRemoveRequestBody instantiates a new removeRequestBody and sets the default values.
func (*RemoveRequestBody) GetAdditionalData ¶
func (m *RemoveRequestBody) 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 (*RemoveRequestBody) GetFieldDeserializers ¶
func (m *RemoveRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*RemoveRequestBody) GetValue ¶
func (m *RemoveRequestBody) GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Siteable
GetValue gets the value property value. The value property
func (*RemoveRequestBody) Serialize ¶
func (m *RemoveRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*RemoveRequestBody) SetAdditionalData ¶
func (m *RemoveRequestBody) 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 (*RemoveRequestBody) SetValue ¶
func (m *RemoveRequestBody) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Siteable)
SetValue sets the value property value. The value property
type RemoveRequestBodyable ¶ added in v0.13.0
type RemoveRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Siteable SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Siteable) }
RemoveRequestBodyable
type RemoveRequestBuilder ¶
type RemoveRequestBuilder struct {
// contains filtered or unexported fields
}
RemoveRequestBuilder provides operations to call the remove method.
func NewRemoveRequestBuilder ¶
func NewRemoveRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *RemoveRequestBuilder
NewRemoveRequestBuilder instantiates a new RemoveRequestBuilder and sets the default values.
func NewRemoveRequestBuilderInternal ¶
func NewRemoveRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *RemoveRequestBuilder
NewRemoveRequestBuilderInternal instantiates a new RemoveRequestBuilder and sets the default values.
func (*RemoveRequestBuilder) CreatePostRequestInformation ¶
func (m *RemoveRequestBuilder) CreatePostRequestInformation(options *RemoveRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action remove
func (*RemoveRequestBuilder) Post ¶
func (m *RemoveRequestBuilder) Post(options *RemoveRequestBuilderPostOptions) (RemoveResponseable, error)
Post invoke action remove
type RemoveRequestBuilderPostOptions ¶
type RemoveRequestBuilderPostOptions struct { // Body RemoveRequestBodyable // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
RemoveRequestBuilderPostOptions options for Post
type RemoveResponse ¶ added in v0.13.0
type RemoveResponse struct {
// contains filtered or unexported fields
}
RemoveResponse provides operations to call the remove method.
func NewRemoveResponse ¶ added in v0.13.0
func NewRemoveResponse() *RemoveResponse
NewRemoveResponse instantiates a new removeResponse and sets the default values.
func (*RemoveResponse) GetAdditionalData ¶ added in v0.13.0
func (m *RemoveResponse) 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 (*RemoveResponse) GetFieldDeserializers ¶ added in v0.13.0
func (m *RemoveResponse) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*RemoveResponse) GetValue ¶ added in v0.13.0
func (m *RemoveResponse) GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Siteable
GetValue gets the value property value. The value property
func (*RemoveResponse) Serialize ¶ added in v0.13.0
func (m *RemoveResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*RemoveResponse) SetAdditionalData ¶ added in v0.13.0
func (m *RemoveResponse) 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 (*RemoveResponse) SetValue ¶ added in v0.13.0
func (m *RemoveResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Siteable)
SetValue sets the value property value. The value property
type RemoveResponseable ¶ added in v0.13.0
type RemoveResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Siteable SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Siteable) }
RemoveResponseable