chore: bump libre-graph-api-go

This commit is contained in:
Ralf Haferkamp
2024-09-23 10:49:49 +02:00
committed by Ralf Haferkamp
parent 10a67114f1
commit fa023ab43a
31 changed files with 284 additions and 79 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ var _ MappedNullable = &Trash{}
type Trash struct {
TrashedBy *IdentitySet `json:"trashedBy,omitempty"`
// The UTC date and time the folder was marked as trashed.
TrashedDateTime *time.Time `json:"trashedDateTime,omitempty"`
TrashedDateTime *time.Time `json:"trashedDateTime,omitempty" validate:"regexp=^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])[Tt]([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?([Zz]|[+-][0-9][0-9]:[0-9][0-9])$"`
}
// NewTrash instantiates a new Trash object