Documentation ¶
Index ¶
- func CreateGetMemberObjectsRequestBodyFromDiscriminatorValue(...) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, ...)
- func CreateGetMemberObjectsResponseFromDiscriminatorValue(...) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, ...)
- type GetMemberObjectsRequestBody
- func (m *GetMemberObjectsRequestBody) GetAdditionalData() map[string]interface{}
- func (m *GetMemberObjectsRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *GetMemberObjectsRequestBody) GetSecurityEnabledOnly() *bool
- func (m *GetMemberObjectsRequestBody) Serialize(...) error
- func (m *GetMemberObjectsRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *GetMemberObjectsRequestBody) SetSecurityEnabledOnly(value *bool)
- type GetMemberObjectsRequestBodyable
- type GetMemberObjectsRequestBuilder
- type GetMemberObjectsRequestBuilderPostOptions
- type GetMemberObjectsResponse
- func (m *GetMemberObjectsResponse) GetAdditionalData() map[string]interface{}
- func (m *GetMemberObjectsResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *GetMemberObjectsResponse) GetValue() []string
- func (m *GetMemberObjectsResponse) Serialize(...) error
- func (m *GetMemberObjectsResponse) SetAdditionalData(value map[string]interface{})
- func (m *GetMemberObjectsResponse) SetValue(value []string)
- type GetMemberObjectsResponseable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateGetMemberObjectsRequestBodyFromDiscriminatorValue ¶ added in v0.13.0
func CreateGetMemberObjectsRequestBodyFromDiscriminatorValue(parseNode i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, error)
CreateGetMemberObjectsRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
func CreateGetMemberObjectsResponseFromDiscriminatorValue ¶ added in v0.13.0
func CreateGetMemberObjectsResponseFromDiscriminatorValue(parseNode i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, error)
CreateGetMemberObjectsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type GetMemberObjectsRequestBody ¶
type GetMemberObjectsRequestBody struct {
// contains filtered or unexported fields
}
GetMemberObjectsRequestBody provides operations to call the getMemberObjects method.
func NewGetMemberObjectsRequestBody ¶
func NewGetMemberObjectsRequestBody() *GetMemberObjectsRequestBody
NewGetMemberObjectsRequestBody instantiates a new getMemberObjectsRequestBody and sets the default values.
func (*GetMemberObjectsRequestBody) GetAdditionalData ¶
func (m *GetMemberObjectsRequestBody) 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 (*GetMemberObjectsRequestBody) GetFieldDeserializers ¶
func (m *GetMemberObjectsRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetMemberObjectsRequestBody) GetSecurityEnabledOnly ¶
func (m *GetMemberObjectsRequestBody) GetSecurityEnabledOnly() *bool
GetSecurityEnabledOnly gets the securityEnabledOnly property value.
func (*GetMemberObjectsRequestBody) Serialize ¶
func (m *GetMemberObjectsRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*GetMemberObjectsRequestBody) SetAdditionalData ¶
func (m *GetMemberObjectsRequestBody) 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 (*GetMemberObjectsRequestBody) SetSecurityEnabledOnly ¶
func (m *GetMemberObjectsRequestBody) SetSecurityEnabledOnly(value *bool)
SetSecurityEnabledOnly sets the securityEnabledOnly property value.
type GetMemberObjectsRequestBodyable ¶ added in v0.13.0
type GetMemberObjectsRequestBodyable interface { i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.AdditionalDataHolder i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable GetSecurityEnabledOnly() *bool SetSecurityEnabledOnly(value *bool) }
GetMemberObjectsRequestBodyable
type GetMemberObjectsRequestBuilder ¶
type GetMemberObjectsRequestBuilder struct {
// contains filtered or unexported fields
}
GetMemberObjectsRequestBuilder provides operations to call the getMemberObjects method.
func NewGetMemberObjectsRequestBuilder ¶
func NewGetMemberObjectsRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *GetMemberObjectsRequestBuilder
NewGetMemberObjectsRequestBuilder instantiates a new GetMemberObjectsRequestBuilder and sets the default values.
func NewGetMemberObjectsRequestBuilderInternal ¶
func NewGetMemberObjectsRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *GetMemberObjectsRequestBuilder
NewGetMemberObjectsRequestBuilderInternal instantiates a new GetMemberObjectsRequestBuilder and sets the default values.
func (*GetMemberObjectsRequestBuilder) CreatePostRequestInformation ¶
func (m *GetMemberObjectsRequestBuilder) CreatePostRequestInformation(options *GetMemberObjectsRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation invoke action getMemberObjects
func (*GetMemberObjectsRequestBuilder) Post ¶
func (m *GetMemberObjectsRequestBuilder) Post(options *GetMemberObjectsRequestBuilderPostOptions) (GetMemberObjectsResponseable, error)
Post invoke action getMemberObjects
type GetMemberObjectsRequestBuilderPostOptions ¶
type GetMemberObjectsRequestBuilderPostOptions struct { // Body GetMemberObjectsRequestBodyable // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
GetMemberObjectsRequestBuilderPostOptions options for Post
type GetMemberObjectsResponse ¶ added in v0.13.0
type GetMemberObjectsResponse struct {
// contains filtered or unexported fields
}
GetMemberObjectsResponse provides operations to call the getMemberObjects method.
func NewGetMemberObjectsResponse ¶ added in v0.13.0
func NewGetMemberObjectsResponse() *GetMemberObjectsResponse
NewGetMemberObjectsResponse instantiates a new getMemberObjectsResponse and sets the default values.
func (*GetMemberObjectsResponse) GetAdditionalData ¶ added in v0.13.0
func (m *GetMemberObjectsResponse) 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 (*GetMemberObjectsResponse) GetFieldDeserializers ¶ added in v0.13.0
func (m *GetMemberObjectsResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetMemberObjectsResponse) GetValue ¶ added in v0.13.0
func (m *GetMemberObjectsResponse) GetValue() []string
GetValue gets the value property value.
func (*GetMemberObjectsResponse) Serialize ¶ added in v0.13.0
func (m *GetMemberObjectsResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*GetMemberObjectsResponse) SetAdditionalData ¶ added in v0.13.0
func (m *GetMemberObjectsResponse) 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 (*GetMemberObjectsResponse) SetValue ¶ added in v0.13.0
func (m *GetMemberObjectsResponse) SetValue(value []string)
SetValue sets the value property value.
type GetMemberObjectsResponseable ¶ added in v0.13.0
type GetMemberObjectsResponseable interface { i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.AdditionalDataHolder i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable GetValue() []string SetValue(value []string) }
GetMemberObjectsResponseable