Documentation ¶
Index ¶
- func CreateCreateLinkRequestBodyFromDiscriminatorValue(...) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, ...)
- type CreateLinkRequestBody
- func (m *CreateLinkRequestBody) GetAdditionalData() map[string]interface{}
- func (m *CreateLinkRequestBody) GetExpirationDateTime() *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time
- func (m *CreateLinkRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *CreateLinkRequestBody) GetMessage() *string
- func (m *CreateLinkRequestBody) GetPassword() *string
- func (m *CreateLinkRequestBody) GetRetainInheritedPermissions() *bool
- func (m *CreateLinkRequestBody) GetScope() *string
- func (m *CreateLinkRequestBody) GetType() *string
- func (m *CreateLinkRequestBody) Serialize(...) error
- func (m *CreateLinkRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *CreateLinkRequestBody) SetExpirationDateTime(value *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time)
- func (m *CreateLinkRequestBody) SetMessage(value *string)
- func (m *CreateLinkRequestBody) SetPassword(value *string)
- func (m *CreateLinkRequestBody) SetRetainInheritedPermissions(value *bool)
- func (m *CreateLinkRequestBody) SetScope(value *string)
- func (m *CreateLinkRequestBody) SetType(value *string)
- type CreateLinkRequestBodyable
- type CreateLinkRequestBuilder
- type CreateLinkRequestBuilderPostOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCreateLinkRequestBodyFromDiscriminatorValue ¶ added in v0.13.0
func CreateCreateLinkRequestBodyFromDiscriminatorValue(parseNode i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, error)
CreateCreateLinkRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type CreateLinkRequestBody ¶
type CreateLinkRequestBody struct {
// contains filtered or unexported fields
}
CreateLinkRequestBody provides operations to call the createLink method.
func NewCreateLinkRequestBody ¶
func NewCreateLinkRequestBody() *CreateLinkRequestBody
NewCreateLinkRequestBody instantiates a new createLinkRequestBody and sets the default values.
func (*CreateLinkRequestBody) GetAdditionalData ¶
func (m *CreateLinkRequestBody) 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 (*CreateLinkRequestBody) GetExpirationDateTime ¶
func (m *CreateLinkRequestBody) GetExpirationDateTime() *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time
GetExpirationDateTime gets the expirationDateTime property value.
func (*CreateLinkRequestBody) GetFieldDeserializers ¶
func (m *CreateLinkRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*CreateLinkRequestBody) GetMessage ¶
func (m *CreateLinkRequestBody) GetMessage() *string
GetMessage gets the message property value.
func (*CreateLinkRequestBody) GetPassword ¶
func (m *CreateLinkRequestBody) GetPassword() *string
GetPassword gets the password property value.
func (*CreateLinkRequestBody) GetRetainInheritedPermissions ¶ added in v0.7.0
func (m *CreateLinkRequestBody) GetRetainInheritedPermissions() *bool
GetRetainInheritedPermissions gets the retainInheritedPermissions property value.
func (*CreateLinkRequestBody) GetScope ¶
func (m *CreateLinkRequestBody) GetScope() *string
GetScope gets the scope property value.
func (*CreateLinkRequestBody) GetType ¶ added in v0.3.2
func (m *CreateLinkRequestBody) GetType() *string
GetType gets the type property value.
func (*CreateLinkRequestBody) Serialize ¶
func (m *CreateLinkRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*CreateLinkRequestBody) SetAdditionalData ¶
func (m *CreateLinkRequestBody) 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 (*CreateLinkRequestBody) SetExpirationDateTime ¶
func (m *CreateLinkRequestBody) SetExpirationDateTime(value *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time)
SetExpirationDateTime sets the expirationDateTime property value.
func (*CreateLinkRequestBody) SetMessage ¶
func (m *CreateLinkRequestBody) SetMessage(value *string)
SetMessage sets the message property value.
func (*CreateLinkRequestBody) SetPassword ¶
func (m *CreateLinkRequestBody) SetPassword(value *string)
SetPassword sets the password property value.
func (*CreateLinkRequestBody) SetRetainInheritedPermissions ¶ added in v0.7.0
func (m *CreateLinkRequestBody) SetRetainInheritedPermissions(value *bool)
SetRetainInheritedPermissions sets the retainInheritedPermissions property value.
func (*CreateLinkRequestBody) SetScope ¶
func (m *CreateLinkRequestBody) SetScope(value *string)
SetScope sets the scope property value.
func (*CreateLinkRequestBody) SetType ¶ added in v0.3.2
func (m *CreateLinkRequestBody) SetType(value *string)
SetType sets the type property value.
type CreateLinkRequestBodyable ¶ added in v0.13.0
type CreateLinkRequestBodyable interface { i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.AdditionalDataHolder i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable GetExpirationDateTime() *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time GetMessage() *string GetPassword() *string GetRetainInheritedPermissions() *bool GetScope() *string GetType() *string SetExpirationDateTime(value *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time) SetMessage(value *string) SetPassword(value *string) SetRetainInheritedPermissions(value *bool) SetScope(value *string) SetType(value *string) }
CreateLinkRequestBodyable
type CreateLinkRequestBuilder ¶
type CreateLinkRequestBuilder struct {
// contains filtered or unexported fields
}
CreateLinkRequestBuilder provides operations to call the createLink method.
func NewCreateLinkRequestBuilder ¶
func NewCreateLinkRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *CreateLinkRequestBuilder
NewCreateLinkRequestBuilder instantiates a new CreateLinkRequestBuilder and sets the default values.
func NewCreateLinkRequestBuilderInternal ¶
func NewCreateLinkRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *CreateLinkRequestBuilder
NewCreateLinkRequestBuilderInternal instantiates a new CreateLinkRequestBuilder and sets the default values.
func (*CreateLinkRequestBuilder) CreatePostRequestInformation ¶
func (m *CreateLinkRequestBuilder) CreatePostRequestInformation(options *CreateLinkRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation invoke action createLink
func (*CreateLinkRequestBuilder) Post ¶
func (m *CreateLinkRequestBuilder) Post(options *CreateLinkRequestBuilderPostOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Permissionable, error)
Post invoke action createLink
type CreateLinkRequestBuilderPostOptions ¶
type CreateLinkRequestBuilderPostOptions struct { // Body CreateLinkRequestBodyable // 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 }
CreateLinkRequestBuilderPostOptions options for Post