Home
last modified time | relevance | path

Searched refs:LastModifiedDateTime (Results 1 – 25 of 213) sorted by relevance

123456789

/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/yaegashi/msgraph.go/beta/
H A DModelGroup.go198 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
210 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
232 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
258 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
274 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
294 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
330 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
460 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
H A DModelPolicy.go34 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
58 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
70 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
H A DModelCustomer.go46 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
90 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
104 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
H A DModelDimension.go16 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
30 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
H A DModelTax.go18 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
32 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
H A DModelPayment.go16 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
36 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
H A DModelBase.go22 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
42 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
H A DModelJournal.go16 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
52 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
H A DModelItem.go40 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
190 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
218 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
H A DModelApple.go42 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
72 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
H A DModelManaged.go105 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
123 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
569 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
731 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
759 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
793 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
H A DModelOnenote.go44 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
94 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
H A DModelSales.go58 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
196 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
328 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
466 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
H A DModelEducation.go36 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
388 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
440 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
480 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
H A DModelUsage.go14 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
H A DModelShipment.go16 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
H A DModelUnit.go18 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
H A DModelChange.go14 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
H A DModelLocalized.go12 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
H A DModelProvider.go16 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
H A DModelPlanner.go106 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
134 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
H A DModelTrending.go18 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
H A DModelCountry.go28 LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` member
/dports/net-im/matterbridge/matterbridge-1.22.3/bridge/msteams/
H A Dmsteams.go144 if msg.LastModifiedDateTime != nil {
145 msgmap[*msg.ID] = *msg.LastModifiedDateTime
158 if mtime == *msg.CreatedDateTime && msg.LastModifiedDateTime == nil {
161 if msg.LastModifiedDateTime != nil && mtime == *msg.LastModifiedDateTime {
182 if msg.LastModifiedDateTime != nil {
183 msgmap[*msg.ID] = *msg.LastModifiedDateTime
/dports/net/rclone/rclone-1.57.0/backend/onedrive/api/
H A Dtypes.go110LastModifiedDateTime Timestamp `json:"lastModifiedDateTime"` // Date and time the item … member
144LastModifiedDateTime Timestamp `json:"lastModifiedDateTime"` // The UTC date and time the file was… member
170LastModifiedDateTime Timestamp `json:"lastModifiedDateTime"` // Date and time the item … member
398 if i.IsRemote() && i.RemoteItem.LastModifiedDateTime != (Timestamp{}) {
399 return i.RemoteItem.LastModifiedDateTime
401 return i.LastModifiedDateTime
432 LastModifiedDateTime time.Time `json:"lastModifiedDateTime"` member

123456789