Versions in this module Expand all Collapse all v0 v0.9.0 Jul 8, 2023 Changes in this version + type SchemaRequestBuilder struct + func NewSchemaRequestBuilder(rawUrl string, ...) *SchemaRequestBuilder + func NewSchemaRequestBuilderInternal(pathParameters map[string]string, ...) *SchemaRequestBuilder + func (m *SchemaRequestBuilder) CreateDeleteRequestInformation(options *SchemaRequestBuilderDeleteOptions) (...) + func (m *SchemaRequestBuilder) CreateGetRequestInformation(options *SchemaRequestBuilderGetOptions) (...) + func (m *SchemaRequestBuilder) CreatePatchRequestInformation(options *SchemaRequestBuilderPatchOptions) (...) + func (m *SchemaRequestBuilder) Delete(options *SchemaRequestBuilderDeleteOptions) error + func (m *SchemaRequestBuilder) Get(options *SchemaRequestBuilderGetOptions) (i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.Schemaable, ...) + func (m *SchemaRequestBuilder) Patch(options *SchemaRequestBuilderPatchOptions) error + type SchemaRequestBuilderDeleteOptions struct + Headers map[string]string + Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption + ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler + type SchemaRequestBuilderGetOptions struct + Headers map[string]string + Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption + QueryParameters *SchemaRequestBuilderGetQueryParameters + ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler + type SchemaRequestBuilderGetQueryParameters struct + Expand []string + Select []string + type SchemaRequestBuilderPatchOptions struct + Body i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.Schemaable + Headers map[string]string + Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption + ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler