Documentation ¶
Index ¶
- func CreateRemoveKeyRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type RemoveKeyRequestBody
- func (m *RemoveKeyRequestBody) GetAdditionalData() map[string]interface{}
- func (m *RemoveKeyRequestBody) GetFieldDeserializers() ...
- func (m *RemoveKeyRequestBody) GetKeyId() *string
- func (m *RemoveKeyRequestBody) GetProof() *string
- func (m *RemoveKeyRequestBody) Serialize(...) error
- func (m *RemoveKeyRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *RemoveKeyRequestBody) SetKeyId(value *string)
- func (m *RemoveKeyRequestBody) SetProof(value *string)
- type RemoveKeyRequestBodyable
- type RemoveKeyRequestBuilder
- type RemoveKeyRequestBuilderPostOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateRemoveKeyRequestBodyFromDiscriminatorValue ¶ added in v0.13.0
func CreateRemoveKeyRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateRemoveKeyRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type RemoveKeyRequestBody ¶
type RemoveKeyRequestBody struct {
// contains filtered or unexported fields
}
RemoveKeyRequestBody provides operations to call the removeKey method.
func NewRemoveKeyRequestBody ¶
func NewRemoveKeyRequestBody() *RemoveKeyRequestBody
NewRemoveKeyRequestBody instantiates a new removeKeyRequestBody and sets the default values.
func (*RemoveKeyRequestBody) GetAdditionalData ¶
func (m *RemoveKeyRequestBody) 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 (*RemoveKeyRequestBody) GetFieldDeserializers ¶
func (m *RemoveKeyRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*RemoveKeyRequestBody) GetKeyId ¶
func (m *RemoveKeyRequestBody) GetKeyId() *string
GetKeyId gets the keyId property value. The keyId property
func (*RemoveKeyRequestBody) GetProof ¶
func (m *RemoveKeyRequestBody) GetProof() *string
GetProof gets the proof property value. The proof property
func (*RemoveKeyRequestBody) Serialize ¶
func (m *RemoveKeyRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*RemoveKeyRequestBody) SetAdditionalData ¶
func (m *RemoveKeyRequestBody) 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 (*RemoveKeyRequestBody) SetKeyId ¶
func (m *RemoveKeyRequestBody) SetKeyId(value *string)
SetKeyId sets the keyId property value. The keyId property
func (*RemoveKeyRequestBody) SetProof ¶
func (m *RemoveKeyRequestBody) SetProof(value *string)
SetProof sets the proof property value. The proof property
type RemoveKeyRequestBodyable ¶ added in v0.13.0
type RemoveKeyRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetKeyId() *string GetProof() *string SetKeyId(value *string) SetProof(value *string) }
RemoveKeyRequestBodyable
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(options *RemoveKeyRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action removeKey
func (*RemoveKeyRequestBuilder) Post ¶
func (m *RemoveKeyRequestBuilder) Post(options *RemoveKeyRequestBuilderPostOptions) error
Post invoke action removeKey
type RemoveKeyRequestBuilderPostOptions ¶
type RemoveKeyRequestBuilderPostOptions struct { // Body RemoveKeyRequestBodyable // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
RemoveKeyRequestBuilderPostOptions options for Post