invite

package
v0.45.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 1, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateInvitePostRequestBodyFromDiscriminatorValue

CreateInvitePostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value

func CreateInviteResponseFromDiscriminatorValue

CreateInviteResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value

Types

type InvitePostRequestBody

type InvitePostRequestBody struct {
	// contains filtered or unexported fields
}

InvitePostRequestBody provides operations to call the invite method.

func NewInvitePostRequestBody

func NewInvitePostRequestBody() *InvitePostRequestBody

NewInvitePostRequestBody instantiates a new invitePostRequestBody and sets the default values.

func (*InvitePostRequestBody) GetAdditionalData

func (m *InvitePostRequestBody) 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 (*InvitePostRequestBody) GetExpirationDateTime

func (m *InvitePostRequestBody) GetExpirationDateTime() *string

GetExpirationDateTime gets the expirationDateTime property value. The expirationDateTime property

func (*InvitePostRequestBody) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model

func (*InvitePostRequestBody) GetMessage

func (m *InvitePostRequestBody) GetMessage() *string

GetMessage gets the message property value. The message property

func (*InvitePostRequestBody) GetPassword

func (m *InvitePostRequestBody) GetPassword() *string

GetPassword gets the password property value. The password property

func (*InvitePostRequestBody) GetRecipients

GetRecipients gets the recipients property value. The recipients property

func (*InvitePostRequestBody) GetRequireSignIn

func (m *InvitePostRequestBody) GetRequireSignIn() *bool

GetRequireSignIn gets the requireSignIn property value. The requireSignIn property

func (*InvitePostRequestBody) GetRetainInheritedPermissions

func (m *InvitePostRequestBody) GetRetainInheritedPermissions() *bool

GetRetainInheritedPermissions gets the retainInheritedPermissions property value. The retainInheritedPermissions property

func (*InvitePostRequestBody) GetRoles

func (m *InvitePostRequestBody) GetRoles() []string

GetRoles gets the roles property value. The roles property

func (*InvitePostRequestBody) GetSendInvitation

func (m *InvitePostRequestBody) GetSendInvitation() *bool

GetSendInvitation gets the sendInvitation property value. The sendInvitation property

func (*InvitePostRequestBody) Serialize

Serialize serializes information the current object

func (*InvitePostRequestBody) SetAdditionalData

func (m *InvitePostRequestBody) 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 (*InvitePostRequestBody) SetExpirationDateTime

func (m *InvitePostRequestBody) SetExpirationDateTime(value *string)

SetExpirationDateTime sets the expirationDateTime property value. The expirationDateTime property

func (*InvitePostRequestBody) SetMessage

func (m *InvitePostRequestBody) SetMessage(value *string)

SetMessage sets the message property value. The message property

func (*InvitePostRequestBody) SetPassword

func (m *InvitePostRequestBody) SetPassword(value *string)

SetPassword sets the password property value. The password property

func (*InvitePostRequestBody) SetRecipients

SetRecipients sets the recipients property value. The recipients property

func (*InvitePostRequestBody) SetRequireSignIn

func (m *InvitePostRequestBody) SetRequireSignIn(value *bool)

SetRequireSignIn sets the requireSignIn property value. The requireSignIn property

func (*InvitePostRequestBody) SetRetainInheritedPermissions

func (m *InvitePostRequestBody) SetRetainInheritedPermissions(value *bool)

SetRetainInheritedPermissions sets the retainInheritedPermissions property value. The retainInheritedPermissions property

func (*InvitePostRequestBody) SetRoles

func (m *InvitePostRequestBody) SetRoles(value []string)

SetRoles sets the roles property value. The roles property

func (*InvitePostRequestBody) SetSendInvitation

func (m *InvitePostRequestBody) SetSendInvitation(value *bool)

SetSendInvitation sets the sendInvitation property value. The sendInvitation property

type InvitePostRequestBodyable

type InvitePostRequestBodyable interface {
	i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
	i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
	GetExpirationDateTime() *string
	GetMessage() *string
	GetPassword() *string
	GetRecipients() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveRecipientable
	GetRequireSignIn() *bool
	GetRetainInheritedPermissions() *bool
	GetRoles() []string
	GetSendInvitation() *bool
	SetExpirationDateTime(value *string)
	SetMessage(value *string)
	SetPassword(value *string)
	SetRecipients(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveRecipientable)
	SetRequireSignIn(value *bool)
	SetRetainInheritedPermissions(value *bool)
	SetRoles(value []string)
	SetSendInvitation(value *bool)
}

InvitePostRequestBodyable

type InviteRequestBuilder

type InviteRequestBuilder struct {
	// contains filtered or unexported fields
}

InviteRequestBuilder provides operations to call the invite method.

func NewInviteRequestBuilder

NewInviteRequestBuilder instantiates a new InviteRequestBuilder and sets the default values.

func NewInviteRequestBuilderInternal

func NewInviteRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *InviteRequestBuilder

NewInviteRequestBuilderInternal instantiates a new InviteRequestBuilder and sets the default values.

func (*InviteRequestBuilder) CreatePostRequestInformation

CreatePostRequestInformation sends a sharing invitation for a **driveItem**.A sharing invitation provides permissions to the recipients and optionally sends them an email with a [sharing link][].

func (*InviteRequestBuilder) Post

Post sends a sharing invitation for a **driveItem**.A sharing invitation provides permissions to the recipients and optionally sends them an email with a [sharing link][].

type InviteRequestBuilderPostRequestConfiguration

type InviteRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

InviteRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type InviteResponse

type InviteResponse struct {
	iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
	// contains filtered or unexported fields
}

InviteResponse provides operations to call the invite method.

func NewInviteResponse

func NewInviteResponse() *InviteResponse

NewInviteResponse instantiates a new inviteResponse and sets the default values.

func (*InviteResponse) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model

func (*InviteResponse) GetValue

GetValue gets the value property value. The value property

func (*InviteResponse) Serialize

Serialize serializes information the current object

func (*InviteResponse) SetValue

SetValue sets the value property value. The value property

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL