Documentation ¶
Index ¶
- func CreateRemoveKeyPostRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type RemoveKeyPostRequestBody
- func (m *RemoveKeyPostRequestBody) GetAdditionalData() map[string]interface{}
- func (m *RemoveKeyPostRequestBody) GetFieldDeserializers() ...
- func (m *RemoveKeyPostRequestBody) GetKeyId() *string
- func (m *RemoveKeyPostRequestBody) GetProof() *string
- func (m *RemoveKeyPostRequestBody) Serialize(...) error
- func (m *RemoveKeyPostRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *RemoveKeyPostRequestBody) SetKeyId(value *string)
- func (m *RemoveKeyPostRequestBody) SetProof(value *string)
- type RemoveKeyPostRequestBodyable
- type RemoveKeyRequestBuilder
- func (m *RemoveKeyRequestBuilder) CreatePostRequestInformation(body RemoveKeyPostRequestBodyable) (...)
- func (m *RemoveKeyRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body RemoveKeyPostRequestBodyable, ...) (...)
- func (m *RemoveKeyRequestBuilder) Post(body RemoveKeyPostRequestBodyable) error
- func (m *RemoveKeyRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body RemoveKeyPostRequestBodyable, ...) error
- type RemoveKeyRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateRemoveKeyPostRequestBodyFromDiscriminatorValue ¶ added in v0.24.0
func CreateRemoveKeyPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateRemoveKeyPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type RemoveKeyPostRequestBody ¶ added in v0.24.0
type RemoveKeyPostRequestBody struct {
// contains filtered or unexported fields
}
RemoveKeyPostRequestBody provides operations to call the removeKey method.
func NewRemoveKeyPostRequestBody ¶ added in v0.24.0
func NewRemoveKeyPostRequestBody() *RemoveKeyPostRequestBody
NewRemoveKeyPostRequestBody instantiates a new removeKeyPostRequestBody and sets the default values.
func (*RemoveKeyPostRequestBody) GetAdditionalData ¶ added in v0.24.0
func (m *RemoveKeyPostRequestBody) 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 (*RemoveKeyPostRequestBody) GetFieldDeserializers ¶ added in v0.24.0
func (m *RemoveKeyPostRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*RemoveKeyPostRequestBody) GetKeyId ¶ added in v0.24.0
func (m *RemoveKeyPostRequestBody) GetKeyId() *string
GetKeyId gets the keyId property value. The keyId property
func (*RemoveKeyPostRequestBody) GetProof ¶ added in v0.24.0
func (m *RemoveKeyPostRequestBody) GetProof() *string
GetProof gets the proof property value. The proof property
func (*RemoveKeyPostRequestBody) Serialize ¶ added in v0.24.0
func (m *RemoveKeyPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*RemoveKeyPostRequestBody) SetAdditionalData ¶ added in v0.24.0
func (m *RemoveKeyPostRequestBody) 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 (*RemoveKeyPostRequestBody) SetKeyId ¶ added in v0.24.0
func (m *RemoveKeyPostRequestBody) SetKeyId(value *string)
SetKeyId sets the keyId property value. The keyId property
func (*RemoveKeyPostRequestBody) SetProof ¶ added in v0.24.0
func (m *RemoveKeyPostRequestBody) SetProof(value *string)
SetProof sets the proof property value. The proof property
type RemoveKeyPostRequestBodyable ¶ added in v0.24.0
type RemoveKeyPostRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetKeyId() *string GetProof() *string SetKeyId(value *string) SetProof(value *string) }
RemoveKeyPostRequestBodyable
type RemoveKeyRequestBuilder ¶
type RemoveKeyRequestBuilder struct {
// contains filtered or unexported fields
}
RemoveKeyRequestBuilder provides operations to call the removeKey method.
func NewRemoveKeyRequestBuilder ¶
func NewRemoveKeyRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *RemoveKeyRequestBuilder
NewRemoveKeyRequestBuilder instantiates a new RemoveKeyRequestBuilder and sets the default values.
func NewRemoveKeyRequestBuilderInternal ¶
func NewRemoveKeyRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *RemoveKeyRequestBuilder
NewRemoveKeyRequestBuilderInternal instantiates a new RemoveKeyRequestBuilder and sets the default values.
func (*RemoveKeyRequestBuilder) CreatePostRequestInformation ¶
func (m *RemoveKeyRequestBuilder) CreatePostRequestInformation(body RemoveKeyPostRequestBodyable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action removeKey
func (*RemoveKeyRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *RemoveKeyRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body RemoveKeyPostRequestBodyable, requestConfiguration *RemoveKeyRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration invoke action removeKey
func (*RemoveKeyRequestBuilder) Post ¶
func (m *RemoveKeyRequestBuilder) Post(body RemoveKeyPostRequestBodyable) error
Post invoke action removeKey
func (*RemoveKeyRequestBuilder) PostWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *RemoveKeyRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body RemoveKeyPostRequestBodyable, requestConfiguration *RemoveKeyRequestBuilderPostRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
PostWithRequestConfigurationAndResponseHandler invoke action removeKey
type RemoveKeyRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type RemoveKeyRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
RemoveKeyRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.