Versions in this module Expand all Collapse all v0 v0.9.0 Jul 8, 2023 Changes in this version + func CreateDeltaResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...) + type DeltaRequestBuilder struct + func NewDeltaRequestBuilder(rawUrl string, ...) *DeltaRequestBuilder + func NewDeltaRequestBuilderInternal(pathParameters map[string]string, ...) *DeltaRequestBuilder + func (m *DeltaRequestBuilder) CreateGetRequestInformation(options *DeltaRequestBuilderGetOptions) (...) + func (m *DeltaRequestBuilder) Get(options *DeltaRequestBuilderGetOptions) (DeltaResponseable, error) + type DeltaRequestBuilderGetOptions struct + Headers map[string]string + Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption + ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler + type DeltaResponse struct + func NewDeltaResponse() *DeltaResponse + func (m *DeltaResponse) GetAdditionalData() map[string]interface{} + func (m *DeltaResponse) GetFieldDeserializers() ... + func (m *DeltaResponse) GetValue() ... + func (m *DeltaResponse) Serialize(...) error + func (m *DeltaResponse) SetAdditionalData(value map[string]interface{}) + func (m *DeltaResponse) SetValue(...) + type DeltaResponseable interface + GetValue func() ... + SetValue func(...)