Documentation ¶
Index ¶
- func CreateSearchWithQResponseFromDiscriminatorValue(...) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, ...)
- type SearchWithQRequestBuilder
- type SearchWithQRequestBuilderGetOptions
- type SearchWithQResponse
- func (m *SearchWithQResponse) GetAdditionalData() map[string]interface{}
- func (m *SearchWithQResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- 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 i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.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 ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *SearchWithQRequestBuilder
NewSearchWithQRequestBuilder instantiates a new SearchWithQRequestBuilder and sets the default values.
func NewSearchWithQRequestBuilderInternal ¶
func NewSearchWithQRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter, q *string) *SearchWithQRequestBuilder
NewSearchWithQRequestBuilderInternal instantiates a new SearchWithQRequestBuilder and sets the default values.
func (*SearchWithQRequestBuilder) CreateGetRequestInformation ¶
func (m *SearchWithQRequestBuilder) CreateGetRequestInformation(options *SearchWithQRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.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 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 }
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(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*SearchWithQResponse) GetValue ¶ added in v0.13.0
func (m *SearchWithQResponse) GetValue() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.DriveItemable
GetValue gets the value property value.
func (*SearchWithQResponse) Serialize ¶ added in v0.13.0
func (m *SearchWithQResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.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 []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.DriveItemable)
SetValue sets the value property value.
type SearchWithQResponseable ¶ added in v0.13.0
type SearchWithQResponseable interface { i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.AdditionalDataHolder i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable GetValue() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.DriveItemable SetValue(value []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.DriveItemable) }
SearchWithQResponseable