Documentation ¶
Index ¶
- func CreateGetMemberGroupsRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- func CreateGetMemberGroupsResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type GetMemberGroupsRequestBody
- func (m *GetMemberGroupsRequestBody) GetAdditionalData() map[string]interface{}
- func (m *GetMemberGroupsRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *GetMemberGroupsRequestBody) GetSecurityEnabledOnly() *bool
- func (m *GetMemberGroupsRequestBody) Serialize(...) error
- func (m *GetMemberGroupsRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *GetMemberGroupsRequestBody) SetSecurityEnabledOnly(value *bool)
- type GetMemberGroupsRequestBodyable
- type GetMemberGroupsRequestBuilder
- type GetMemberGroupsRequestBuilderPostOptions
- type GetMemberGroupsResponse
- func (m *GetMemberGroupsResponse) GetAdditionalData() map[string]interface{}
- func (m *GetMemberGroupsResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *GetMemberGroupsResponse) GetValue() []string
- func (m *GetMemberGroupsResponse) Serialize(...) error
- func (m *GetMemberGroupsResponse) SetAdditionalData(value map[string]interface{})
- func (m *GetMemberGroupsResponse) SetValue(value []string)
- type GetMemberGroupsResponseable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateGetMemberGroupsRequestBodyFromDiscriminatorValue ¶ added in v0.13.0
func CreateGetMemberGroupsRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateGetMemberGroupsRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
func CreateGetMemberGroupsResponseFromDiscriminatorValue ¶ added in v0.13.0
func CreateGetMemberGroupsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateGetMemberGroupsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type GetMemberGroupsRequestBody ¶
type GetMemberGroupsRequestBody struct {
// contains filtered or unexported fields
}
GetMemberGroupsRequestBody provides operations to call the getMemberGroups method.
func NewGetMemberGroupsRequestBody ¶
func NewGetMemberGroupsRequestBody() *GetMemberGroupsRequestBody
NewGetMemberGroupsRequestBody instantiates a new getMemberGroupsRequestBody and sets the default values.
func (*GetMemberGroupsRequestBody) GetAdditionalData ¶
func (m *GetMemberGroupsRequestBody) 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 (*GetMemberGroupsRequestBody) GetFieldDeserializers ¶
func (m *GetMemberGroupsRequestBody) GetFieldDeserializers() map[string]func(interface{}, i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetMemberGroupsRequestBody) GetSecurityEnabledOnly ¶
func (m *GetMemberGroupsRequestBody) GetSecurityEnabledOnly() *bool
GetSecurityEnabledOnly gets the securityEnabledOnly property value. The securityEnabledOnly property
func (*GetMemberGroupsRequestBody) Serialize ¶
func (m *GetMemberGroupsRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*GetMemberGroupsRequestBody) SetAdditionalData ¶
func (m *GetMemberGroupsRequestBody) 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 (*GetMemberGroupsRequestBody) SetSecurityEnabledOnly ¶
func (m *GetMemberGroupsRequestBody) SetSecurityEnabledOnly(value *bool)
SetSecurityEnabledOnly sets the securityEnabledOnly property value. The securityEnabledOnly property
type GetMemberGroupsRequestBodyable ¶ added in v0.13.0
type GetMemberGroupsRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetSecurityEnabledOnly() *bool SetSecurityEnabledOnly(value *bool) }
GetMemberGroupsRequestBodyable
type GetMemberGroupsRequestBuilder ¶
type GetMemberGroupsRequestBuilder struct {
// contains filtered or unexported fields
}
GetMemberGroupsRequestBuilder provides operations to call the getMemberGroups method.
func NewGetMemberGroupsRequestBuilder ¶
func NewGetMemberGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GetMemberGroupsRequestBuilder
NewGetMemberGroupsRequestBuilder instantiates a new GetMemberGroupsRequestBuilder and sets the default values.
func NewGetMemberGroupsRequestBuilderInternal ¶
func NewGetMemberGroupsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GetMemberGroupsRequestBuilder
NewGetMemberGroupsRequestBuilderInternal instantiates a new GetMemberGroupsRequestBuilder and sets the default values.
func (*GetMemberGroupsRequestBuilder) CreatePostRequestInformation ¶
func (m *GetMemberGroupsRequestBuilder) CreatePostRequestInformation(options *GetMemberGroupsRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action getMemberGroups
func (*GetMemberGroupsRequestBuilder) Post ¶
func (m *GetMemberGroupsRequestBuilder) Post(options *GetMemberGroupsRequestBuilderPostOptions) (GetMemberGroupsResponseable, error)
Post invoke action getMemberGroups
type GetMemberGroupsRequestBuilderPostOptions ¶
type GetMemberGroupsRequestBuilderPostOptions struct { // Body GetMemberGroupsRequestBodyable // 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 }
GetMemberGroupsRequestBuilderPostOptions options for Post
type GetMemberGroupsResponse ¶ added in v0.13.0
type GetMemberGroupsResponse struct {
// contains filtered or unexported fields
}
GetMemberGroupsResponse provides operations to call the getMemberGroups method.
func NewGetMemberGroupsResponse ¶ added in v0.13.0
func NewGetMemberGroupsResponse() *GetMemberGroupsResponse
NewGetMemberGroupsResponse instantiates a new getMemberGroupsResponse and sets the default values.
func (*GetMemberGroupsResponse) GetAdditionalData ¶ added in v0.13.0
func (m *GetMemberGroupsResponse) 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 (*GetMemberGroupsResponse) GetFieldDeserializers ¶ added in v0.13.0
func (m *GetMemberGroupsResponse) GetFieldDeserializers() map[string]func(interface{}, i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetMemberGroupsResponse) GetValue ¶ added in v0.13.0
func (m *GetMemberGroupsResponse) GetValue() []string
GetValue gets the value property value. The value property
func (*GetMemberGroupsResponse) Serialize ¶ added in v0.13.0
func (m *GetMemberGroupsResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*GetMemberGroupsResponse) SetAdditionalData ¶ added in v0.13.0
func (m *GetMemberGroupsResponse) 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 (*GetMemberGroupsResponse) SetValue ¶ added in v0.13.0
func (m *GetMemberGroupsResponse) SetValue(value []string)
SetValue sets the value property value. The value property
type GetMemberGroupsResponseable ¶ added in v0.13.0
type GetMemberGroupsResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetValue() []string SetValue(value []string) }
GetMemberGroupsResponseable