Documentation ¶
Index ¶
- func CreateRecentResponseFromDiscriminatorValue(...) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, ...)
- type RecentRequestBuilder
- type RecentRequestBuilderGetOptions
- type RecentResponse
- func (m *RecentResponse) GetAdditionalData() map[string]interface{}
- func (m *RecentResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- 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 ¶ added in v0.13.0
func CreateRecentResponseFromDiscriminatorValue(parseNode i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.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 ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *RecentRequestBuilder
NewRecentRequestBuilder instantiates a new RecentRequestBuilder and sets the default values.
func NewRecentRequestBuilderInternal ¶
func NewRecentRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *RecentRequestBuilder
NewRecentRequestBuilderInternal instantiates a new RecentRequestBuilder and sets the default values.
func (*RecentRequestBuilder) CreateGetRequestInformation ¶
func (m *RecentRequestBuilder) CreateGetRequestInformation(options *RecentRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.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 H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
RecentRequestBuilderGetOptions options for Get
type RecentResponse ¶ added in v0.13.0
type RecentResponse struct {
// contains filtered or unexported fields
}
RecentResponse provides operations to call the recent method.
func NewRecentResponse ¶ added in v0.13.0
func NewRecentResponse() *RecentResponse
NewRecentResponse instantiates a new recentResponse and sets the default values.
func (*RecentResponse) GetAdditionalData ¶ added in v0.13.0
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 ¶ added in v0.13.0
func (m *RecentResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*RecentResponse) GetValue ¶ added in v0.13.0
func (m *RecentResponse) GetValue() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.DriveItemable
GetValue gets the value property value.
func (*RecentResponse) Serialize ¶ added in v0.13.0
func (m *RecentResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*RecentResponse) SetAdditionalData ¶ added in v0.13.0
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 ¶ added in v0.13.0
func (m *RecentResponse) SetValue(value []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.DriveItemable)
SetValue sets the value property value.
type RecentResponseable ¶ added in v0.13.0
type RecentResponseable interface { i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.AdditionalDataHolder i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable GetValue() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.DriveItemable SetValue(value []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.DriveItemable) }
RecentResponseable