Documentation ¶
Index ¶
- func CreateRecentResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type RecentRequestBuilder
- type RecentRequestBuilderGetOptions
- type RecentResponse
- func (m *RecentResponse) GetAdditionalData() map[string]interface{}
- func (m *RecentResponse) GetFieldDeserializers() ...
- func (m *RecentResponse) GetValue() ...
- func (m *RecentResponse) Serialize(...) error
- func (m *RecentResponse) SetAdditionalData(value map[string]interface{})
- func (m *RecentResponse) SetValue(...)
- type RecentResponseable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateRecentResponseFromDiscriminatorValue ¶
func CreateRecentResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateRecentResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type RecentRequestBuilder ¶
type RecentRequestBuilder struct {
// contains filtered or unexported fields
}
RecentRequestBuilder provides operations to call the recent method.
func NewRecentRequestBuilder ¶
func NewRecentRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *RecentRequestBuilder
NewRecentRequestBuilder instantiates a new RecentRequestBuilder and sets the default values.
func NewRecentRequestBuilderInternal ¶
func NewRecentRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *RecentRequestBuilder
NewRecentRequestBuilderInternal instantiates a new RecentRequestBuilder and sets the default values.
func (*RecentRequestBuilder) CreateGetRequestInformation ¶
func (m *RecentRequestBuilder) CreateGetRequestInformation(options *RecentRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation invoke function recent
func (*RecentRequestBuilder) Get ¶
func (m *RecentRequestBuilder) Get(options *RecentRequestBuilderGetOptions) (RecentResponseable, error)
Get invoke function recent
type RecentRequestBuilderGetOptions ¶
type RecentRequestBuilderGetOptions struct { // 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 }
RecentRequestBuilderGetOptions options for Get
type RecentResponse ¶
type RecentResponse struct {
// contains filtered or unexported fields
}
RecentResponse provides operations to call the recent method.
func NewRecentResponse ¶
func NewRecentResponse() *RecentResponse
NewRecentResponse instantiates a new recentResponse and sets the default values.
func (*RecentResponse) GetAdditionalData ¶
func (m *RecentResponse) 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 (*RecentResponse) GetFieldDeserializers ¶
func (m *RecentResponse) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*RecentResponse) GetValue ¶
func (m *RecentResponse) GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UserActivityable
GetValue gets the value property value. The value property
func (*RecentResponse) Serialize ¶
func (m *RecentResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*RecentResponse) SetAdditionalData ¶
func (m *RecentResponse) 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 (*RecentResponse) SetValue ¶
func (m *RecentResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UserActivityable)
SetValue sets the value property value. The value property
type RecentResponseable ¶
type RecentResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UserActivityable SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UserActivityable) }
RecentResponseable