Documentation ¶
Index ¶
- func CreateAddCopyPostRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type AddCopyPostRequestBody
- func (m *AddCopyPostRequestBody) GetAdditionalData() map[string]interface{}
- func (m *AddCopyPostRequestBody) GetContentType() *string
- func (m *AddCopyPostRequestBody) GetFieldDeserializers() ...
- func (m *AddCopyPostRequestBody) Serialize(...) error
- func (m *AddCopyPostRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *AddCopyPostRequestBody) SetContentType(value *string)
- type AddCopyPostRequestBodyable
- type AddCopyRequestBuilder
- type AddCopyRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateAddCopyPostRequestBodyFromDiscriminatorValue ¶ added in v0.24.0
func CreateAddCopyPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateAddCopyPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type AddCopyPostRequestBody ¶ added in v0.24.0
type AddCopyPostRequestBody struct {
// contains filtered or unexported fields
}
AddCopyPostRequestBody provides operations to call the addCopy method.
func NewAddCopyPostRequestBody ¶ added in v0.24.0
func NewAddCopyPostRequestBody() *AddCopyPostRequestBody
NewAddCopyPostRequestBody instantiates a new addCopyPostRequestBody and sets the default values.
func (*AddCopyPostRequestBody) GetAdditionalData ¶ added in v0.24.0
func (m *AddCopyPostRequestBody) 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 (*AddCopyPostRequestBody) GetContentType ¶ added in v0.24.0
func (m *AddCopyPostRequestBody) GetContentType() *string
GetContentType gets the contentType property value. The contentType property
func (*AddCopyPostRequestBody) GetFieldDeserializers ¶ added in v0.24.0
func (m *AddCopyPostRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*AddCopyPostRequestBody) Serialize ¶ added in v0.24.0
func (m *AddCopyPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*AddCopyPostRequestBody) SetAdditionalData ¶ added in v0.24.0
func (m *AddCopyPostRequestBody) 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 (*AddCopyPostRequestBody) SetContentType ¶ added in v0.24.0
func (m *AddCopyPostRequestBody) SetContentType(value *string)
SetContentType sets the contentType property value. The contentType property
type AddCopyPostRequestBodyable ¶ added in v0.24.0
type AddCopyPostRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetContentType() *string SetContentType(value *string) }
AddCopyPostRequestBodyable
type AddCopyRequestBuilder ¶
type AddCopyRequestBuilder struct {
// contains filtered or unexported fields
}
AddCopyRequestBuilder provides operations to call the addCopy method.
func NewAddCopyRequestBuilder ¶
func NewAddCopyRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AddCopyRequestBuilder
NewAddCopyRequestBuilder instantiates a new AddCopyRequestBuilder and sets the default values.
func NewAddCopyRequestBuilderInternal ¶
func NewAddCopyRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AddCopyRequestBuilder
NewAddCopyRequestBuilderInternal instantiates a new AddCopyRequestBuilder and sets the default values.
func (*AddCopyRequestBuilder) CreatePostRequestInformation ¶
func (m *AddCopyRequestBuilder) CreatePostRequestInformation(ctx context.Context, body AddCopyPostRequestBodyable, requestConfiguration *AddCopyRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation add a copy of a [content type][contentType] from a [site][site] to a [list][list].
func (*AddCopyRequestBuilder) Post ¶
func (m *AddCopyRequestBuilder) Post(ctx context.Context, body AddCopyPostRequestBodyable, requestConfiguration *AddCopyRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ContentTypeable, error)
Post add a copy of a [content type][contentType] from a [site][site] to a [list][list].
type AddCopyRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type AddCopyRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
AddCopyRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.