sp-dev-fx-webparts/samples/react-kiota-custom-api-client/TeamifiedApi/Teams/Models/Ping.cs

8 lines
133 B
C#

namespace Teamified.Api.Teams.Models;
public class Ping
{
public Guid Id { get; set; }
public string Now { get; set; }
}