gdprclientmodels

package
v0.20.0 Latest Latest
Warning

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

Go to latest
Published: Jun 7, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ModelsDataRetrievalResponse

type ModelsDataRetrievalResponse struct {

	// namespace
	// Required: true
	Namespace *string `json:"Namespace"`

	// request date
	// Required: true
	// Format: date-time
	RequestDate strfmt.DateTime `json:"RequestDate"`

	// user ID
	// Required: true
	UserID *string `json:"UserID"`
}

ModelsDataRetrievalResponse models data retrieval response

swagger:model models.DataRetrievalResponse

func (*ModelsDataRetrievalResponse) MarshalBinary

func (m *ModelsDataRetrievalResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsDataRetrievalResponse) UnmarshalBinary

func (m *ModelsDataRetrievalResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsDataRetrievalResponse) Validate

func (m *ModelsDataRetrievalResponse) Validate(formats strfmt.Registry) error

Validate validates this models data retrieval response

type ModelsDeletionData

type ModelsDeletionData struct {

	// display name
	// Required: true
	DisplayName *string `json:"DisplayName"`

	// request date
	// Required: true
	// Format: date-time
	RequestDate strfmt.DateTime `json:"RequestDate"`

	// status
	// Required: true
	Status *string `json:"Status"`

	// user ID
	// Required: true
	UserID *string `json:"UserID"`
}

ModelsDeletionData models deletion data

swagger:model models.DeletionData

func (*ModelsDeletionData) MarshalBinary

func (m *ModelsDeletionData) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsDeletionData) UnmarshalBinary

func (m *ModelsDeletionData) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsDeletionData) Validate

func (m *ModelsDeletionData) Validate(formats strfmt.Registry) error

Validate validates this models deletion data

type ModelsDeletionStatus

type ModelsDeletionStatus struct {

	// deletion status
	// Required: true
	DeletionStatus *bool `json:"DeletionStatus"`

	// display name
	// Required: true
	DisplayName *string `json:"DisplayName"`

	// execution date
	// Format: date-time
	ExecutionDate *strfmt.DateTime `json:"ExecutionDate,omitempty"`

	// status
	// Required: true
	Status *string `json:"Status"`

	// user ID
	// Required: true
	UserID *string `json:"UserID"`
}

ModelsDeletionStatus models deletion status

swagger:model models.DeletionStatus

func (*ModelsDeletionStatus) MarshalBinary

func (m *ModelsDeletionStatus) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsDeletionStatus) UnmarshalBinary

func (m *ModelsDeletionStatus) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsDeletionStatus) Validate

func (m *ModelsDeletionStatus) Validate(formats strfmt.Registry) error

Validate validates this models deletion status

type ModelsListDeletionDataResponse

type ModelsListDeletionDataResponse struct {

	// data
	// Required: true
	Data []*ModelsDeletionData `json:"Data"`

	// paging
	// Required: true
	Paging *ModelsPagination `json:"Paging"`
}

ModelsListDeletionDataResponse models list deletion data response

swagger:model models.ListDeletionDataResponse

func (*ModelsListDeletionDataResponse) MarshalBinary

func (m *ModelsListDeletionDataResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsListDeletionDataResponse) UnmarshalBinary

func (m *ModelsListDeletionDataResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsListDeletionDataResponse) Validate

func (m *ModelsListDeletionDataResponse) Validate(formats strfmt.Registry) error

Validate validates this models list deletion data response

type ModelsListPersonalDataResponse

type ModelsListPersonalDataResponse struct {

	// data
	// Required: true
	Data []*ModelsPersonalData `json:"Data"`

	// paging
	// Required: true
	Paging *ModelsPagination `json:"Paging"`
}

ModelsListPersonalDataResponse models list personal data response

swagger:model models.ListPersonalDataResponse

func (*ModelsListPersonalDataResponse) MarshalBinary

func (m *ModelsListPersonalDataResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsListPersonalDataResponse) UnmarshalBinary

func (m *ModelsListPersonalDataResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsListPersonalDataResponse) Validate

func (m *ModelsListPersonalDataResponse) Validate(formats strfmt.Registry) error

Validate validates this models list personal data response

type ModelsPagination

type ModelsPagination struct {

	// first
	// Required: true
	First *string `json:"First"`

	// last
	// Required: true
	Last *string `json:"Last"`

	// next
	// Required: true
	Next *string `json:"Next"`

	// previous
	// Required: true
	Previous *string `json:"Previous"`
}

ModelsPagination models pagination

swagger:model models.Pagination

func (*ModelsPagination) MarshalBinary

func (m *ModelsPagination) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsPagination) UnmarshalBinary

func (m *ModelsPagination) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsPagination) Validate

func (m *ModelsPagination) Validate(formats strfmt.Registry) error

Validate validates this models pagination

type ModelsPersonalData

type ModelsPersonalData struct {

	// data expiration date
	// Required: true
	// Format: date-time
	DataExpirationDate strfmt.DateTime `json:"DataExpirationDate"`

	// display name
	// Required: true
	DisplayName *string `json:"DisplayName"`

	// request date
	// Required: true
	// Format: date-time
	RequestDate strfmt.DateTime `json:"RequestDate"`

	// service errors
	// Required: true
	ServiceErrors map[string]string `json:"ServiceErrors"`

	// service statuses
	// Required: true
	ServiceStatuses map[string]string `json:"ServiceStatuses"`

	// status
	// Required: true
	Status *string `json:"Status"`

	// user ID
	// Required: true
	UserID *string `json:"UserID"`
}

ModelsPersonalData models personal data

swagger:model models.PersonalData

func (*ModelsPersonalData) MarshalBinary

func (m *ModelsPersonalData) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsPersonalData) UnmarshalBinary

func (m *ModelsPersonalData) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsPersonalData) Validate

func (m *ModelsPersonalData) Validate(formats strfmt.Registry) error

Validate validates this models personal data

type ModelsRequestDeleteResponse

type ModelsRequestDeleteResponse struct {

	// namespace
	// Required: true
	Namespace *string `json:"Namespace"`

	// user ID
	// Required: true
	UserID *string `json:"UserID"`
}

ModelsRequestDeleteResponse models request delete response

swagger:model models.RequestDeleteResponse

func (*ModelsRequestDeleteResponse) MarshalBinary

func (m *ModelsRequestDeleteResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsRequestDeleteResponse) UnmarshalBinary

func (m *ModelsRequestDeleteResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsRequestDeleteResponse) Validate

func (m *ModelsRequestDeleteResponse) Validate(formats strfmt.Registry) error

Validate validates this models request delete response

type ModelsUserDataURL

type ModelsUserDataURL struct {

	// URL
	// Required: true
	URL *string `json:"URL"`
}

ModelsUserDataURL models user data URL

swagger:model models.UserDataURL

func (*ModelsUserDataURL) MarshalBinary

func (m *ModelsUserDataURL) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsUserDataURL) UnmarshalBinary

func (m *ModelsUserDataURL) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsUserDataURL) Validate

func (m *ModelsUserDataURL) Validate(formats strfmt.Registry) error

Validate validates this models user data URL

type ModelsUserPersonalData

type ModelsUserPersonalData struct {

	// data expiration date
	// Required: true
	// Format: date-time
	DataExpirationDate strfmt.DateTime `json:"DataExpirationDate"`

	// request date
	// Required: true
	// Format: date-time
	RequestDate strfmt.DateTime `json:"RequestDate"`

	// status
	// Required: true
	Status *string `json:"Status"`
}

ModelsUserPersonalData models user personal data

swagger:model models.UserPersonalData

func (*ModelsUserPersonalData) MarshalBinary

func (m *ModelsUserPersonalData) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsUserPersonalData) UnmarshalBinary

func (m *ModelsUserPersonalData) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsUserPersonalData) Validate

func (m *ModelsUserPersonalData) Validate(formats strfmt.Registry) error

Validate validates this models user personal data

type ModelsUserPersonalDataResponse

type ModelsUserPersonalDataResponse struct {

	// data
	// Required: true
	Data []*ModelsUserPersonalData `json:"Data"`

	// paging
	// Required: true
	Paging *ModelsPagination `json:"Paging"`
}

ModelsUserPersonalDataResponse models user personal data response

swagger:model models.UserPersonalDataResponse

func (*ModelsUserPersonalDataResponse) MarshalBinary

func (m *ModelsUserPersonalDataResponse) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ModelsUserPersonalDataResponse) UnmarshalBinary

func (m *ModelsUserPersonalDataResponse) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ModelsUserPersonalDataResponse) Validate

func (m *ModelsUserPersonalDataResponse) Validate(formats strfmt.Registry) error

Validate validates this models user personal data response

type ResponseError

type ResponseError struct {

	// error code
	// Required: true
	ErrorCode *int32 `json:"errorCode"`

	// error message
	// Required: true
	ErrorMessage *string `json:"errorMessage"`
}

ResponseError response error

swagger:model response.Error

func (*ResponseError) MarshalBinary

func (m *ResponseError) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ResponseError) UnmarshalBinary

func (m *ResponseError) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ResponseError) Validate

func (m *ResponseError) Validate(formats strfmt.Registry) error

Validate validates this response error

Jump to

Keyboard shortcuts

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