Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DisableLostModeRequestBuilder ¶
type DisableLostModeRequestBuilder struct {
// contains filtered or unexported fields
}
DisableLostModeRequestBuilder provides operations to call the disableLostMode method.
func NewDisableLostModeRequestBuilder ¶
func NewDisableLostModeRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *DisableLostModeRequestBuilder
NewDisableLostModeRequestBuilder instantiates a new DisableLostModeRequestBuilder and sets the default values.
func NewDisableLostModeRequestBuilderInternal ¶
func NewDisableLostModeRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *DisableLostModeRequestBuilder
NewDisableLostModeRequestBuilderInternal instantiates a new DisableLostModeRequestBuilder and sets the default values.
func (*DisableLostModeRequestBuilder) CreatePostRequestInformation ¶
func (m *DisableLostModeRequestBuilder) CreatePostRequestInformation(options *DisableLostModeRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation disable lost mode
func (*DisableLostModeRequestBuilder) Post ¶
func (m *DisableLostModeRequestBuilder) Post(options *DisableLostModeRequestBuilderPostOptions) error
Post disable lost mode
type DisableLostModeRequestBuilderPostOptions ¶
type DisableLostModeRequestBuilderPostOptions 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 }
DisableLostModeRequestBuilderPostOptions options for Post
Click to show internal directories.
Click to hide internal directories.