Documentation ¶
Index ¶
- func CreateCheckMemberGroupsRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- func CreateCheckMemberGroupsResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type CheckMemberGroupsRequestBody
- func (m *CheckMemberGroupsRequestBody) GetAdditionalData() map[string]interface{}
- func (m *CheckMemberGroupsRequestBody) GetFieldDeserializers() ...
- func (m *CheckMemberGroupsRequestBody) GetGroupIds() []string
- func (m *CheckMemberGroupsRequestBody) Serialize(...) error
- func (m *CheckMemberGroupsRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *CheckMemberGroupsRequestBody) SetGroupIds(value []string)
- type CheckMemberGroupsRequestBodyable
- type CheckMemberGroupsRequestBuilder
- type CheckMemberGroupsRequestBuilderPostOptions
- type CheckMemberGroupsResponse
- func (m *CheckMemberGroupsResponse) GetAdditionalData() map[string]interface{}
- func (m *CheckMemberGroupsResponse) GetFieldDeserializers() ...
- func (m *CheckMemberGroupsResponse) GetValue() []string
- func (m *CheckMemberGroupsResponse) Serialize(...) error
- func (m *CheckMemberGroupsResponse) SetAdditionalData(value map[string]interface{})
- func (m *CheckMemberGroupsResponse) SetValue(value []string)
- type CheckMemberGroupsResponseable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCheckMemberGroupsRequestBodyFromDiscriminatorValue ¶ added in v0.13.0
func CreateCheckMemberGroupsRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateCheckMemberGroupsRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
func CreateCheckMemberGroupsResponseFromDiscriminatorValue ¶ added in v0.13.0
func CreateCheckMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateCheckMemberGroupsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type CheckMemberGroupsRequestBody ¶
type CheckMemberGroupsRequestBody struct {
// contains filtered or unexported fields
}
CheckMemberGroupsRequestBody provides operations to call the checkMemberGroups method.
func NewCheckMemberGroupsRequestBody ¶
func NewCheckMemberGroupsRequestBody() *CheckMemberGroupsRequestBody
NewCheckMemberGroupsRequestBody instantiates a new checkMemberGroupsRequestBody and sets the default values.
func (*CheckMemberGroupsRequestBody) GetAdditionalData ¶
func (m *CheckMemberGroupsRequestBody) 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 (*CheckMemberGroupsRequestBody) GetFieldDeserializers ¶
func (m *CheckMemberGroupsRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*CheckMemberGroupsRequestBody) GetGroupIds ¶
func (m *CheckMemberGroupsRequestBody) GetGroupIds() []string
GetGroupIds gets the groupIds property value. The groupIds property
func (*CheckMemberGroupsRequestBody) Serialize ¶
func (m *CheckMemberGroupsRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*CheckMemberGroupsRequestBody) SetAdditionalData ¶
func (m *CheckMemberGroupsRequestBody) 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 (*CheckMemberGroupsRequestBody) SetGroupIds ¶
func (m *CheckMemberGroupsRequestBody) SetGroupIds(value []string)
SetGroupIds sets the groupIds property value. The groupIds property
type CheckMemberGroupsRequestBodyable ¶ added in v0.13.0
type CheckMemberGroupsRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetGroupIds() []string SetGroupIds(value []string) }
CheckMemberGroupsRequestBodyable
type CheckMemberGroupsRequestBuilder ¶
type CheckMemberGroupsRequestBuilder struct {
// contains filtered or unexported fields
}
CheckMemberGroupsRequestBuilder provides operations to call the checkMemberGroups method.
func NewCheckMemberGroupsRequestBuilder ¶
func NewCheckMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CheckMemberGroupsRequestBuilder
NewCheckMemberGroupsRequestBuilder instantiates a new CheckMemberGroupsRequestBuilder and sets the default values.
func NewCheckMemberGroupsRequestBuilderInternal ¶
func NewCheckMemberGroupsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CheckMemberGroupsRequestBuilder
NewCheckMemberGroupsRequestBuilderInternal instantiates a new CheckMemberGroupsRequestBuilder and sets the default values.
func (*CheckMemberGroupsRequestBuilder) CreatePostRequestInformation ¶
func (m *CheckMemberGroupsRequestBuilder) CreatePostRequestInformation(options *CheckMemberGroupsRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action checkMemberGroups
func (*CheckMemberGroupsRequestBuilder) Post ¶
func (m *CheckMemberGroupsRequestBuilder) Post(options *CheckMemberGroupsRequestBuilderPostOptions) (CheckMemberGroupsResponseable, error)
Post invoke action checkMemberGroups
type CheckMemberGroupsRequestBuilderPostOptions ¶
type CheckMemberGroupsRequestBuilderPostOptions struct { // Body CheckMemberGroupsRequestBodyable // 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 }
CheckMemberGroupsRequestBuilderPostOptions options for Post
type CheckMemberGroupsResponse ¶ added in v0.13.0
type CheckMemberGroupsResponse struct {
// contains filtered or unexported fields
}
CheckMemberGroupsResponse provides operations to call the checkMemberGroups method.
func NewCheckMemberGroupsResponse ¶ added in v0.13.0
func NewCheckMemberGroupsResponse() *CheckMemberGroupsResponse
NewCheckMemberGroupsResponse instantiates a new checkMemberGroupsResponse and sets the default values.
func (*CheckMemberGroupsResponse) GetAdditionalData ¶ added in v0.13.0
func (m *CheckMemberGroupsResponse) 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 (*CheckMemberGroupsResponse) GetFieldDeserializers ¶ added in v0.13.0
func (m *CheckMemberGroupsResponse) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*CheckMemberGroupsResponse) GetValue ¶ added in v0.13.0
func (m *CheckMemberGroupsResponse) GetValue() []string
GetValue gets the value property value. The value property
func (*CheckMemberGroupsResponse) Serialize ¶ added in v0.13.0
func (m *CheckMemberGroupsResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*CheckMemberGroupsResponse) SetAdditionalData ¶ added in v0.13.0
func (m *CheckMemberGroupsResponse) 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 (*CheckMemberGroupsResponse) SetValue ¶ added in v0.13.0
func (m *CheckMemberGroupsResponse) SetValue(value []string)
SetValue sets the value property value. The value property
type CheckMemberGroupsResponseable ¶ added in v0.13.0
type CheckMemberGroupsResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetValue() []string SetValue(value []string) }
CheckMemberGroupsResponseable