types

package
v2.0.3 Latest Latest
Warning

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

Go to latest
Published: May 19, 2024 License: AGPL-3.0 Imports: 4 Imported by: 0

Documentation

Overview

Package types implements all the types used by the DataStore protocol

Package types implements all the types used by the DataStore protocol

Package types implements all the types used by the DataStore protocol

Package types implements all the types used by the DataStore protocol

Package types implements all the types used by the DataStore protocol

Package types implements all the types used by the DataStore protocol

Package types implements all the types used by the DataStore protocol

Package types implements all the types used by the DataStore protocol

Package types implements all the types used by the DataStore protocol

Package types implements all the types used by the DataStore protocol

Package types implements all the types used by the DataStore protocol

Package types implements all the types used by the DataStore protocol

Package types implements all the types used by the DataStore protocol

Package types implements all the types used by the DataStore protocol

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BufferQueueParam

type BufferQueueParam struct {
	types.Structure
	DataID *types.PrimitiveU64
	Slot   *types.PrimitiveU32
}

BufferQueueParam is a type within the DataStore protocol

func NewBufferQueueParam

func NewBufferQueueParam() *BufferQueueParam

NewBufferQueueParam returns a new BufferQueueParam

func (*BufferQueueParam) Copy

func (bqp *BufferQueueParam) Copy() types.RVType

Copy returns a new copied instance of BufferQueueParam

func (*BufferQueueParam) Equals

func (bqp *BufferQueueParam) Equals(o types.RVType) bool

Equals checks if the given BufferQueueParam contains the same data as the current BufferQueueParam

func (*BufferQueueParam) ExtractFrom

func (bqp *BufferQueueParam) ExtractFrom(readable types.Readable) error

ExtractFrom extracts the BufferQueueParam from the given readable

func (*BufferQueueParam) FormatToString

func (bqp *BufferQueueParam) FormatToString(indentationLevel int) string

FormatToString pretty-prints the BufferQueueParam using the provided indentation level

func (*BufferQueueParam) String

func (bqp *BufferQueueParam) String() string

String returns the string representation of the BufferQueueParam

func (*BufferQueueParam) WriteTo

func (bqp *BufferQueueParam) WriteTo(writable types.Writable)

WriteTo writes the BufferQueueParam to the given writable

type DataStoreAttachFileParam

type DataStoreAttachFileParam struct {
	types.Structure
	PostParam   *datastore_types.DataStorePreparePostParam
	ReferDataID *types.PrimitiveU64
	ContentType *types.String
}

DataStoreAttachFileParam is a type within the DataStore protocol

func NewDataStoreAttachFileParam

func NewDataStoreAttachFileParam() *DataStoreAttachFileParam

NewDataStoreAttachFileParam returns a new DataStoreAttachFileParam

func (*DataStoreAttachFileParam) Copy

func (dsafp *DataStoreAttachFileParam) Copy() types.RVType

Copy returns a new copied instance of DataStoreAttachFileParam

func (*DataStoreAttachFileParam) Equals

func (dsafp *DataStoreAttachFileParam) Equals(o types.RVType) bool

Equals checks if the given DataStoreAttachFileParam contains the same data as the current DataStoreAttachFileParam

func (*DataStoreAttachFileParam) ExtractFrom

func (dsafp *DataStoreAttachFileParam) ExtractFrom(readable types.Readable) error

ExtractFrom extracts the DataStoreAttachFileParam from the given readable

func (*DataStoreAttachFileParam) FormatToString

func (dsafp *DataStoreAttachFileParam) FormatToString(indentationLevel int) string

FormatToString pretty-prints the DataStoreAttachFileParam using the provided indentation level

func (*DataStoreAttachFileParam) String

func (dsafp *DataStoreAttachFileParam) String() string

String returns the string representation of the DataStoreAttachFileParam

func (*DataStoreAttachFileParam) WriteTo

func (dsafp *DataStoreAttachFileParam) WriteTo(writable types.Writable)

WriteTo writes the DataStoreAttachFileParam to the given writable

type DataStoreChangePlayablePlatformParam

type DataStoreChangePlayablePlatformParam struct {
	types.Structure
	DataID           *types.PrimitiveU64
	PlayablePlatform *types.PrimitiveU32
}

DataStoreChangePlayablePlatformParam is a type within the DataStore protocol

func NewDataStoreChangePlayablePlatformParam

func NewDataStoreChangePlayablePlatformParam() *DataStoreChangePlayablePlatformParam

NewDataStoreChangePlayablePlatformParam returns a new DataStoreChangePlayablePlatformParam

func (*DataStoreChangePlayablePlatformParam) Copy

Copy returns a new copied instance of DataStoreChangePlayablePlatformParam

func (*DataStoreChangePlayablePlatformParam) Equals

Equals checks if the given DataStoreChangePlayablePlatformParam contains the same data as the current DataStoreChangePlayablePlatformParam

func (*DataStoreChangePlayablePlatformParam) ExtractFrom

func (dscppp *DataStoreChangePlayablePlatformParam) ExtractFrom(readable types.Readable) error

ExtractFrom extracts the DataStoreChangePlayablePlatformParam from the given readable

func (*DataStoreChangePlayablePlatformParam) FormatToString

func (dscppp *DataStoreChangePlayablePlatformParam) FormatToString(indentationLevel int) string

FormatToString pretty-prints the DataStoreChangePlayablePlatformParam using the provided indentation level

func (*DataStoreChangePlayablePlatformParam) String

String returns the string representation of the DataStoreChangePlayablePlatformParam

func (*DataStoreChangePlayablePlatformParam) WriteTo

func (dscppp *DataStoreChangePlayablePlatformParam) WriteTo(writable types.Writable)

WriteTo writes the DataStoreChangePlayablePlatformParam to the given writable

type DataStoreCustomRankingRatingCondition

type DataStoreCustomRankingRatingCondition struct {
	types.Structure
	Slot     *types.PrimitiveS8
	MinValue *types.PrimitiveS32
	MaxValue *types.PrimitiveS32
	MinCount *types.PrimitiveS32 // * Revision 1
	MaxCount *types.PrimitiveS32 // * Revision 1
}

DataStoreCustomRankingRatingCondition is a type within the DataStore protocol

func NewDataStoreCustomRankingRatingCondition

func NewDataStoreCustomRankingRatingCondition() *DataStoreCustomRankingRatingCondition

NewDataStoreCustomRankingRatingCondition returns a new DataStoreCustomRankingRatingCondition

func (*DataStoreCustomRankingRatingCondition) Copy

Copy returns a new copied instance of DataStoreCustomRankingRatingCondition

func (*DataStoreCustomRankingRatingCondition) Equals

Equals checks if the given DataStoreCustomRankingRatingCondition contains the same data as the current DataStoreCustomRankingRatingCondition

func (*DataStoreCustomRankingRatingCondition) ExtractFrom

func (dscrrc *DataStoreCustomRankingRatingCondition) ExtractFrom(readable types.Readable) error

ExtractFrom extracts the DataStoreCustomRankingRatingCondition from the given readable

func (*DataStoreCustomRankingRatingCondition) FormatToString

func (dscrrc *DataStoreCustomRankingRatingCondition) FormatToString(indentationLevel int) string

FormatToString pretty-prints the DataStoreCustomRankingRatingCondition using the provided indentation level

func (*DataStoreCustomRankingRatingCondition) String

String returns the string representation of the DataStoreCustomRankingRatingCondition

func (*DataStoreCustomRankingRatingCondition) WriteTo

func (dscrrc *DataStoreCustomRankingRatingCondition) WriteTo(writable types.Writable)

WriteTo writes the DataStoreCustomRankingRatingCondition to the given writable

type DataStoreCustomRankingResult

type DataStoreCustomRankingResult struct {
	types.Structure
	Order    *types.PrimitiveU32
	Score    *types.PrimitiveU32
	MetaInfo *datastore_types.DataStoreMetaInfo
}

DataStoreCustomRankingResult is a type within the DataStore protocol

func NewDataStoreCustomRankingResult

func NewDataStoreCustomRankingResult() *DataStoreCustomRankingResult

NewDataStoreCustomRankingResult returns a new DataStoreCustomRankingResult

func (*DataStoreCustomRankingResult) Copy

Copy returns a new copied instance of DataStoreCustomRankingResult

func (*DataStoreCustomRankingResult) Equals

func (dscrr *DataStoreCustomRankingResult) Equals(o types.RVType) bool

Equals checks if the given DataStoreCustomRankingResult contains the same data as the current DataStoreCustomRankingResult

func (*DataStoreCustomRankingResult) ExtractFrom

func (dscrr *DataStoreCustomRankingResult) ExtractFrom(readable types.Readable) error

ExtractFrom extracts the DataStoreCustomRankingResult from the given readable

func (*DataStoreCustomRankingResult) FormatToString

func (dscrr *DataStoreCustomRankingResult) FormatToString(indentationLevel int) string

FormatToString pretty-prints the DataStoreCustomRankingResult using the provided indentation level

func (*DataStoreCustomRankingResult) String

func (dscrr *DataStoreCustomRankingResult) String() string

String returns the string representation of the DataStoreCustomRankingResult

func (*DataStoreCustomRankingResult) WriteTo

func (dscrr *DataStoreCustomRankingResult) WriteTo(writable types.Writable)

WriteTo writes the DataStoreCustomRankingResult to the given writable

type DataStoreFileServerObjectInfo

type DataStoreFileServerObjectInfo struct {
	types.Structure
	DataID  *types.PrimitiveU64
	GetInfo *datastore_types.DataStoreReqGetInfo
}

DataStoreFileServerObjectInfo is a type within the DataStore protocol

func NewDataStoreFileServerObjectInfo

func NewDataStoreFileServerObjectInfo() *DataStoreFileServerObjectInfo

NewDataStoreFileServerObjectInfo returns a new DataStoreFileServerObjectInfo

func (*DataStoreFileServerObjectInfo) Copy

Copy returns a new copied instance of DataStoreFileServerObjectInfo

func (*DataStoreFileServerObjectInfo) Equals

func (dsfsoi *DataStoreFileServerObjectInfo) Equals(o types.RVType) bool

Equals checks if the given DataStoreFileServerObjectInfo contains the same data as the current DataStoreFileServerObjectInfo

func (*DataStoreFileServerObjectInfo) ExtractFrom

func (dsfsoi *DataStoreFileServerObjectInfo) ExtractFrom(readable types.Readable) error

ExtractFrom extracts the DataStoreFileServerObjectInfo from the given readable

func (*DataStoreFileServerObjectInfo) FormatToString

func (dsfsoi *DataStoreFileServerObjectInfo) FormatToString(indentationLevel int) string

FormatToString pretty-prints the DataStoreFileServerObjectInfo using the provided indentation level

func (*DataStoreFileServerObjectInfo) String

func (dsfsoi *DataStoreFileServerObjectInfo) String() string

String returns the string representation of the DataStoreFileServerObjectInfo

func (*DataStoreFileServerObjectInfo) WriteTo

func (dsfsoi *DataStoreFileServerObjectInfo) WriteTo(writable types.Writable)

WriteTo writes the DataStoreFileServerObjectInfo to the given writable

type DataStoreGetCourseRecordParam

type DataStoreGetCourseRecordParam struct {
	types.Structure
	DataID *types.PrimitiveU64
	Slot   *types.PrimitiveU8
}

DataStoreGetCourseRecordParam is a type within the DataStore protocol

func NewDataStoreGetCourseRecordParam

func NewDataStoreGetCourseRecordParam() *DataStoreGetCourseRecordParam

NewDataStoreGetCourseRecordParam returns a new DataStoreGetCourseRecordParam

func (*DataStoreGetCourseRecordParam) Copy

Copy returns a new copied instance of DataStoreGetCourseRecordParam

func (*DataStoreGetCourseRecordParam) Equals

func (dsgcrp *DataStoreGetCourseRecordParam) Equals(o types.RVType) bool

Equals checks if the given DataStoreGetCourseRecordParam contains the same data as the current DataStoreGetCourseRecordParam

func (*DataStoreGetCourseRecordParam) ExtractFrom

func (dsgcrp *DataStoreGetCourseRecordParam) ExtractFrom(readable types.Readable) error

ExtractFrom extracts the DataStoreGetCourseRecordParam from the given readable

func (*DataStoreGetCourseRecordParam) FormatToString

func (dsgcrp *DataStoreGetCourseRecordParam) FormatToString(indentationLevel int) string

FormatToString pretty-prints the DataStoreGetCourseRecordParam using the provided indentation level

func (*DataStoreGetCourseRecordParam) String

func (dsgcrp *DataStoreGetCourseRecordParam) String() string

String returns the string representation of the DataStoreGetCourseRecordParam

func (*DataStoreGetCourseRecordParam) WriteTo

func (dsgcrp *DataStoreGetCourseRecordParam) WriteTo(writable types.Writable)

WriteTo writes the DataStoreGetCourseRecordParam to the given writable

type DataStoreGetCourseRecordResult

type DataStoreGetCourseRecordResult struct {
	types.Structure
	DataID      *types.PrimitiveU64
	Slot        *types.PrimitiveU8
	FirstPID    *types.PID
	BestPID     *types.PID
	BestScore   *types.PrimitiveS32
	CreatedTime *types.DateTime
	UpdatedTime *types.DateTime
}

DataStoreGetCourseRecordResult is a type within the DataStore protocol

func NewDataStoreGetCourseRecordResult

func NewDataStoreGetCourseRecordResult() *DataStoreGetCourseRecordResult

NewDataStoreGetCourseRecordResult returns a new DataStoreGetCourseRecordResult

func (*DataStoreGetCourseRecordResult) Copy

Copy returns a new copied instance of DataStoreGetCourseRecordResult

func (*DataStoreGetCourseRecordResult) Equals

func (dsgcrr *DataStoreGetCourseRecordResult) Equals(o types.RVType) bool

Equals checks if the given DataStoreGetCourseRecordResult contains the same data as the current DataStoreGetCourseRecordResult

func (*DataStoreGetCourseRecordResult) ExtractFrom

func (dsgcrr *DataStoreGetCourseRecordResult) ExtractFrom(readable types.Readable) error

ExtractFrom extracts the DataStoreGetCourseRecordResult from the given readable

func (*DataStoreGetCourseRecordResult) FormatToString

func (dsgcrr *DataStoreGetCourseRecordResult) FormatToString(indentationLevel int) string

FormatToString pretty-prints the DataStoreGetCourseRecordResult using the provided indentation level

func (*DataStoreGetCourseRecordResult) String

func (dsgcrr *DataStoreGetCourseRecordResult) String() string

String returns the string representation of the DataStoreGetCourseRecordResult

func (*DataStoreGetCourseRecordResult) WriteTo

func (dsgcrr *DataStoreGetCourseRecordResult) WriteTo(writable types.Writable)

WriteTo writes the DataStoreGetCourseRecordResult to the given writable

type DataStoreGetCustomRankingByDataIDParam

type DataStoreGetCustomRankingByDataIDParam struct {
	types.Structure
	ApplicationID *types.PrimitiveU32
	DataIDList    *types.List[*types.PrimitiveU64]
	ResultOption  *types.PrimitiveU8
}

DataStoreGetCustomRankingByDataIDParam is a type within the DataStore protocol

func NewDataStoreGetCustomRankingByDataIDParam

func NewDataStoreGetCustomRankingByDataIDParam() *DataStoreGetCustomRankingByDataIDParam

NewDataStoreGetCustomRankingByDataIDParam returns a new DataStoreGetCustomRankingByDataIDParam

func (*DataStoreGetCustomRankingByDataIDParam) Copy

Copy returns a new copied instance of DataStoreGetCustomRankingByDataIDParam

func (*DataStoreGetCustomRankingByDataIDParam) Equals

Equals checks if the given DataStoreGetCustomRankingByDataIDParam contains the same data as the current DataStoreGetCustomRankingByDataIDParam

func (*DataStoreGetCustomRankingByDataIDParam) ExtractFrom

func (dsgcrbdidp *DataStoreGetCustomRankingByDataIDParam) ExtractFrom(readable types.Readable) error

ExtractFrom extracts the DataStoreGetCustomRankingByDataIDParam from the given readable

func (*DataStoreGetCustomRankingByDataIDParam) FormatToString

func (dsgcrbdidp *DataStoreGetCustomRankingByDataIDParam) FormatToString(indentationLevel int) string

FormatToString pretty-prints the DataStoreGetCustomRankingByDataIDParam using the provided indentation level

func (*DataStoreGetCustomRankingByDataIDParam) String

func (dsgcrbdidp *DataStoreGetCustomRankingByDataIDParam) String() string

String returns the string representation of the DataStoreGetCustomRankingByDataIDParam

func (*DataStoreGetCustomRankingByDataIDParam) WriteTo

func (dsgcrbdidp *DataStoreGetCustomRankingByDataIDParam) WriteTo(writable types.Writable)

WriteTo writes the DataStoreGetCustomRankingByDataIDParam to the given writable

type DataStoreGetCustomRankingParam

type DataStoreGetCustomRankingParam struct {
	types.Structure
	ApplicationID *types.PrimitiveU32
	Condition     *DataStoreCustomRankingRatingCondition
	ResultOption  *types.PrimitiveU8
	ResultRange   *types.ResultRange
}

DataStoreGetCustomRankingParam is a type within the DataStore protocol

func NewDataStoreGetCustomRankingParam

func NewDataStoreGetCustomRankingParam() *DataStoreGetCustomRankingParam

NewDataStoreGetCustomRankingParam returns a new DataStoreGetCustomRankingParam

func (*DataStoreGetCustomRankingParam) Copy

Copy returns a new copied instance of DataStoreGetCustomRankingParam

func (*DataStoreGetCustomRankingParam) Equals

func (dsgcrp *DataStoreGetCustomRankingParam) Equals(o types.RVType) bool

Equals checks if the given DataStoreGetCustomRankingParam contains the same data as the current DataStoreGetCustomRankingParam

func (*DataStoreGetCustomRankingParam) ExtractFrom

func (dsgcrp *DataStoreGetCustomRankingParam) ExtractFrom(readable types.Readable) error

ExtractFrom extracts the DataStoreGetCustomRankingParam from the given readable

func (*DataStoreGetCustomRankingParam) FormatToString

func (dsgcrp *DataStoreGetCustomRankingParam) FormatToString(indentationLevel int) string

FormatToString pretty-prints the DataStoreGetCustomRankingParam using the provided indentation level

func (*DataStoreGetCustomRankingParam) String

func (dsgcrp *DataStoreGetCustomRankingParam) String() string

String returns the string representation of the DataStoreGetCustomRankingParam

func (*DataStoreGetCustomRankingParam) WriteTo

func (dsgcrp *DataStoreGetCustomRankingParam) WriteTo(writable types.Writable)

WriteTo writes the DataStoreGetCustomRankingParam to the given writable

type DataStoreGetMetaByOwnerIDParam

type DataStoreGetMetaByOwnerIDParam struct {
	types.Structure
	OwnerIDs     *types.List[*types.PrimitiveU32]
	DataTypes    *types.List[*types.PrimitiveU16]
	ResultOption *types.PrimitiveU8
	ResultRange  *types.ResultRange
}

DataStoreGetMetaByOwnerIDParam is a type within the DataStore protocol

func NewDataStoreGetMetaByOwnerIDParam

func NewDataStoreGetMetaByOwnerIDParam() *DataStoreGetMetaByOwnerIDParam

NewDataStoreGetMetaByOwnerIDParam returns a new DataStoreGetMetaByOwnerIDParam

func (*DataStoreGetMetaByOwnerIDParam) Copy

func (dsgmboidp *DataStoreGetMetaByOwnerIDParam) Copy() types.RVType

Copy returns a new copied instance of DataStoreGetMetaByOwnerIDParam

func (*DataStoreGetMetaByOwnerIDParam) Equals

func (dsgmboidp *DataStoreGetMetaByOwnerIDParam) Equals(o types.RVType) bool

Equals checks if the given DataStoreGetMetaByOwnerIDParam contains the same data as the current DataStoreGetMetaByOwnerIDParam

func (*DataStoreGetMetaByOwnerIDParam) ExtractFrom

func (dsgmboidp *DataStoreGetMetaByOwnerIDParam) ExtractFrom(readable types.Readable) error

ExtractFrom extracts the DataStoreGetMetaByOwnerIDParam from the given readable

func (*DataStoreGetMetaByOwnerIDParam) FormatToString

func (dsgmboidp *DataStoreGetMetaByOwnerIDParam) FormatToString(indentationLevel int) string

FormatToString pretty-prints the DataStoreGetMetaByOwnerIDParam using the provided indentation level

func (*DataStoreGetMetaByOwnerIDParam) String

func (dsgmboidp *DataStoreGetMetaByOwnerIDParam) String() string

String returns the string representation of the DataStoreGetMetaByOwnerIDParam

func (*DataStoreGetMetaByOwnerIDParam) WriteTo

func (dsgmboidp *DataStoreGetMetaByOwnerIDParam) WriteTo(writable types.Writable)

WriteTo writes the DataStoreGetMetaByOwnerIDParam to the given writable

type DataStoreRateCustomRankingParam

type DataStoreRateCustomRankingParam struct {
	types.Structure
	DataID        *types.PrimitiveU64
	ApplicationID *types.PrimitiveU32
	Score         *types.PrimitiveU32
	Period        *types.PrimitiveU16
}

DataStoreRateCustomRankingParam is a type within the DataStore protocol

func NewDataStoreRateCustomRankingParam

func NewDataStoreRateCustomRankingParam() *DataStoreRateCustomRankingParam

NewDataStoreRateCustomRankingParam returns a new DataStoreRateCustomRankingParam

func (*DataStoreRateCustomRankingParam) Copy

Copy returns a new copied instance of DataStoreRateCustomRankingParam

func (*DataStoreRateCustomRankingParam) Equals

Equals checks if the given DataStoreRateCustomRankingParam contains the same data as the current DataStoreRateCustomRankingParam

func (*DataStoreRateCustomRankingParam) ExtractFrom

func (dsrcrp *DataStoreRateCustomRankingParam) ExtractFrom(readable types.Readable) error

ExtractFrom extracts the DataStoreRateCustomRankingParam from the given readable

func (*DataStoreRateCustomRankingParam) FormatToString

func (dsrcrp *DataStoreRateCustomRankingParam) FormatToString(indentationLevel int) string

FormatToString pretty-prints the DataStoreRateCustomRankingParam using the provided indentation level

func (*DataStoreRateCustomRankingParam) String

func (dsrcrp *DataStoreRateCustomRankingParam) String() string

String returns the string representation of the DataStoreRateCustomRankingParam

func (*DataStoreRateCustomRankingParam) WriteTo

func (dsrcrp *DataStoreRateCustomRankingParam) WriteTo(writable types.Writable)

WriteTo writes the DataStoreRateCustomRankingParam to the given writable

type DataStoreReportCourseParam

type DataStoreReportCourseParam struct {
	types.Structure
	DataID         *types.PrimitiveU64
	MiiName        *types.String
	ReportCategory *types.PrimitiveU8
	ReportReason   *types.String
}

DataStoreReportCourseParam is a type within the DataStore protocol

func NewDataStoreReportCourseParam

func NewDataStoreReportCourseParam() *DataStoreReportCourseParam

NewDataStoreReportCourseParam returns a new DataStoreReportCourseParam

func (*DataStoreReportCourseParam) Copy

func (dsrcp *DataStoreReportCourseParam) Copy() types.RVType

Copy returns a new copied instance of DataStoreReportCourseParam

func (*DataStoreReportCourseParam) Equals

func (dsrcp *DataStoreReportCourseParam) Equals(o types.RVType) bool

Equals checks if the given DataStoreReportCourseParam contains the same data as the current DataStoreReportCourseParam

func (*DataStoreReportCourseParam) ExtractFrom

func (dsrcp *DataStoreReportCourseParam) ExtractFrom(readable types.Readable) error

ExtractFrom extracts the DataStoreReportCourseParam from the given readable

func (*DataStoreReportCourseParam) FormatToString

func (dsrcp *DataStoreReportCourseParam) FormatToString(indentationLevel int) string

FormatToString pretty-prints the DataStoreReportCourseParam using the provided indentation level

func (*DataStoreReportCourseParam) String

func (dsrcp *DataStoreReportCourseParam) String() string

String returns the string representation of the DataStoreReportCourseParam

func (*DataStoreReportCourseParam) WriteTo

func (dsrcp *DataStoreReportCourseParam) WriteTo(writable types.Writable)

WriteTo writes the DataStoreReportCourseParam to the given writable

type DataStoreUploadCourseRecordParam

type DataStoreUploadCourseRecordParam struct {
	types.Structure
	DataID *types.PrimitiveU64
	Slot   *types.PrimitiveU8
	Score  *types.PrimitiveS32
}

DataStoreUploadCourseRecordParam is a type within the DataStore protocol

func NewDataStoreUploadCourseRecordParam

func NewDataStoreUploadCourseRecordParam() *DataStoreUploadCourseRecordParam

NewDataStoreUploadCourseRecordParam returns a new DataStoreUploadCourseRecordParam

func (*DataStoreUploadCourseRecordParam) Copy

Copy returns a new copied instance of DataStoreUploadCourseRecordParam

func (*DataStoreUploadCourseRecordParam) Equals

Equals checks if the given DataStoreUploadCourseRecordParam contains the same data as the current DataStoreUploadCourseRecordParam

func (*DataStoreUploadCourseRecordParam) ExtractFrom

func (dsucrp *DataStoreUploadCourseRecordParam) ExtractFrom(readable types.Readable) error

ExtractFrom extracts the DataStoreUploadCourseRecordParam from the given readable

func (*DataStoreUploadCourseRecordParam) FormatToString

func (dsucrp *DataStoreUploadCourseRecordParam) FormatToString(indentationLevel int) string

FormatToString pretty-prints the DataStoreUploadCourseRecordParam using the provided indentation level

func (*DataStoreUploadCourseRecordParam) String

func (dsucrp *DataStoreUploadCourseRecordParam) String() string

String returns the string representation of the DataStoreUploadCourseRecordParam

func (*DataStoreUploadCourseRecordParam) WriteTo

func (dsucrp *DataStoreUploadCourseRecordParam) WriteTo(writable types.Writable)

WriteTo writes the DataStoreUploadCourseRecordParam to the given writable

Jump to

Keyboard shortcuts

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