Advertisement
commodore73

Contentful Publishing Details Group Field Model

Jul 23rd, 2020
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.29 KB | None | 0 0
  1. namespace Root.Core.Models.GlobalFields
  2. {
  3.     using System;
  4.  
  5.     public class PublishDetails
  6.     {
  7.         public string Environment { get; set; }
  8.         public string Locale { get; set; }
  9.         public DateTime Time { get; set; }
  10.         public string User { get; set; }
  11.     }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement