Documentation ¶
Index ¶
- func CreateSearchWithQResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type SearchWithQRequestBuilder
- type SearchWithQRequestBuilderGetOptions
- type SearchWithQResponse
- func (m *SearchWithQResponse) GetAdditionalData() map[string]interface{}
- func (m *SearchWithQResponse) GetFieldDeserializers() ...
- func (m *SearchWithQResponse) GetValue() ...
- func (m *SearchWithQResponse) Serialize(...) error
- func (m *SearchWithQResponse) SetAdditionalData(value map[string]interface{})
- func (m *SearchWithQResponse) SetValue(...)
- type SearchWithQResponseable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateSearchWithQResponseFromDiscriminatorValue ¶ added in v0.13.0
func CreateSearchWithQResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateSearchWithQResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type SearchWithQRequestBuilder ¶
type SearchWithQRequestBuilder struct {
// contains filtered or unexported fields
}
SearchWithQRequestBuilder provides operations to call the search method.
func NewSearchWithQRequestBuilder ¶
func NewSearchWithQRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SearchWithQRequestBuilder
NewSearchWithQRequestBuilder instantiates a new SearchWithQRequestBuilder and sets the default values.
func NewSearchWithQRequestBuilderInternal ¶
func NewSearchWithQRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter, q *string) *SearchWithQRequestBuilder
NewSearchWithQRequestBuilderInternal instantiates a new SearchWithQRequestBuilder and sets the default values.
func (*SearchWithQRequestBuilder) CreateGetRequestInformation ¶
func (m *SearchWithQRequestBuilder) CreateGetRequestInformation(options *SearchWithQRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation invoke function search
func (*SearchWithQRequestBuilder) Get ¶
func (m *SearchWithQRequestBuilder) Get(options *SearchWithQRequestBuilderGetOptions) (SearchWithQResponseable, error)
Get invoke function search
type SearchWithQRequestBuilderGetOptions ¶
type SearchWithQRequestBuilderGetOptions 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 }
SearchWithQRequestBuilderGetOptions options for Get
type SearchWithQResponse ¶ added in v0.13.0
type SearchWithQResponse struct {
// contains filtered or unexported fields
}
SearchWithQResponse provides operations to call the search method.
func NewSearchWithQResponse ¶ added in v0.13.0
func NewSearchWithQResponse() *SearchWithQResponse
NewSearchWithQResponse instantiates a new searchWithQResponse and sets the default values.
func (*SearchWithQResponse) GetAdditionalData ¶ added in v0.13.0
func (m *SearchWithQResponse) 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 (*SearchWithQResponse) GetFieldDeserializers ¶ added in v0.13.0
func (m *SearchWithQResponse) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*SearchWithQResponse) GetValue ¶ added in v0.13.0
func (m *SearchWithQResponse) GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveItemable
GetValue gets the value property value. The value property
func (*SearchWithQResponse) Serialize ¶ added in v0.13.0
func (m *SearchWithQResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*SearchWithQResponse) SetAdditionalData ¶ added in v0.13.0
func (m *SearchWithQResponse) 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 (*SearchWithQResponse) SetValue ¶ added in v0.13.0
func (m *SearchWithQResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveItemable)
SetValue sets the value property value. The value property
type SearchWithQResponseable ¶ added in v0.13.0
type SearchWithQResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveItemable SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveItemable) }
SearchWithQResponseable