Documentation ¶
Index ¶
- func CreateRemoveGroupPostRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- func CreateRemoveGroupResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type RemoveGroupPostRequestBody
- func (m *RemoveGroupPostRequestBody) GetAdditionalData() map[string]interface{}
- func (m *RemoveGroupPostRequestBody) GetFieldDeserializers() ...
- func (m *RemoveGroupPostRequestBody) GetGroupId() *string
- func (m *RemoveGroupPostRequestBody) Serialize(...) error
- func (m *RemoveGroupPostRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *RemoveGroupPostRequestBody) SetGroupId(value *string)
- type RemoveGroupPostRequestBodyable
- type RemoveGroupRequestBuilder
- type RemoveGroupRequestBuilderPostRequestConfiguration
- type RemoveGroupResponse
- func (m *RemoveGroupResponse) GetAdditionalData() map[string]interface{}
- func (m *RemoveGroupResponse) GetFieldDeserializers() ...
- func (m *RemoveGroupResponse) GetValue() *bool
- func (m *RemoveGroupResponse) Serialize(...) error
- func (m *RemoveGroupResponse) SetAdditionalData(value map[string]interface{})
- func (m *RemoveGroupResponse) SetValue(value *bool)
- type RemoveGroupResponseable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateRemoveGroupPostRequestBodyFromDiscriminatorValue ¶
func CreateRemoveGroupPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateRemoveGroupPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
func CreateRemoveGroupResponseFromDiscriminatorValue ¶
func CreateRemoveGroupResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateRemoveGroupResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type RemoveGroupPostRequestBody ¶
type RemoveGroupPostRequestBody struct {
// contains filtered or unexported fields
}
RemoveGroupPostRequestBody provides operations to call the removeGroup method.
func NewRemoveGroupPostRequestBody ¶
func NewRemoveGroupPostRequestBody() *RemoveGroupPostRequestBody
NewRemoveGroupPostRequestBody instantiates a new removeGroupPostRequestBody and sets the default values.
func (*RemoveGroupPostRequestBody) GetAdditionalData ¶
func (m *RemoveGroupPostRequestBody) 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 (*RemoveGroupPostRequestBody) GetFieldDeserializers ¶
func (m *RemoveGroupPostRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*RemoveGroupPostRequestBody) GetGroupId ¶
func (m *RemoveGroupPostRequestBody) GetGroupId() *string
GetGroupId gets the groupId property value. The groupId property
func (*RemoveGroupPostRequestBody) Serialize ¶
func (m *RemoveGroupPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*RemoveGroupPostRequestBody) SetAdditionalData ¶
func (m *RemoveGroupPostRequestBody) 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 (*RemoveGroupPostRequestBody) SetGroupId ¶
func (m *RemoveGroupPostRequestBody) SetGroupId(value *string)
SetGroupId sets the groupId property value. The groupId property
type RemoveGroupPostRequestBodyable ¶
type RemoveGroupPostRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetGroupId() *string SetGroupId(value *string) }
RemoveGroupPostRequestBodyable
type RemoveGroupRequestBuilder ¶
type RemoveGroupRequestBuilder struct {
// contains filtered or unexported fields
}
RemoveGroupRequestBuilder provides operations to call the removeGroup method.
func NewRemoveGroupRequestBuilder ¶
func NewRemoveGroupRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *RemoveGroupRequestBuilder
NewRemoveGroupRequestBuilder instantiates a new RemoveGroupRequestBuilder and sets the default values.
func NewRemoveGroupRequestBuilderInternal ¶
func NewRemoveGroupRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *RemoveGroupRequestBuilder
NewRemoveGroupRequestBuilderInternal instantiates a new RemoveGroupRequestBuilder and sets the default values.
func (*RemoveGroupRequestBuilder) CreatePostRequestInformation ¶
func (m *RemoveGroupRequestBuilder) CreatePostRequestInformation(ctx context.Context, body RemoveGroupPostRequestBodyable, requestConfiguration *RemoveGroupRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action removeGroup
func (*RemoveGroupRequestBuilder) Post ¶
func (m *RemoveGroupRequestBuilder) Post(ctx context.Context, body RemoveGroupPostRequestBodyable, requestConfiguration *RemoveGroupRequestBuilderPostRequestConfiguration) (RemoveGroupResponseable, error)
Post invoke action removeGroup
type RemoveGroupRequestBuilderPostRequestConfiguration ¶
type RemoveGroupRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
RemoveGroupRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type RemoveGroupResponse ¶
type RemoveGroupResponse struct {
// contains filtered or unexported fields
}
RemoveGroupResponse provides operations to call the removeGroup method.
func NewRemoveGroupResponse ¶
func NewRemoveGroupResponse() *RemoveGroupResponse
NewRemoveGroupResponse instantiates a new removeGroupResponse and sets the default values.
func (*RemoveGroupResponse) GetAdditionalData ¶
func (m *RemoveGroupResponse) 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 (*RemoveGroupResponse) GetFieldDeserializers ¶
func (m *RemoveGroupResponse) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*RemoveGroupResponse) GetValue ¶
func (m *RemoveGroupResponse) GetValue() *bool
GetValue gets the value property value. The value property
func (*RemoveGroupResponse) Serialize ¶
func (m *RemoveGroupResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*RemoveGroupResponse) SetAdditionalData ¶
func (m *RemoveGroupResponse) 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 (*RemoveGroupResponse) SetValue ¶
func (m *RemoveGroupResponse) SetValue(value *bool)
SetValue sets the value property value. The value property
type RemoveGroupResponseable ¶
type RemoveGroupResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetValue() *bool SetValue(value *bool) }
RemoveGroupResponseable