models

package
v0.0.0-...-86fdd16 Latest Latest
Warning

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

Go to latest
Published: May 18, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Meeting

type Meeting struct {

	// ID of Meeting
	// Required: true
	ID *int64 `json:"id"`

	// Name of Meeting
	// Required: true
	Name *string `json:"name"`

	// Start time of meeting
	// Required: true
	Start *string `json:"start"`
}

Meeting meeting

swagger:model meeting

func (*Meeting) MarshalBinary

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

MarshalBinary interface implementation

func (*Meeting) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*Meeting) Validate

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

Validate validates this meeting

type Recording

type Recording struct {

	// ID of Recording
	// Required: true
	ID *string `json:"id"`

	// Id of Meeting that is Recorded
	// Required: true
	MeetingID *string `json:"meeting_id"`
}

Recording recording

swagger:model recording

func (*Recording) MarshalBinary

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

MarshalBinary interface implementation

func (*Recording) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*Recording) Validate

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

Validate validates this recording

Jump to

Keyboard shortcuts

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