admin

package
v0.30.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 13, 2022 License: MIT Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdminRequestBuilder

type AdminRequestBuilder struct {
	// contains filtered or unexported fields
}

AdminRequestBuilder provides operations to manage the admin singleton.

func NewAdminRequestBuilder

NewAdminRequestBuilder instantiates a new AdminRequestBuilder and sets the default values.

func NewAdminRequestBuilderInternal

func NewAdminRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AdminRequestBuilder

NewAdminRequestBuilderInternal instantiates a new AdminRequestBuilder and sets the default values.

func (*AdminRequestBuilder) CreateGetRequestInformation

CreateGetRequestInformation get admin

func (*AdminRequestBuilder) CreateGetRequestInformationWithRequestConfiguration added in v0.22.0

CreateGetRequestInformationWithRequestConfiguration get admin

func (*AdminRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration added in v0.22.0

CreatePatchRequestInformationWithRequestConfiguration update admin

func (*AdminRequestBuilder) GetWithRequestConfigurationAndResponseHandler added in v0.22.0

GetWithRequestConfigurationAndResponseHandler get admin

func (*AdminRequestBuilder) Patch

Patch update admin

func (*AdminRequestBuilder) PatchWithRequestConfigurationAndResponseHandler added in v0.22.0

PatchWithRequestConfigurationAndResponseHandler update admin

func (*AdminRequestBuilder) ServiceAnnouncement

ServiceAnnouncement the serviceAnnouncement property

type AdminRequestBuilderGetQueryParameters

type AdminRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

AdminRequestBuilderGetQueryParameters get admin

type AdminRequestBuilderGetRequestConfiguration added in v0.22.0

type AdminRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *AdminRequestBuilderGetQueryParameters
}

AdminRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AdminRequestBuilderPatchRequestConfiguration added in v0.22.0

type AdminRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

AdminRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL